Ignore:
Timestamp:
01/14/2007 09:26:28 PM (17 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3e89149
Parents:
597ea1b
Message:

Added security patch to unzip

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6398 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/unzip.xml

    r597ea1b r1d112cb  
    6666      </listitem>
    6767    </itemizedlist>
     68
     69    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     70    <itemizedlist spacing='compact'>
     71      <listitem>
     72        <para>Required patch: <ulink
     73        url="&patch-root;/unzip-&unzip-version;-security_fix-1.patch"/></para>
     74      </listitem>
     75    </itemizedlist>
    6876
    6977    <para condition="html" role="usernotes">User Notes:
     
    129137
    130138    <para>3) Apply this patch to unzip:
    131     <ulink url="https://bugzilla.altlinux.ru/attachment.cgi?id=532"/></para>
     139    <ulink url="https://bugzilla.altlinux.ru/attachment.cgi?id=532"/>.
     140    It will apply with some offsets.</para>
    132141
    133142    <para>It allows to specify the assumed filename encoding in the ZIP
     
    149158    <title>Installation of UnZip</title>
    150159
    151     <para>Install <application>UnZip</application> by running the following
    152     commands:</para>
    153 
    154 <screen><userinput>make -f unix/Makefile LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 linux</userinput></screen>
     160    <para>Note that if you applied the patch described above for locale issues,
     161    the required security patch will have some offsets.  Now install
     162    <application>UnZip</application> by running the following commands:</para>
     163
     164<screen><userinput>patch -Np1 -i ../unzip-&unzip-version;-security_fix-1.patch &amp;&amp;
     165make -f unix/Makefile LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 linux</userinput></screen>
    155166
    156167    <para>To test the results, issue: <command>make check</command>.</para>
Note: See TracChangeset for help on using the changeset viewer.