diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/glibc.xml | 3 | ||||
-rw-r--r-- | packages.ent | 6 |
3 files changed, 8 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 4e1e6f3a1..150436dc2 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,10 @@ <para>2013-12-22</para> <itemizedlist> <listitem> + <para>[matthew] - Update to Tzdata-2013i. Fixes + <ulink url="&lfs-ticket-root;3451">#3451</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Update to Libpipeline-1.2.6. Fixes <ulink url="&lfs-ticket-root;3449">#3449</ulink>.</para> </listitem> diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index e5f4503ef..d6fa9ad34 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -274,8 +274,7 @@ ZONEINFO=/usr/share/zoneinfo mkdir -pv $ZONEINFO/{posix,right} for tz in etcetera southamerica northamerica europe africa antarctica \ - asia australasia backward pacificnew solar87 solar88 solar89 \ - systemv; do + asia australasia backward pacificnew systemv; do zic -L /dev/null -d $ZONEINFO -y "sh yearistype.sh" ${tz} zic -L /dev/null -d $ZONEINFO/posix -y "sh yearistype.sh" ${tz} zic -L leapseconds -d $ZONEINFO/right -y "sh yearistype.sh" ${tz} diff --git a/packages.ent b/packages.ent index 6f66facab..3871fc9f5 100644 --- a/packages.ent +++ b/packages.ent @@ -546,10 +546,10 @@ <!ENTITY systemd-ch6-du "29 MB"> <!ENTITY systemd-ch6-sbu "0.1 SBU"> -<!ENTITY tzdata-version "2013h"> -<!ENTITY tzdata-size "222 KB"> +<!ENTITY tzdata-version "2013i"> +<!ENTITY tzdata-size "214 KB"> <!ENTITY tzdata-url "http://www.iana.org/time-zones/repository/releases/tzdata&tzdata-version;.tar.gz"> -<!ENTITY tzdata-md5 "d310abe42cbe87e76ceb69e2c7003c92"> +<!ENTITY tzdata-md5 "8bc69eb75bea496ebe1d5a9ab576702d"> <!ENTITY tzdata-home "http://www.iana.org/time-zones"> <!ENTITY tzdata-ch6-du "6.4 MB"> <!ENTITY tzdata-ch6-sbu "less than 0.1 SBU"> |