[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-271-g7bfa76b

git git at cross-lfs.org
Wed Aug 14 09:25:20 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  7bfa76bbae50da2e907a88812c43ad40eedd757a (commit)
       via  afb1ffc7f9f0b58dcca2557c2bb0e34976d98e66 (commit)
      from  687cfe1064f399826162f2d29423684b823026d2 (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 7bfa76bbae50da2e907a88812c43ad40eedd757a
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Aug 14 11:25:12 2013 -0500

    Update perl to 5.18.1.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 64b1aba..b76b2e8 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -36,6 +36,15 @@
     </listitem>
 -->
     <listitem>
+      <para>14 August 2013</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Update Perl to 5.18.1.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>12 August 2013</para>
       <itemizedlist>
         <listitem>
diff --git a/BOOK/packages.ent b/BOOK/packages.ent
index 0a8e100..d1968fb 100644
--- a/BOOK/packages.ent
+++ b/BOOK/packages.ent
@@ -336,10 +336,10 @@
 <!ENTITY patch-md5 "e9ae5393426d3ad783a300a338c09b72">
 <!ENTITY patch-home "http://savannah.gnu.org/projects/patch">
 
-<!ENTITY perl-version "5.18.0">
-<!ENTITY perl-size "13,708 KB">
+<!ENTITY perl-version "5.18.1">
+<!ENTITY perl-size "14,060 KB">
 <!ENTITY perl-url "http://www.cpan.org/src/5.0/perl-&perl-version;.tar.bz2">
-<!ENTITY perl-md5 "a832e928adfd36d162d2a5d3b631265c">
+<!ENTITY perl-md5 "4ec1a3f3824674552e749ae420c5e68c">
 <!ENTITY perl-home "http://www.perl.org">
 
 <!ENTITY pkg-config-version "lite-0.28-1">
diff --git a/BOOK/patches.ent b/BOOK/patches.ent
index 0bc50bb..7439d15 100644
--- a/BOOK/patches.ent
+++ b/BOOK/patches.ent
@@ -62,8 +62,8 @@
 <!ENTITY ncurses-branch_update-patch-size "2,492 KB">
 
 <!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch">
-<!ENTITY perl-libc-patch-md5 "65551c960143c93312916b9bf8f1c0ed">
-<!ENTITY perl-libc-patch-size "1.540 KB">
+<!ENTITY perl-libc-patch-md5 "63eda1cc319206788ea93c58f395417c">
+<!ENTITY perl-libc-patch-size "1.603 KB">
 
 <!ENTITY procps-ps_cgroup-patch "procps-&procps-version;-ps_cgroup-1.patch">
 <!ENTITY procps-ps_cgroup-patch-md5 "3c478ef88fad23353e332b1b850ec630">
@@ -99,8 +99,8 @@
 <!ENTITY iproute2-libdir-patch-size "1.9 KB">
 
 <!ENTITY perl-multilib-patch "perl-&perl-version;-Configure_multilib-1.patch">
-<!ENTITY perl-multilib-patch-md5 "24f1028d4ea9c1b26c9e9e843d373431">
-<!ENTITY perl-multilib-patch-size "1.885 KB">
+<!ENTITY perl-multilib-patch-md5 "d339c17439ac986d9593c86db93d545c">
+<!ENTITY perl-multilib-patch-size "1.946 KB">
 
 <!-- Start of Pure64 patches -->
 
diff --git a/patches/perl-5.18.0-Configure_multilib-1.patch b/patches/perl-5.18.1-Configure_multilib-1.patch
similarity index 86%
rename from patches/perl-5.18.0-Configure_multilib-1.patch
rename to patches/perl-5.18.1-Configure_multilib-1.patch
index ee72513..90d92db 100644
--- a/patches/perl-5.18.0-Configure_multilib-1.patch
+++ b/patches/perl-5.18.1-Configure_multilib-1.patch
@@ -1,5 +1,5 @@
 Submitted By: Ryan Oliver <ryan dot oliver at pha dot com dot au>
-Date: 2010-08-01
+Date: 2013-08-13
 Initial Package Version: 5.8.8
 Origin: Ryan Oliver
 Upstream Status: Unknown
@@ -13,10 +13,11 @@ Rediffed: Against 5.10.0 by Joe Ciccone on 2008-08-30
 Rename for 5.16.2 by William Harrington on 2012-11-01
 
 Rediffed: Against 5.18.0 by William Harrington on 2013-05-28
+Rediffed: Against 5.18.1 by William Harrington on 2013-08-13
 
-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
-+++ perl-5.18.0/Configure	2013-05-28 11:50:25.767172726 +0000
+diff -Naur perl-5.18.1.orig/Configure perl-5.18.1/Configure
+--- perl-5.18.1.orig/Configure	2013-08-12 02:44:47.000000000 +0000
++++ perl-5.18.1/Configure	2013-08-13 16:47:20.188650223 +0000
 @@ -6219,6 +6219,8 @@
  : The default "style" setting is made in installstyle.U
  case "$installstyle" in
diff --git a/patches/perl-5.18.0-libc-1.patch b/patches/perl-5.18.1-libc-1.patch
similarity index 83%
rename from patches/perl-5.18.0-libc-1.patch
rename to patches/perl-5.18.1-libc-1.patch
index 77f9f27..43a9f95 100644
--- a/patches/perl-5.18.0-libc-1.patch
+++ b/patches/perl-5.18.1-libc-1.patch
@@ -1,5 +1,5 @@
 Submitted By: Jonathan Norman <Jonathan at bluesquarelinux.co.uk>
-Date: 2011-05-17
+Date: 2013-08-13
 Initial Package Version: 5.8.8
 Origin: Ryan Oliver
 Upstream Status: Unknown
@@ -14,10 +14,11 @@ Rediffed: Against 5.10.0 by Joe Ciccone on 2008-08-30
 Rename for 5.16.2 by William Harrington on 2012-11-01
 
 Rediffed: Against 5.18.0 by William Harrington on 2013-05-27
+Rediffed: Against 5.18.1 by William Harrington on 2013-08-13
 
-diff -Naur perl-5.18.0.orig/hints/linux.sh perl-5.18.0/hints/linux.sh
---- perl-5.18.0.orig/hints/linux.sh	2013-05-01 02:52:55.000000000 +0000
-+++ perl-5.18.0/hints/linux.sh	2013-05-29 13:55:42.871771313 +0000
+diff -Naur perl-5.18.1.orig/hints/linux.sh perl-5.18.1/hints/linux.sh
+--- perl-5.18.1.orig/hints/linux.sh	2013-08-12 02:44:48.000000000 +0000
++++ perl-5.18.1/hints/linux.sh	2013-08-13 16:46:38.594653439 +0000
 @@ -66,9 +66,9 @@
  # We don't use __GLIBC__ and  __GLIBC_MINOR__ because they
  # are insufficiently precise to distinguish things like

commit afb1ffc7f9f0b58dcca2557c2bb0e34976d98e66
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Aug 14 11:24:40 2013 -0500

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index dea1c5b..ff9fedc 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "08"> <!-- Use two digits -->
 <!ENTITY month_name "August">
-<!ENTITY day "12"> <!-- Use two digits -->
+<!ENTITY day "14"> <!-- Use two digits -->
 <!ENTITY year "2013"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/general.ent                                   |    2 +-
 BOOK/introduction/common/changelog.xml             |    9 +++++++++
 BOOK/packages.ent                                  |    6 +++---
 BOOK/patches.ent                                   |    8 ++++----
 ...atch => perl-5.18.1-Configure_multilib-1.patch} |    9 +++++----
 ....18.0-libc-1.patch => perl-5.18.1-libc-1.patch} |    9 +++++----
 6 files changed, 27 insertions(+), 16 deletions(-)
 rename patches/{perl-5.18.0-Configure_multilib-1.patch => perl-5.18.1-Configure_multilib-1.patch} (86%)
 rename patches/{perl-5.18.0-libc-1.patch => perl-5.18.1-libc-1.patch} (83%)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list