Updated Util-linux-ng to 2.14.1

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8597 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Randy McMurchy 2008-10-07 14:40:52 +00:00
parent 02d46f93ee
commit 0556946c4d
5 changed files with 24 additions and 10 deletions

View File

@ -40,6 +40,9 @@
<listitem> <listitem>
<para>2008-10-07</para> <para>2008-10-07</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[randy] - Updated Util-linux-ng to 2.14.1.</para>
</listitem>
<listitem> <listitem>
<para>[randy] - Updated Texinfo to 4.13.</para> <para>[randy] - Updated Texinfo to 4.13.</para>
</listitem> </listitem>

View File

@ -351,6 +351,10 @@
<para>sysklogd-1.4.1-fixes-2.patch</para> <para>sysklogd-1.4.1-fixes-2.patch</para>
</listitem> </listitem>
<listitem>
<para>Util-linux 2.12r</para>
</listitem>
<listitem> <listitem>
<para>vim-7.1-fixes-1.patch</para> <para>vim-7.1-fixes-1.patch</para>
</listitem> </listitem>

View File

@ -50,14 +50,19 @@
<para>Only a few of the utilities contained in this package need to be <para>Only a few of the utilities contained in this package need to be
built:</para> built:</para>
<screen><userinput remap="make">make -C mount mount umount <screen><userinput remap="make">make BLKID_LIBS="-lblkid -luuid" -C mount mount umount
make -C text-utils more</userinput></screen> make -C text-utils more</userinput></screen>
<!-- Not sure why this is in there. There is no test suite. Though
running 'make check' may build these programs, there is no
testing done.
<para>This package comes with a test suite, but running it will cause all of <para>This package comes with a test suite, but running it will cause all of
the binaries to be built and tested. If you still wish to run the tests, the binaries to be built and tested. If you still wish to run the tests,
issue:</para> issue:</para>
<screen><userinput remap="test">make check</userinput></screen> <screen><userinput remap="test">make check</userinput></screen> -->
<para>This package does not come with a test suite.</para>
<para>Copy these programs to the temporary tools directory:</para> <para>Copy these programs to the temporary tools directory:</para>

View File

@ -62,7 +62,9 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
<para>Compile the package:</para> <para>Compile the package:</para>
<screen><userinput remap="make">make</userinput></screen> <screen><userinput remap="make">make BLKID_LIBS="-lblkid -luuid"</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Install the package:</para> <para>Install the package:</para>

View File

@ -523,15 +523,15 @@
<!ENTITY udev-config-md5 "UDEV-MD5SUM"> <!-- Updated in Makefile --> <!ENTITY udev-config-md5 "UDEV-MD5SUM"> <!-- Updated in Makefile -->
<!ENTITY udev-config-home " "> <!ENTITY udev-config-home " ">
<!ENTITY util-linux-ng-version "2.13.1"> <!ENTITY util-linux-ng-version "2.14.1">
<!ENTITY util-linux-ng-size "2,788 KB"> <!ENTITY util-linux-ng-size "2,929 KB">
<!ENTITY util-linux-ng-url "&kernel;linux/utils/util-linux-ng/v2.13/util-linux-ng-&util-linux-ng-version;.tar.bz2"> <!ENTITY util-linux-ng-url "&kernel;linux/utils/util-linux-ng/v2.14/util-linux-ng-&util-linux-ng-version;.tar.bz2">
<!ENTITY util-linux-ng-md5 "424badc1832e4b5291a2ec04e9e244f4"> <!ENTITY util-linux-ng-md5 "9aab772ee9b1f4e67dff98169f3cb380">
<!ENTITY util-linux-ng-home "http://userweb.kernel.org/~kzak/util-linux-ng/"> <!ENTITY util-linux-ng-home "http://userweb.kernel.org/~kzak/util-linux-ng/">
<!ENTITY util-linux-ng-ch5-du "8.9 MB"> <!ENTITY util-linux-ng-ch5-du "19 MB">
<!ENTITY util-linux-ng-ch5-sbu "less than 0.1 SBU"> <!ENTITY util-linux-ng-ch5-sbu "less than 0.1 SBU">
<!ENTITY util-linux-ng-ch6-du "17.2 MB"> <!ENTITY util-linux-ng-ch6-du "29 MB">
<!ENTITY util-linux-ng-ch6-sbu "0.2 SBU"> <!ENTITY util-linux-ng-ch6-sbu "0.3 SBU">
<!ENTITY vim-version "7.1"> <!ENTITY vim-version "7.1">
<!ENTITY vim-docdir "vim/vim71"> <!ENTITY vim-docdir "vim/vim71">