[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-sysvinit-169-gc493aa5

git git at clfs.org
Fri Oct 16 16:42:46 PDT 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, sysvinit has been updated
       via  c493aa56ae707bfc091532e67618205e08f113ee (commit)
       via  91f8575ae671838299661ba64122d8782deedbf4 (commit)
      from  af0e9f9cc661cf1a9c2084388a00a26bd385d6dc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c493aa56ae707bfc091532e67618205e08f113ee
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri Oct 16 18:42:28 2015 -0500

    Add zone1970.tab to tzdata installation instructions.

diff --git a/BOOK/final-system/common/glibc.xml b/BOOK/final-system/common/glibc.xml
index 5ce3339..062518b 100644
--- a/BOOK/final-system/common/glibc.xml
+++ b/BOOK/final-system/common/glibc.xml
@@ -270,14 +270,13 @@ ZONEINFO=/usr/share/zoneinfo
 mkdir -pv $ZONEINFO/{posix,right}
 
 for tz in etcetera southamerica northamerica europe africa antarctica  \
-          asia australasia backward pacificnew \
-          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}
 done
 
-cp -v zone.tab iso3166.tab $ZONEINFO
+cp -v zone.tab zone1970.tab iso3166.tab $ZONEINFO
 zic -d $ZONEINFO -p America/New_York
 unset ZONEINFO</userinput></screen>
 

commit 91f8575ae671838299661ba64122d8782deedbf4
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri Oct 16 18:40:15 2015 -0500

    Update TZDATA from 2014i to 2015g.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 8be71a2..d69afee 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -40,6 +40,10 @@
       <para>16 October 2015</para>
       <itemizedlist>
         <listitem>
+          <para>[William Harrington] - Update TZDATA to 2015g. Fixes ticket
+          <ulink url="&clfs-ticket-root;1051">#1051.</ulink></para>
+        </listitem>
+        <listitem>
           <para>[William Harrington] - Update Libpipeline to 1.4.1. Fixes ticket
           <ulink url="&clfs-ticket-root;1067">#1067.</ulink></para>
         </listitem>
diff --git a/BOOK/packages.ent b/BOOK/packages.ent
index 5dfea5c..91de28d 100644
--- a/BOOK/packages.ent
+++ b/BOOK/packages.ent
@@ -434,10 +434,10 @@
 <!ENTITY tcl-md5 "8b8c9d85469d8dbe32e51117b8ef11e3">
 <!ENTITY tcl-home "http://www.tcl.tk">
 
-<!ENTITY tzdata-version "2014i">
-<!ENTITY tzdata-size "289 KB">
+<!ENTITY tzdata-version "2015g">
+<!ENTITY tzdata-size "300 KB">
 <!ENTITY tzdata-url "http://www.iana.org/time-zones/repository/releases/tzdata&tzdata-version;.tar.gz">
-<!ENTITY tzdata-md5 "00adeb62a0897aac5ba67da838351adb">
+<!ENTITY tzdata-md5 "8d46e8b225b9a04c75f5c39636435ad6">
 <!ENTITY tzdata-home "http://www.iana.org/time-zones">
 
 <!ENTITY texinfo-version "6.0">

-----------------------------------------------------------------------

Summary of changes:
 BOOK/final-system/common/glibc.xml     |    5 ++---
 BOOK/introduction/common/changelog.xml |    4 ++++
 BOOK/packages.ent                      |    6 +++---
 3 files changed, 9 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list