Changeset f5304565


Ignore:
Timestamp:
12/03/2019 05:35:21 PM (4 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
13b116c
Parents:
e146aca
Message:

To fix the testsuite for perl module Archive::Zip, patch unzip to use bzip2.
The patch also includes a LOT of security fixes from 2014 onwards,
and should fix locale issues.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/perl-modules/perl-archive-zip.xml

    re146aca rf5304565  
    4343
    4444      <bridgehead renderas="sect4">Archive::Zip Dependencies</bridgehead>
     45
     46      <bridgehead renderas="sect5">Recommended (for the testsuite)</bridgehead>
     47      <para role="required">
     48        <xref linkend="unzip"/> (with its patch)
     49      </para>
    4550
    4651      <bridgehead renderas="sect5">Optional</bridgehead>
  • general/sysutils/unzip.xml

    re146aca rf5304565  
    7373      </listitem>
    7474    </itemizedlist>
    75 <!--
     75
    7676    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    77     <itemizedlist spacing='compact'> -->
    78       <!-- <listitem>
     77    <itemizedlist spacing='compact'>
     78      <listitem>
    7979        <para>Required patch: <ulink
    80         url="&patch-root;/unzip-&unzip-version;-security_fix-1.patch"/></para>
    81       </listitem>
    82       <listitem>
    83         <para>Required patch: <ulink
    84         url="&patch-root;/unzip-&unzip-version;-security_fix-2.patch"/></para>
    85       </listitem> -->
    86       <!--
    87       <listitem>
    88         <para>Optional patch (will not apply properly): <ulink
    89         url="&patch-root;/unzip-5.50-alt-iconv-v1.1.patch"/></para>
     80        url="&patch-root;/unzip-&unzip-version;-consolidated_fixes-1.patch"/></para>
    9081      </listitem>
    9182    </itemizedlist>
    92     -->
     83
    9384    <para condition="html" role="usernotes">User Notes:
    9485    <ulink url="&blfs-wiki;/unzip"/></para>
     
    10798      characters in the file's name.</para>
    10899    </note>
     100
     101    <para>These issues are thought to be fixed in the patch. But since none
     102    of the editors have data to test this, the following workarounds are
     103    retained in case they might still be needed.</para>
    109104
    110105    <para>The <application>UnZip</application> package assumes that filenames
     
    167162    <title>Installation of UnZip</title>
    168163
    169     <!-- <para>Note that if you applied the patch described above for locale issues,
    170     the first required security patch will have some offsets.  Now install
    171     <application>UnZip</application> by running the following commands:</para> -->
     164    <para>
     165      First apply the patch:
     166    </para>
     167
     168<screen><userinput remap="pre">patch -Np1 -i ../unzip-&unzip-version;-consolidated_fixes-1.patch</userinput></screen>
     169
     170    <para>
     171      Now compile the package:
     172    </para>
    172173
    173174<screen><userinput>make -f unix/Makefile generic</userinput></screen>
    174175
    175     <para>The test suite does not work for present target <quote>generic</quote>.</para>
     176    <para>The test suite does not work for target <quote>generic</quote>.</para>
    176177
    177178    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • introduction/welcome/changelog.xml

    re146aca rf5304565  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Apply security and other fixes to unzip-6.0, this
     49          also allows the testsuite for Archive::Zip-1.67 to pass. Fixes
     50          <ulink url="&blfs-ticket-root;12840">#12840</ulink>.</para>
     51        </listitem>
     52        <listitem>
    4853          <para>[ken] - Adjust inkscape to build with poppler-0.83.0. Fixes
    4954          <ulink url="&blfs-ticket-root;12858">#12858</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.