Author: matthew
Date: 2007-01-31 11:02:20 -0700 (Wed, 31 Jan 2007)
New Revision: 7893

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter01/whatsnew.xml
   trunk/BOOK/chapter03/patches.xml
   trunk/BOOK/chapter06/bzip2.xml
   trunk/BOOK/general.ent
   trunk/BOOK/packages.ent
   trunk/BOOK/patches.ent
Log:
Upgrade to Bzip2-1.0.4.  Fixes #1943.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2007-01-30 18:21:02 UTC (rev 7892)
+++ trunk/BOOK/chapter01/changelog.xml  2007-01-31 18:02:20 UTC (rev 7893)
@@ -37,6 +37,16 @@
 -->
 
     <listitem>
+      <para>2007-01-31</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matthew] - Upgrade to Bzip2-1.0.4.  Fixes
+          <ulink url="&lfs-ticket-root;1943">#1943</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2007-01-13</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml   2007-01-30 18:21:02 UTC (rev 7892)
+++ trunk/BOOK/chapter01/whatsnew.xml   2007-01-31 18:02:20 UTC (rev 7893)
@@ -40,9 +40,9 @@
     <listitem>
       <para>Bison &bison-version;</para>
     </listitem>
-    <!--<listitem>
+    <listitem>
       <para>Bzip2 &bzip2-version;</para>
-    </listitem>-->
+    </listitem>
     <listitem>
       <para>Coreutils &coreutils-version;</para>
     </listitem>

Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml    2007-01-30 18:21:02 UTC (rev 7892)
+++ trunk/BOOK/chapter03/patches.xml    2007-01-31 18:02:20 UTC (rev 7893)
@@ -27,14 +27,6 @@
     </varlistentry>
 
     <varlistentry>
-      <term>Bzip2 Bzgrep Security Fixes Patch - 
<token>&bzip2-bzgrep-patch-size;</token>:</term>
-      <listitem>
-        <para>Download: <ulink 
url="&patches-root;&bzip2-bzgrep-patch;"/></para>
-        <para>MD5 sum: <literal>&bzip2-bzgrep-patch-md5;</literal></para>
-      </listitem>
-    </varlistentry>
-
-    <varlistentry>
       <term>Bzip2 Documentation Patch - 
<token>&bzip2-docs-patch-size;</token>:</term>
       <listitem>
         <para>Download: <ulink url="&patches-root;&bzip2-docs-patch;"/></para>

Modified: trunk/BOOK/chapter06/bzip2.xml
===================================================================
--- trunk/BOOK/chapter06/bzip2.xml      2007-01-30 18:21:02 UTC (rev 7892)
+++ trunk/BOOK/chapter06/bzip2.xml      2007-01-31 18:02:20 UTC (rev 7893)
@@ -41,19 +41,6 @@
 
 <screen><userinput>patch -Np1 -i ../&bzip2-docs-patch;</userinput></screen>
 
-    <para>The <command>bzgrep</command> command does not escape '|' and '&amp;'
-    in filenames passed to it. This allows arbitrary commands to be executed
-    with the privileges of the user running <command>bzgrep</command>. Apply
-    the following to address this:</para>
-
-<screen><userinput>patch -Np1 -i ../&bzip2-bzgrep-patch;</userinput></screen>
-
-    <para>The <command>bzdiff</command> script still uses the deprecated
-    <command>tempfile</command> program. Update it to use
-    <command>mktemp</command> instead:</para>
-
-<screen><userinput>sed -i '[EMAIL PROTECTED] -d /tmp -p [EMAIL PROTECTED] -p 
/tmp@' bzdiff</userinput></screen>
-
     <para>Prepare Bzip2 for compilation with:</para>
 
 <screen><userinput>make -f Makefile-libbz2_so
@@ -85,7 +72,7 @@
 
     <para>Install the programs:</para>
 
-<screen><userinput>make install</userinput></screen>
+<screen><userinput>make PREFIX=/usr install</userinput></screen>
 
     <para>Install the shared <command>bzip2</command> binary into the
     <filename class="directory">/bin</filename> directory, make

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2007-01-30 18:21:02 UTC (rev 7892)
+++ trunk/BOOK/general.ent      2007-01-31 18:02:20 UTC (rev 7893)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20070130">
-<!ENTITY releasedate "January 30, 2007">
+<!ENTITY version "SVN-20070131">
+<!ENTITY releasedate "January 31, 2007">
 <!ENTITY milestone "6.3">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->
 

Modified: trunk/BOOK/packages.ent
===================================================================
--- trunk/BOOK/packages.ent     2007-01-30 18:21:02 UTC (rev 7892)
+++ trunk/BOOK/packages.ent     2007-01-31 18:02:20 UTC (rev 7893)
@@ -62,10 +62,10 @@
 <!ENTITY bison-ch6-du "12.3 MB">
 <!ENTITY bison-ch6-sbu "0.2 SBU">
 
-<!ENTITY bzip2-version "1.0.3">
-<!ENTITY bzip2-size "654 KB">
+<!ENTITY bzip2-version "1.0.4">
+<!ENTITY bzip2-size "822 KB">
 <!ENTITY bzip2-url 
"http://www.bzip.org/&bzip2-version;/bzip2-&bzip2-version;.tar.gz";>
-<!ENTITY bzip2-md5 "8a716bebecb6e647d2e8a29ea5d8447f">
+<!ENTITY bzip2-md5 "fc310b254f6ba5fbb5da018f04533688">
 <!ENTITY bzip2-home "http://www.bzip.org/";>
 <!ENTITY bzip2-ch5-du "4.2 MB">
 <!ENTITY bzip2-ch5-sbu "less than 0.1 SBU">

Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent      2007-01-30 18:21:02 UTC (rev 7892)
+++ trunk/BOOK/patches.ent      2007-01-31 18:02:20 UTC (rev 7893)
@@ -6,12 +6,8 @@
 <!ENTITY bash-fixes-patch-size "9.9 KB">
 
 
-<!ENTITY bzip2-bzgrep-patch "bzip2-&bzip2-version;-bzgrep_security-1.patch">
-<!ENTITY bzip2-bzgrep-patch-md5 "4eae50e4fd690498f23d3057dfad7066">
-<!ENTITY bzip2-bzgrep-patch-size "1.2 KB">
-
 <!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">
-<!ENTITY bzip2-docs-patch-md5 "9e5dfbf4814b71ef986b872c9af84488">
+<!ENTITY bzip2-docs-patch-md5 "6a5ac7e89b791aae556de0f745916f7f">
 <!ENTITY bzip2-docs-patch-size "1.6 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