Changeset 0556946


Ignore:
Timestamp:
10/07/2008 02:40:52 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
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.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:
62b9779
Parents:
02d46f9
Message:

Updated Util-linux-ng to 2.14.1

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8597 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r02d46f9 r0556946  
    4242      <itemizedlist>
    4343        <listitem>
     44          <para>[randy] - Updated Util-linux-ng to 2.14.1.</para>
     45        </listitem>
     46        <listitem>
    4447          <para>[randy] - Updated Texinfo to 4.13.</para>
    4548        </listitem>
  • chapter01/whatsnew.xml

    r02d46f9 r0556946  
    353353
    354354    <listitem>
     355      <para>Util-linux 2.12r</para>
     356    </listitem>
     357
     358    <listitem>
    355359      <para>vim-7.1-fixes-1.patch</para>
    356360    </listitem>
  • chapter05/util-linux-ng.xml

    r02d46f9 r0556946  
    5151    built:</para>
    5252
    53 <screen><userinput remap="make">make -C mount mount umount
     53<screen><userinput remap="make">make BLKID_LIBS="-lblkid -luuid" -C mount mount umount
    5454make -C text-utils more</userinput></screen>
    5555
     56    <!-- Not sure why this is in there. There is no test suite. Though
     57         running 'make check' may build these programs, there is no
     58         testing done.
    5659    <para>This package comes with a test suite, but running it will cause all of
    5760    the binaries to be built and tested.  If you still wish to run the tests,
    5861    issue:</para>
    5962
    60 <screen><userinput remap="test">make check</userinput></screen>
     63<screen><userinput remap="test">make check</userinput></screen> -->
     64
     65    <para>This package does not come with a test suite.</para>
    6166
    6267    <para>Copy these programs to the temporary tools directory:</para>
  • chapter06/util-linux-ng.xml

    r02d46f9 r0556946  
    6363    <para>Compile the package:</para>
    6464
    65 <screen><userinput remap="make">make</userinput></screen>
     65<screen><userinput remap="make">make BLKID_LIBS="-lblkid -luuid"</userinput></screen>
     66
     67    <para>This package does not come with a test suite.</para>
    6668
    6769    <para>Install the package:</para>
  • packages.ent

    r02d46f9 r0556946  
    524524<!ENTITY udev-config-home " ">
    525525
    526 <!ENTITY util-linux-ng-version "2.13.1">
    527 <!ENTITY util-linux-ng-size "2,788 KB">
    528 <!ENTITY util-linux-ng-url "&kernel;linux/utils/util-linux-ng/v2.13/util-linux-ng-&util-linux-ng-version;.tar.bz2">
    529 <!ENTITY util-linux-ng-md5 "424badc1832e4b5291a2ec04e9e244f4">
     526<!ENTITY util-linux-ng-version "2.14.1">
     527<!ENTITY util-linux-ng-size "2,929 KB">
     528<!ENTITY util-linux-ng-url "&kernel;linux/utils/util-linux-ng/v2.14/util-linux-ng-&util-linux-ng-version;.tar.bz2">
     529<!ENTITY util-linux-ng-md5 "9aab772ee9b1f4e67dff98169f3cb380">
    530530<!ENTITY util-linux-ng-home "http://userweb.kernel.org/~kzak/util-linux-ng/">
    531 <!ENTITY util-linux-ng-ch5-du "8.9 MB">
     531<!ENTITY util-linux-ng-ch5-du "19 MB">
    532532<!ENTITY util-linux-ng-ch5-sbu "less than 0.1 SBU">
    533 <!ENTITY util-linux-ng-ch6-du "17.2 MB">
    534 <!ENTITY util-linux-ng-ch6-sbu "0.2 SBU">
     533<!ENTITY util-linux-ng-ch6-du "29 MB">
     534<!ENTITY util-linux-ng-ch6-sbu "0.3 SBU">
    535535
    536536<!ENTITY vim-version "7.1">
Note: See TracChangeset for help on using the changeset viewer.