diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-07-03 05:54:24 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-07-03 05:54:24 +0000 |
commit | 367db4efe239cddc3de89083ad0ccfadc1ca8f69 (patch) | |
tree | b3d50fc117435a278e9a2cf7557ad2577a7049c6 | |
parent | eb15346fa45330b3976c7e3dea96f759fd3b7b2d (diff) |
Update to linux-4.12
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11267 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | general.ent | 6 | ||||
-rw-r--r-- | packages.ent | 12 |
3 files changed, 18 insertions, 9 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e2463ba29..d61cd82f9 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,15 @@ appropriate for the entry or if needed the entire day's listitem. --> <listitem> + <para>2017-07-03</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Update to linux-4.12.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2017-07-02</para> <itemizedlist> <listitem> diff --git a/general.ent b/general.ent index 42bd3ffaa..39bf291ba 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20170702"> +<!ENTITY version "SVN-20170703"> <!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 "20170702-systemd"> +<!ENTITY versiond "20170703-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "July 2, 2017"> +<!ENTITY releasedate "July 3, 2017"> <!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "8.1"> diff --git a/packages.ent b/packages.ent index 1402495ff..5f69fa8dc 100644 --- a/packages.ent +++ b/packages.ent @@ -399,13 +399,13 @@ <!ENTITY libtool-ch6-sbu "2.0 SBU"> <!ENTITY linux-major-version "4"> -<!ENTITY linux-minor-version "11"> -<!ENTITY linux-patch-version "8"> -<!--<!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,322 KB"> +<!ENTITY linux-minor-version "12"> +<!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 "96,862 KB"> <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> -<!ENTITY linux-md5 "b41814256df7348109ae2b1c0f1eef97"> +<!ENTITY linux-md5 "fc454157e2d024d401a60905d6481c6b"> <!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, |