Changeset 7893
- Timestamp:
- 01/31/07 11:02:20 (1 year ago)
- Files:
-
- trunk/BOOK/chapter01/changelog.xml (modified) (1 diff)
- trunk/BOOK/chapter01/whatsnew.xml (modified) (1 diff)
- trunk/BOOK/chapter03/patches.xml (modified) (1 diff)
- trunk/BOOK/chapter06/bzip2.xml (modified) (2 diffs)
- trunk/BOOK/general.ent (modified) (1 diff)
- trunk/BOOK/packages.ent (modified) (1 diff)
- trunk/BOOK/patches.ent (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/chapter01/changelog.xml
r7890 r7893 38 38 39 39 <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> 40 50 <para>2007-01-13</para> 41 51 <itemizedlist> trunk/BOOK/chapter01/whatsnew.xml
r7877 r7893 41 41 <para>Bison &bison-version;</para> 42 42 </listitem> 43 < !--<listitem>43 <listitem> 44 44 <para>Bzip2 &bzip2-version;</para> 45 </listitem> -->45 </listitem> 46 46 <listitem> 47 47 <para>Coreutils &coreutils-version;</para> trunk/BOOK/chapter03/patches.xml
r7857 r7893 28 28 29 29 <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>38 30 <term>Bzip2 Documentation Patch - <token>&bzip2-docs-patch-size;</token>:</term> 39 31 <listitem> trunk/BOOK/chapter06/bzip2.xml
r7612 r7893 42 42 <screen><userinput>patch -Np1 -i ../&bzip2-docs-patch;</userinput></screen> 43 43 44 <para>The <command>bzgrep</command> command does not escape '|' and '&'45 in filenames passed to it. This allows arbitrary commands to be executed46 with the privileges of the user running <command>bzgrep</command>. Apply47 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 deprecated52 <command>tempfile</command> program. Update it to use53 <command>mktemp</command> instead:</para>54 55 <screen><userinput>sed -i 's@tempfile -d /tmp -p bz@mktemp -p /tmp@' bzdiff</userinput></screen>56 57 44 <para>Prepare Bzip2 for compilation with:</para> 58 45 … … 86 73 <para>Install the programs:</para> 87 74 88 <screen><userinput>make install</userinput></screen>75 <screen><userinput>make PREFIX=/usr install</userinput></screen> 89 76 90 77 <para>Install the shared <command>bzip2</command> binary into the trunk/BOOK/general.ent
r7891 r7893 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!ENTITY version "SVN-2007013 0">3 <!ENTITY releasedate "January 3 0, 2007">2 <!ENTITY version "SVN-20070131"> 3 <!ENTITY releasedate "January 31, 2007"> 4 4 <!ENTITY milestone "6.3"> 5 5 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> trunk/BOOK/packages.ent
r7889 r7893 63 63 <!ENTITY bison-ch6-sbu "0.2 SBU"> 64 64 65 <!ENTITY bzip2-version "1.0. 3">66 <!ENTITY bzip2-size " 654KB">65 <!ENTITY bzip2-version "1.0.4"> 66 <!ENTITY bzip2-size "822 KB"> 67 67 <!ENTITY bzip2-url "http://www.bzip.org/&bzip2-version;/bzip2-&bzip2-version;.tar.gz"> 68 <!ENTITY bzip2-md5 " 8a716bebecb6e647d2e8a29ea5d8447f">68 <!ENTITY bzip2-md5 "fc310b254f6ba5fbb5da018f04533688"> 69 69 <!ENTITY bzip2-home "http://www.bzip.org/"> 70 70 <!ENTITY bzip2-ch5-du "4.2 MB"> trunk/BOOK/patches.ent
r7867 r7893 7 7 8 8 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 13 9 <!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"> 15 11 <!ENTITY bzip2-docs-patch-size "1.6 KB"> 16 12
