Changeset 792cb12e


Ignore:
Timestamp:
10/25/2006 08:02:42 PM (18 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:
c11a232
Parents:
c007621
Message:

Update to unzip 2.32

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc007621 r792cb12e  
    1 <!ENTITY day          "23">                   <!-- Always 2 digits -->
     1<!ENTITY day          "25">                   <!-- Always 2 digits -->
    22<!ENTITY month        "10">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
    44<!ENTITY version      "svn-&year;&month;&day;">
    5 <!ENTITY releasedate  "October &day;rd, &year;">
     5<!ENTITY releasedate  "October &day;th, &year;">
    66<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    77<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    158158<!ENTITY which-version                "2.16">
    159159<!ENTITY unzip-version                "5.52">
    160 <!ENTITY zip-version                  "2.31">
     160<!ENTITY zip-version                  "2.32">
    161161<!ENTITY pciutils-version             "2.2.3">
    162162<!ENTITY usbutils-version             "0.72">
  • general/sysutils/zip.xml

    rc007621 r792cb12e  
    55  %general-entities;
    66
    7   <!ENTITY zip-download-http "http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/src/zip231.tar.gz">
    8   <!ENTITY zip-download-ftp "ftp://ftp.info-zip.org/pub/infozip/src/zip231.tar.gz">
    9   <!ENTITY zip-md5sum "6bfc076664416251d7624ab3538d1cb9">
    10   <!ENTITY zip-size "781 KB">
    11   <!ENTITY zip-buildsize "4.1 MB">
    12   <!ENTITY zip-time "0.04 SBU">
     7  <!ENTITY zip-download-http "http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/src/zip232.tar.gz">
     8  <!ENTITY zip-download-ftp "ftp://ftp.info-zip.org/pub/infozip/src/zip232.tar.gz">
     9  <!ENTITY zip-md5sum "8a4da4460386e324debe97f3b7fe4d96">
     10  <!ENTITY zip-size "789 KB">
     11  <!ENTITY zip-buildsize "4.0 MB">
     12  <!ENTITY zip-time "Less than 0.1 SBU">
    1313]>
    1414
     
    6767    commands:</para>
    6868
    69 <screen><userinput>sed -i -e 's@$(INSTALL) man/zip.1@$(INSTALL_PROGRAM) man/zip.1@' \
    70     unix/Makefile &amp;&amp;
    71 make prefix=/usr -f unix/Makefile generic_gcc</userinput></screen>
     69<screen><userinput>make -f unix/Makefile generic_gcc</userinput></screen>
    7270
    7371    <para>This package does not come with a test suite.</para>
     
    8280    <title>Command Explanations</title>
    8381
    84     <para><command>sed -i -e ... unix/Makefile</command>: The
    85     <filename>Makefile</filename> has a bug which causes the installation to fail.
    86     This command fixes the problem.</para>
    87 
    88     <para><command>make prefix=/usr -f unix/Makefile generic_gcc</command>: This
     82    <para><command>make prefix=/usr -f unix/Makefile install</command>: This
    8983    command overrides the <varname>prefix</varname> variable that is set to
    9084    <filename class='directory'>/usr/local</filename> in the
    91     <filename>unix/Makefile</filename> which is used as a
    92     <filename>Makefile</filename> and builds the executables for a Linux system. The
    93     alternatives to <option>generic_gcc</option> can be seen with a
     85    <filename>unix/Makefile</filename>.
     86    Alternatives to <option>generic_gcc</option> can be seen with a
    9487    <command>make -f unix/Makefile list</command> command.</para>
    9588
  • introduction/welcome/changelog.xml

    rc007621 r792cb12e  
    4343
    4444    <listitem>
     45      <para>October 25th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Updated to zip 2.32.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>October 23rd, 2006</para>
    4655      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.