Changeset 7893

Show
Ignore:
Timestamp:
01/31/07 11:02:20 (1 year ago)
Author:
matthew
Message:

Upgrade to Bzip2-1.0.4. Fixes #1943.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r7890 r7893  
    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> 
  • trunk/BOOK/chapter01/whatsnew.xml

    r7877 r7893  
    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> 
  • trunk/BOOK/chapter03/patches.xml

    r7857 r7893  
    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> 
  • trunk/BOOK/chapter06/bzip2.xml

    r7612 r7893  
    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 
  • trunk/BOOK/general.ent

    r7891 r7893  
    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}]" --> 
  • trunk/BOOK/packages.ent

    r7889 r7893  
    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"> 
  • trunk/BOOK/patches.ent

    r7867 r7893  
    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