aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2012-01-30 21:18:39 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2012-01-30 21:18:39 +0000
commite1871442811f4297f7f2a32ad8096047ed8da8c2 (patch)
tree32d12556b3a64c343247953881b8ec71a248e8dd
parent8bfe8169f44c6375c34c23cc0d1ac6cf2a2feeea (diff)
Upgrade to Udev-180. Fixes #3008.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9721 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter06/udev.xml8
-rw-r--r--general.ent4
-rw-r--r--packages.ent6
4 files changed, 19 insertions, 9 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 8a1663f16..c274933cd 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -38,6 +38,16 @@
-->
<listitem>
+ <para>2012-01-30</para>
+ <itemizedlist>
+ <listitem>
+ <para>[matthew] - Upgrade to Udev-180. Fixes
+ <ulink url="&lfs-ticket-root;3008">#3008</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2012-01-28</para>
<itemizedlist>
<listitem>
diff --git a/chapter06/udev.xml b/chapter06/udev.xml
index d17e0ef73..b03b394af 100644
--- a/chapter06/udev.xml
+++ b/chapter06/udev.xml
@@ -56,10 +56,10 @@ mknod -m0666 /lib/udev/devices/null c 1 3</userinput></screen>
<!-- Note that "libdir=/usr/lib64" would be required for multilib. -->
<screen><userinput remap="configure">BLKID_CFLAGS="-I/usr/include/blkid" BLKID_LIBS="-L/lib -lblkid" \
KMOD_CFLAGS="-I/usr/include" KMOD_LIBS="-L/lib -lkmod" ./configure \
- --prefix=/usr --bindir=/sbin --sysconfdir=/etc --libexecdir=/lib \
- --enable-rule_generator --disable-introspection --disable-keymap \
- --disable-gudev --with-usb-ids-path=no --with-pci-ids-path=no \
- --with-systemdsystemunitdir=no</userinput></screen>
+ --prefix=/usr --with-rootprefix='' --bindir=/sbin --sysconfdir=/etc \
+ --libexecdir=/lib --enable-rule_generator --disable-introspection \
+ --disable-keymap --disable-gudev --with-usb-ids-path=no \
+ --with-pci-ids-path=no --with-systemdsystemunitdir=no</userinput></screen>
<variablelist>
<title>The meaning of the new configure options</title>
diff --git a/general.ent b/general.ent
index a53294d23..f7bf30845 100644
--- a/general.ent
+++ b/general.ent
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20120128">
-<!ENTITY releasedate "Jan 28, 2012">
+<!ENTITY version "SVN-20120130">
+<!ENTITY releasedate "Jan 30, 2012">
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.1">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
diff --git a/packages.ent b/packages.ent
index aac5268de..cce92da0e 100644
--- a/packages.ent
+++ b/packages.ent
@@ -527,10 +527,10 @@
<!ENTITY texinfo-ch6-du "21 MB">
<!ENTITY texinfo-ch6-sbu "0.3 SBU">
-<!ENTITY udev-version "179">
-<!ENTITY udev-size "678 KB">
+<!ENTITY udev-version "180">
+<!ENTITY udev-size "677 KB">
<!ENTITY udev-url "&kernel;linux/utils/kernel/hotplug/udev-&udev-version;.tar.xz">
-<!ENTITY udev-md5 "7d2880f66ea39146aae928f19ff3ca09">
+<!ENTITY udev-md5 "1cf124ab5a124ea35d4748ea414926ec">
<!ENTITY udev-home "&kernel;linux/utils/kernel/hotplug/udev/udev.html">
<!ENTITY udev-ch6-du "9.3 MB">
<!ENTITY udev-ch6-sbu "0.2 SBU">