Changeset fd8ef110


Ignore:
Timestamp:
04/28/2014 09:26:21 AM (10 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, 7.6, 7.7, 7.8, 7.9, 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:
c5be634
Parents:
bf19719
Message:

Update to Linux-3.14.2
Misc changes to dbus text and a new instruction.
Some additional minor tweaks.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rbf19719 rfd8ef110  
    3737-->
    3838    <listitem>
    39       <para>2014-03-25</para>
     39      <para>2014-04-28</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[bdubbs] - Update to linux-3.14.2. Fixes
     43          <ulink url="&lfs-ticket-root;3559">#3559</ulink>.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
     48    <listitem>
     49      <para>2014-04-25</para>
    4050      <itemizedlist>
    4151        <listitem>
     
    5161
    5262    <listitem>
    53       <para>2014-03-24</para>
     63      <para>2014-04-24</para>
    5464      <itemizedlist>
    5565        <listitem>
     
    6171
    6272    <listitem>
    63       <para>2014-03-23</para>
     73      <para>2014-04-23</para>
    6474      <itemizedlist>
    6575        <listitem>
     
    7181
    7282    <listitem>
    73       <para>2014-03-22</para>
     83      <para>2014-04-22</para>
    7484      <itemizedlist>
    7585        <listitem>
     
    94104
    95105    <listitem>
    96       <para>2014-03-21</para>
     106      <para>2014-04-21</para>
    97107      <itemizedlist>
    98108        <listitem>
  • chapter06/dbus.xml

    rbf19719 rfd8ef110  
    7575    packages that are not included in LFS. Instructions for running the
    7676    testsuite can be found in the BLFS book at
    77     <ulink url="&blfs-root;/view/svn/general/dbus.html"/>.</para>
     77    <ulink url="&blfs-root;/view/&short-version;/general/dbus.html"/>.</para>
    7878
    7979    <para>Install the package:</para>
     
    9393
    9494<screen><userinput remap="install">ln -sv /etc/machine-id /var/lib/dbus</userinput></screen>
     95
     96    <para>Finally, generate a D-Bus UUID to avoid possible warnings
     97    when building some packages in BLFS:</para>
     98
     99<screen><userinput remap="install">dbus-uuidgen --ensure</userinput></screen>
    95100
    96101  </sect2>
  • general.ent

    rbf19719 rfd8ef110  
    1 <!ENTITY version         "SVN-20140425">
    2 <!ENTITY releasedate     "April 25, 2014">
     1<!ENTITY version         "SVN-20140428">
     2<!ENTITY short-version   "svn">  <!-- Used in dbus chapter, change to x.y for release -->
     3<!ENTITY releasedate     "April 28, 2014">
    34<!ENTITY copyrightdate   "1999-2014"><!-- jhalfs needs a literal dash, not &ndash; -->
    45<!ENTITY milestone       "8.0">
  • packages.ent

    rbf19719 rfd8ef110  
    397397<!ENTITY linux-major-version "3">
    398398<!ENTITY linux-minor-version "14">
    399 <!ENTITY linux-patch-version "1">
     399<!ENTITY linux-patch-version "2">
    400400<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    401401<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> -->
    402402<!ENTITY linux-size "76,563 KB">
    403403<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    404 <!ENTITY linux-md5 "f53082540eed294f486a43fc67646ed2">
     404<!ENTITY linux-md5 "28b68cde77997ddafab3c4e16cefae7d">
    405405<!ENTITY linux-home "http://www.kernel.org/">
    406406<!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is
Note: See TracChangeset for help on using the changeset viewer.