diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-10-28 22:12:30 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-10-28 22:12:30 +0000 |
commit | 78f27ffd6c29cddf45140939ba10af5a053712d2 (patch) | |
tree | 5a91e6f282b8e844fb6bf72f7e482f9a5ce09994 | |
parent | eb0d4d82f98f44e6923aa99a7d333252242c2382 (diff) |
Upgrade to Linux-2.6.18.1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7845 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | packages.ent | 6 | ||||
-rw-r--r-- | patches.ent | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0da038229..5ef828454 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,9 @@ <para>2006-10-28</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to Linux-2.6.18.1.</para> + </listitem> + <listitem> <para>[matthew] - Fix a bug in Less whereby the <type>sigset_t</type> type is not detected by the <command>configure</command> script, which causes <function>sigsetmask</function> to be used instead of the diff --git a/packages.ent b/packages.ent index bc1fd97df..9b1653b70 100644 --- a/packages.ent +++ b/packages.ent @@ -298,10 +298,10 @@ <!ENTITY libtool-ch6-sbu "0.1 SBU"> <!ENTITY linux-dl-version "2.6"> -<!ENTITY linux-version "2.6.18"> -<!ENTITY linux-size "40,882 KB"> +<!ENTITY linux-version "2.6.18.1"> +<!ENTITY linux-size "40,880 KB"> <!ENTITY linux-url "&kernel;linux/kernel/v&linux-dl-version;/linux-&linux-version;.tar.bz2"> -<!ENTITY linux-md5 "296a6d150d260144639c3664d127d174"> +<!ENTITY linux-md5 "38f00633b02f07819d17bcd87d03eb3a"> <!ENTITY linux-home "http://www.kernel.org/"> <!ENTITY linux-ch8-du "310 - 350 MB"> <!ENTITY linux-ch8-sbu "1.5 - 3 SBU"> diff --git a/patches.ent b/patches.ent index 6abc8c990..41f3bfbe0 100644 --- a/patches.ent +++ b/patches.ent @@ -87,7 +87,7 @@ <!ENTITY linux-unifdef-patch "linux-&linux-version;-unifdef-1.patch"> -<!ENTITY linux-unifdef-patch-md5 "7d6a92f0d10492e06a3275627377df86"> +<!ENTITY linux-unifdef-patch-md5 "79432ba98246d9ec5aa5f8346439df9c"> <!ENTITY linux-unifdef-patch-size "32 KB"> |