[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-33-g7b0c066

git git at cross-lfs.org
Tue May 28 05:25:07 PDT 2013


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, master has been updated
       via  7b0c0669e08fec97d2ea83c3c4c507feef12e59a (commit)
       via  e7a48462b8444da273bde2242f00158dfb1dc649 (commit)
       via  67ad2093a5ee1dd2da32b45edcf3fed1a2e85077 (commit)
       via  69571fa811cd6887d2e8531435abaadc16b7743e (commit)
      from  2049a7e067e6a7663e7b486a47630570fa0d1bbd (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 7b0c0669e08fec97d2ea83c3c4c507feef12e59a
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Tue May 28 07:24:55 2013 -0500

    Add note about download location of zlib.

diff --git a/BOOK/materials/common/packages.xml b/BOOK/materials/common/packages.xml
index 4ddba38..27e354e 100644
--- a/BOOK/materials/common/packages.xml
+++ b/BOOK/materials/common/packages.xml
@@ -569,6 +569,15 @@
         <para>Home page: <ulink url="&zlib-home;"/></para>
         <para>Download: <ulink url="&zlib-url;"/></para>
         <para>MD5 sum: <literal>&zlib-md5;</literal></para>
+
+        <note>
+          <para>Zlib (&zlib-version;) may no longer be available at the
+          listed location. The site administrators of the master download
+          location occasionally remove older versions when new ones are
+          released. An alternative download location that may have the
+          correct version available is <ulink
+          url="&packages-root;"/>.</para>
+        </note>
       </listitem>
     </varlistentry>
 

commit e7a48462b8444da273bde2242f00158dfb1dc649
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Tue May 28 07:24:37 2013 -0500

    Update File to 5.14.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index a0307d8..53b26e0 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -36,6 +36,15 @@
     </listitem>
 -->
     <listitem>
+      <para>28 May 2013</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Update File to 5.14.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>27 May 2013</para>
       <itemizedlist>
         <listitem>
diff --git a/BOOK/packages.ent b/BOOK/packages.ent
index 996ad93..3852c99 100644
--- a/BOOK/packages.ent
+++ b/BOOK/packages.ent
@@ -138,11 +138,11 @@
 <!ENTITY expect-home "http://expect.sourceforge.net">
 <!ENTITY expect-lib-version "5.43">
 
-<!ENTITY file-version "5.11">
-<!ENTITY file-size "596 KB">
+<!ENTITY file-version "5.14">
+<!ENTITY file-size "636 KB">
 <!ENTITY file-url "ftp://ftp.astron.com/pub/file/file-&file-version;.tar.gz">
 <!--<!ENTITY file-url "&packages-root;file-&file-version;.tar.gz">-->
-<!ENTITY file-md5 "16a407bd66d6c7a832f3a5c0d609c27b">
+<!ENTITY file-md5 "c26625f1d6773ad4bc5a87c0e315632c">
 <!ENTITY file-home "http://www.darwinsys.com/file">
 
 <!ENTITY findutils-version "4.4.2">

commit 67ad2093a5ee1dd2da32b45edcf3fed1a2e85077
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Tue May 28 07:24:19 2013 -0500

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 0cf5fb2..453bc60 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "05"> <!-- Use two digits -->
 <!ENTITY month_name "May">
-<!ENTITY day "27"> <!-- Use two digits -->
+<!ENTITY day "28"> <!-- Use two digits -->
 <!ENTITY year "2013"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

commit 69571fa811cd6887d2e8531435abaadc16b7743e
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Tue May 28 07:23:30 2013 -0500

    Update date in perl 5.18.0 Configure multilib patch.

diff --git a/patches/perl-5.18.0-Configure_multilib-1.patch b/patches/perl-5.18.0-Configure_multilib-1.patch
index f52973d..ee72513 100644
--- a/patches/perl-5.18.0-Configure_multilib-1.patch
+++ b/patches/perl-5.18.0-Configure_multilib-1.patch
@@ -12,7 +12,7 @@ Rediffed: Against 5.10.0 by Joe Ciccone on 2008-08-30
           Against 5.16.1 By William Harrington on 2012-08-26
 Rename for 5.16.2 by William Harrington on 2012-11-01
 
-Rediffed: Against 5.18.0 by William Harrington on 2012-05-28
+Rediffed: Against 5.18.0 by William Harrington on 2013-05-28
 
 diff -Naur perl-5.18.0.orig/Configure perl-5.18.0/Configure
 --- perl-5.18.0.orig/Configure	2013-05-10 14:13:56.000000000 +0000

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

Summary of changes:
 BOOK/general.ent                               |    2 +-
 BOOK/introduction/common/changelog.xml         |    9 +++++++++
 BOOK/materials/common/packages.xml             |    9 +++++++++
 BOOK/packages.ent                              |    6 +++---
 patches/perl-5.18.0-Configure_multilib-1.patch |    2 +-
 5 files changed, 23 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list