aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2018-08-08 19:43:18 +0000
committerDouglas R. Reno <renodr@linuxfromscratch.org>2018-08-08 19:43:18 +0000
commit059c79e4530a1c91ae18d0bdf77c366f40911676 (patch)
treeaef29c15f7f4bf22ce42b4278b6091b8116474e2
parent8125d4986c555d6bdbfd2f11529616cbc76dbfb5 (diff)
Update to linux-4.17.13 to fix a network stack bug.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11445 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--general.ent6
-rw-r--r--packages.ent4
3 files changed, 15 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index c53de52db..4496b2757 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -42,6 +42,16 @@
<listitem revision="sysv"> or <listitem revision="systemd"> as
appropriate for the entry or if needed the entire day's listitem.
-->
+ <listitem>
+ <para>2018-08-08</para>
+ <itemizedlist>
+ <listitem>
+ <para>[renodr] - Update to linux-4.17.13. Fixes
+ <ulink url="&lfs-ticket-root;4327">#4327</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
<listitem revision="systemd">
<para>2018-08-03</para>
<itemizedlist>
diff --git a/general.ent b/general.ent
index e47f542da..ae5f09af5 100644
--- a/general.ent
+++ b/general.ent
@@ -1,13 +1,13 @@
-<!ENTITY version "SVN-20180803">
+<!ENTITY version "SVN-20180808">
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
Change to x.y for release but not -rc releases -->
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
-<!ENTITY versiond "20180803-systemd">
+<!ENTITY versiond "20180808-systemd">
<!ENTITY short-versiond "systemd">
<!ENTITY generic-versiond "systemd">
-<!ENTITY releasedate "August 3, 2018">
+<!ENTITY releasedate "August 8, 2018">
<!ENTITY copyrightdate "1999-2018"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "8.3">
diff --git a/packages.ent b/packages.ent
index df582cecd..2224172b5 100644
--- a/packages.ent
+++ b/packages.ent
@@ -416,12 +416,12 @@
<!ENTITY linux-major-version "4">
<!ENTITY linux-minor-version "17">
-<!ENTITY linux-patch-version "11">
+<!ENTITY linux-patch-version "13">
<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> -->
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
<!ENTITY linux-size "99,792 KB">
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
-<!ENTITY linux-md5 "4bc2fc2eb9dc8188525f575263ada3f3">
+<!ENTITY linux-md5 "e62a9bd15f59aee59a78c5f9e47f0057">
<!ENTITY linux-home "https://www.kernel.org/">
<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
allnoconfig extended for a hopefully-bootable build on desktop machine,