Przeglądaj źródła

Update to linux-4.7.2.
Update to dbus-1.10.10.



git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11110 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Bruce Dubbs 9 lat temu
rodzic
commit
f5b18de019
4 zmienionych plików z 21 dodań i 7 usunięć
  1. 14 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/systemd.xml
  3. 3 3
      general.ent
  4. 3 3
      packages.ent

+ 14 - 0
chapter01/changelog.xml

@@ -42,6 +42,20 @@
     <listitem revision="sysv"> or <listitem revision="systemd"> as
     appropriate for the entry or if needed the entire day's listitem.
 -->
+   <listitem>
+      <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>

+ 1 - 1
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

+ 3 - 3
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 &ndash; -->
 <!ENTITY milestone       "7.10">
 

+ 3 - 3
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,