From 052129858e9a8fc286bdadf387ac8d3d8f39eb8c Mon Sep 17 00:00:00 2001 From: Marcel Denia Date: Sun, 15 Feb 2015 06:25:13 +0100 Subject: [PATCH] perl: Upgrade configuration files to perl 5.20.2 Signed-off-by: Marcel Denia --- lang/perl/files/config.sh-arm-mt.in | 13 +++++++------ lang/perl/files/config.sh-arm.in | 13 +++++++------ lang/perl/files/config.sh-armeb-mt.in | 13 +++++++------ lang/perl/files/config.sh-armeb.in | 13 +++++++------ lang/perl/files/config.sh-avr32-mt.in | 13 +++++++------ lang/perl/files/config.sh-avr32.in | 13 +++++++------ lang/perl/files/config.sh-i486-mt.in | 13 +++++++------ lang/perl/files/config.sh-i486.in | 13 +++++++------ lang/perl/files/config.sh-mips-mt.in | 13 +++++++------ lang/perl/files/config.sh-mips.in | 13 +++++++------ lang/perl/files/config.sh-mips64-mt.in | 11 ++++++----- lang/perl/files/config.sh-mips64.in | 11 ++++++----- lang/perl/files/config.sh-mipsel-mt.in | 13 +++++++------ lang/perl/files/config.sh-mipsel.in | 13 +++++++------ lang/perl/files/config.sh-powerpc-mt.in | 13 +++++++------ lang/perl/files/config.sh-powerpc.in | 13 +++++++------ lang/perl/files/config.sh-x86_64-mt.in | 13 +++++++------ lang/perl/files/config.sh-x86_64.in | 13 +++++++------ 18 files changed, 124 insertions(+), 106 deletions(-) diff --git a/lang/perl/files/config.sh-arm-mt.in b/lang/perl/files/config.sh-arm-mt.in index 7ea876cce8..635b05e9e2 100644 --- a/lang/perl/files/config.sh-arm-mt.in +++ b/lang/perl/files/config.sh-arm-mt.in @@ -1137,7 +1137,8 @@ libdb_needs_pthread='N' # change again for new versions, so they're included here for # future reference api_version='20' -api_versionstring='5.20.1' +# Always set this to the base version, not the patched one! +api_versionstring='5.20.0' dynamic_ext='B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd DB_File Data/Dumper Devel/PPPort Devel/Peek Digest/MD5 Digest/SHA Encode Fcntl File/DosGlob File/Glob Filter/Util/Call GDBM_File Hash/Util Hash/Util/FieldHash I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Math/BigInt/FastCalc Opcode POSIX PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Tie/Hash/NamedCapture Time/HiRes Time/Piece Unicode/Collate Unicode/Normalize XS/APItest XS/Typemap arybase attributes mro re threads threads/shared' installarchlib='/usr/lib/perl5/5.20' installprivlib='/usr/lib/perl5/5.20' @@ -1148,15 +1149,15 @@ privlib='/usr/lib/perl5/5.20' privlibexp='/usr/lib/perl5/5.20' archlib='/usr/lib/perl5/5.20' archlibexp='/usr/lib/perl5/5.20' -version='5.20.1' -version_patchlevel_string='version 20 subversion 1' +version='5.20.2' +version_patchlevel_string='version 20 subversion 2' PERL_VERSION=20 PERL_API_VERSION=20 -PERL_SUBVERSION=1 +PERL_SUBVERSION=2 patchlevel='20' ccdlflags='-fPIC -Wl,-rpath,/usr/lib/perl5/5.20/CORE' -subversion='1' +subversion='2' -# Make perl use these tools instead of the target binaries during build. +# Make perl use these tools instead of the target binaries during build hostgenerate='%%HOSTGENERATE%%' hostperl='%%HOSTMINIPERL%%' diff --git a/lang/perl/files/config.sh-arm.in b/lang/perl/files/config.sh-arm.in index 1296f30785..9382b65368 100644 --- a/lang/perl/files/config.sh-arm.in +++ b/lang/perl/files/config.sh-arm.in @@ -1136,7 +1136,8 @@ libdb_needs_pthread='N' # change again for new versions, so they're included here for # future reference api_version='20' -api_versionstring='5.20.1' +# Always set this to the base version, not the patched one! +api_versionstring='5.20.0' dynamic_ext='B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd DB_File Data/Dumper Devel/PPPort Devel/Peek Digest/MD5 Digest/SHA Encode Fcntl File/DosGlob File/Glob Filter/Util/Call GDBM_File Hash/Util Hash/Util/FieldHash I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Math/BigInt/FastCalc Opcode POSIX PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Tie/Hash/NamedCapture Time/HiRes Time/Piece Unicode/Collate Unicode/Normalize XS/APItest XS/Typemap arybase attributes mro re threads threads/shared' installarchlib='/usr/lib/perl5/5.20' installprivlib='/usr/lib/perl5/5.20' @@ -1147,15 +1148,15 @@ privlib='/usr/lib/perl5/5.20' privlibexp='/usr/lib/perl5/5.20' archlib='/usr/lib/perl5/5.20' archlibexp='/usr/lib/perl5/5.20' -version='5.20.1' -version_patchlevel_string='version 20 subversion 1' +version='5.20.2' +version_patchlevel_string='version 20 subversion 2' PERL_VERSION=20 PERL_API_VERSION=20 -PERL_SUBVERSION=1 +PERL_SUBVERSION=2 patchlevel='20' ccdlflags='-fPIC -Wl,-rpath,/usr/lib/perl5/5.20/CORE' -subversion='1' +subversion='2' -# Make perl use these tools instead of the target binaries during build. +# Make perl use these tools instead of the target binaries during build hostgenerate='%%HOSTGENERATE%%' hostperl='%%HOSTMINIPERL%%' diff --git a/lang/perl/files/config.sh-armeb-mt.in b/lang/perl/files/config.sh-armeb-mt.in index 63773cf8da..6dad0eb1d6 100644 --- a/lang/perl/files/config.sh-armeb-mt.in +++ b/lang/perl/files/config.sh-armeb-mt.in @@ -1137,7 +1137,8 @@ libdb_needs_pthread='N' # change again for new versions, so they're included here for # future reference api_version='20' -api_versionstring='5.20.1' +# Always set this to the base version, not the patched one! +api_versionstring='5.20.0' dynamic_ext='B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd DB_File Data/Dumper Devel/PPPort Devel/Peek Digest/MD5 Digest/SHA Encode Fcntl File/DosGlob File/Glob Filter/Util/Call GDBM_File Hash/Util Hash/Util/FieldHash I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Math/BigInt/FastCalc Opcode POSIX PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Tie/Hash/NamedCapture Time/HiRes Time/Piece Unicode/Collate Unicode/Normalize XS/APItest XS/Typemap arybase attributes mro re threads threads/shared' installarchlib='/usr/lib/perl5/5.20' installprivlib='/usr/lib/perl5/5.20' @@ -1148,15 +1149,15 @@ privlib='/usr/lib/perl5/5.20' privlibexp='/usr/lib/perl5/5.20' archlib='/usr/lib/perl5/5.20' archlibexp='/usr/lib/perl5/5.20' -version='5.20.1' -version_patchlevel_string='version 20 subversion 1' +version='5.20.2' +version_patchlevel_string='version 20 subversion 2' PERL_VERSION=20 PERL_API_VERSION=20 -PERL_SUBVERSION=1 +PERL_SUBVERSION=2 patchlevel='20' ccdlflags='-fPIC -Wl,-rpath,/usr/lib/perl5/5.20/CORE' -api_subversion='1' +subversion='2' -# Make perl use these tools instead of the target binaries during build. +# Make perl use these tools instead of the target binaries during build hostgenerate='%%HOSTGENERATE%%' hostperl='%%HOSTMINIPERL%%' diff --git a/lang/perl/files/config.sh-armeb.in b/lang/perl/files/config.sh-armeb.in index 845be28401..b6e828b6ad 100644 --- a/lang/perl/files/config.sh-armeb.in +++ b/lang/perl/files/config.sh-armeb.in @@ -1136,7 +1136,8 @@ libdb_needs_pthread='N' # change again for new versions, so they're included here for # future reference api_version='20' -api_versionstring='5.20.1' +# Always set this to the base version, not the patched one! +api_versionstring='5.20.0' dynamic_ext='B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd DB_File Data/Dumper Devel/PPPort Devel/Peek Digest/MD5 Digest/SHA Encode Fcntl File/DosGlob File/Glob Filter/Util/Call GDBM_File Hash/Util Hash/Util/FieldHash I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Math/BigInt/FastCalc Opcode POSIX PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Tie/Hash/NamedCapture Time/HiRes Time/Piece Unicode/Collate Unicode/Normalize XS/APItest XS/Typemap arybase attributes mro re threads threads/shared' installarchlib='/usr/lib/perl5/5.20' installprivlib='/usr/lib/perl5/5.20' @@ -1147,15 +1148,15 @@ privlib='/usr/lib/perl5/5.20' privlibexp='/usr/lib/perl5/5.20' archlib='/usr/lib/perl5/5.20' archlibexp='/usr/lib/perl5/5.20' -version='5.20.1' -version_patchlevel_string='version 20 subversion 1' +version='5.20.2' +version_patchlevel_string='version 20 subversion 2' PERL_VERSION=20 PERL_API_VERSION=20 -PERL_SUBVERSION=1 +PERL_SUBVERSION=2 patchlevel='20' ccdlflags='-fPIC -Wl,-rpath,/usr/lib/perl5/5.20/CORE' -api_subversion='1' +subversion='2' -# Make perl use these tools instead of the target binaries during build. +# Make perl use these tools instead of the target binaries during build hostgenerate='%%HOSTGENERATE%%' hostperl='%%HOSTMINIPERL%%' diff --git a/lang/perl/files/config.sh-avr32-mt.in b/lang/perl/files/config.sh-avr32-mt.in index 6ccd07f1f2..7336b666d3 100644 --- a/lang/perl/files/config.sh-avr32-mt.in +++ b/lang/perl/files/config.sh-avr32-mt.in @@ -1139,7 +1139,8 @@ libdb_needs_pthread='N' # change again for new versions, so they're included here for # future reference api_version='20' -api_versionstring='5.20.1' +# Always set this to the base version, not the patched one! +api_versionstring='5.20.0' dynamic_ext='B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd DB_File Data/Dumper Devel/PPPort Devel/Peek Digest/MD5 Digest/SHA Encode Fcntl File/DosGlob File/Glob Filter/Util/Call GDBM_File Hash/Util Hash/Util/FieldHash I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Math/BigInt/FastCalc Opcode POSIX PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Tie/Hash/NamedCapture Time/HiRes Time/Piece Unicode/Collate Unicode/Normalize XS/APItest XS/Typemap arybase attributes mro re threads threads/shared' installarchlib='/usr/lib/perl5/5.20' installprivlib='/usr/lib/perl5/5.20' @@ -1150,15 +1151,15 @@ privlib='/usr/lib/perl5/5.20' privlibexp='/usr/lib/perl5/5.20' archlib='/usr/lib/perl5/5.20' archlibexp='/usr/lib/perl5/5.20' -version='5.20.1' -version_patchlevel_string='version 20 subversion 1' +version='5.20.2' +version_patchlevel_string='version 20 subversion 2' PERL_VERSION=20 PERL_API_VERSION=20 -PERL_SUBVERSION=1 +PERL_SUBVERSION=2 patchlevel='20' ccdlflags='-fPIC -Wl,-rpath,/usr/lib/perl5/5.20/CORE' -subversion='1' +subversion='2' -# Make perl use these tools instead of the target binaries during build. +# Make perl use these tools instead of the target binaries during build hostgenerate='%%HOSTGENERATE%%' hostperl='%%HOSTMINIPERL%%' diff --git a/lang/perl/files/config.sh-avr32.in b/lang/perl/files/config.sh-avr32.in index 2f65ddaaae..2ec7588e3c 100644 --- a/lang/perl/files/config.sh-avr32.in +++ b/lang/perl/files/config.sh-avr32.in @@ -1138,7 +1138,8 @@ libdb_needs_pthread='N' # change again for new versions, so they're included here for # future reference api_version='20' -api_versionstring='5.20.1' +# Always set this to the base version, not the patched one! +api_versionstring='5.20.0' dynamic_ext='B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd DB_File Data/Dumper Devel/PPPort Devel/Peek Digest/MD5 Digest/SHA Encode Fcntl File/DosGlob File/Glob Filter/Util/Call GDBM_File Hash/Util Hash/Util/FieldHash I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Math/BigInt/FastCalc Opcode POSIX PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Tie/Hash/NamedCapture Time/HiRes Time/Piece Unicode/Collate Unicode/Normalize XS/APItest XS/Typemap arybase attributes mro re threads threads/shared' installarchlib='/usr/lib/perl5/5.20' installprivlib='/usr/lib/perl5/5.20' @@ -1149,15 +1150,15 @@ privlib='/usr/lib/perl5/5.20' privlibexp='/usr/lib/perl5/5.20' archlib='/usr/lib/perl5/5.20' archlibexp='/usr/lib/perl5/5.20' -version='5.20.1' -version_patchlevel_string='version 20 subversion 1' +version='5.20.2' +version_patchlevel_string='version 20 subversion 2' PERL_VERSION=20 PERL_API_VERSION=20 -PERL_SUBVERSION=1 +PERL_SUBVERSION=2 patchlevel='20' ccdlflags='-fPIC -Wl,-rpath,/usr/lib/perl5/5.20/CORE' -subversion='1' +subversion='2' -# Make perl use these tools instead of the target binaries during build. +# Make perl use these tools instead of the target binaries during build hostgenerate='%%HOSTGENERATE%%' hostperl='%%HOSTMINIPERL%%' diff --git a/lang/perl/files/config.sh-i486-mt.in b/lang/perl/files/config.sh-i486-mt.in index bb6ed90dc4..89583b65b7 100644 --- a/lang/perl/files/config.sh-i486-mt.in +++ b/lang/perl/files/config.sh-i486-mt.in @@ -1123,7 +1123,8 @@ libdb_needs_pthread='N' # change again for new versions, so they're included here for # future reference api_version='20' -api_versionstring='5.20.1' +# Always set this to the base version, not the patched one! +api_versionstring='5.20.0' dynamic_ext='B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd DB_File Data/Dumper Devel/PPPort Devel/Peek Digest/MD5 Digest/SHA Encode Fcntl File/DosGlob File/Glob Filter/Util/Call GDBM_File Hash/Util Hash/Util/FieldHash I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Math/BigInt/FastCalc Opcode POSIX PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Tie/Hash/NamedCapture Time/HiRes Time/Piece Unicode/Collate Unicode/Normalize XS/APItest XS/Typemap arybase attributes mro re threads threads/shared' installarchlib='/usr/lib/perl5/5.20' installprivlib='/usr/lib/perl5/5.20' @@ -1134,15 +1135,15 @@ privlib='/usr/lib/perl5/5.20' privlibexp='/usr/lib/perl5/5.20' archlib='/usr/lib/perl5/5.20' archlibexp='/usr/lib/perl5/5.20' -version='5.20.1' -version_patchlevel_string='version 20 subversion 1' +version='5.20.2' +version_patchlevel_string='version 20 subversion 2' PERL_VERSION=20 PERL_API_VERSION=20 -PERL_SUBVERSION=1 +PERL_SUBVERSION=2 patchlevel='20' ccdlflags='-fPIC -Wl,-rpath,/usr/lib/perl5/5.20/CORE' -subversion='1' +subversion='2' -# Make perl use these tools instead of the target binaries during build. +# Make perl use these tools instead of the target binaries during build hostgenerate='%%HOSTGENERATE%%' hostperl='%%HOSTMINIPERL%%' diff --git a/lang/perl/files/config.sh-i486.in b/lang/perl/files/config.sh-i486.in index 5047afee78..9d91dff70e 100644 --- a/lang/perl/files/config.sh-i486.in +++ b/lang/perl/files/config.sh-i486.in @@ -1122,7 +1122,8 @@ libdb_needs_pthread='N' # change again for new versions, so they're included here for # future reference api_version='20' -api_versionstring='5.20.1' +# Always set this to the base version, not the patched one! +api_versionstring='5.20.0' dynamic_ext='B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd DB_File Data/Dumper Devel/PPPort Devel/Peek Digest/MD5 Digest/SHA Encode Fcntl File/DosGlob File/Glob Filter/Util/Call GDBM_File Hash/Util Hash/Util/FieldHash I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Math/BigInt/FastCalc Opcode POSIX PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Tie/Hash/NamedCapture Time/HiRes Time/Piece Unicode/Collate Unicode/Normalize XS/APItest XS/Typemap arybase attributes mro re threads threads/shared' installarchlib='/usr/lib/perl5/5.20' installprivlib='/usr/lib/perl5/5.20' @@ -1133,15 +1134,15 @@ privlib='/usr/lib/perl5/5.20' privlibexp='/usr/lib/perl5/5.20' archlib='/usr/lib/perl5/5.20' archlibexp='/usr/lib/perl5/5.20' -version='5.20.1' -version_patchlevel_string='version 20 subversion 1' +version='5.20.2' +version_patchlevel_string='version 20 subversion 2' PERL_VERSION=20 PERL_API_VERSION=20 -PERL_SUBVERSION=1 +PERL_SUBVERSION=2 patchlevel='20' ccdlflags='-fPIC -Wl,-rpath,/usr/lib/perl5/5.20/CORE' -subversion='1' +subversion='2' -# Make perl use these tools instead of the target binaries during build. +# Make perl use these tools instead of the target binaries during build hostgenerate='%%HOSTGENERATE%%' hostperl='%%HOSTMINIPERL%%' diff --git a/lang/perl/files/config.sh-mips-mt.in b/lang/perl/files/config.sh-mips-mt.in index b7e82dcdb4..8564c2338b 100644 --- a/lang/perl/files/config.sh-mips-mt.in +++ b/lang/perl/files/config.sh-mips-mt.in @@ -1137,7 +1137,8 @@ libdb_needs_pthread='N' # change again for new versions, so they're included here for # future reference api_version='20' -api_versionstring='5.20.1' +# Always set this to the base version, not the patched one! +api_versionstring='5.20.0' dynamic_ext='B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd DB_File Data/Dumper Devel/PPPort Devel/Peek Digest/MD5 Digest/SHA Encode Fcntl File/DosGlob File/Glob Filter/Util/Call GDBM_File Hash/Util Hash/Util/FieldHash I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Math/BigInt/FastCalc Opcode POSIX PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Tie/Hash/NamedCapture Time/HiRes Time/Piece Unicode/Collate Unicode/Normalize XS/APItest XS/Typemap arybase attributes mro re threads threads/shared' installarchlib='/usr/lib/perl5/5.20' installprivlib='/usr/lib/perl5/5.20' @@ -1148,15 +1149,15 @@ privlib='/usr/lib/perl5/5.20' privlibexp='/usr/lib/perl5/5.20' archlib='/usr/lib/perl5/5.20' archlibexp='/usr/lib/perl5/5.20' -version='5.20.1' -version_patchlevel_string='version 20 subversion 1' +version='5.20.2' +version_patchlevel_string='version 20 subversion 2' PERL_VERSION=20 PERL_API_VERSION=20 -PERL_SUBVERSION=1 +PERL_SUBVERSION=2 patchlevel='20' ccdlflags='-fPIC -Wl,-rpath,/usr/lib/perl5/5.20/CORE' -subversion='1' +subversion='2' -# Make perl use these tools instead of the target binaries during build. +# Make perl use these tools instead of the target binaries during build hostgenerate='%%HOSTGENERATE%%' hostperl='%%HOSTMINIPERL%%' diff --git a/lang/perl/files/config.sh-mips.in b/lang/perl/files/config.sh-mips.in index a3eddb6f6b..1a752e74b5 100644 --- a/lang/perl/files/config.sh-mips.in +++ b/lang/perl/files/config.sh-mips.in @@ -1136,7 +1136,8 @@ libdb_needs_pthread='N' # change again for new versions, so they're included here for # future reference api_version='20' -api_versionstring='5.20.1' +# Always set this to the base version, not the patched one! +api_versionstring='5.20.0' dynamic_ext='B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd DB_File Data/Dumper Devel/PPPort Devel/Peek Digest/MD5 Digest/SHA Encode Fcntl File/DosGlob File/Glob Filter/Util/Call GDBM_File Hash/Util Hash/Util/FieldHash I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Math/BigInt/FastCalc Opcode POSIX PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Tie/Hash/NamedCapture Time/HiRes Time/Piece Unicode/Collate Unicode/Normalize XS/APItest XS/Typemap arybase attributes mro re threads threads/shared' installarchlib='/usr/lib/perl5/5.20' installprivlib='/usr/lib/perl5/5.20' @@ -1147,15 +1148,15 @@ privlib='/usr/lib/perl5/5.20' privlibexp='/usr/lib/perl5/5.20' archlib='/usr/lib/perl5/5.20' archlibexp='/usr/lib/perl5/5.20' -version='5.20.1' -version_patchlevel_string='version 20 subversion 1' +version='5.20.2' +version_patchlevel_string='version 20 subversion 2' PERL_VERSION=20 PERL_API_VERSION=20 -PERL_SUBVERSION=1 +PERL_SUBVERSION=2 patchlevel='20' ccdlflags='-fPIC -Wl,-rpath,/usr/lib/perl5/5.20/CORE' -subversion='1' +subversion='2' -# Make perl use these tools instead of the target binaries during build. +# Make perl use these tools instead of the target binaries during build hostgenerate='%%HOSTGENERATE%%' hostperl='%%HOSTMINIPERL%%' diff --git a/lang/perl/files/config.sh-mips64-mt.in b/lang/perl/files/config.sh-mips64-mt.in index ea11182e41..26d908a7e7 100644 --- a/lang/perl/files/config.sh-mips64-mt.in +++ b/lang/perl/files/config.sh-mips64-mt.in @@ -1137,6 +1137,7 @@ libdb_needs_pthread='N' # change again for new versions, so they're included here for # future reference api_version='20' +# Always set this to the base version, not the patched one! api_versionstring='5.20.0' dynamic_ext='B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd DB_File Data/Dumper Devel/PPPort Devel/Peek Digest/MD5 Digest/SHA Encode Fcntl File/DosGlob File/Glob Filter/Util/Call GDBM_File Hash/Util Hash/Util/FieldHash I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Math/BigInt/FastCalc Opcode POSIX PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Tie/Hash/NamedCapture Time/HiRes Time/Piece Unicode/Collate Unicode/Normalize XS/APItest XS/Typemap arybase attributes mro re threads threads/shared' installarchlib='/usr/lib/perl5/5.20' @@ -1148,15 +1149,15 @@ privlib='/usr/lib/perl5/5.20' privlibexp='/usr/lib/perl5/5.20' archlib='/usr/lib/perl5/5.20' archlibexp='/usr/lib/perl5/5.20' -version='5.20.1' -version_patchlevel_string='version 20 subversion 1' +version='5.20.2' +version_patchlevel_string='version 20 subversion 2' PERL_VERSION=20 PERL_API_VERSION=20 -PERL_SUBVERSION=1 +PERL_SUBVERSION=2 patchlevel='20' ccdlflags='-fPIC -Wl,-rpath,/usr/lib/perl5/5.20/CORE' -subversion='1' +subversion='2' -# Make perl use these tools instead of the target binaries during build. +# Make perl use these tools instead of the target binaries during build hostgenerate='%%HOSTGENERATE%%' hostperl='%%HOSTMINIPERL%%' diff --git a/lang/perl/files/config.sh-mips64.in b/lang/perl/files/config.sh-mips64.in index c8095de97f..baab56fdbe 100644 --- a/lang/perl/files/config.sh-mips64.in +++ b/lang/perl/files/config.sh-mips64.in @@ -1136,6 +1136,7 @@ libdb_needs_pthread='N' # change again for new versions, so they're included here for # future reference api_version='20' +# Always set this to the base version, not the patched one! api_versionstring='5.20.0' dynamic_ext='B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd DB_File Data/Dumper Devel/PPPort Devel/Peek Digest/MD5 Digest/SHA Encode Fcntl File/DosGlob File/Glob Filter/Util/Call GDBM_File Hash/Util Hash/Util/FieldHash I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Math/BigInt/FastCalc Opcode POSIX PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Tie/Hash/NamedCapture Time/HiRes Time/Piece Unicode/Collate Unicode/Normalize XS/APItest XS/Typemap arybase attributes mro re threads threads/shared' installarchlib='/usr/lib/perl5/5.20' @@ -1147,15 +1148,15 @@ privlib='/usr/lib/perl5/5.20' privlibexp='/usr/lib/perl5/5.20' archlib='/usr/lib/perl5/5.20' archlibexp='/usr/lib/perl5/5.20' -version='5.20.1' -version_patchlevel_string='version 20 subversion 1' +version='5.20.2' +version_patchlevel_string='version 20 subversion 2' PERL_VERSION=20 PERL_API_VERSION=20 -PERL_SUBVERSION=1 +PERL_SUBVERSION=2 patchlevel='20' ccdlflags='-fPIC -Wl,-rpath,/usr/lib/perl5/5.20/CORE' -subversion='1' +subversion='2' -# Make perl use these tools instead of the target binaries during build. +# Make perl use these tools instead of the target binaries during build hostgenerate='%%HOSTGENERATE%%' hostperl='%%HOSTMINIPERL%%' diff --git a/lang/perl/files/config.sh-mipsel-mt.in b/lang/perl/files/config.sh-mipsel-mt.in index 366d92756c..d09586a88a 100644 --- a/lang/perl/files/config.sh-mipsel-mt.in +++ b/lang/perl/files/config.sh-mipsel-mt.in @@ -1123,7 +1123,8 @@ libdb_needs_pthread='N' # change again for new versions, so they're included here for # future reference api_version='20' -api_versionstring='5.20.1' +# Always set this to the base version, not the patched one! +api_versionstring='5.20.0' dynamic_ext='B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd DB_File Data/Dumper Devel/PPPort Devel/Peek Digest/MD5 Digest/SHA Encode Fcntl File/DosGlob File/Glob Filter/Util/Call GDBM_File Hash/Util Hash/Util/FieldHash I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Math/BigInt/FastCalc Opcode POSIX PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Tie/Hash/NamedCapture Time/HiRes Time/Piece Unicode/Collate Unicode/Normalize XS/APItest XS/Typemap arybase attributes mro re threads threads/shared' installarchlib='/usr/lib/perl5/5.20' installprivlib='/usr/lib/perl5/5.20' @@ -1134,15 +1135,15 @@ privlib='/usr/lib/perl5/5.20' privlibexp='/usr/lib/perl5/5.20' archlib='/usr/lib/perl5/5.20' archlibexp='/usr/lib/perl5/5.20' -version='5.20.1' -version_patchlevel_string='version 20 subversion 1' +version='5.20.2' +version_patchlevel_string='version 20 subversion 2' PERL_VERSION=20 PERL_API_VERSION=20 -PERL_SUBVERSION=1 +PERL_SUBVERSION=2 patchlevel='20' ccdlflags='-fPIC -Wl,-rpath,/usr/lib/perl5/5.20/CORE' -subversion='1' +subversion='2' -# Make perl use these tools instead of the target binaries during build. +# Make perl use these tools instead of the target binaries during build hostgenerate='%%HOSTGENERATE%%' hostperl='%%HOSTMINIPERL%%' diff --git a/lang/perl/files/config.sh-mipsel.in b/lang/perl/files/config.sh-mipsel.in index 4cda9ee18a..43c61a69c9 100644 --- a/lang/perl/files/config.sh-mipsel.in +++ b/lang/perl/files/config.sh-mipsel.in @@ -1122,7 +1122,8 @@ libdb_needs_pthread='N' # change again for new versions, so they're included here for # future reference api_version='20' -api_versionstring='5.20.1' +# Always set this to the base version, not the patched one! +api_versionstring='5.20.0' dynamic_ext='B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd DB_File Data/Dumper Devel/PPPort Devel/Peek Digest/MD5 Digest/SHA Encode Fcntl File/DosGlob File/Glob Filter/Util/Call GDBM_File Hash/Util Hash/Util/FieldHash I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Math/BigInt/FastCalc Opcode POSIX PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Tie/Hash/NamedCapture Time/HiRes Time/Piece Unicode/Collate Unicode/Normalize XS/APItest XS/Typemap arybase attributes mro re threads threads/shared' installarchlib='/usr/lib/perl5/5.20' installprivlib='/usr/lib/perl5/5.20' @@ -1133,15 +1134,15 @@ privlib='/usr/lib/perl5/5.20' privlibexp='/usr/lib/perl5/5.20' archlib='/usr/lib/perl5/5.20' archlibexp='/usr/lib/perl5/5.20' -version='5.20.1' -version_patchlevel_string='version 20 subversion 1' +version='5.20.2' +version_patchlevel_string='version 20 subversion 2' PERL_VERSION=20 PERL_API_VERSION=20 -PERL_SUBVERSION=1 +PERL_SUBVERSION=2 patchlevel='20' ccdlflags='-fPIC -Wl,-rpath,/usr/lib/perl5/5.20/CORE' -subversion='1' +subversion='2' -# Make perl use these tools instead of the target binaries during build. +# Make perl use these tools instead of the target binaries during build hostgenerate='%%HOSTGENERATE%%' hostperl='%%HOSTMINIPERL%%' diff --git a/lang/perl/files/config.sh-powerpc-mt.in b/lang/perl/files/config.sh-powerpc-mt.in index 92c743e6bd..564f27bc77 100644 --- a/lang/perl/files/config.sh-powerpc-mt.in +++ b/lang/perl/files/config.sh-powerpc-mt.in @@ -1137,7 +1137,8 @@ libdb_needs_pthread='N' # change again for new versions, so they're included here for # future reference api_version='20' -api_versionstring='5.20.1' +# Always set this to the base version, not the patched one! +api_versionstring='5.20.0' dynamic_ext='B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd DB_File Data/Dumper Devel/PPPort Devel/Peek Digest/MD5 Digest/SHA Encode Fcntl File/DosGlob File/Glob Filter/Util/Call GDBM_File Hash/Util Hash/Util/FieldHash I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Math/BigInt/FastCalc Opcode POSIX PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Tie/Hash/NamedCapture Time/HiRes Time/Piece Unicode/Collate Unicode/Normalize XS/APItest XS/Typemap arybase attributes mro re threads threads/shared' installarchlib='/usr/lib/perl5/5.20' installprivlib='/usr/lib/perl5/5.20' @@ -1148,15 +1149,15 @@ privlib='/usr/lib/perl5/5.20' privlibexp='/usr/lib/perl5/5.20' archlib='/usr/lib/perl5/5.20' archlibexp='/usr/lib/perl5/5.20' -version='5.20.1' -version_patchlevel_string='version 20 subversion 1' +version='5.20.2' +version_patchlevel_string='version 20 subversion 2' PERL_VERSION=20 PERL_API_VERSION=20 -PERL_SUBVERSION=1 +PERL_SUBVERSION=2 patchlevel='20' ccdlflags='-fPIC -Wl,-rpath,/usr/lib/perl5/5.20/CORE' -subversion='1' +subversion='2' -# Make perl use these tools instead of the target binaries during build. +# Make perl use these tools instead of the target binaries during build hostgenerate='%%HOSTGENERATE%%' hostperl='%%HOSTMINIPERL%%' diff --git a/lang/perl/files/config.sh-powerpc.in b/lang/perl/files/config.sh-powerpc.in index 2214b6f30e..8906ad68b4 100644 --- a/lang/perl/files/config.sh-powerpc.in +++ b/lang/perl/files/config.sh-powerpc.in @@ -1136,7 +1136,8 @@ libdb_needs_pthread='N' # change again for new versions, so they're included here for # future reference api_version='20' -api_versionstring='5.20.1' +# Always set this to the base version, not the patched one! +api_versionstring='5.20.0' dynamic_ext='B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd DB_File Data/Dumper Devel/PPPort Devel/Peek Digest/MD5 Digest/SHA Encode Fcntl File/DosGlob File/Glob Filter/Util/Call GDBM_File Hash/Util Hash/Util/FieldHash I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Math/BigInt/FastCalc Opcode POSIX PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Tie/Hash/NamedCapture Time/HiRes Time/Piece Unicode/Collate Unicode/Normalize XS/APItest XS/Typemap arybase attributes mro re threads threads/shared' installarchlib='/usr/lib/perl5/5.20' installprivlib='/usr/lib/perl5/5.20' @@ -1147,15 +1148,15 @@ privlib='/usr/lib/perl5/5.20' privlibexp='/usr/lib/perl5/5.20' archlib='/usr/lib/perl5/5.20' archlibexp='/usr/lib/perl5/5.20' -version='5.20.1' -version_patchlevel_string='version 20 subversion 1' +version='5.20.2' +version_patchlevel_string='version 20 subversion 2' PERL_VERSION=20 PERL_API_VERSION=20 -PERL_SUBVERSION=1 +PERL_SUBVERSION=2 patchlevel='20' ccdlflags='-fPIC -Wl,-rpath,/usr/lib/perl5/5.20/CORE' -subversion='1' +subversion='2' -# Make perl use these tools instead of the target binaries during build. +# Make perl use these tools instead of the target binaries during build hostgenerate='%%HOSTGENERATE%%' hostperl='%%HOSTMINIPERL%%' diff --git a/lang/perl/files/config.sh-x86_64-mt.in b/lang/perl/files/config.sh-x86_64-mt.in index cd2b704a7e..3c6ab7b15e 100644 --- a/lang/perl/files/config.sh-x86_64-mt.in +++ b/lang/perl/files/config.sh-x86_64-mt.in @@ -1123,7 +1123,8 @@ libdb_needs_pthread='N' # change again for new versions, so they're included here for # future reference api_version='20' -api_versionstring='5.20.1' +# Always set this to the base version, not the patched one! +api_versionstring='5.20.0' dynamic_ext='B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd DB_File Data/Dumper Devel/PPPort Devel/Peek Digest/MD5 Digest/SHA Encode Fcntl File/DosGlob File/Glob Filter/Util/Call GDBM_File Hash/Util Hash/Util/FieldHash I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Math/BigInt/FastCalc Opcode POSIX PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Tie/Hash/NamedCapture Time/HiRes Time/Piece Unicode/Collate Unicode/Normalize XS/APItest XS/Typemap arybase attributes mro re threads threads/shared' installarchlib='/usr/lib/perl5/5.20' installprivlib='/usr/lib/perl5/5.20' @@ -1134,15 +1135,15 @@ privlib='/usr/lib/perl5/5.20' privlibexp='/usr/lib/perl5/5.20' archlib='/usr/lib/perl5/5.20' archlibexp='/usr/lib/perl5/5.20' -version='5.20.1' -version_patchlevel_string='version 20 subversion 1' +version='5.20.2' +version_patchlevel_string='version 20 subversion 2' PERL_VERSION=20 PERL_API_VERSION=20 -PERL_SUBVERSION=1 +PERL_SUBVERSION=2 patchlevel='20' ccdlflags='-fPIC -Wl,-rpath,/usr/lib/perl5/5.20/CORE' -subversion='1' +subversion='2' -# Make perl use these tools instead of the target binaries during build. +# Make perl use these tools instead of the target binaries during build hostgenerate='%%HOSTGENERATE%%' hostperl='%%HOSTMINIPERL%%' diff --git a/lang/perl/files/config.sh-x86_64.in b/lang/perl/files/config.sh-x86_64.in index 423590ed9a..f528c54128 100644 --- a/lang/perl/files/config.sh-x86_64.in +++ b/lang/perl/files/config.sh-x86_64.in @@ -1122,7 +1122,8 @@ libdb_needs_pthread='N' # change again for new versions, so they're included here for # future reference api_version='20' -api_versionstring='5.20.1' +# Always set this to the base version, not the patched one! +api_versionstring='5.20.0' dynamic_ext='B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd DB_File Data/Dumper Devel/PPPort Devel/Peek Digest/MD5 Digest/SHA Encode Fcntl File/DosGlob File/Glob Filter/Util/Call GDBM_File Hash/Util Hash/Util/FieldHash I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Math/BigInt/FastCalc Opcode POSIX PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Tie/Hash/NamedCapture Time/HiRes Time/Piece Unicode/Collate Unicode/Normalize XS/APItest XS/Typemap arybase attributes mro re threads threads/shared' installarchlib='/usr/lib/perl5/5.20' installprivlib='/usr/lib/perl5/5.20' @@ -1133,15 +1134,15 @@ privlib='/usr/lib/perl5/5.20' privlibexp='/usr/lib/perl5/5.20' archlib='/usr/lib/perl5/5.20' archlibexp='/usr/lib/perl5/5.20' -version='5.20.1' -version_patchlevel_string='version 20 subversion 1' +version='5.20.2' +version_patchlevel_string='version 20 subversion 2' PERL_VERSION=20 PERL_API_VERSION=20 -PERL_SUBVERSION=1 +PERL_SUBVERSION=2 patchlevel='20' ccdlflags='-fPIC -Wl,-rpath,/usr/lib/perl5/5.20/CORE' -subversion='1' +subversion='2' -# Make perl use these tools instead of the target binaries during build. +# Make perl use these tools instead of the target binaries during build hostgenerate='%%HOSTGENERATE%%' hostperl='%%HOSTMINIPERL%%' -- 2.30.2