Changeset d5d4d82 in clfs-sysroot for BOOK/final-system
- Timestamp:
- Jul 19, 2006, 7:24:03 PM (18 years ago)
- Branches:
- master
- Children:
- 6e439f9
- Parents:
- c3b61cb
- Location:
- BOOK/final-system/common
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/bzip2.xml
rc3b61cb rd5d4d82 45 45 <screen os="p6"><userinput>patch -Np1 -i ../&bzip2-remove_tempfile-patch;</userinput></screen> 46 46 47 <para os="s1">Disable running of the testsuite after a successful build:</para> 47 <para os="s1">Bzip2's default Makefile target automatically runs 48 the testsuite as well. Disable the tests since they won't work on a 49 multi-architecture build:</para> 48 50 49 51 <screen os="s2"><userinput>cp Makefile{,.orig} -
BOOK/final-system/common/gzip.xml
rc3b61cb rd5d4d82 26 26 <title>Installation of Gzip</title> 27 27 28 <para os="p1">The following patch fixes two security vulnerabilities in Gzip .29 First,a path traversal bug when using the <option>-N</option> option30 (CAN-2005-1228) Second,a race condition in the file permission restore31 code (CAN-2005-0998) </para>28 <para os="p1">The following patch fixes two security vulnerabilities in Gzip: 29 a path traversal bug when using the <option>-N</option> option 30 (CAN-2005-1228), and a race condition in the file permission restore 31 code (CAN-2005-0998):</para> 32 32 33 33 <screen os="p2"><userinput>patch -Np1 -i ../&gzip-security_fix-patch;</userinput></screen> -
BOOK/final-system/common/man.xml
rc3b61cb rd5d4d82 118 118 <para os="v">Additional information with regards to the compression of 119 119 man and info pages can be found in the BLFS book at 120 <ulink url="&blfs-root;view/ cvs/postlfs/compressdoc.html"/>.</para>120 <ulink url="&blfs-root;view/svn/postlfs/compressdoc.html"/>.</para> 121 121 122 122 </sect2> -
BOOK/final-system/common/sysklogd.xml
rc3b61cb rd5d4d82 27 27 28 28 <para os="a">The following patch fixes various issues, including a 29 problem building Sysklogd with Linux 2.6 series kernels </para>29 problem building Sysklogd with Linux 2.6 series kernels:</para> 30 30 31 31 <screen os="b"><userinput>patch -Np1 -i ../&sysklogd-fixes-patch;</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.