mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-25 14:49:20 +01:00
Upgrade to Gzip-1.3.11. Fixes #1951.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7916 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
c39c04c840
commit
529b9a0dd0
@ -36,6 +36,16 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>2007-02-09</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[matthew] - Upgrade to Gzip-1.3.11. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;1951">#1951</ulink></para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2007-02-07</para>
|
<para>2007-02-07</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
<para>Prepare Gzip for compilation:</para>
|
<para>Prepare Gzip for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput>./configure --prefix=/usr</userinput></screen>
|
<screen><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen>
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
|
||||||
@ -50,16 +50,9 @@
|
|||||||
|
|
||||||
<screen><userinput>make install</userinput></screen>
|
<screen><userinput>make install</userinput></screen>
|
||||||
|
|
||||||
<para>Move the <command>gzip</command> program to the <filename
|
<para>Move some programs that do not need to be on the root filesystem.</para>
|
||||||
class="directory">/bin</filename> directory and create some commonly used
|
|
||||||
symlinks to it:</para>
|
|
||||||
|
|
||||||
<screen><userinput>mv -v /usr/bin/gzip /bin
|
<screen><userinput>mv -v /bin/{gzexe,uncompress,zcmp,zdiff,zegrep,zfgrep,zforce,zgrep,zless,zmore,znew} /usr/bin</userinput></screen>
|
||||||
rm -v /usr/bin/{gunzip,zcat}
|
|
||||||
ln -sv gzip /bin/gunzip
|
|
||||||
ln -sv gzip /bin/zcat
|
|
||||||
ln -sv gzip /bin/compress
|
|
||||||
ln -sv gunzip /bin/uncompress</userinput></screen>
|
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
@ -70,9 +63,8 @@ ln -sv gunzip /bin/uncompress</userinput></screen>
|
|||||||
<segtitle>Installed programs</segtitle>
|
<segtitle>Installed programs</segtitle>
|
||||||
|
|
||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>compress (link to gzip), gunzip (link to gzip), gzexe, gzip,
|
<seg>gunzip, gzexe, gzip, uncompress, zcat, zcmp, zdiff, zegrep, zfgrep,
|
||||||
uncompress (link to gunzip), zcat (link to gzip), zcmp, zdiff,
|
zforce, zgrep, zless, zmore, and znew</seg>
|
||||||
zegrep, zfgrep, zforce, zgrep, zless, zmore, and znew</seg>
|
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
|
|
||||||
@ -81,16 +73,6 @@ ln -sv gunzip /bin/uncompress</userinput></screen>
|
|||||||
<?dbfo list-presentation="list"?>
|
<?dbfo list-presentation="list"?>
|
||||||
<?dbhtml list-presentation="table"?>
|
<?dbhtml list-presentation="table"?>
|
||||||
|
|
||||||
<varlistentry id="compress">
|
|
||||||
<term><command>compress</command></term>
|
|
||||||
<listitem>
|
|
||||||
<para>Compresses and decompresses files</para>
|
|
||||||
<indexterm zone="ch-system-gzip compress">
|
|
||||||
<primary sortas="b-compress">compress</primary>
|
|
||||||
</indexterm>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
<varlistentry id="gunzip">
|
<varlistentry id="gunzip">
|
||||||
<term><command>gunzip</command></term>
|
<term><command>gunzip</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!ENTITY version "SVN-20070207">
|
<!ENTITY version "SVN-20070209">
|
||||||
<!ENTITY releasedate "February 7, 2007">
|
<!ENTITY releasedate "February 9, 2007">
|
||||||
<!ENTITY milestone "6.3">
|
<!ENTITY milestone "6.3">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
|
@ -231,10 +231,10 @@
|
|||||||
<!ENTITY grub-ch6-du "10.2 MB">
|
<!ENTITY grub-ch6-du "10.2 MB">
|
||||||
<!ENTITY grub-ch6-sbu "0.2 SBU">
|
<!ENTITY grub-ch6-sbu "0.2 SBU">
|
||||||
|
|
||||||
<!ENTITY gzip-version "1.3.10">
|
<!ENTITY gzip-version "1.3.11">
|
||||||
<!ENTITY gzip-size "417 KB">
|
<!ENTITY gzip-size "422 KB">
|
||||||
<!ENTITY gzip-url "&alpha-gnu;gzip/gzip-&gzip-version;.tar.gz">
|
<!ENTITY gzip-url "&alpha-gnu;gzip/gzip-&gzip-version;.tar.gz">
|
||||||
<!ENTITY gzip-md5 "8b6f74a5060f984dceb0fee877aed854">
|
<!ENTITY gzip-md5 "a41a6a4b11f941cb7fc13df320f3af5f">
|
||||||
<!ENTITY gzip-home "http://www.gzip.org/">
|
<!ENTITY gzip-home "http://www.gzip.org/">
|
||||||
<!ENTITY gzip-ch5-du "2.2 MB">
|
<!ENTITY gzip-ch5-du "2.2 MB">
|
||||||
<!ENTITY gzip-ch5-sbu "less than 0.1 SBU">
|
<!ENTITY gzip-ch5-sbu "less than 0.1 SBU">
|
||||||
|
Loading…
Reference in New Issue
Block a user