diff options
-rw-r--r-- | chapter01/changelog.xml | 14 | ||||
-rw-r--r-- | chapter06/systemd.xml | 2 | ||||
-rw-r--r-- | general.ent | 6 | ||||
-rw-r--r-- | packages.ent | 6 |
4 files changed, 21 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e9969c94d..2a0af69d0 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -46,6 +46,20 @@ <para>2016-08-22</para> <itemizedlist> <listitem> + <para>[bdubbs] - Update to linux-4.7.2. Fixes + <ulink url="&lfs-ticket-root;3972">#3972</ulink>.</para> + </listitem> + <listitem revision="systemd"> + <para>[bdubbs] - Update to dbus-1.10.10. Fixes + <ulink url="&lfs-ticket-root;3967">#3967</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> + <para>2016-08-22</para> + <itemizedlist> + <listitem> <para>[bdubbs] - Update to diffutils-3.5. Fixes <ulink url="&lfs-ticket-root;3968">#3968</ulink>.</para> </listitem> diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 23e01d541..f956dda95 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -222,7 +222,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen> <screen><userinput remap="install">systemd-machine-id-setup</userinput></screen> <para>Fix a broken symlink created by the systemd installation process:</para> -<screen><userinput remap="install">rm -v /etc/resolv.conf +<screen><userinput remap="install">rm -fv /etc/resolv.conf ln -s ../lib/systemd/resolv.conf /etc/resolv.conf</userinput></screen> <para>Since the testsuite largely depends on the host system kernel diff --git a/general.ent b/general.ent index 2ef8ea731..c774c17b9 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20160822"> +<!ENTITY version "SVN-20160824"> <!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 "20160212-systemd"> +<!ENTITY versiond "20160214-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "August 22, 2016"> +<!ENTITY releasedate "August 24, 2016"> <!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.10"> diff --git a/packages.ent b/packages.ent index 4d97f7beb..60242276a 100644 --- a/packages.ent +++ b/packages.ent @@ -391,12 +391,12 @@ <!ENTITY linux-major-version "4"> <!ENTITY linux-minor-version "7"> -<!ENTITY linux-patch-version "1"> +<!ENTITY linux-patch-version "2"> <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> -<!ENTITY linux-size "88,281 KB"> +<!ENTITY linux-size "88,290 KB"> <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> -<!ENTITY linux-md5 "764e9cc14e43bddef944381b1fe32574"> +<!ENTITY linux-md5 "ae493473d074185205a54bc8ad49c3b4"> <!ENTITY linux-home "http://www.kernel.org/"> <!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is allnoconfig extended for a hopefully-bootable build on desktop machine, |