diff options
-rw-r--r-- | chapter01/changelog.xml | 12 | ||||
-rw-r--r-- | chapter06/coreutils.xml | 5 | ||||
-rw-r--r-- | chapter06/glibc.xml | 8 | ||||
-rw-r--r-- | packages.ent | 12 |
4 files changed, 23 insertions, 14 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index fc734e444..df54571ec 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,12 +41,20 @@ <para>2012-08-20</para> <itemizedlist> <listitem> - <para>[bdubbs] - Add patch to fix Flex regression test - failures.</para> + <para>[bdubbs] - Upgrade to coreutils-8.19. Fixes + <ulink url="&lfs-ticket-root;3163">#3163</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Upgrade to grep-2.14. Fixes + <ulink url="&lfs-ticket-root;3164">#3164</ulink>.</para> </listitem> <listitem> <para>[ken] - Fix how the timezones are installed.</para> </listitem> + <listitem> + <para>[bdubbs] - Add patch to fix Flex regression test + failures.</para> + </listitem> </itemizedlist> </listitem> diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 1b0906cec..f0cd87452 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -103,9 +103,8 @@ <screen><userinput remap="test">chown -Rv nobody . </userinput></screen> - <para>Now run the tests. One test case, test-parse-datetime, will - fail because the regression test has not been updated for the latest - time zone data.</para> + <para>Now run the tests. Make sure the PATH in the <userinput>su</userinput> + environment includes /tools/bin.</para> <screen><userinput remap="test">su nobody -s /bin/bash -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes -k check || true"</userinput></screen> diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 11dc4f44c..7e86ba5fd 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -316,12 +316,14 @@ EOF</userinput></screen> <screen><userinput>tar -xf ../tzdata&tzdata-version;.tar.gz mkdir -pv /usr/share/zoneinfo/{posix,right} && + for tz in etcetera southamerica northamerica europe africa antarctica \ - asia australasia backward pacificnew solar87 solar88 solar89 systemv; do - zic -L /dev/null -d /usr/share/zoneinfo -y "sh yearistype.sh" ${tz} && - zic -L /dev/null -d /usr/share/zoneinfo/posix -y "sh yearistype.sh" ${tz} && + asia australasia backward pacificnew solar87 solar88 solar89 systemv; do + zic -L /dev/null -d /usr/share/zoneinfo -y "sh yearistype.sh" ${tz} && + zic -L /dev/null -d /usr/share/zoneinfo/posix -y "sh yearistype.sh" ${tz} && zic -L leapseconds -d /usr/share/zoneinfo/right -y "sh yearistype.sh" ${tz} done + cp -v zone.tab /usr/share/zoneinfo && zic -d /usr/share/zoneinfo -p America/New_York</userinput></screen> diff --git a/packages.ent b/packages.ent index b39bd6e1f..a343fd802 100644 --- a/packages.ent +++ b/packages.ent @@ -76,10 +76,10 @@ <!ENTITY check-ch5-du "6.9 MB"> <!ENTITY check-ch5-sbu "0.1 SBU"> -<!ENTITY coreutils-version "8.18"> -<!ENTITY coreutils-size "5.076 KB"> +<!ENTITY coreutils-version "8.19"> +<!ENTITY coreutils-size "4,992 KB"> <!ENTITY coreutils-url "&gnu;coreutils/coreutils-&coreutils-version;.tar.xz"> -<!ENTITY coreutils-md5 "74712fbb0e0dfcb883c90eab91982780"> +<!ENTITY coreutils-md5 "1a01231a2f3ed37c0efc073ccdda9375"> <!ENTITY coreutils-home "&gnu-software;coreutils/"> <!ENTITY coreutils-ch5-du "126 MB"> <!ENTITY coreutils-ch5-sbu "0.7 SBU"> @@ -218,10 +218,10 @@ <!ENTITY gmp-ch6-du "39 MB"> <!ENTITY gmp-ch6-sbu "1.7 SBU"> -<!ENTITY grep-version "2.13"> -<!ENTITY grep-size "1,164 KB"> +<!ENTITY grep-version "2.14"> +<!ENTITY grep-size "1,172 KB"> <!ENTITY grep-url "&gnu;grep/grep-&grep-version;.tar.xz"> -<!ENTITY grep-md5 "5894d484e6c02249f9702d0d8a472115"> +<!ENTITY grep-md5 "d4a3f03849d1e17ce56ab76aa5a24cab"> <!ENTITY grep-home "&gnu-software;grep/"> <!ENTITY grep-ch5-du "21 MB"> <!ENTITY grep-ch5-sbu "0.2 SBU"> |