Ticket #2205: Update-util-linux-ng-2.14.1

File Update-util-linux-ng-2.14.1, 2.7 KB (added by DJ Lucas, 16 years ago)

Update to Util-Linux-NG-2.14.1.

Line 
1diff -Naur LFS-orig/chapter01/changelog.xml LFS/chapter01/changelog.xml
2--- LFS-orig/chapter01/changelog.xml 2008-09-28 02:24:20.000000000 -0500
3+++ LFS/chapter01/changelog.xml 2008-09-28 02:28:02.000000000 -0500
4@@ -80,6 +80,9 @@
5 <listitem>
6 <para>[dj] - Updated to udev-126.</para>
7 </listitem>
8+ <listitem>
9+ <para>[dj] - Upated to util-linux-ng-2.14.1.</para>
10+ </listitem>
11 </itemizedlist>
12 </listitem>
13
14diff -Naur LFS-orig/chapter05/util-linux-ng.xml LFS/chapter05/util-linux-ng.xml
15--- LFS-orig/chapter05/util-linux-ng.xml 2008-08-17 15:52:48.000000000 -0500
16+++ LFS/chapter05/util-linux-ng.xml 2008-09-28 02:26:30.000000000 -0500
17@@ -50,7 +50,7 @@
18 <para>Only a few of the utilities contained in this package need to be
19 built:</para>
20
21-<screen><userinput remap="make">make -C mount mount umount
22+<screen><userinput remap="make">make BLKID_LIBS="-lblkid -luuid" -C mount mount umount
23 make -C text-utils more</userinput></screen>
24
25 <para>This package comes with a test suite, but running it will cause all of
26diff -Naur LFS-orig/chapter06/util-linux-ng.xml LFS/chapter06/util-linux-ng.xml
27--- LFS-orig/chapter06/util-linux-ng.xml 2008-08-17 15:52:48.000000000 -0500
28+++ LFS/chapter06/util-linux-ng.xml 2008-09-28 02:27:07.000000000 -0500
29@@ -62,7 +62,7 @@
30
31 <para>Compile the package:</para>
32
33-<screen><userinput remap="make">make</userinput></screen>
34+<screen><userinput remap="make">make BLKID_LIBS="-lblkid -luuid"</userinput></screen>
35
36 <para>Install the package:</para>
37
38diff -Naur LFS-orig/packages.ent LFS/packages.ent
39--- LFS-orig/packages.ent 2008-09-28 02:24:20.000000000 -0500
40+++ LFS/packages.ent 2008-09-28 02:25:53.000000000 -0500
41@@ -490,14 +490,14 @@
42 <!ENTITY udev-config-md5 "UDEV-MD5SUM"> <!-- Updated in Makefile -->
43 <!ENTITY udev-config-home " ">
44
45-<!ENTITY util-linux-ng-version "2.13.1">
46-<!ENTITY util-linux-ng-size "2,788 KB">
47-<!ENTITY util-linux-ng-url "&kernel;linux/utils/util-linux-ng/v2.13/util-linux-ng-&util-linux-ng-version;.tar.bz2">
48-<!ENTITY util-linux-ng-md5 "424badc1832e4b5291a2ec04e9e244f4">
49+<!ENTITY util-linux-ng-version "2.14.1">
50+<!ENTITY util-linux-ng-size "2,867 KB">
51+<!ENTITY util-linux-ng-url "&kernel;linux/utils/util-linux-ng/v2.14/util-linux-ng-&util-linux-ng-version;.tar.bz2">
52+<!ENTITY util-linux-ng-md5 "9aab772ee9b1f4e67dff98169f3cb380">
53 <!ENTITY util-linux-ng-home "http://userweb.kernel.org/~kzak/util-linux-ng/">
54-<!ENTITY util-linux-ng-ch5-du "8.9 MB">
55-<!ENTITY util-linux-ng-ch5-sbu "less than 0.1 SBU">
56-<!ENTITY util-linux-ng-ch6-du "17.2 MB">
57+<!ENTITY util-linux-ng-ch5-du "17.9 MB">
58+<!ENTITY util-linux-ng-ch5-sbu "0.1 SBU">
59+<!ENTITY util-linux-ng-ch6-du "27.6 MB">
60 <!ENTITY util-linux-ng-ch6-sbu "0.2 SBU">
61
62 <!ENTITY vim-version "7.1">