Changeset f5304565
- Timestamp:
- 12/03/2019 05:35:21 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 9.1, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 13b116c
- Parents:
- e146aca
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/perl-modules/perl-archive-zip.xml
re146aca rf5304565 43 43 44 44 <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> 45 50 46 51 <bridgehead renderas="sect5">Optional</bridgehead> -
general/sysutils/unzip.xml
re146aca rf5304565 73 73 </listitem> 74 74 </itemizedlist> 75 <!-- 75 76 76 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 77 <itemizedlist spacing='compact'> -->78 < !-- <listitem>77 <itemizedlist spacing='compact'> 78 <listitem> 79 79 <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> 90 81 </listitem> 91 82 </itemizedlist> 92 --> 83 93 84 <para condition="html" role="usernotes">User Notes: 94 85 <ulink url="&blfs-wiki;/unzip"/></para> … … 107 98 characters in the file's name.</para> 108 99 </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> 109 104 110 105 <para>The <application>UnZip</application> package assumes that filenames … … 167 162 <title>Installation of UnZip</title> 168 163 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> 172 173 173 174 <screen><userinput>make -f unix/Makefile generic</userinput></screen> 174 175 175 <para>The test suite does not work for presenttarget <quote>generic</quote>.</para>176 <para>The test suite does not work for target <quote>generic</quote>.</para> 176 177 177 178 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> -
introduction/welcome/changelog.xml
re146aca rf5304565 46 46 <itemizedlist> 47 47 <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> 48 53 <para>[ken] - Adjust inkscape to build with poppler-0.83.0. Fixes 49 54 <ulink url="&blfs-ticket-root;12858">#12858</ulink>.</para>
Note:
See TracChangeset
for help on using the changeset viewer.