Changeset 604fe61


Ignore:
Timestamp:
05/21/2010 10:22:57 PM (14 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
3d76f33
Parents:
641a3cd2
Message:

Add a patch to fix incorrect version numbers in Bzip2. Thanks to Jeremy Huntwork (LightCube OS) for the patch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9268 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r641a3cd2 r604fe61  
    3838-->
    3939    <listitem>
     40      <para>2010-05-21</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[matthew] - Add a patch to fix incorrect version numbers in
     44          Bzip2.  Thanks to Jeremy Huntwork (LightCube OS) for the patch.  Fixes
     45          <ulink url="&lfs-ticket-root;2624">#2624</ulink>.</para>
     46        </listitem>
     47      </itemizedlist>
     48    </listitem>
     49
     50    <listitem>
    4051      <para>2010-05-06</para>
    4152      <itemizedlist>
  • chapter01/whatsnew.xml

    r641a3cd2 r604fe61  
    219219
    220220    <listitem>
     221      <para>bzip2-1.0.5-version_fixes-1.patch</para>
     222    </listitem>
     223
     224    <listitem>
    221225      <para>MPC-&mpc-version;</para>
    222226    </listitem>
  • chapter03/patches.xml

    r641a3cd2 r604fe61  
    4444
    4545    <varlistentry>
     46      <term>Bzip2 Version Fixes Patch - <token>&bzip2-version-patch-size;</token>:</term>
     47      <listitem>
     48        <para>Download: <ulink url="&patches-root;&bzip2-version-patch;"/></para>
     49        <para>MD5 sum: <literal>&bzip2-version-patch-md5;</literal></para>
     50      </listitem>
     51    </varlistentry>
     52
     53    <varlistentry>
    4654      <term>Coreutils Internationalization Fixes Patch - <token>&coreutils-i18n-patch-size;</token>:</term>
    4755      <listitem>
  • chapter06/bzip2.xml

    r641a3cd2 r604fe61  
    4444    <title>Installation of Bzip2</title>
    4545
    46     <para>Apply a patch to install the documentation for this package:</para>
    47 
    48 <screen><userinput remap="pre">patch -Np1 -i ../&bzip2-docs-patch;</userinput></screen>
     46    <para>Apply 2 patches that will install the documentation for this package
     47    and correct some hard-coded version numbers:</para>
     48
     49<screen><userinput remap="pre">patch -Np1 -i ../&bzip2-docs-patch;
     50patch -Np1 -i ../&bzip2-version-patch;</userinput></screen>
    4951
    5052   <para>The following command ensures installation of symbolic links are relative:</para>
  • general.ent

    r641a3cd2 r604fe61  
    1 <!ENTITY version "SVN-20100506">
    2 <!ENTITY releasedate "May 6, 2010">
     1<!ENTITY version "SVN-20100521">
     2<!ENTITY releasedate "May 19, 2010">
    33<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "6.7">
  • patches.ent

    r641a3cd2 r604fe61  
    1616<!ENTITY bzip2-docs-patch-md5 "6a5ac7e89b791aae556de0f745916f7f">
    1717<!ENTITY bzip2-docs-patch-size "1.6 KB">
     18
     19<!ENTITY bzip2-version-patch "bzip2-&bzip2-version;-version_fixes-1.patch">
     20<!ENTITY bzip2-version-patch-md5 "5ef00b9da463b399f3d67ecfa276e7ea">
     21<!ENTITY bzip2-version-patch-size "5.3 KB">
    1822
    1923
Note: See TracChangeset for help on using the changeset viewer.