diff options
-rw-r--r-- | chapter01/changelog.xml | 13 | ||||
-rw-r--r-- | general.ent | 6 | ||||
-rw-r--r-- | packages.ent | 12 | ||||
-rw-r--r-- | patches.ent | 6 |
4 files changed, 25 insertions, 12 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5b03ec82c..da54a8765 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,19 @@ <listitem revision="sysv"> or <listitem revision="systemd"> as appropriate for the entry or if needed the entire day's listitem. --> + <listitem> + <para>2017-05-01</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Update to linux-4.11. Fixes + <ulink url="&lfs-ticket-root;4080">#4080</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update flex patch. </para> + </listitem> + </itemizedlist> + </listitem> + <listitem revision="systemd"> <para>2017-04-29</para> <itemizedlist> diff --git a/general.ent b/general.ent index 005cb31c6..2f15d2606 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20170428"> +<!ENTITY version "SVN-20170501"> <!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 "20170428-systemd"> +<!ENTITY versiond "20170501-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "April 28, 2017"> +<!ENTITY releasedate "May 1, 2017"> <!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "8.1"> diff --git a/packages.ent b/packages.ent index da68a33b7..9448f332e 100644 --- a/packages.ent +++ b/packages.ent @@ -391,13 +391,13 @@ <!ENTITY libtool-ch6-sbu "2.0 SBU"> <!ENTITY linux-major-version "4"> -<!ENTITY linux-minor-version "10"> -<!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 "92,033 KB"> +<!ENTITY linux-minor-version "11"> +<!ENTITY linux-patch-version "0"> +<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> +<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">--> +<!ENTITY linux-size "93,211 KB"> <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> -<!ENTITY linux-md5 "c3ea815abc2784bed9414ea91a691fb4"> +<!ENTITY linux-md5 "251a5deee0fa6daf3f356b1bbda9eab8"> <!ENTITY linux-home "http://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, diff --git a/patches.ent b/patches.ent index dd519a9c4..0120e66a4 100644 --- a/patches.ent +++ b/patches.ent @@ -20,9 +20,9 @@ <!ENTITY coreutils-i18n-patch-md5 "a9404fb575dfd5514f3c8f4120f9ca7d"> <!ENTITY coreutils-i18n-patch-size "168 KB"> -<!ENTITY flex-fixes-patch "flex-&flex-version;-upstream_fix-1.patch"> -<!ENTITY flex-fixes-patch-md5 "799f2a14a31eaae831fb141b48f7b81c"> -<!ENTITY flex-fixes-patch-size "0.9 KB"> +<!ENTITY flex-fixes-patch "flex-&flex-version;-upstream_fix-2.patch"> +<!ENTITY flex-fixes-patch-md5 "bda1fae644c2337f70879341e0e49a6d"> +<!ENTITY flex-fixes-patch-size "3.3 KB"> <!-- <!ENTITY gcc-asan-patch "gcc-&gcc-version;-asan-1.patch"> |