Changeset ef1a22c6


Ignore:
Timestamp:
02/14/2010 05:46:46 PM (14 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
94cf6e8
Parents:
0098155b
Message:

Updated to UnZip-6.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0098155b ref1a22c6  
    240240<!ENTITY hdparm-version               "9.6">
    241241<!ENTITY which-version                "2.20">
    242 <!ENTITY unzip-version                "5.52">
     242<!ENTITY unzip-version                "6.0">
    243243<!ENTITY zip-version                  "3.0">
    244244<!ENTITY pciutils-version             "3.1.4">
  • general/sysutils/unzip.xml

    r0098155b ref1a22c6  
    55  %general-entities;
    66
    7   <!ENTITY unzip-download-http "&sourceforge-repo;/infozip/unzip552.tar.gz">
    8   <!-- <!ENTITY unzip-download-http "http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/src/unzip552.tar.gz"> -->
    9   <!-- <!ENTITY unzip-download-ftp  "ftp://ftp.info-zip.org/pub/infozip/src/unzip552.tar.gz"> -->
    10   <!ENTITY unzip-download-ftp  "ftp://tug.ctan.org/tex-archive/tools/zip/info-zip/src/unzip552.tar.gz">
    11   <!ENTITY unzip-md5sum        "9d23919999d6eac9217d1f41472034a9">
    12   <!ENTITY unzip-size          "1.1 MB">
    13   <!ENTITY unzip-buildsize     "6.7 MB">
     7  <!ENTITY unzip-download-http "&sourceforge-repo;/infozip/unzip60.tar.gz">
     8  <!-- <!ENTITY unzip-download-http "http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/src/unzip552.tar.gz">
     9  <!ENTITY unzip-download-ftp  "ftp://ftp.info-zip.org/pub/infozip/src/unzip552.tar.gz">
     10  <!ENTITY unzip-download-ftp  "ftp://tug.ctan.org/tex-archive/tools/zip/info-zip/src/unzip552.tar.gz"> -->
     11  <!ENTITY unzip-download-ftp  " ">
     12  <!ENTITY unzip-md5sum        "62b490407489521db863b523a7f86375">
     13  <!ENTITY unzip-size          "1.3 MB">
     14  <!ENTITY unzip-buildsize     "9 MB">
    1415  <!ENTITY unzip-time          "Less than 0.1 SBU">
    1516]>
     
    4041
    4142    <caution>
    42       <para>The <application>UnZip</application> package has some locale
    43       related issues. See the discussion below in
    44       <xref linkend="unzip-locale-issues"/>. A more general
    45       discussion of these problems can be found in the
    46       <xref linkend="locale-assumed-encoding"/>
    47       section of the
     43      <para>The previous version of the <application>UnZip</application>
     44      package had some locale related issues. Currently there are no BLFS
     45      editors capable of testing these local issues. Therefore, the
     46      locale related information is left on this page, but has not been
     47      tested. Note that the patch recommended for the locale issues will not
     48      apply to this version of <application>UnZip</application>. See the
     49      discussion below in <xref linkend="unzip-locale-issues"/>. A more
     50      general discussion of these problems can be found in the
     51      <xref linkend="locale-assumed-encoding"/> section of the
    4852      <xref linkend="locale-issues"/> page.</para>
    4953    </caution>
     
    7377    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7478    <itemizedlist spacing='compact'>
    75       <listitem>
     79      <!-- <listitem>
    7680        <para>Required patch: <ulink
    7781        url="&patch-root;/unzip-&unzip-version;-security_fix-1.patch"/></para>
     
    8084        <para>Required patch: <ulink
    8185        url="&patch-root;/unzip-&unzip-version;-security_fix-2.patch"/></para>
    82       </listitem>
    83       <listitem>
    84         <para>Optional patch: <ulink
     86      </listitem> -->
     87      <listitem>
     88        <para>Optional patch (will not apply properly): <ulink
    8589        url="&patch-root;/unzip-5.50-alt-iconv-v1.1.patch"/></para>
    8690      </listitem>
     
    171175    <title>Installation of UnZip</title>
    172176
    173     <para>Note that if you applied the patch described above for locale issues,
     177    <!-- <para>Note that if you applied the patch described above for locale issues,
    174178    the first required security patch will have some offsets.  Now install
    175     <application>UnZip</application> by running the following commands:</para>
    176 
    177 <screen><userinput>patch -Np1 -i ../unzip-&unzip-version;-security_fix-1.patch &amp;&amp;
    178 patch -Np1 -i ../unzip-&unzip-version;-security_fix-2.patch &amp;&amp;
    179 make -f unix/Makefile LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 linux</userinput></screen>
     179    <application>UnZip</application> by running the following commands:</para> -->
     180
     181<screen><userinput>make -f unix/Makefile linux</userinput></screen>
    180182
    181183    <para>To test the results, issue: <command>make check</command>.</para>
     
    195197    To obtain alternatives to this target, use <command>make list</command></para>
    196198
    197     <para><parameter>LOCAL_UNZIP=...</parameter>:
     199    <!-- <para><parameter>LOCAL_UNZIP=...</parameter>:
    198200    This sets the compilation flags to allow <application>UnZip</application>
    199     to handle files up to 4 GB.</para>
     201    to handle files up to 4 GB.</para> -->
    200202
    201203  </sect2>
  • introduction/welcome/changelog.xml

    r0098155b ref1a22c6  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to UnZip-6.0.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to Sudo-1.7.2p3.</para>
    4952        </listitem>
Note: See TracChangeset for help on using the changeset viewer.