Ignore:
Timestamp:
04/15/2008 04:52:07 AM (16 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
6328b89
Parents:
50d1a60
Message:

Added security patch to unzip

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/unzip.xml

    r50d1a60 rc91c114  
    1212  <!ENTITY unzip-size          "1.1 MB">
    1313  <!ENTITY unzip-buildsize     "6.7 MB">
    14   <!ENTITY unzip-time          "0.1 SBU">
     14  <!ENTITY unzip-time          "Less than 0.1 SBU">
    1515]>
    1616
     
    7676        <para>Required patch: <ulink
    7777        url="&patch-root;/unzip-&unzip-version;-security_fix-1.patch"/></para>
     78      </listitem>
     79      <listitem>
     80        <para>Required patch: <ulink
     81        url="&patch-root;/unzip-&unzip-version;-security_fix-2.patch"/></para>
     82      </listitem>
     83      <listitem>
     84        <para>Optional patch: <ulink
     85        url="&patch-root;/unzip-5.50-alt-iconv-v1.1.patch"/></para>
    7886      </listitem>
    7987    </itemizedlist>
     
    141149    </blockquote>
    142150
    143     <para>3) Apply this patch to unzip:
    144     <ulink url="https://bugzilla.altlinux.ru/attachment.cgi?id=532"/>.
    145     It will apply with some offsets.</para>
     151                <para>3) Apply the optional
     152                <filename>unzip-5.50-alt-iconv-v1.1.patch</filename> patch to unzip. It
     153                will apply with some offsets.</para>
    146154
    147155    <para>It allows to specify the assumed filename encoding in the ZIP
     
    164172
    165173    <para>Note that if you applied the patch described above for locale issues,
    166     the required security patch will have some offsets.  Now install
     174    the first required security patch will have some offsets.  Now install
    167175    <application>UnZip</application> by running the following commands:</para>
    168176
    169177<screen><userinput>patch -Np1 -i ../unzip-&unzip-version;-security_fix-1.patch &amp;&amp;
     178patch -Np1 -i ../unzip-&unzip-version;-security_fix-2.patch &amp;&amp;
    170179make -f unix/Makefile LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 linux</userinput></screen>
    171180
Note: See TracChangeset for help on using the changeset viewer.