Explorar o código

Upgrade to Bzip2-1.0.6. Fixes #2759.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess %!s(int64=15) %!d(string=hai) anos
pai
achega
eeee660481
Modificáronse 6 ficheiros con 23 adicións e 21 borrados
  1. 4 0
      chapter01/changelog.xml
  2. 14 2
      chapter01/whatsnew.xml
  3. 0 8
      chapter03/patches.xml
  4. 2 4
      chapter06/bzip2.xml
  5. 3 3
      packages.ent
  6. 0 4
      patches.ent

+ 4 - 0
chapter01/changelog.xml

@@ -39,6 +39,10 @@
     <listitem>
       <para>2010-09-22</para>
       <itemizedlist>
+        <listitem>
+          <para>[matthew] Upgrade to Bzip2-1.0.6. Fixes
+          <ulink url="&lfs-ticket-root;2759">#2759</ulink>.</para>
+        </listitem>
         <listitem>
           <para>[matthew] Add patch to fix &quot;Unknown HZ value&quot; error
           in some procps tools. Thanks to DJ Lucas for the report and

+ 14 - 2
chapter01/whatsnew.xml

@@ -43,9 +43,9 @@
     <!--<listitem> 
       <para>Bison &bison-version;</para>
     </listitem> -->
-    <!--<listitem>
+    <listitem>
       <para>Bzip2 &bzip2-version;</para>
-    </listitem>-->
+    </listitem>
     <!--<listitem>
       <para>Coreutils &coreutils-version;</para>
     </listitem>-->
@@ -223,6 +223,10 @@
       <para>perl-5.12.2-libc-1.patch</para>
     </listitem>
 
+    <listitem>
+      <para>bzip2-1.0.6-install_docs-1.patch</para>
+    </listitem>
+
     <listitem>
       <para>procps-3.2.8-fix_HZ_errors-1.patch</para>
     </listitem>
@@ -232,6 +236,14 @@
   <itemizedlist>
     <title>Removed:</title>
 
+    <listitem>
+      <para>bzip2-1.0.5-install_docs-1.patch</para>
+    </listitem>
+
+    <listitem>
+      <para>bzip2-1.0.5-version_fixes-1.patch</para>
+    </listitem>
+
     <listitem>
       <para>perl-5.12.1-libc-1.patch</para>
     </listitem>

+ 0 - 8
chapter03/patches.xml

@@ -34,14 +34,6 @@
       </listitem>
     </varlistentry>
 
-    <varlistentry>
-      <term>Bzip2 Version Fixes Patch - <token>&bzip2-version-patch-size;</token>:</term>
-      <listitem>
-        <para>Download: <ulink url="&patches-root;&bzip2-version-patch;"/></para>
-        <para>MD5 sum: <literal>&bzip2-version-patch-md5;</literal></para>
-      </listitem>
-    </varlistentry>
-
     <varlistentry>
       <term>Coreutils Internationalization Fixes Patch - <token>&coreutils-i18n-patch-size;</token>:</term>
       <listitem>

+ 2 - 4
chapter06/bzip2.xml

@@ -43,11 +43,9 @@
   <sect2 role="installation">
     <title>Installation of Bzip2</title>
 
-    <para>Apply 2 patches that will install the documentation for this package
-    and correct some hard-coded version numbers:</para>
+    <para>Apply a patch that will install the documentation for this package:</para>
 
-<screen><userinput remap="pre">patch -Np1 -i ../&bzip2-docs-patch;
-patch -Np1 -i ../&bzip2-version-patch;</userinput></screen>
+<screen><userinput remap="pre">patch -Np1 -i ../&bzip2-docs-patch;</userinput></screen>
 
    <para>The following command ensures installation of symbolic links are relative:</para>
 

+ 3 - 3
packages.ent

@@ -58,10 +58,10 @@
 <!ENTITY bison-ch6-du "19.2 MB">
 <!ENTITY bison-ch6-sbu "1.1 SBU">
 
-<!ENTITY bzip2-version "1.0.5">
-<!ENTITY bzip2-size "822 KB">
+<!ENTITY bzip2-version "1.0.6">
+<!ENTITY bzip2-size "764 KB">
 <!ENTITY bzip2-url "http://www.bzip.org/&bzip2-version;/bzip2-&bzip2-version;.tar.gz">
-<!ENTITY bzip2-md5 "3c15a0c8d1d3ee1c46a1634d00617b1a">
+<!ENTITY bzip2-md5 "00b516f4704d4a7cb50a1d97e6e8e15b">
 <!ENTITY bzip2-home "http://www.bzip.org/">
 <!ENTITY bzip2-ch5-du "4.8 MB">
 <!ENTITY bzip2-ch5-sbu "less than 0.1 SBU">

+ 0 - 4
patches.ent

@@ -11,10 +11,6 @@
 <!ENTITY bzip2-docs-patch-md5 "6a5ac7e89b791aae556de0f745916f7f">
 <!ENTITY bzip2-docs-patch-size "1.6 KB">
 
-<!ENTITY bzip2-version-patch "bzip2-&bzip2-version;-version_fixes-1.patch">
-<!ENTITY bzip2-version-patch-md5 "5ef00b9da463b399f3d67ecfa276e7ea">
-<!ENTITY bzip2-version-patch-size "5.3 KB">
-
 
 <!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-1.patch">
 <!ENTITY coreutils-i18n-patch-md5 "e806ba5734411d1384f1e56169f31b22">