Changeset 6ba8e55


Ignore:
Timestamp:
08/15/2012 10:46:14 PM (12 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, 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:
3f99c28
Parents:
468ec2d
Message:

Upgrade to coreutils-8.18

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r468ec2d r6ba8e55  
    3939
    4040    <listitem>
    41       <para>2012-08-13</para>
     41      <para>2012-08-15</para>
     42      <itemizedlist>
     43        <listitem>
     44          <para>[bdubbs] - Upgrade to coreutils-8.18. Fixes
     45          <ulink url="&lfs-ticket-root;3154">#3154</ulink>.</para>
     46        </listitem>
     47      </itemizedlist>
     48    </listitem>
     49
     50    <listitem>
     51      <para>2012-08-14</para>
    4252      <itemizedlist>
    4353        <listitem>
  • chapter06/coreutils.xml

    r468ec2d r6ba8e55  
    104104<screen><userinput remap="test">chown -Rv nobody . </userinput></screen>
    105105
    106     <para>Now run the tests:</para>
     106    <para>Now run the tests.  One test case, test-parse-datetime, will
     107    fail because the regression test has not been updated for the latest
     108    time zone data.</para>
    107109
    108110<screen><userinput remap="test">su nobody -s /bin/bash -c "make RUN_EXPENSIVE_TESTS=yes -k check || true"</userinput></screen>
  • general.ent

    r468ec2d r6ba8e55  
    1 <!ENTITY version "SVN-20120814">
    2 <!ENTITY releasedate "August 14, 2012">
     1<!ENTITY version "SVN-20120815">
     2<!ENTITY releasedate "August 15, 2012">
    33<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "7.2">
  • packages.ent

    r468ec2d r6ba8e55  
    7777<!ENTITY check-ch5-sbu "0.1 SBU">
    7878
    79 <!ENTITY coreutils-version "8.17">
    80 <!ENTITY coreutils-size "4,958 KB">
     79<!ENTITY coreutils-version "8.18">
     80<!ENTITY coreutils-size "5.076 KB">
    8181<!ENTITY coreutils-url "&gnu;coreutils/coreutils-&coreutils-version;.tar.xz">
    82 <!ENTITY coreutils-md5 "bbda656ce8ca2c6903948f9faa204ba3">
     82<!ENTITY coreutils-md5 "74712fbb0e0dfcb883c90eab91982780">
    8383<!ENTITY coreutils-home "&gnu-software;coreutils/">
    8484<!ENTITY coreutils-ch5-du "88 MB">
Note: See TracChangeset for help on using the changeset viewer.