Changeset f5b18de


Ignore:
Timestamp:
08/24/2016 05:33:20 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
0f6cefb, c92ad8f
Parents:
f5451ce
Message:

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rf5451ce rf5b18de  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[bdubbs] - Update to linux-4.7.2. Fixes
     50          <ulink url="&lfs-ticket-root;3972">#3972</ulink>.</para>
     51        </listitem>
     52    <listitem revision="systemd">
     53          <para>[bdubbs] - Update to dbus-1.10.10. Fixes
     54          <ulink url="&lfs-ticket-root;3967">#3967</ulink>.</para>
     55        </listitem>
     56      </itemizedlist>
     57   </listitem>
     58
     59   <listitem>
     60      <para>2016-08-22</para>
     61      <itemizedlist>
     62        <listitem>
    4963          <para>[bdubbs] - Update to diffutils-3.5. Fixes
    5064          <ulink url="&lfs-ticket-root;3968">#3968</ulink>.</para>
  • chapter06/systemd.xml

    rf5451ce rf5b18de  
    223223
    224224    <para>Fix a broken symlink created by the systemd installation process:</para>
    225 <screen><userinput remap="install">rm -v /etc/resolv.conf
     225<screen><userinput remap="install">rm -fv /etc/resolv.conf
    226226ln -s ../lib/systemd/resolv.conf /etc/resolv.conf</userinput></screen>
    227227
  • general.ent

    rf5451ce rf5b18de  
    1 <!ENTITY version         "SVN-20160822">
     1<!ENTITY version         "SVN-20160824">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20160212-systemd">
     6<!ENTITY versiond        "20160214-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "August 22, 2016">
     10<!ENTITY releasedate     "August 24, 2016">
    1111<!ENTITY copyrightdate   "1999-2016"><!-- jhalfs needs a literal dash, not &ndash; -->
    1212<!ENTITY milestone       "7.10">
  • packages.ent

    rf5451ce rf5b18de  
    392392<!ENTITY linux-major-version "4">
    393393<!ENTITY linux-minor-version "7">
    394 <!ENTITY linux-patch-version "1">
     394<!ENTITY linux-patch-version "2">
    395395<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    396396<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    397 <!ENTITY linux-size "88,281 KB">
     397<!ENTITY linux-size "88,290 KB">
    398398<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    399 <!ENTITY linux-md5 "764e9cc14e43bddef944381b1fe32574">
     399<!ENTITY linux-md5 "ae493473d074185205a54bc8ad49c3b4">
    400400<!ENTITY linux-home "http://www.kernel.org/">
    401401<!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is
Note: See TracChangeset for help on using the changeset viewer.