Upgrade to udev-067 and fix the failing test

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6678 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2005-08-14 12:29:52 +00:00
parent 791a9ec3c2
commit ff0dd81f45
4 changed files with 12 additions and 4 deletions

View File

@ -112,6 +112,9 @@ First a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
<listitem><para>August 14th, 2005 [matt]: Upgrade to udev-067 including a fix
for the failing test (bug 1611).</para></listitem>
<listitem><para>August 12th, 2005 [matt]: Explain that libiconv isn't required
on an LFS system (fixes bug 1614).</para></listitem>

View File

@ -394,7 +394,7 @@ url="ftp://ftp.linuxfromscratch.org/pub/lfs/"/>.</para></note>
</varlistentry>
<varlistentry>
<term>Udev (&udev-version;) - 425 KB:</term>
<term>Udev (&udev-version;) - 437 KB:</term>
<listitem>
<para><ulink url="&kernel;linux/utils/kernel/hotplug/"/></para>
</listitem>

View File

@ -30,6 +30,11 @@
<sect2 role="installation">
<title>Installation of Udev</title>
<para>Fix an incorrect assumption in the Udev testsuite regarding the location
of the <command>test</command> binary:</para>
<screen><userinput>sed -i -e 's@/usr/bin/test@/bin/test@' test/udev-test.pl</userinput></screen>
<para>Compile the package:</para>
<screen><userinput>make udevdir=/dev</userinput></screen>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20050812">
<!ENTITY releasedate "August 12, 2005">
<!ENTITY version "SVN-20050814">
<!ENTITY releasedate "August 14, 2005">
<!ENTITY milestone "6.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
@ -77,7 +77,7 @@
<!ENTITY tar-version "1.15.1">
<!ENTITY tcl-version "8.4.11">
<!ENTITY texinfo-version "4.8">
<!ENTITY udev-version "063">
<!ENTITY udev-version "067">
<!ENTITY util-linux-version "2.12q">
<!ENTITY vim-version "6.3">
<!ENTITY zlib-version "1.2.3">