Changeset ff0dd81


Ignore:
Timestamp:
08/14/2005 12:29:52 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
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, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 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:
062501f
Parents:
791a9ec
Message:

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r791a9ec rff0dd81  
    113113</listitem>
    114114
     115<listitem><para>August 14th, 2005 [matt]: Upgrade to udev-067 including a fix
     116for the failing test (bug 1611).</para></listitem>
     117
    115118<listitem><para>August 12th, 2005 [matt]: Explain that libiconv isn't required
    116119on an LFS system (fixes bug 1614).</para></listitem>
  • chapter03/packages.xml

    r791a9ec rff0dd81  
    395395
    396396<varlistentry>
    397 <term>Udev (&udev-version;) - 425 KB:</term>
     397<term>Udev (&udev-version;) - 437 KB:</term>
    398398<listitem>
    399399<para><ulink url="&kernel;linux/utils/kernel/hotplug/"/></para>
  • chapter06/udev.xml

    r791a9ec rff0dd81  
    3030<sect2 role="installation">
    3131<title>Installation of Udev</title>
     32
     33<para>Fix an incorrect assumption in the Udev testsuite regarding the location
     34of the <command>test</command> binary:</para>
     35
     36<screen><userinput>sed -i -e 's@/usr/bin/test@/bin/test@' test/udev-test.pl</userinput></screen>
    3237
    3338<para>Compile the package:</para>
  • general.ent

    r791a9ec rff0dd81  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20050812">
    3 <!ENTITY releasedate "August 12, 2005">
     2<!ENTITY version "SVN-20050814">
     3<!ENTITY releasedate "August 14, 2005">
    44<!ENTITY milestone "6.2">
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
     
    7878<!ENTITY tcl-version "8.4.11">
    7979<!ENTITY texinfo-version "4.8">
    80 <!ENTITY udev-version "063">
     80<!ENTITY udev-version "067">
    8181<!ENTITY util-linux-version "2.12q">
    8282<!ENTITY vim-version "6.3">
Note: See TracChangeset for help on using the changeset viewer.