diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-11-01 21:02:42 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-11-01 21:02:42 +0000 |
commit | 6379f6929a5c6359b1c7d317a21aad2fb7a06cd2 (patch) | |
tree | 8a113da316f9ef1e1b98651d357a22d09a4501ae | |
parent | 238d351be0bc02d6c27b4c81119c7b245c737f08 (diff) |
Update to linux-3.17.2.
Update to iproute2-3.17.0.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10787 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 14 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 12 |
4 files changed, 24 insertions, 10 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 6922832f1..a21609a4c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,20 @@ </listitem> --> <listitem> + <para>2014-11-01</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Update to linux-3.17.2. Fixes + <ulink url="&lfs-ticket-root;3704">#3704</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to iproute2-3.17.0. Fixes + <ulink url="&lfs-ticket-root;3703">#3703</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2014-10-31</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 5ebd85560..3a8b3a03d 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -125,9 +125,9 @@ <!--<listitem> <para>Intltool-&intltool-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>IPRoute2 &iproute2-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Kbd &kbd-version;</para> </listitem>--> diff --git a/general.ent b/general.ent index 6f0b2d79b..93926c91e 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ -<!ENTITY version "SVN-20141031"> +<!ENTITY version "SVN-20141101"> <!ENTITY short-version "svn"> <!-- Used in dbus chapter, change to x.y for release --> -<!ENTITY releasedate "October 31, 2014"> +<!ENTITY releasedate "November 1, 2014"> <!ENTITY copyrightdate "1999-2014"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.7"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/packages.ent b/packages.ent index 15c2bb8b6..fd3857bcb 100644 --- a/packages.ent +++ b/packages.ent @@ -320,10 +320,10 @@ <!ENTITY intltool-ch6-du "1.3 MB"> <!ENTITY intltool-ch6-sbu "less than 0.1 SBU"> -<!ENTITY iproute2-version "3.16.0"> -<!ENTITY iproute2-size "429 KB"> +<!ENTITY iproute2-version "3.17.0"> +<!ENTITY iproute2-size "430 KB"> <!ENTITY iproute2-url "&kernel;linux/utils/net/iproute2/iproute2-&iproute2-version;.tar.xz"> -<!ENTITY iproute2-md5 "6c823b40fdcfa7b8120743349a52ac18"> +<!ENTITY iproute2-md5 "b741a02c6dda5818d18011d572874493"> <!ENTITY iproute2-home "&kernel;linux/utils/net/iproute2/"> <!ENTITY iproute2-ch6-du "8.3 MB"> <!ENTITY iproute2-ch6-sbu "0.2 SBU"> @@ -386,12 +386,12 @@ <!ENTITY linux-major-version "3"> <!ENTITY linux-minor-version "17"> -<!ENTITY linux-patch-version "1"> +<!ENTITY linux-patch-version "2"> <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> -<!ENTITY linux-size "78,433 KB"> +<!ENTITY linux-size "78,449 KB"> <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> -<!ENTITY linux-md5 "51765eb37215681798f0bd13450f49ef"> +<!ENTITY linux-md5 "87444e6f0906e2ec783cf0ed6aab1a56"> <!ENTITY linux-home "http://www.kernel.org/"> <!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is allnoconfig extended for a hopefully-bootable build on desktop machine, |