Changeset 1bf0ff5


Ignore:
Timestamp:
Aug 25, 2009, 4:24:18 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
243290f
Parents:
d316e1e
Message:

Updated Perl to 5.10.1

Files:
3 edited
2 moved

Legend:

Unmodified
Added
Removed
  • BOOK/introduction/common/changelog.xml

    rd316e1e r1bf0ff5  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>August 25, 2009</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Jim] - Updated Perl to 5.10.1.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
    3847
    3948    <listitem>
  • BOOK/packages.ent

    rd316e1e r1bf0ff5  
    325325<!ENTITY patch-home "&gnu-software;patch">
    326326
    327 <!ENTITY perl-version "5.10.0">
    328 <!ENTITY perl-size "15,229 KB">
     327<!ENTITY perl-version "5.10.1">
     328<!ENTITY perl-size "15,786 KB">
    329329<!ENTITY perl-url "http://ftp.funet.fi/pub/CPAN/src/perl-&perl-version;.tar.gz">
    330 <!ENTITY perl-md5 "d2c39b002ebfd2c3c5dba589365c5a71">
     330<!ENTITY perl-md5 "b9b2fdb957f50ada62d73f43ee75d044">
    331331<!ENTITY perl-home "http://www.perl.org">
    332332
  • BOOK/patches.ent

    rd316e1e r1bf0ff5  
    8686
    8787<!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch">
    88 <!ENTITY perl-libc-patch-md5 "2d5d9cfd00a7e6554496338133bcd06c">
     88<!ENTITY perl-libc-patch-md5 "7597ce482d09fe48ad0a95d26902823b">
    8989<!ENTITY perl-libc-patch-size "1 KB">
    9090
     
    128128
    129129<!ENTITY perl-multilib-patch "perl-&perl-version;-Configure_multilib-1.patch">
    130 <!ENTITY perl-multilib-patch-md5 "529c91ae0f75d2f11ae42a9b5ad38806">
     130<!ENTITY perl-multilib-patch-md5 "3db152a8071aa70eb038ebde28d53453">
    131131<!ENTITY perl-multilib-patch-size "1 KB">
    132132
  • patches/perl-5.10.1-Configure_multilib-1.patch

    rd316e1e r1bf0ff5  
    1 Submitted By: Ryan Oliver <ryan(dot)oliver(at)pha(dot)com(dot)au>
    2 Date: 2005-10-20
    3 Initial Package Version: 5.8.7
    4         Rediffed against 5.10.0 by Joe Ciccone on 2008-08-30
     1Submitted By: Ryan Oliver <ryan dot oliver at pha dot com dot au>
     2Date: 2009-08-25
     3Initial Package Version: 5.10.1
    54Origin: Ryan Oliver
    6 Description: this patch allows perl to be installed in /usr/lib32 or /usr/lib64 instead of /usr/lib.
     5Upstream Status: Unknown
     6Description: This patch allows perl to be installed in /usr/lib32
     7             or /usr/lib64 instead of /usr/lib.
    78
    8 diff -Naur perl-5.10.0.orig/Configure perl-5.10.0/Configure
    9 --- perl-5.10.0.orig/Configure  2007-12-18 05:47:07.000000000 -0500
    10 +++ perl-5.10.0/Configure       2008-08-31 11:56:58.000000000 -0400
    11 @@ -6174,6 +6174,8 @@
     9Rediffed: Against 5.10.0 by Joe Ciccone on 2008-08-30
     10          Against 5.10.1 By Jim Gifford on 2009-08-25
     11
     12diff -Naur perl-5.10.1.orig/Configure perl-5.10.1/Configure
     13--- perl-5.10.1.orig/Configure  2009-08-18 12:03:53.000000000 -0700
     14+++ perl-5.10.1/Configure       2009-08-25 16:15:34.000000000 -0700
     15@@ -6236,6 +6236,8 @@
    1216 : The default "style" setting is made in installstyle.U
    1317 case "$installstyle" in
     
    1822 esac
    1923 eval $prefixit
    20 @@ -6406,6 +6408,8 @@
     24@@ -6484,6 +6486,8 @@
    2125 case "$sitelib" in
    2226 '') case "$installstyle" in
     
    2731        esac
    2832        ;;
    29 @@ -6912,6 +6916,8 @@
     33@@ -7002,6 +7006,8 @@
    3034                prog=`echo $package | $sed 's/-*[0-9.]*$//'`
    3135                case "$installstyle" in
  • patches/perl-5.10.1-libc-1.patch

    rd316e1e r1bf0ff5  
    1 Submitted By: Anderson Lizardo <andersonlizardo(at)yahoo(dot)com(dot)br>
    2 Date: 2006-02-15
    3 Initial Package Version: 5.8.8
    4         Rediffed against 5.10.0 by Joe Ciccone on 2008-08-30
    5 Origin: based on current LFS-BOOK patch (perl-5.8.0-libc-2.patch)
    6 Description: this patch adapts some hard-wired paths to the C library.
     1Submitted By: Ryan Oliver <ryan dot oliver at pha dot com dot au>
     2Date: 2009-08-25
     3Initial Package Version: 5.10.1
     4Origin: Ryan Oliver
     5Upstream Status: Unknown
     6Description: This patch adapts some hard-wired paths to the C library.
    77             It uses the $prefix variable to locate the correct libc.
    88
    9 diff -Naur perl-5.10.0.orig/hints/linux.sh perl-5.10.0/hints/linux.sh
    10 --- perl-5.10.0.orig/hints/linux.sh     2007-12-18 05:47:07.000000000 -0500
    11 +++ perl-5.10.0/hints/linux.sh  2008-08-31 11:57:41.000000000 -0400
    12 @@ -60,9 +60,9 @@
     9Rediffed: Against 5.10.0 by Joe Ciccone on 2008-08-30
     10          Against 5.10.1 By Jim Gifford on 2009-08-25
     11
     12diff -Naur perl-5.10.1.orig/hints/linux.sh perl-5.10.1/hints/linux.sh
     13--- perl-5.10.1.orig/hints/linux.sh     2009-02-12 14:58:12.000000000 -0800
     14+++ perl-5.10.1/hints/linux.sh  2009-08-25 16:20:12.000000000 -0700
     15@@ -63,9 +63,9 @@
    1316 # We don't use __GLIBC__ and  __GLIBC_MINOR__ because they
    1417 # are insufficiently precise to distinguish things like
     
    2326 
    2427 # Configure may fail to find lstat() since it's a static/inline
    25 @@ -423,3 +423,8 @@
     28@@ -436,3 +436,8 @@
    2629     libswanted="$libswanted pthread"
    2730     ;;
Note: See TracChangeset for help on using the changeset viewer.