Changeset 9fee314a


Ignore:
Timestamp:
04/12/2016 09:14:09 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, 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:
af29498
Parents:
98bed7f
Message:

Update to util-linux-2.28.
Simlify gzip instructions.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r98bed7f r9fee314a  
    3636    </listitem>
    3737-->
     38    <listitem>
     39      <para>2016-04-12</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[bdubbs] - Update to util-linux-2.28. Fixes
     43          <ulink url="&lfs-ticket-root;3906">#3906</ulink>.</para>
     44        </listitem>
     45        <listitem>
     46          <para>[bdubbs] - Simlify gzip instructions. Fixes
     47          <ulink url="&lfs-ticket-root;3914">#3914</ulink>.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
     51
    3852    <listitem>
    3953      <para>2016-04-07</para>
  • chapter01/whatsnew.xml

    r98bed7f r9fee314a  
    215215      <para>Tzdata &tzdata-version;</para>
    216216    </listitem>
    217     <!--<listitem>
     217    <listitem>
    218218      <para>Util-Linux &util-linux-version;</para>
    219     </listitem>-->
     219    </listitem>
    220220    <!--<listitem>
    221221      <para>Vim &vim-version;</para>
  • chapter06/gzip.xml

    r98bed7f r9fee314a  
    4444    <para>Prepare Gzip for compilation:</para>
    4545
    46 <screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin</userinput></screen>
     46<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
    4747
    4848    <para>Compile the package:</para>
     
    5858<screen><userinput remap="install">make install</userinput></screen>
    5959
    60     <para>Move some programs that do not need to be on the root filesystem:</para>
    61 
    62 <screen><userinput remap="install">mv -v /bin/{gzexe,uncompress,zcmp,zdiff,zegrep} /usr/bin
    63 mv -v /bin/{zfgrep,zforce,zgrep,zless,zmore,znew} /usr/bin</userinput></screen>
     60    <para>Move a program that needs to be on the root filesystem:</para>
     61
     62<screen><userinput remap="install">mv -v /usr/bin/gzip /bin</userinput></screen>
    6463
    6564  </sect2>
  • general.ent

    r98bed7f r9fee314a  
    1 <!ENTITY version         "SVN-20160407">
     1<!ENTITY version         "SVN-20160412">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;. Change to x.y for release
    33                                      but not -rc releases -->
    4 <!ENTITY releasedate     "April 7, 2016">
     4<!ENTITY releasedate     "April 12, 2016">
    55<!ENTITY copyrightdate   "1999-2016"><!-- jhalfs needs a literal dash, not &ndash; -->
    66<!ENTITY milestone       "7.10">
  • packages.ent

    r98bed7f r9fee314a  
    591591<!ENTITY udev-lfs-home    " ">
    592592
    593 <!ENTITY util-linux-version "2.27.1">
    594 <!ENTITY util-linux-size "3,872 KB">
     593<!ENTITY util-linux-version "2.28">
     594<!ENTITY util-linux-size "4,024 KB">
    595595<!ENTITY util-linux-url "&kernel;linux/utils/util-linux/v2.27/util-linux-&util-linux-version;.tar.xz">
    596 <!ENTITY util-linux-md5 "3cd2698d1363a2c64091c2dadc974647">
     596<!ENTITY util-linux-md5 "e534e6ccc49107e5d31c329af798ef7d">
    597597<!ENTITY util-linux-home "http://freecode.com/projects/util-linux">
    598598<!ENTITY util-linux-ch5-du "118 MB">
Note: See TracChangeset for help on using the changeset viewer.