Author: bdubbs
Date: 2012-11-01 15:48:07 -0600 (Thu, 01 Nov 2012)
New Revision: 10025

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/glibc.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/udev-lfs/Makefile.lfs
   trunk/BOOK/udev-lfs/cfg.h
Log:
Update to systemd/udev-lfs-195


Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2012-10-15 19:27:20 UTC (rev 10024)
+++ trunk/BOOK/chapter01/changelog.xml  2012-11-01 21:48:07 UTC (rev 10025)
@@ -37,6 +37,16 @@
 -->
 
     <listitem>
+      <para>2012-11-01</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Upgrade to systemd/lfs-udev-195.  Fixes
+          <ulink url="&lfs-ticket-root;3197">#3197</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2012-10-15</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter06/glibc.xml
===================================================================
--- trunk/BOOK/chapter06/glibc.xml      2012-10-15 19:27:20 UTC (rev 10024)
+++ trunk/BOOK/chapter06/glibc.xml      2012-11-01 21:48:07 UTC (rev 10025)
@@ -382,7 +382,7 @@
         <listitem>
           <para>This creates the <filename>posixrules</filename> file. We use
           New York because POSIX requires the daylight savings time rules
-          to be in accordance with US rules,</para>
+          to be in accordance with US rules.</para>
         </listitem>
       </varlistentry>
     </variablelist>

Modified: trunk/BOOK/packages.ent
===================================================================
--- trunk/BOOK/packages.ent     2012-10-15 19:27:20 UTC (rev 10024)
+++ trunk/BOOK/packages.ent     2012-11-01 21:48:07 UTC (rev 10025)
@@ -524,10 +524,10 @@
 <!ENTITY texinfo-ch6-du "24 MB">
 <!ENTITY texinfo-ch6-sbu "0.2 SBU">
 
-<!ENTITY systemd-version "193">
-<!ENTITY systemd-size    "1,388 KB">
+<!ENTITY systemd-version "195">
+<!ENTITY systemd-size    "1,412 KB">
 <!ENTITY systemd-url     
"http://www.freedesktop.org/software/systemd/systemd-&systemd-version;.tar.xz";>
-<!ENTITY systemd-md5     "732a9de2b1d2a15cab639c987ff9e90e">
+<!ENTITY systemd-md5     "38e8c8144e7e6e5bc3ce32eb4260e680">
 <!ENTITY systemd-home    "http://www.freedesktop.org/wiki/Software/systemd/";>
 <!ENTITY systemd-ch6-du  "18 MB">
 <!ENTITY systemd-ch6-sbu "0.1 SBU">
@@ -543,7 +543,7 @@
 <!ENTITY udev-lfs        "udev-lfs-&systemd-version;"> 
 <!ENTITY udev-lfs-size   "17 KB">   
 <!ENTITY udev-lfs-url    "&anduin-other;&udev-lfs;.tar.bz2">
-<!ENTITY udev-lfs-md5    "3bd58f59ed73a08a7d427ee1fccc91ef">    
+<!ENTITY udev-lfs-md5    "6e1c852e51646e42e4e9a02570050c71">    
 <!ENTITY udev-lfs-home   " ">
 
 <!ENTITY util-linux-version "2.22.1">

Modified: trunk/BOOK/udev-lfs/Makefile.lfs
===================================================================
--- trunk/BOOK/udev-lfs/Makefile.lfs    2012-10-15 19:27:20 UTC (rev 10024)
+++ trunk/BOOK/udev-lfs/Makefile.lfs    2012-11-01 21:48:07 UTC (rev 10025)
@@ -4,7 +4,7 @@
 # vim: tabstop=3
 
 SHELL=/bin/bash
-VERSION=193
+VERSION=195
 
 ifeq ($(V),)
  VB = @
@@ -69,6 +69,7 @@
               mkdir.c       \
               cgroup-util.c \
               strv.c        \
+              strbuf.c      \
               path-util.c   \
               conf-files.c  \
               hashmap.c     \

Modified: trunk/BOOK/udev-lfs/cfg.h
===================================================================
--- trunk/BOOK/udev-lfs/cfg.h   2012-10-15 19:27:20 UTC (rev 10024)
+++ trunk/BOOK/udev-lfs/cfg.h   2012-11-01 21:48:07 UTC (rev 10025)
@@ -25,6 +25,10 @@
 /* Define to 1 if you have the <sys/types.h> header file. */
 #define HAVE_SYS_TYPES_H 1
 
+/* Define to 1 if you have the declaration of `name_to_handle_at', and to 0 if
+ *    you don't. */
+#define HAVE_DECL_NAME_TO_HANDLE_AT 1
+
 /* Define to 1 if you have the <unistd.h> header file. */
 #define HAVE_UNISTD_H 1
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to