فهرست منبع

Upgrade to Bzip2-1.0.4. Fixes #1943.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7893 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 18 سال پیش
والد
کامیت
f639fa966c
7فایلهای تغییر یافته به همراه19 افزوده شده و 34 حذف شده
  1. 10 0
      chapter01/changelog.xml
  2. 2 2
      chapter01/whatsnew.xml
  3. 0 8
      chapter03/patches.xml
  4. 1 14
      chapter06/bzip2.xml
  5. 2 2
      general.ent
  6. 3 3
      packages.ent
  7. 1 5
      patches.ent

+ 10 - 0
chapter01/changelog.xml

@@ -36,6 +36,16 @@
     </listitem>
 -->
 
+    <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>

+ 2 - 2
chapter01/whatsnew.xml

@@ -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>

+ 0 - 8
chapter03/patches.xml

@@ -26,14 +26,6 @@
       </listitem>
     </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>

+ 1 - 14
chapter06/bzip2.xml

@@ -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 's@tempfile -d /tmp -p bz@mktemp -p /tmp@' bzdiff</userinput></screen>
-
     <para>Prepare Bzip2 for compilation with:</para>
 
 <screen><userinput>make -f Makefile-libbz2_so
@@ -85,7 +72,7 @@ make clean</userinput></screen>
 
     <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

+ 2 - 2
general.ent

@@ -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}]" -->
 

+ 3 - 3
packages.ent

@@ -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">

+ 1 - 5
patches.ent

@@ -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">