Browse Source

Update to linux-5.1.11. Fixes the SACK PANIC vulnerability

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11621 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Douglas R. Reno 6 years ago
parent
commit
07fa80979b
3 changed files with 18 additions and 7 deletions
  1. 12 1
      chapter01/changelog.xml
  2. 3 3
      general.ent
  3. 3 3
      packages.ent

+ 12 - 1
chapter01/changelog.xml

@@ -41,7 +41,18 @@
     Note:  If a change is only specific to sysv or systemd, then use
     <listitem revision="sysv"> or <listitem revision="systemd"> as
     appropriate for the entry or if needed the entire day's listitem.
-    -->
+       -->
+    <listitem>
+      <para>2019-06-18</para>
+      <itemizedlist>
+        <listitem>
+          <para>[renodr] - Update to linux-5.1.11. Fixes the SOCK PANIC
+          issue. Fixes
+          <ulink url="&lfs-ticket-root;4485">#4485</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2019-06-16</para>
       <itemizedlist>

+ 3 - 3
general.ent

@@ -1,13 +1,13 @@
-<!ENTITY version         "SVN-20190616">
+<!ENTITY version         "SVN-20190618">
 <!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        "20190616-systemd">
+<!ENTITY versiond        "20190618-systemd">
 <!ENTITY short-versiond  "systemd">
 <!ENTITY generic-versiond "systemd"> 
 
-<!ENTITY releasedate     "June 16, 2019">
+<!ENTITY releasedate     "June 18, 2019">
 
 <!ENTITY copyrightdate   "1999-2019"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone       "8.5">

+ 3 - 3
packages.ent

@@ -423,12 +423,12 @@
 
 <!ENTITY linux-major-version "5">
 <!ENTITY linux-minor-version "1">
-<!ENTITY linux-patch-version "10">
+<!ENTITY linux-patch-version "11">
 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
-<!ENTITY linux-size "103,774 KB">
+<!ENTITY linux-size "103,772 KB">
 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
-<!ENTITY linux-md5 "81c6849be703c8d4be09a3c0e45102cc">
+<!ENTITY linux-md5 "4f1eda4b7f6a4a6e2d66563cba307ce8">
 <!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,