Changeset 156aa587


Ignore:
Timestamp:
06/23/2014 04:55:58 PM (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:
c858814a
Parents:
c7b8b88
Message:

Update to linux-3.15.1.
Update to eudev-1.8.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rc7b8b88 r156aa587  
    3636    </listitem>
    3737-->
     38    <listitem>
     39      <para>2014-06-23</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[bdubbs] - Update to linux-3.15.1. Fixes
     43           <ulink url="&lfs-ticket-root;3614">#3614</ulink>.</para>
     44        </listitem>
     45        <listitem>
     46          <para>[bdubbs] - Update to eudev-1,8. Fixes
     47           <ulink url="&lfs-ticket-root;3615">#3615</ulink>.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
     51
    3852    <listitem>
    3953      <para>2014-06-14</para>
  • chapter07/udev.xml

    rc7b8b88 r156aa587  
    1717
    1818  <para>In <xref linkend="chapter-building-system"/>, we installed the Udev
    19   package as a part of systemd. Before we go into the details regarding how
     19  package when eudev was built. Before we go into the details regarding how
    2020  this works, a brief history of previous methods of handling devices is in
    2121  order.</para>
  • general.ent

    rc7b8b88 r156aa587  
    1 <!ENTITY version         "SVN-20140615">
     1<!ENTITY version         "SVN-20140623">
    22<!ENTITY short-version   "svn">  <!-- Used in dbus chapter, change to x.y for release -->
    3 <!ENTITY releasedate     "June 15, 2014">
     3<!ENTITY releasedate     "June 23, 2014">
    44<!ENTITY copyrightdate   "1999-2014"><!-- jhalfs needs a literal dash, not &ndash; -->
    55<!ENTITY milestone       "7.6">
  • packages.ent

    rc7b8b88 r156aa587  
    148148<!ENTITY e2fsprogs-ch6-sbu "1.7 SBU">
    149149
    150 <!ENTITY eudev-version "1.7">
    151 <!ENTITY eudev-size "1,715 KB">
     150<!ENTITY eudev-version "1.8">
     151<!ENTITY eudev-size "1,716 KB">
    152152<!ENTITY eudev-url "http://dev.gentoo.org/~blueness/eudev/eudev-&eudev-version;.tar.gz">
    153 <!ENTITY eudev-md5 "80649a0350ff9620fc2da9562d9f2a6a">
     153<!ENTITY eudev-md5 "4520cf7ba2ec4be1bd0ac5ff75c8b315">
    154154<!ENTITY eudev-manpages-size "9 KB">
    155155<!ENTITY eudev-manpages-url "&anduin-other;eudev-&eudev-version;-manpages.tar.bz2">
     
    408408<!ENTITY linux-major-version "3">
    409409<!ENTITY linux-minor-version "15">
    410 <!ENTITY linux-patch-version "0">
    411 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">-->
    412 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">
    413 <!ENTITY linux-size "77,810 KB">
     410<!ENTITY linux-patch-version "1">
     411<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
     412<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
     413<!ENTITY linux-size "77,813 KB">
    414414<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    415 <!ENTITY linux-md5 "97ca1625bb40368dc41b9a7971549071">
     415<!ENTITY linux-md5 "72bd0bf0e773963217c89cddbf3e0048">
    416416<!ENTITY linux-home "http://www.kernel.org/">
    417417<!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is
Note: See TracChangeset for help on using the changeset viewer.