Author: robert Date: 2009-02-22 19:33:03 -0700 (Sun, 22 Feb 2009) New Revision: 1500
Modified: branches/Onward/downloads/packages.txt branches/Onward/downloads/patches.txt branches/Onward/temporary_system/module-init-tools.txt branches/Onward/things_we_do.txt Log: Bump to module-init-tools-3.6, with man-page patch. Modified: branches/Onward/downloads/packages.txt =================================================================== --- branches/Onward/downloads/packages.txt 2009-02-22 22:45:18 UTC (rev 1499) +++ branches/Onward/downloads/packages.txt 2009-02-23 02:33:03 UTC (rev 1500) @@ -78,8 +78,8 @@ http://ftp.gnu.org/gnu/make/make-3.81.tar.bz2 # Module-init-tools: -#http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-3.5.tar.bz2.sign -http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-3.5.tar.bz2 +# http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-3.6.tar.bz2.sign +http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-3.6.tar.bz2 # Ncurses: # ftp://invisible-island.net/ncurses/ncurses-5.7.tar.gz.asc Modified: branches/Onward/downloads/patches.txt =================================================================== --- branches/Onward/downloads/patches.txt 2009-02-22 22:45:18 UTC (rev 1499) +++ branches/Onward/downloads/patches.txt 2009-02-23 02:33:03 UTC (rev 1500) @@ -82,8 +82,11 @@ http://loop-aes.sourceforge.net/updates/loop-AES-v3.2e-20090112.diff.bz2 # Module-init-tools nostatic patch: -http://www.linuxfromscratch.org/~robert/new/patches/module-init-tools-3.5-nostatic.diff +http://www.linuxfromscratch.org/~robert/new/patches/module-init-tools-3.6-nostatic.diff +# Module-init-tools man pages patch: +http://www.linuxfromscratch.org/patches/downloads/module-init-tools/module-init-tools-3.6-man_pages-1.patch + # Perl CVE-2008-2827 patch: http://www.linuxfromscratch.org/~robert/new/patches/perl-5.10.0-CVE-2008-2827.diff Modified: branches/Onward/temporary_system/module-init-tools.txt =================================================================== --- branches/Onward/temporary_system/module-init-tools.txt 2009-02-22 22:45:18 UTC (rev 1499) +++ branches/Onward/temporary_system/module-init-tools.txt 2009-02-23 02:33:03 UTC (rev 1500) @@ -1,12 +1,13 @@ # Temporary tools - Module-init-tools -# This version of Module-init-tools comes preconfigured...? +# Patch Module-init-tools so it does not use the static Zlib library: -rm -vf config.status && +patch -p1 -i ../module-init-tools-3.6-nostatic.diff && -# Patch Module-init-tools so it does not use the static Zlib: +# Module-init-tools depends on docbook2man. This patch adds pregenerated +# manual pages so we don't need docbook2man: -patch -p1 -i ../module-init-tools-3.5-nostatic.diff && +patch -p1 -i ../module-init-tools-3.6-man_pages-1.patch && mkdir -v obj/ && cd obj/ && Modified: branches/Onward/things_we_do.txt =================================================================== --- branches/Onward/things_we_do.txt 2009-02-22 22:45:18 UTC (rev 1499) +++ branches/Onward/things_we_do.txt 2009-02-23 02:33:03 UTC (rev 1500) @@ -19,3 +19,6 @@ # Whatever bug fix patches are normally used in Chap6, we use them in /tools, # because we're going to reboot /tools. +# When package maintainers offer a GnuPG signature, or md5/sha, file, then +# use that instead of making our own md5sum. + -- http://linuxfromscratch.org/mailman/listinfo/hlfs-book FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
