diff options
-rw-r--r-- | chapter01/changelog.xml | 13 | ||||
-rw-r--r-- | general.ent | 6 | ||||
-rw-r--r-- | packages.ent | 6 |
3 files changed, 18 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 26b45456a..86073941d 100644 --- a/chapter01/changelog.xml +++ b/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> diff --git a/general.ent b/general.ent index defefbf27..abe9d2187 100644 --- a/general.ent +++ b/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 – --> <!ENTITY milestone "8.5"> diff --git a/packages.ent b/packages.ent index 6cffc97ed..cc423ac40 100644 --- a/packages.ent +++ b/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, |