aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2006-10-28 22:13:49 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2006-10-28 22:13:49 +0000
commitf8d252beb300b6ffa23a58b9d75ef75f0c45e8fc (patch)
tree67e9a135dce4425a82ea8fc20d78078a2bd59aa7
parent7f67569a930afa1a3b3380a3f55ba728d8886d2e (diff)
Upgrade to Tar-1.16
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7848 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml5
-rw-r--r--chapter01/whatsnew.xml13
-rw-r--r--chapter03/patches.xml24
-rw-r--r--chapter05/tar.xml5
-rw-r--r--chapter06/tar.xml16
-rw-r--r--packages.ent6
-rw-r--r--patches.ent13
7 files changed, 19 insertions, 63 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index cb4972163..c2358865c 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,11 @@
<para>2006-10-28</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Upgrade to Tar-1.16, including dropping the now
+ unnecessary &quot;gcc4&quot;, &quot;security&quot;, and
+ &quot;sparse&quot; patches.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Upgrade to Readline-5.2, including dropping the now
unnecessary &quot;fixes&quot; patch.</para>
</listitem>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index ea5d91af4..ed511c1b4 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -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>
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index 23a706156..bbc41bc26 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -219,30 +219,6 @@
</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>
<para>Download: <ulink url="&patches-root;&texinfo-multibyte-patch;"/></para>
diff --git a/chapter05/tar.xml b/chapter05/tar.xml
index 09f8d84a5..dc09217b0 100644
--- a/chapter05/tar.xml
+++ b/chapter05/tar.xml
@@ -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>
diff --git a/chapter06/tar.xml b/chapter06/tar.xml
index 9850b2d34..b82789240 100644
--- a/chapter06/tar.xml
+++ b/chapter06/tar.xml
@@ -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>
diff --git a/packages.ent b/packages.ent
index 281977511..27a6a7d63 100644
--- a/packages.ent
+++ b/packages.ent
@@ -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">
diff --git a/patches.ent b/patches.ent
index 506f5e544..38b186b02 100644
--- a/patches.ent
+++ b/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">