Author: matthew
Date: 2006-10-28 16:13:49 -0600 (Sat, 28 Oct 2006)
New Revision: 7848

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter01/whatsnew.xml
   trunk/BOOK/chapter03/patches.xml
   trunk/BOOK/chapter05/tar.xml
   trunk/BOOK/chapter06/tar.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/patches.ent
Log:
Upgrade to Tar-1.16

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2006-10-28 22:13:28 UTC (rev 7847)
+++ trunk/BOOK/chapter01/changelog.xml  2006-10-28 22:13:49 UTC (rev 7848)
@@ -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>

Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml   2006-10-28 22:13:28 UTC (rev 7847)
+++ trunk/BOOK/chapter01/whatsnew.xml   2006-10-28 22:13:49 UTC (rev 7848)
@@ -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>
 

Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml    2006-10-28 22:13:28 UTC (rev 7847)
+++ trunk/BOOK/chapter03/patches.xml    2006-10-28 22:13:49 UTC (rev 7848)
@@ -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>

Modified: trunk/BOOK/chapter05/tar.xml
===================================================================
--- trunk/BOOK/chapter05/tar.xml        2006-10-28 22:13:28 UTC (rev 7847)
+++ trunk/BOOK/chapter05/tar.xml        2006-10-28 22:13:49 UTC (rev 7848)
@@ -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>

Modified: trunk/BOOK/chapter06/tar.xml
===================================================================
--- trunk/BOOK/chapter06/tar.xml        2006-10-28 22:13:28 UTC (rev 7847)
+++ trunk/BOOK/chapter06/tar.xml        2006-10-28 22:13:49 UTC (rev 7848)
@@ -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>

Modified: trunk/BOOK/packages.ent
===================================================================
--- trunk/BOOK/packages.ent     2006-10-28 22:13:28 UTC (rev 7847)
+++ trunk/BOOK/packages.ent     2006-10-28 22:13:49 UTC (rev 7848)
@@ -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">

Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent      2006-10-28 22:13:28 UTC (rev 7847)
+++ trunk/BOOK/patches.ent      2006-10-28 22:13:49 UTC (rev 7848)
@@ -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">

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to