Changeset 1f3f3d3 in clfs-sysroot
- Timestamp:
- Jan 8, 2007, 12:23:50 AM (18 years ago)
- Branches:
- master
- Children:
- 5df891f
- Parents:
- 0de6e24
- Location:
- BOOK
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/bzip2.xml
r0de6e24 r1f3f3d3 27 27 <sect2 role="installation"> 28 28 <title>Installation of Bzip2</title> 29 30 <para os="p1">Apply a patch to install the documentation for this31 package:</para>32 33 <screen os="p2"><userinput>patch -Np1 -i ../&bzip2-docs-patch;</userinput></screen>34 35 <para os="p3">The <command>bzgrep</command> command does not escape '|' and36 '&' in filenames passed to it. This allows arbitrary commands to be37 executed with the privileges of the user running <command>bzgrep</command>.38 Apply the following patch to address this:</para>39 40 <screen os="p4"><userinput>patch -Np1 -i ../&bzip2-bzgrep-patch;</userinput></screen>41 42 <para os="p5">The <command>bzdiff</command> script depends on tempfile.43 We remove that dependency with this patch:</para>44 45 <screen os="p6"><userinput>patch -Np1 -i ../&bzip2-remove_tempfile-patch;</userinput></screen>46 29 47 30 <para os="s1">Bzip2's default Makefile target automatically runs -
BOOK/general.ent
r0de6e24 r1f3f3d3 3 3 <!ENTITY month "01"> <!-- Use two digits --> 4 4 <!ENTITY month_name "January"> 5 <!ENTITY day "0 4"> <!-- Use two digits -->5 <!ENTITY day "07"> <!-- Use two digits --> 6 6 <!ENTITY year "2007"> <!-- Use four digits --> 7 7 -
BOOK/introduction/common/changelog.xml
r0de6e24 r1f3f3d3 36 36 </listitem> 37 37 --> 38 39 <listitem> 40 <para>January 7, 2007</para> 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Updated Bzip to 1.0.4.</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 38 47 39 48 <listitem> -
BOOK/materials/common/patches.xml
r0de6e24 r1f3f3d3 47 47 48 48 <varlistentry> 49 <term>Bzip2 Documentation Patch - <token>&bzip2-docs-patch-size;</token>:</term>50 <listitem>51 <para>Download: <ulink52 url="&patches-root;&bzip2-docs-patch;"/></para>53 <para>MD5 sum: <literal>&bzip2-docs-patch-md5;</literal></para>54 </listitem>55 </varlistentry>56 57 <varlistentry>58 <term>Bzip2 Bzdiff Remove Tempfile - <token>&bzip2-remove_tempfile-patch-size;</token>:</term>59 <listitem>60 <para>Download: <ulink61 url="&patches-root;&bzip2-remove_tempfile-patch;"/></para>62 <para>MD5 sum: <literal>&bzip2-remove_tempfile-patch-md5;</literal></para>63 </listitem>64 </varlistentry>65 66 <varlistentry>67 <term>Bzip2 Bzgrep Security Fixes Patch - <token>&bzip2-bzgrep-patch-size;</token>:</term>68 <listitem>69 <para>Download: <ulink70 url="&patches-root;&bzip2-bzgrep-patch;"/></para>71 <para>MD5 sum: <literal>&bzip2-bzgrep-patch-md5;</literal></para>72 </listitem>73 </varlistentry>74 75 <varlistentry>76 49 <term>Coreutils Suppress Uptime, Kill, Su Patch - <token>&coreutils-suppress-patch-size;</token>:</term> 77 50 <listitem> -
BOOK/packages.ent
r0de6e24 r1f3f3d3 43 43 <!ENTITY bison-home "&gnu-software;bison/"> 44 44 45 <!ENTITY bzip2-version "1.0. 3">46 <!ENTITY bzip2-size " 654KB">45 <!ENTITY bzip2-version "1.0.4"> 46 <!ENTITY bzip2-size "828 KB"> 47 47 <!ENTITY bzip2-url "http://www.bzip.org/&bzip2-version;/bzip2-&bzip2-version;.tar.gz"> 48 <!ENTITY bzip2-md5 " 8a716bebecb6e647d2e8a29ea5d8447f">48 <!ENTITY bzip2-md5 "fc310b254f6ba5fbb5da018f04533688"> 49 49 <!ENTITY bzip2-home "http://www.bzip.org/"> 50 50 -
BOOK/patches.ent
r0de6e24 r1f3f3d3 16 16 <!ENTITY binutils-posix-patch-md5 "7e42a8edc0c59246bbc58c428256113c"> 17 17 <!ENTITY binutils-posix-patch-size "4.9 KB"> 18 19 <!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">20 <!ENTITY bzip2-docs-patch-md5 "9e5dfbf4814b71ef986b872c9af84488">21 <!ENTITY bzip2-docs-patch-size "1.7 KB">22 23 <!ENTITY bzip2-remove_tempfile-patch "bzip2-&bzip2-version;-remove_tempfile-1.patch">24 <!ENTITY bzip2-remove_tempfile-patch-md5 "bcadb0ce282c96af15a86a2ccdac0765">25 <!ENTITY bzip2-remove_tempfile-patch-size "1.8 KB">26 27 <!ENTITY bzip2-bzgrep-patch "bzip2-&bzip2-version;-bzgrep_security-1.patch">28 <!ENTITY bzip2-bzgrep-patch-md5 "4eae50e4fd690498f23d3057dfad7066">29 <!ENTITY bzip2-bzgrep-patch-size "1.3 KB">30 18 31 19 <!ENTITY coreutils-suppress-patch "coreutils-&coreutils-version;-suppress_uptime_kill_su-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.