mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 03:11:57 +00:00
Upgrade to Tar-1.16
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7848 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
7f67569a93
commit
f8d252beb3
@ -39,6 +39,11 @@
|
||||
<listitem>
|
||||
<para>2006-10-28</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[matthew] - Upgrade to Tar-1.16, including dropping the now
|
||||
unnecessary "gcc4", "security", and
|
||||
"sparse" patches.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[matthew] - Upgrade to Readline-5.2, including dropping the now
|
||||
unnecessary "fixes" patch.</para>
|
||||
|
@ -163,9 +163,9 @@
|
||||
<!--<listitem>
|
||||
<para>SysVinit &sysvinit-version;</para>
|
||||
</listitem>-->
|
||||
<!--<listitem>
|
||||
<listitem>
|
||||
<para>Tar &tar-version;</para>
|
||||
</listitem>-->
|
||||
</listitem>
|
||||
<!--<listitem>
|
||||
<para>TCL &tcl-version;</para>
|
||||
</listitem>-->
|
||||
@ -242,6 +242,15 @@
|
||||
<listitem>
|
||||
<para>readline-5.1-fixes-3.patch</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>tar-1.15.1-gcc4_fix_tests-1.patch</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>tar-1.15.1-security_fixes-1.patch</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>tar-1.15.1-sparse_fix-1.patch</para>
|
||||
</listitem>
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
|
@ -218,30 +218,6 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Tar GCC-4.x Fix Patch - <token>&tar-gcc4_fix-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
<para>Download: <ulink url="&patches-root;&tar-gcc4_fix-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&tar-gcc4_fix-patch-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Tar Security Fixes Patch - <token>&tar-security_fixes-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
<para>Download: <ulink url="&patches-root;&tar-security_fixes-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&tar-security_fixes-patch-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Tar Sparse Fix Patch - <token>&tar-sparse_fix-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
<para>Download: <ulink url="&patches-root;&tar-sparse_fix-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&tar-sparse_fix-patch-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Texinfo Multibyte Fixes Patch - <token>&texinfo-multibyte-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
|
@ -37,11 +37,6 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Tar</title>
|
||||
|
||||
<para>If you wish to run the test suite, apply the following patch to fix
|
||||
some issues with GCC-&gcc-version;:</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../&tar-gcc4_fix-patch;</userinput></screen>
|
||||
|
||||
<para>Prepare Tar for compilation:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/tools</userinput></screen>
|
||||
|
@ -34,22 +34,6 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Tar</title>
|
||||
|
||||
<para>Apply a patch to fix some issues with the test suite when using
|
||||
GCC-&gcc-version;:</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../&tar-gcc4_fix-patch;</userinput></screen>
|
||||
|
||||
<para>Tar has a bug when the <parameter>-S</parameter> option is used
|
||||
with files larger than 4 GB. The following patch properly fixes this
|
||||
issue:</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../&tar-sparse_fix-patch;</userinput></screen>
|
||||
|
||||
<para>Recent versions of Tar are vulnerable to a buffer overflow from
|
||||
specially crafted archives. The following patch addresses this:</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../&tar-security_fixes-patch;</userinput></screen>
|
||||
|
||||
<para>Prepare Tar for compilation:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin</userinput></screen>
|
||||
|
@ -452,10 +452,10 @@
|
||||
<!ENTITY sysvinit-ch6-du "1 MB">
|
||||
<!ENTITY sysvinit-ch6-sbu "less than 0.1 SBU">
|
||||
|
||||
<!ENTITY tar-version "1.15.1">
|
||||
<!ENTITY tar-size "1,574 KB">
|
||||
<!ENTITY tar-version "1.16">
|
||||
<!ENTITY tar-size "1,744 KB">
|
||||
<!ENTITY tar-url "&gnu;tar/tar-&tar-version;.tar.bz2">
|
||||
<!ENTITY tar-md5 "57da3c38f8e06589699548a34d5a5d07">
|
||||
<!ENTITY tar-md5 "d6fe544e834a8f9db6e6c7c2d38ec100">
|
||||
<!ENTITY tar-home "&gnu-software;tar/">
|
||||
<!ENTITY tar-ch5-du "13.7 MB">
|
||||
<!ENTITY tar-ch5-sbu "0.2 SBU">
|
||||
|
13
patches.ent
13
patches.ent
@ -117,19 +117,6 @@
|
||||
<!ENTITY sysklogd-fixes-patch-size "32 KB">
|
||||
|
||||
|
||||
<!ENTITY tar-gcc4_fix-patch "tar-&tar-version;-gcc4_fix_tests-1.patch">
|
||||
<!ENTITY tar-gcc4_fix-patch-md5 "8e286a1394e6bcf2907f13801770a72a">
|
||||
<!ENTITY tar-gcc4_fix-patch-size "1.2 KB">
|
||||
|
||||
<!ENTITY tar-security_fixes-patch "tar-&tar-version;-security_fixes-1.patch">
|
||||
<!ENTITY tar-security_fixes-patch-md5 "19876e726d9cec9ce1508e3af74dc22e">
|
||||
<!ENTITY tar-security_fixes-patch-size "3.9 KB">
|
||||
|
||||
<!ENTITY tar-sparse_fix-patch "tar-&tar-version;-sparse_fix-1.patch">
|
||||
<!ENTITY tar-sparse_fix-patch-md5 "9e3623f7c88d8766878ecb27c980d86a">
|
||||
<!ENTITY tar-sparse_fix-patch-size "0.9 KB">
|
||||
|
||||
|
||||
<!ENTITY texinfo-multibyte-patch "texinfo-&texinfo-version;-multibyte-1.patch">
|
||||
<!ENTITY texinfo-multibyte-patch-md5 "6cb5b760cfdd2dd53a0430eb572a8aaa">
|
||||
<!ENTITY texinfo-multibyte-patch-size "1.5 KB">
|
||||
|
Loading…
Reference in New Issue
Block a user