aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2012-07-19 17:31:56 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2012-07-19 17:31:56 +0000
commit6dbff4106feb09e4fc0bde607830146d80b1920c (patch)
tree7606cd0265311c40c595740d820b6801f52549a7
parent5870a98c909e4318652a778ebfbcb3d68d5efb23 (diff)
Added Time Zone data package to packages section of the book.
This will be needed in the Chapter 6 glibc section when we update to glibc-2.16. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9915 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter03/packages.xml9
-rw-r--r--packages.ent8
3 files changed, 21 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index df3881817..f3ef58dd0 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -41,6 +41,10 @@
<para>2012-07-19</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Added Time Zone data package to
+ packages section of the book.</para>
+ </listitem>
+ <listitem>
<para>[bdubbs] - Added Check to the Rationale section
of the book.</para>
</listitem>
diff --git a/chapter03/packages.xml b/chapter03/packages.xml
index 66e3d4252..7a500aec6 100644
--- a/chapter03/packages.xml
+++ b/chapter03/packages.xml
@@ -559,6 +559,15 @@
</varlistentry>
<varlistentry>
+ <term>Time Zone Data (&tzdata-version;) - <token>&tzdata-size;</token>:</term>
+ <listitem>
+ <para>Home page: <ulink url="&tzdata-home;"/></para>
+ <para>Download: <ulink url="&tzdata-url;"/></para>
+ <para>MD5 sum: <literal>&tzdata-md5;</literal></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>Texinfo (&texinfo-version;) - <token>&texinfo-size;</token>:</term>
<listitem>
<para>Home page: <ulink url="&texinfo-home;"/></para>
diff --git a/packages.ent b/packages.ent
index 605671a94..4e2ef6e23 100644
--- a/packages.ent
+++ b/packages.ent
@@ -540,6 +540,14 @@
<!ENTITY systemd-ch6-du "16 MB">
<!ENTITY systemd-ch6-sbu "0.1 SBU">
+<!ENTITY tzdata-version "2012c">
+<!ENTITY tzdata-size "202 KB">
+<!ENTITY tzdata-url "http://www.iana.org//time-zones/repository/releases/tzdata&tzdata-version;.tar.gz">
+<!ENTITY tzdata-md5 "cfdc2710bd05c26dbd624441d57028f6">
+<!ENTITY tzdata-home "http://www.iana.org/time-zones">
+<!ENTITY tzdata-ch6-du "5.6 MB">
+<!ENTITY tzdata-ch6-sbu "0.1 SBU">
+
<!ENTITY udev-lfs "udev-lfs-&systemd-version;">
<!ENTITY udev-lfs-size "16 KB">
<!ENTITY udev-lfs-url "&anduin-other;udev-lfs-&systemd-version;.tar.bz2">