[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-sysvinit-344-gc1eab93

git git at clfs.org
Sun May 14 13:50:40 PDT 2017


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  c1eab9316b473b5c6b28702939de12cbcf25902f (commit)
      from  763a8c8410d210c1a05c4bf8f4eb3c9eda1617ba (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 c1eab9316b473b5c6b28702939de12cbcf25902f
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sun May 14 15:49:57 2017 -0500

    Update Perl to 5.24.1.

diff --git a/BOOK/final-system/common/perl.xml b/BOOK/final-system/common/perl.xml
index c3ab786..644093f 100644
--- a/BOOK/final-system/common/perl.xml
+++ b/BOOK/final-system/common/perl.xml
@@ -57,7 +57,8 @@ export BUILD_BZIP2=0</userinput></screen>
     -Dman1dir=/usr/share/man/man1 \
     -Dman3dir=/usr/share/man/man3 \
     -Dpager="/bin/less -isR" \
-    -Dusethreads -Duseshrplib</userinput></screen>
+    -Dusethreads \
+    -Duseshrplib</userinput></screen>
 
     <variablelist os="c">
       <title>The meaning of the configure option:</title>
diff --git a/BOOK/final-system/multilib/perl-64bit.xml b/BOOK/final-system/multilib/perl-64bit.xml
index fc68c3a..8ccf8c6 100644
--- a/BOOK/final-system/multilib/perl-64bit.xml
+++ b/BOOK/final-system/multilib/perl-64bit.xml
@@ -53,7 +53,8 @@
     -Dpager="/bin/less -isR" \
     -Dlibpth="/usr/local/lib64 /lib64 /usr/lib64" \
     -Dcc="gcc ${BUILD64}" \
-    -Dusethreads -Duseshrplib</userinput></screen>
+    -Dusethreads \
+    -Duseshrplib</userinput></screen>
 
     <variablelist os="m4">
       <title>The meaning of the new configure option:</title>
diff --git a/BOOK/final-system/multilib/perl-n32.xml b/BOOK/final-system/multilib/perl-n32.xml
index 46003fb..9cc9664 100644
--- a/BOOK/final-system/multilib/perl-n32.xml
+++ b/BOOK/final-system/multilib/perl-n32.xml
@@ -56,7 +56,8 @@
     -Dpager="/bin/less -isR" \
     -Dlibpth="/usr/local/lib32 /lib32 /usr/lib32" \
     -Dcc="gcc ${BUILDN32}" \
-    -Dusethreads -Duseshrplib</userinput></screen>
+    -Dusethreads \
+    -Duseshrplib</userinput></screen>
 
     <variablelist os="m4">
       <title>The meaning of the new configure option:</title>
diff --git a/BOOK/final-system/multilib/perl.xml b/BOOK/final-system/multilib/perl.xml
index 0606533..d9b733c 100644
--- a/BOOK/final-system/multilib/perl.xml
+++ b/BOOK/final-system/multilib/perl.xml
@@ -53,7 +53,8 @@
     -Dman3dir=/usr/share/man/man3 \
     -Dpager="/bin/less -isR" \
     -Dcc="gcc ${BUILD32}" \
-    -Dusethreads -Duseshrplib</userinput></screen>
+    -Dusethreads \
+    -Duseshrplib</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/perl.xml"
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index f966bd2..bdc24d4 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -39,6 +39,12 @@
       <para>14 May 2017</para>
       <itemizedlist>
         <listitem>
+          <para>[William Harrington] - Upgrade Perl to 5.24.1. Fixes
+          ticket <ulink url="&clfs-ticket-root;1035">#1035.</ulink></para> 
+        </listitem>
+      </itemizedlist>
+      <itemizedlist>
+        <listitem>
           <para>[William Harrington] - Upgrade Binutils to 2.28. Fixes
           ticket <ulink url="&clfs-ticket-root;1108">#1108.</ulink></para> 
         </listitem>
diff --git a/BOOK/packages.ent b/BOOK/packages.ent
index b3b6626..01f05a2 100644
--- a/BOOK/packages.ent
+++ b/BOOK/packages.ent
@@ -361,10 +361,10 @@
 <!ENTITY patch-md5 "e3da7940431633fb65a01b91d3b7a27a">
 <!ENTITY patch-home "http://savannah.gnu.org/projects/patch">
 
-<!ENTITY perl-version "5.20.1">
-<!ENTITY perl-size "13,676 KB">
+<!ENTITY perl-version "5.24.1">
+<!ENTITY perl-size "11,569 KB">
 <!ENTITY perl-url "http://www.cpan.org/src/5.0/perl-&perl-version;.tar.bz2">
-<!ENTITY perl-md5 "ede5166f949d9a07163bc5b086be9759">
+<!ENTITY perl-md5 "af6a84c7c3e2b8b269c105a5db2f6d53">
 <!ENTITY perl-home "https://www.perl.org">
 
 <!ENTITY pkg-config-lite-version "0.28-1">
diff --git a/BOOK/patches.ent b/BOOK/patches.ent
index 3ba6bb9..c466fe8 100644
--- a/BOOK/patches.ent
+++ b/BOOK/patches.ent
@@ -80,8 +80,8 @@
 <!-- Start of multilib patches -->
 
 <!ENTITY perl-multilib-patch "perl-&perl-version;-Configure_multilib-1.patch">
-<!ENTITY perl-multilib-patch-md5 "7a2893356fb80871d6e766900c278a52">
-<!ENTITY perl-multilib-patch-size "2.000 KB">
+<!ENTITY perl-multilib-patch-md5 "e2807bb83fffee133cea2232262937ac">
+<!ENTITY perl-multilib-patch-size "2.030 KB">
 
 <!-- Start of Pure64 patches -->
 
diff --git a/patches/perl-5.20.1-Configure_multilib-1.patch b/patches/perl-5.24.1-Configure_multilib-1.patch
similarity index 97%
rename from patches/perl-5.20.1-Configure_multilib-1.patch
rename to patches/perl-5.24.1-Configure_multilib-1.patch
index 34fc4e2..2a92871 100644
--- a/patches/perl-5.20.1-Configure_multilib-1.patch
+++ b/patches/perl-5.24.1-Configure_multilib-1.patch
@@ -1,12 +1,12 @@
 Submitted By: William Harrington <kb0iic at cross-lfs dot org>
-Date: 2014-10-25
+Date: 2017-05-14
 Initial Package Version: 5.12.0
 Origin: Cross-LFS
 Upstream Status: Not Applied - Internal to CLFS
 Description: This patch allows perl to be installed in /usr/lib32
              or /usr/lib64 instead of /usr/lib.
 
-Comments: Renamed for 5.20.1
+Comments: Renamed for 5.24.1
 
 diff -Naur perl-5.20.0.orig/Configure perl-5.20.0/Configure
 --- perl-5.20.0.orig/Configure	2014-05-26 13:34:18.000000000 +0000

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

Summary of changes:
 BOOK/final-system/common/perl.xml                  |    3 ++-
 BOOK/final-system/multilib/perl-64bit.xml          |    3 ++-
 BOOK/final-system/multilib/perl-n32.xml            |    3 ++-
 BOOK/final-system/multilib/perl.xml                |    3 ++-
 BOOK/introduction/common/changelog.xml             |    6 ++++++
 BOOK/packages.ent                                  |    6 +++---
 BOOK/patches.ent                                   |    4 ++--
 ...atch => perl-5.24.1-Configure_multilib-1.patch} |    4 ++--
 8 files changed, 21 insertions(+), 11 deletions(-)
 rename patches/{perl-5.20.1-Configure_multilib-1.patch => perl-5.24.1-Configure_multilib-1.patch} (97%)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list