Changeset add0598
- Timestamp:
- Oct 21, 2006, 8:56:59 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:
- 054bf2ad
- Parents:
- ad01a6a
- Location:
- BOOK
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/tar.xml
rad01a6a radd0598 25 25 <sect2 role="installation"> 26 26 <title>Installation of Tar</title> 27 28 <para os="p1">Apply a patch to fix some issues with the test suite when using29 GCC-&gcc-version;:</para>30 31 <screen os="p2"><userinput>patch -Np1 -i ../&tar-gcc4_fix-patch;</userinput></screen>32 33 <para os="p3">Tar has a bug when the <option>-S</option> option is used with34 files larger than 4 GB. The following patch properly fixes this issue:</para>35 36 <screen os="p4"><userinput>patch -Np1 -i ../&tar-sparse_fix-patch;</userinput></screen>37 38 <para os="p5">This patch fixes a security vulnerability in Tar:</para>39 40 <screen os="p6"><userinput>patch -Np1 -i ../&tar-security_fixes-patch;</userinput></screen>41 27 42 28 <para os="a">Prepare Tar for compilation:</para> -
BOOK/final-system/multilib/tar.xml
rad01a6a radd0598 21 21 <sect2 role="installation"> 22 22 <title>Installation of Tar</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"25 href="../common/tar.xml"26 xpointer="xpointer(//*[@os='p1'])"/>27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"29 href="../common/tar.xml"30 xpointer="xpointer(//*[@os='p2'])"/>31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"33 href="../common/tar.xml"34 xpointer="xpointer(//*[@os='p3'])"/>35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"37 href="../common/tar.xml"38 xpointer="xpointer(//*[@os='p4'])"/>39 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"41 href="../common/tar.xml"42 xpointer="xpointer(//*[@os='p5'])"/>43 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"45 href="../common/tar.xml"46 xpointer="xpointer(//*[@os='p6'])"/>47 23 48 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/introduction/common/changelog.xml
rad01a6a radd0598 46 46 <para>[jim] - Updated to IPRoute2 2.6.18-061002.</para> 47 47 </listitem> 48 <listitem> 49 <para>[jim] - Updated to Tar 1.16.</para> 50 </listitem> 48 51 </itemizedlist> 49 52 </listitem> -
BOOK/materials/common/patches.xml
rad01a6a radd0598 209 209 210 210 <varlistentry> 211 <term>Tar GCC-4.x Fix Patch - <token>&tar-gcc4_fix-patch-size;</token>:</term>212 <listitem>213 <para>Download: <ulink214 url="&patches-root;&tar-gcc4_fix-patch;"/></para>215 <para>MD5 sum: <literal>&tar-gcc4_fix-patch-md5;</literal></para>216 </listitem>217 </varlistentry>218 219 <varlistentry>220 <term>Tar Security Fix Patch - <token>&tar-security_fixes-patch-size;</token>:</term>221 <listitem>222 <para>Download: <ulink223 url="&patches-root;&tar-security_fixes-patch;"/></para>224 <para>MD5 sum: <literal>&tar-security_fixes-patch-md5;</literal></para>225 </listitem>226 </varlistentry>227 228 <varlistentry>229 <term>Tar Sparse Fix Patch - <token>&tar-sparse_fix-patch-size;</token>:</term>230 <listitem>231 <para>Download: <ulink232 url="&patches-root;&tar-sparse_fix-patch;"/></para>233 <para>MD5 sum: <literal>&tar-sparse_fix-patch-md5;</literal></para>234 </listitem>235 </varlistentry>236 237 <varlistentry>238 211 <term>Texinfo Tempfile Fix Patch - <token>&texinfo-tempfile_fix-patch-size;</token>:</term> 239 212 <listitem> -
BOOK/packages.ent
rad01a6a radd0598 371 371 <!ENTITY sysvinit-home " "> 372 372 373 <!ENTITY tar-version "1.1 5.1">374 <!ENTITY tar-size "1, 574 KB">373 <!ENTITY tar-version "1.16"> 374 <!ENTITY tar-size "1,744 KB"> 375 375 <!ENTITY tar-url "&gnu;tar/tar-&tar-version;.tar.bz2"> 376 <!ENTITY tar-md5 " 57da3c38f8e06589699548a34d5a5d07">376 <!ENTITY tar-md5 "d6fe544e834a8f9db6e6c7c2d38ec100"> 377 377 <!ENTITY tar-home "&gnu-software;tar/"> 378 378 -
BOOK/patches.ent
rad01a6a radd0598 97 97 <!ENTITY sysklogd-fixes-patch-size "28 KB"> 98 98 99 <!ENTITY tar-gcc4_fix-patch "tar-&tar-version;-gcc4_fix_tests-1.patch">100 <!ENTITY tar-gcc4_fix-patch-md5 "8e286a1394e6bcf2907f13801770a72a">101 <!ENTITY tar-gcc4_fix-patch-size "1.2 KB">102 103 <!ENTITY tar-security_fixes-patch "tar-&tar-version;-security_fixes-1.patch">104 <!ENTITY tar-security_fixes-patch-md5 "19876e726d9cec9ce1508e3af74dc22e">105 <!ENTITY tar-security_fixes-patch-size "3.9 KB">106 107 <!ENTITY tar-sparse_fix-patch "tar-&tar-version;-sparse_fix-1.patch">108 <!ENTITY tar-sparse_fix-patch-md5 "9e3623f7c88d8766878ecb27c980d86a">109 <!ENTITY tar-sparse_fix-patch-size "1 KB">110 111 99 <!ENTITY texinfo-tempfile_fix-patch "texinfo-&texinfo-version;-tempfile_fix-1.patch"> 112 100 <!ENTITY texinfo-tempfile_fix-patch-md5 "559bda136a2ac7777ecb67511227af85">
Note:
See TracChangeset
for help on using the changeset viewer.