Changeset 934b2a7 in clfs-sysroot
- Timestamp:
- Nov 26, 2006, 5:40:04 PM (18 years ago)
- Branches:
- master
- Children:
- b47f947
- Parents:
- 79404e1
- Location:
- BOOK
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/gzip.xml
r79404e1 r934b2a7 26 26 <title>Installation of Gzip</title> 27 27 28 <para os="p1">The following patch fixes two security vulnerabilities in Gzip:29 a path traversal bug when using the <option>-N</option> option30 (CAN-2005-1228), and a race condition in the file permission restore31 code (CAN-2005-0998):</para>32 33 <screen os="p2"><userinput>patch -Np1 -i ../&gzip-security_fix-patch;</userinput></screen>34 35 <para os="s1">The <command>gzexe</command> command calls <command>tail</command>36 with options that do not conform to newer versions of the POSIX standard,37 and therefore are not accepted by current versions of Coreutils. Fix this38 problem by issuing the following command:</para>39 40 <screen os="s2"><userinput>sed -i 's/tail +/tail -n +/' gzexe.in</userinput></screen>41 42 28 <para os="a">Prepare Gzip for compilation:</para> 43 29 -
BOOK/introduction/common/changelog.xml
r79404e1 r934b2a7 40 40 <para>November 25, 2006</para> 41 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Updated Gzip to 1.3.6.</para> 44 </listitem> 42 45 <listitem> 43 46 <para>[jciccone] - Updated Man-Pages to 2.42.</para> -
BOOK/materials/common/patches.xml
r79404e1 r934b2a7 155 155 156 156 <varlistentry> 157 <term>Gzip Security Fix Patch - <token>&gzip-security_fix-patch-size;</token>:</term>158 <listitem>159 <para>Download: <ulink160 url="&patches-root;&gzip-security_fix-patch;"/></para>161 <para>MD5 sum: <literal>&gzip-security_fix-patch-md5;</literal></para>162 </listitem>163 </varlistentry>164 165 <varlistentry>166 157 <term>Inetutils No-Server-Man-Pages Patch - <token>&inetutils-man_pages-patch-size;</token>:</term> 167 158 <listitem> -
BOOK/packages.ent
r79404e1 r934b2a7 134 134 <!ENTITY groff-home "&gnu-software;groff/"> 135 135 136 <!ENTITY gzip-version "1.3. 5">137 <!ENTITY gzip-size " 324KB">136 <!ENTITY gzip-version "1.3.6"> 137 <!ENTITY gzip-size "592 KB"> 138 138 <!ENTITY gzip-url "&alpha-gnu;gzip/gzip-&gzip-version;.tar.gz"> 139 <!ENTITY gzip-md5 " 3d6c191dfd2bf307014b421c12dc8469">139 <!ENTITY gzip-md5 "495b42de5748cce30dc31aa9994c51b5"> 140 140 <!ENTITY gzip-home "http://www.gzip.org/"> 141 141 -
BOOK/patches.ent
r79404e1 r934b2a7 65 65 <!ENTITY glibc-localedef_segfault-patch-size "1.9 KB"> 66 66 67 <!ENTITY gzip-security_fix-patch "gzip-&gzip-version;-security_fixes-1.patch">68 <!ENTITY gzip-security_fix-patch-md5 "f107844f01fc49446654ae4a8f8a0728">69 <!ENTITY gzip-security_fix-patch-size "2 KB">70 71 67 <!ENTITY inetutils-man_pages-patch "inetutils-&inetutils-version;-no_server_man_pages-2.patch"> 72 68 <!ENTITY inetutils-man_pages-patch-md5 "b04f46e66c4b438f609565073590ffd5">
Note:
See TracChangeset
for help on using the changeset viewer.