Changeset f639fa9


Ignore:
Timestamp:
01/31/2007 06:02:20 PM (17 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.3, 6.4, 6.5, 6.6, 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:
da5c322
Parents:
4038f34
Message:

Upgrade to Bzip2-1.0.4. Fixes #1943.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r4038f34 rf639fa9  
    3838
    3939    <listitem>
     40      <para>2007-01-31</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[matthew] - Upgrade to Bzip2-1.0.4.  Fixes
     44          <ulink url="&lfs-ticket-root;1943">#1943</ulink>.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>2007-01-13</para>
    4151      <itemizedlist>
  • chapter01/whatsnew.xml

    r4038f34 rf639fa9  
    4141      <para>Bison &bison-version;</para>
    4242    </listitem>
    43     <!--<listitem>
     43    <listitem>
    4444      <para>Bzip2 &bzip2-version;</para>
    45     </listitem>-->
     45    </listitem>
    4646    <listitem>
    4747      <para>Coreutils &coreutils-version;</para>
  • chapter03/patches.xml

    r4038f34 rf639fa9  
    2828
    2929    <varlistentry>
    30       <term>Bzip2 Bzgrep Security Fixes Patch - <token>&bzip2-bzgrep-patch-size;</token>:</term>
    31       <listitem>
    32         <para>Download: <ulink url="&patches-root;&bzip2-bzgrep-patch;"/></para>
    33         <para>MD5 sum: <literal>&bzip2-bzgrep-patch-md5;</literal></para>
    34       </listitem>
    35     </varlistentry>
    36 
    37     <varlistentry>
    3830      <term>Bzip2 Documentation Patch - <token>&bzip2-docs-patch-size;</token>:</term>
    3931      <listitem>
  • chapter06/bzip2.xml

    r4038f34 rf639fa9  
    4242<screen><userinput>patch -Np1 -i ../&bzip2-docs-patch;</userinput></screen>
    4343
    44     <para>The <command>bzgrep</command> command does not escape '|' and '&amp;'
    45     in filenames passed to it. This allows arbitrary commands to be executed
    46     with the privileges of the user running <command>bzgrep</command>. Apply
    47     the following to address this:</para>
    48 
    49 <screen><userinput>patch -Np1 -i ../&bzip2-bzgrep-patch;</userinput></screen>
    50 
    51     <para>The <command>bzdiff</command> script still uses the deprecated
    52     <command>tempfile</command> program. Update it to use
    53     <command>mktemp</command> instead:</para>
    54 
    55 <screen><userinput>sed -i 's@tempfile -d /tmp -p bz@mktemp -p /tmp@' bzdiff</userinput></screen>
    56 
    5744    <para>Prepare Bzip2 for compilation with:</para>
    5845
     
    8673    <para>Install the programs:</para>
    8774
    88 <screen><userinput>make install</userinput></screen>
     75<screen><userinput>make PREFIX=/usr install</userinput></screen>
    8976
    9077    <para>Install the shared <command>bzip2</command> binary into the
  • general.ent

    r4038f34 rf639fa9  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20070130">
    3 <!ENTITY releasedate "January 30, 2007">
     2<!ENTITY version "SVN-20070131">
     3<!ENTITY releasedate "January 31, 2007">
    44<!ENTITY milestone "6.3">
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
  • packages.ent

    r4038f34 rf639fa9  
    6363<!ENTITY bison-ch6-sbu "0.2 SBU">
    6464
    65 <!ENTITY bzip2-version "1.0.3">
    66 <!ENTITY bzip2-size "654 KB">
     65<!ENTITY bzip2-version "1.0.4">
     66<!ENTITY bzip2-size "822 KB">
    6767<!ENTITY bzip2-url "http://www.bzip.org/&bzip2-version;/bzip2-&bzip2-version;.tar.gz">
    68 <!ENTITY bzip2-md5 "8a716bebecb6e647d2e8a29ea5d8447f">
     68<!ENTITY bzip2-md5 "fc310b254f6ba5fbb5da018f04533688">
    6969<!ENTITY bzip2-home "http://www.bzip.org/">
    7070<!ENTITY bzip2-ch5-du "4.2 MB">
  • patches.ent

    r4038f34 rf639fa9  
    77
    88
    9 <!ENTITY bzip2-bzgrep-patch "bzip2-&bzip2-version;-bzgrep_security-1.patch">
    10 <!ENTITY bzip2-bzgrep-patch-md5 "4eae50e4fd690498f23d3057dfad7066">
    11 <!ENTITY bzip2-bzgrep-patch-size "1.2 KB">
    12 
    139<!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">
    14 <!ENTITY bzip2-docs-patch-md5 "9e5dfbf4814b71ef986b872c9af84488">
     10<!ENTITY bzip2-docs-patch-md5 "6a5ac7e89b791aae556de0f745916f7f">
    1511<!ENTITY bzip2-docs-patch-size "1.6 KB">
    1612
Note: See TracChangeset for help on using the changeset viewer.