Changeset 3cc6893
- Timestamp:
- Nov 26, 2006, 1:13:32 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 3398827
- Parents:
- b778d70
- Location:
- BOOK
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/gzip.xml
rb778d70 r3cc6893 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/final-system/multilib/gzip.xml
rb778d70 r3cc6893 21 21 <sect2 role="installation"> 22 22 <title>Installation of Gzip</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"25 href="../common/gzip.xml"26 xpointer="xpointer(//*[@os='p1'])"/>27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"29 href="../common/gzip.xml"30 xpointer="xpointer(//*[@os='p2'])"/>31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"33 href="../common/gzip.xml"34 xpointer="xpointer(//*[@os='s1'])"/>35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"37 href="../common/gzip.xml"38 xpointer="xpointer(//*[@os='s2'])"/>39 23 40 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/introduction/common/changelog.xml
rb778d70 r3cc6893 43 43 <para>[jim] - Updated to Man-Pages 2.42.</para> 44 44 </listitem> 45 <listitem> 46 <para>[jim] - Updated to Gzip 1.3.6.</para> 47 </listitem> 45 48 </itemizedlist> 46 49 </listitem> -
BOOK/materials/common/packages.xml
rb778d70 r3cc6893 223 223 224 224 <varlistentry> 225 <term>Gzip (&gzip-version;) - <token>&gzip-size;</token>:</term>226 <listitem>227 <para>Home page: <ulink url="&gzip-home;"/></para>228 <para>Download: <ulink url="&gzip-url;"/></para>229 <para>MD5 sum: <literal>&gzip-md5;</literal></para>230 </listitem>231 </varlistentry>232 233 <varlistentry>234 225 <term>Iana-Etc (&iana-etc-version;) - <token>&iana-etc-size;</token>:</term> 235 226 <listitem> -
BOOK/packages.ent
rb778d70 r3cc6893 189 189 <!ENTITY grub-home "&gnu-software;grub/"> 190 190 191 <!ENTITY gzip-version "1.3. 5">192 <!ENTITY gzip-size " 324KB">191 <!ENTITY gzip-version "1.3.6"> 192 <!ENTITY gzip-size "592 KB"> 193 193 <!ENTITY gzip-url "&alpha-gnu;gzip/gzip-&gzip-version;.tar.gz"> 194 <!ENTITY gzip-md5 " 3d6c191dfd2bf307014b421c12dc8469">194 <!ENTITY gzip-md5 "495b42de5748cce30dc31aa9994c51b5"> 195 195 <!ENTITY gzip-home "http://www.gzip.org/"> 196 196 -
BOOK/patches.ent
rb778d70 r3cc6893 69 69 <!ENTITY glibc-localedef_segfault-patch-size "1.9 KB"> 70 70 71 <!ENTITY gzip-security_fix-patch "gzip-&gzip-version;-security_fixes-1.patch">72 <!ENTITY gzip-security_fix-patch-md5 "f107844f01fc49446654ae4a8f8a0728">73 <!ENTITY gzip-security_fix-patch-size "2 KB">74 75 71 <!ENTITY kbd-gcc4_fixes-patch "kbd-&kbd-version;-gcc4_fixes-1.patch"> 76 72 <!ENTITY kbd-gcc4_fixes-patch-md5 "615bc1e381ab646f04d8045751ed1f69">
Note:
See TracChangeset
for help on using the changeset viewer.