summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-02-25 14:56:45 +0000
committerwiz <wiz@pkgsrc.org>2015-02-25 14:56:45 +0000
commitb109f91306a1d284a778e7c4fbbb239232657c46 (patch)
tree8293e3c4c94537e15bac41c8e0beceb0b8640ac0 /lang
parentb0a8c8d80f8f0e9a56af5f38a1036f4669933902 (diff)
downloadpkgsrc-b109f91306a1d284a778e7c4fbbb239232657c46.tar.gz
Update to 5.20.2, provided by Kai-Uwe Eckhardt <kuehro@gmx.de> in private
mail. Changes: Incompatible Changes There are no changes intentionally incompatible with 5.20.1. If any exist, they are bugs, and we request that you submit a report. See "Reporting Bugs" below. Modules and Pragmata Updated Modules and Pragmata attributes has been upgraded from version 0.22 to 0.23. The usage of memEQs in the XS has been corrected. [perl #122701] Data::Dumper has been upgraded from version 2.151 to 2.151_01. Fixes CVE-2014-4330 by adding a configuration variable/option to limit recursion when dumping deep data structures. Errno has been upgraded from version 1.20_03 to 1.20_05. Warnings when building the XS on Windows with the Visual C++ compiler are now avoided. feature has been upgraded from version 1.36 to 1.36_01. The postderef feature has now been documented. This feature was actually added in Perl 5.20.0 but was accidentally omitted from the feature documentation until now. IO::Socket has been upgraded from version 1.37 to 1.38. Document the limitations of the connected() method. [perl #123096] Module::CoreList has been upgraded from version 5.020001 to 5.20150214. The list of Perl versions covered has been updated. PathTools has been upgraded from version 3.48 to 3.48_01. A warning from the gcc compiler is now avoided when building the XS. PerlIO::scalar has been upgraded from version 0.18 to 0.18_01. Reading from a position well past the end of the scalar now correctly returns end of file. [perl #123443] Seeking to a negative position still fails, but no longer leaves the file position set to a negation location. eof() on a PerlIO::scalar handle now properly returns true when the file position is past the 2GB mark on 32-bit systems. Storable has been upgraded from version 2.49 to 2.49_01. Minor grammatical change to the documentation only. VMS::DCLsym has been upgraded from version 1.05 to 1.05_01. Minor formatting change to the documentation only. VMS::Stdio has been upgraded from version 2.4 to 2.41. Minor formatting change to the documentation only. Documentation New Documentation perlunicook This document, by Tom Christiansen, provides examples of handling Unicode in Perl. Changes to Existing Documentation perlexperiment Added reference to subroutine signatures. This feature was actually added in Perl 5.20.0 but was accidentally omitted from the experimental feature documentation until now. perlpolicy The process whereby features may graduate from experimental status has now been formally documented. perlsyn An ambiguity in the documentation of the ellipsis statement has been corrected. [perl #122661] Diagnostics The following additions or changes have been made to diagnostic output, including warnings and fatal error messages. For the complete list of diagnostic messages, see perldiag. Changes to Existing Diagnostics Bad symbol for scalar is now documented. This error is not new, but was not previously documented here. Missing right brace on \N{} is now documented. This error is not new, but was not previously documented here. Testing The test script re/rt122747.t has been added to verify that perl #122747 remains fixed. Platform Support Regained Platforms IRIX and Tru64 platforms are working again. (Some make test failures remain.) Selected Bug Fixes AIX now sets the length in getsockopt correctly. [perl #120835], [cpan #91183], [cpan #85570] In Perl 5.20.0, $^N accidentally had the internal UTF8 flag turned off if accessed from a code block within a regular expression, effectively UTF8-encoding the value. This has been fixed. [perl #123135] Various cases where the name of a sub is used (autoload, overloading, error messages) used to crash for lexical subs, but have been fixed. An assertion failure when parsing sort with debugging enabled has been fixed. [perl #122771] Loading UTF8 tables during a regular expression match could cause assertion failures under debugging builds if the previous match used the very same regular expression. [perl #122747] Due to a mistake in the string-copying logic, copying the value of a state variable could instead steal the value and undefine the variable. This bug, introduced in Perl 5.20, would happen mostly for long strings (1250 chars or more), but could happen for any strings under builds with copy-on-write disabled. [perl #123029] Fixed a bug that could cause perl to execute an infinite loop during compilation. [perl #122995] On Win32, restoring in a child pseudo-process a variable that was local()ed in a parent pseudo-process before the fork happened caused memory corruption and a crash in the child pseudo-process (and therefore OS process). [perl #40565] Tainted constants evaluated at compile time no longer cause unrelated statements to become tainted. [perl #122669] Calling write on a format with a ^** field could produce a panic in sv_chop() if there were insufficient arguments or if the variable used to fill the field was empty. [perl #123245] In Perl 5.20.0, sort CORE::fake where 'fake' is anything other than a keyword started chopping of the last 6 characters and treating the result as a sort sub name. The previous behaviour of treating "CORE::fake" as a sort sub name has been restored. [perl #123410] A bug in regular expression patterns that could lead to segfaults and other crashes has been fixed. This occurred only in patterns compiled with "/i", while taking into account the current POSIX locale (this usually means they have to be compiled within the scope of "use locale"), and there must be a string of at least 128 consecutive bytes to match. [perl #123539] qr/@array(?{block})/ no longer dies with "Bizarre copy of ARRAY". [perl #123344] gmtime no longer crashes with not-a-number values. [perl #123495] Certain syntax errors in substitutions, such as s/${<>{})//, would crash, and had done so since Perl 5.10. (In some cases the crash did not start happening until Perl 5.16.) The crash has, of course, been fixed. [perl #123542] A memory leak in some regular expressions, introduced in Perl 5.20.1, has been fixed. [perl #123198] formline("@...", "a"); would crash. The FF_CHECKNL case in pp_formline() didn't set the pointer used to mark the chop position, which led to the FF_MORE case crashing with a segmentation fault. This has been fixed. [perl #123538] [perl #123622] A possible buffer overrun and crash when parsing a literal pattern during regular expression compilation has been fixed. [perl #123604] Known Problems It is a known bug that lexical subroutines cannot be used as the SUBNAME argument to sort. This will be fixed in a future version of Perl. Errata From Previous Releases A regression has been fixed that was introduced in Perl 5.20.0 (fixed in Perl 5.20.1 as well as here) in which a UTF-8 encoded regular expression pattern that contains a single ASCII lowercase letter does not match its uppercase counterpart. [perl #122655]
Diffstat (limited to 'lang')
-rw-r--r--lang/perl5/Makefile.common4
-rw-r--r--lang/perl5/distinfo14
-rw-r--r--lang/perl5/patches/patch-ca20
-rw-r--r--lang/perl5/patches/patch-dist_Data-Dumper_Dumper.pm65
-rw-r--r--lang/perl5/patches/patch-dist_Data-Dumper_Dumper.xs123
-rw-r--r--lang/perl5/patches/patch-hints_netbsd.sh47
6 files changed, 24 insertions, 249 deletions
diff --git a/lang/perl5/Makefile.common b/lang/perl5/Makefile.common
index f70a14434cb..4f7f029ea0c 100644
--- a/lang/perl5/Makefile.common
+++ b/lang/perl5/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.22 2014/10/01 07:17:02 adam Exp $
+# $NetBSD: Makefile.common,v 1.23 2015/02/25 14:56:45 wiz Exp $
#
# used by lang/perl5/Makefile
# used by databases/p5-gdbm/Makefile
-DISTNAME= perl-5.20.1
+DISTNAME= perl-5.20.2
CATEGORIES= lang devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S,/modules/by-module/$,/src/5.0/,}
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
diff --git a/lang/perl5/distinfo b/lang/perl5/distinfo
index e743325c483..6d1d2a34f23 100644
--- a/lang/perl5/distinfo
+++ b/lang/perl5/distinfo
@@ -1,25 +1,23 @@
-$NetBSD: distinfo,v 1.125 2014/11/22 15:45:41 bsiegert Exp $
+$NetBSD: distinfo,v 1.126 2015/02/25 14:56:45 wiz Exp $
-SHA1 (perl-5.20.1.tar.bz2) = cd424d1520ba2686fe5d4422565aaf880e9467f6
-RMD160 (perl-5.20.1.tar.bz2) = 8a33e7ef2cbe4b11c83187176656454794f6d26d
-Size (perl-5.20.1.tar.bz2) = 13676155 bytes
+SHA1 (perl-5.20.2.tar.bz2) = 63126c683b4c79c35008a47d56f7beae876c569f
+RMD160 (perl-5.20.2.tar.bz2) = a24d4c70846ae4332d01d8d56696a55bf492f44b
+Size (perl-5.20.2.tar.bz2) = 13717128 bytes
SHA1 (patch-Makefile.SH) = 92c623fe1ea024b05f47bcfee7002e02647d5062
SHA1 (patch-aa) = 441ad4f0d27d9be0fcdce31c9d35d35d98958518
SHA1 (patch-ab) = c899b7221a78e74cc9b1480834baba047dd19f38
SHA1 (patch-ac) = 4baa8f80695687abb53d4f4e1830cf86db5b2bf7
SHA1 (patch-ah) = c1cb4ddb6db49dcfe12bb1d47911668b2318b953
SHA1 (patch-aq) = 4bf5a76f0277b0939b2ca7720f4bb045a788b5cc
-SHA1 (patch-ca) = dcd3ab4d69a5a54677894f35b8bc536f48a19c45
+SHA1 (patch-ca) = d4a924b4e78d210d143f4e40f63082b6d42fc0e8
SHA1 (patch-ch) = 5b6a89c82e158bab0a5f06add48c28e600678099
SHA1 (patch-ck) = 5c381db130cdf4c315678e2d65380eaaa3065fee
SHA1 (patch-cn) = d1877383e213a414562b5bb4c1e8aa785926fab7
SHA1 (patch-cpan_Socket_Socket.xs) = 9390c42ad456b0ea114c2e57e4d829d630fb698e
-SHA1 (patch-dist_Data-Dumper_Dumper.pm) = 27f9bb4084aa0b21b05bd10d850942b978f7f821
-SHA1 (patch-dist_Data-Dumper_Dumper.xs) = 2e3384973a70b46f8f9ed72c0e9966e00fcbd8af
SHA1 (patch-ext_Errno_Errno__pm.PL) = 4f135e267da17de38f8f1e7e03d5209bfd09a323
SHA1 (patch-hints_cygwin.sh) = 1b21d927d6b7379754c4cd64a2b05d3632c35470
SHA1 (patch-hints_darwin.sh) = 15596f109f317ffb14c695b4196bb37699d2f34b
-SHA1 (patch-hints_netbsd.sh) = 16a8b649e23b1d03f4756ec283da44cc08ea9a6b
+SHA1 (patch-hints_netbsd.sh) = 0d549a48800372d75fe34b783529a78cba90f646
SHA1 (patch-hints_sco.sh) = 8d43cdc0632799e1cdb5dc6fdb968052a9ae4216
SHA1 (patch-install__lib.pl) = 31e9e0fc34386542dd6a60bf6ca0a607babbd4b6
SHA1 (patch-ta) = a9d13eeec22733e4087942f217a0d47a19498a6f
diff --git a/lang/perl5/patches/patch-ca b/lang/perl5/patches/patch-ca
index 8a0ef7d8c27..d2718eb1fa0 100644
--- a/lang/perl5/patches/patch-ca
+++ b/lang/perl5/patches/patch-ca
@@ -1,10 +1,10 @@
-$NetBSD: patch-ca,v 1.21 2014/06/08 23:35:55 joerg Exp $
+$NetBSD: patch-ca,v 1.22 2015/02/25 14:56:45 wiz Exp $
* Use "uname -r" to get OS version for *BSD.
* Move $loclibpth to the end of $dlist, instead of the beginning.
* Several other changes.
---- Configure.orig 2014-05-26 13:34:18.000000000 +0000
+--- Configure.orig 2015-01-10 12:06:37.000000000 +0000
+++ Configure
@@ -3372,13 +3372,14 @@ EOM
osvers="$3"
@@ -132,16 +132,18 @@ $NetBSD: patch-ca,v 1.21 2014/06/08 23:35:55 joerg Exp $
solaris) # See [perl #66604].
# On Solaris 11, gcc -m64 on amd64
# appears not to understand -G. gcc versions at
-@@ -8549,7 +8567,7 @@ if "$useshrplib"; then
+@@ -8548,6 +8566,10 @@ if "$useshrplib"; then
+ next)
# next doesn't like the default...
;;
- haiku)
-- # Haiku doesn't like the default, either.
++ haiku)
++ # Haiku doesn't like the default, either.
+ xxx="-Wl,-rpath,$shrpdir"
- ;;
++ ;;
hpux*)
# hpux doesn't like the default, either.
-@@ -8558,6 +8576,9 @@ if "$useshrplib"; then
+ tmp_shrpenv="env LDOPTS=\"+s +b${shrpdir}\""
+@@ -8555,6 +8577,9 @@ if "$useshrplib"; then
cygwin)
# cygwin needs only ldlibpth
;;
@@ -151,7 +153,7 @@ $NetBSD: patch-ca,v 1.21 2014/06/08 23:35:55 joerg Exp $
*)
tmp_shrpenv="env LD_RUN_PATH=$shrpdir"
;;
-@@ -9633,6 +9654,13 @@ esac
+@@ -9630,6 +9655,13 @@ esac
: Check if we want perlio
useperlio="$define"
@@ -165,7 +167,7 @@ $NetBSD: patch-ca,v 1.21 2014/06/08 23:35:55 joerg Exp $
: Set the vendorbin variables
case "$vendorprefix" in
'') d_vendorbin="$undef"
-@@ -19366,7 +19394,15 @@ RCAT(Rei,ser)
+@@ -19363,7 +19395,15 @@ RCAT(Rei,ser)
ACAT(Cir,cus)
EOCP
$cppstdin $cppflags $cppminus <cpp_stuff.c >cpp_stuff.out 2>&1
diff --git a/lang/perl5/patches/patch-dist_Data-Dumper_Dumper.pm b/lang/perl5/patches/patch-dist_Data-Dumper_Dumper.pm
deleted file mode 100644
index ef93d97411a..00000000000
--- a/lang/perl5/patches/patch-dist_Data-Dumper_Dumper.pm
+++ /dev/null
@@ -1,65 +0,0 @@
-$NetBSD: patch-dist_Data-Dumper_Dumper.pm,v 1.1 2014/09/29 11:36:01 spz Exp $
-
-patch for CVE-2014-4330, remove for 5.20.1
-taken from http://perl5.git.perl.org/perl.git/commitdiff/19be3be6968e2337bcdfe480693fff795ecd1304
-
---- dist/Data-Dumper/Dumper.pm.orig 2014-05-26 13:34:19.000000000 +0000
-+++ dist/Data-Dumper/Dumper.pm
-@@ -56,6 +56,7 @@ $Useperl = 0 unless defined $
- $Sortkeys = 0 unless defined $Sortkeys;
- $Deparse = 0 unless defined $Deparse;
- $Sparseseen = 0 unless defined $Sparseseen;
-+$Maxrecurse = 1000 unless defined $Maxrecurse;
-
- #
- # expects an arrayref of values to be dumped.
-@@ -92,6 +93,7 @@ sub new {
- 'bless' => $Bless, # keyword to use for "bless"
- # expdepth => $Expdepth, # cutoff depth for explicit dumping
- maxdepth => $Maxdepth, # depth beyond which we give up
-+ maxrecurse => $Maxrecurse, # depth beyond which we abort
- useperl => $Useperl, # use the pure Perl implementation
- sortkeys => $Sortkeys, # flag or filter for sorting hash keys
- deparse => $Deparse, # use B::Deparse for coderefs
-@@ -350,6 +352,12 @@ sub _dump {
- return qq['$val'];
- }
-
-+ # avoid recursing infinitely [perl #122111]
-+ if ($s->{maxrecurse} > 0
-+ and $s->{level} >= $s->{maxrecurse}) {
-+ die "Recursion limit of $s->{maxrecurse} exceeded";
-+ }
-+
- # we have a blessed ref
- my ($blesspad);
- if ($realpack and !$no_bless) {
-@@ -680,6 +688,11 @@ sub Maxdepth {
- defined($v) ? (($s->{'maxdepth'} = $v), return $s) : $s->{'maxdepth'};
- }
-
-+sub Maxrecurse {
-+ my($s, $v) = @_;
-+ defined($v) ? (($s->{'maxrecurse'} = $v), return $s) : $s->{'maxrecurse'};
-+}
-+
- sub Useperl {
- my($s, $v) = @_;
- defined($v) ? (($s->{'useperl'} = $v), return $s) : $s->{'useperl'};
-@@ -1105,6 +1118,16 @@ no maximum depth.
-
- =item *
-
-+$Data::Dumper::Maxrecurse I<or> $I<OBJ>->Maxrecurse(I<[NEWVAL]>)
-+
-+Can be set to a positive integer that specifies the depth beyond which
-+recursion into a structure will throw an exception. This is intended
-+as a security measure to prevent perl running out of stack space when
-+dumping an excessively deep structure. Can be set to 0 to remove the
-+limit. Default is 1000.
-+
-+=item *
-+
- $Data::Dumper::Useperl I<or> $I<OBJ>->Useperl(I<[NEWVAL]>)
-
- Can be set to a boolean value which controls whether the pure Perl
diff --git a/lang/perl5/patches/patch-dist_Data-Dumper_Dumper.xs b/lang/perl5/patches/patch-dist_Data-Dumper_Dumper.xs
deleted file mode 100644
index 99bcbb15156..00000000000
--- a/lang/perl5/patches/patch-dist_Data-Dumper_Dumper.xs
+++ /dev/null
@@ -1,123 +0,0 @@
-$NetBSD: patch-dist_Data-Dumper_Dumper.xs,v 1.1 2014/09/29 11:36:01 spz Exp $
-
-patch for CVE-2014-4330, remove for 5.20.1
-taken from http://perl5.git.perl.org/perl.git/commitdiff/19be3be6968e2337bcdfe480693fff795ecd1304
-
---- dist/Data-Dumper/Dumper.xs.orig 2014-05-26 13:34:19.000000000 +0000
-+++ dist/Data-Dumper/Dumper.xs
-@@ -28,7 +28,7 @@ static I32 DD_dump (pTHX_ SV *val, const
- SV *pad, SV *xpad, SV *apad, SV *sep, SV *pair,
- SV *freezer, SV *toaster,
- I32 purity, I32 deepcopy, I32 quotekeys, SV *bless,
-- I32 maxdepth, SV *sortkeys, int use_sparse_seen_hash, I32 useqq);
-+ I32 maxdepth, SV *sortkeys, int use_sparse_seen_hash, I32 useqq, IV maxrecurse);
-
- #ifndef HvNAME_get
- #define HvNAME_get HvNAME
-@@ -412,7 +412,7 @@ DD_dump(pTHX_ SV *val, const char *name,
- AV *postav, I32 *levelp, I32 indent, SV *pad, SV *xpad,
- SV *apad, SV *sep, SV *pair, SV *freezer, SV *toaster, I32 purity,
- I32 deepcopy, I32 quotekeys, SV *bless, I32 maxdepth, SV *sortkeys,
-- int use_sparse_seen_hash, I32 useqq)
-+ int use_sparse_seen_hash, I32 useqq, IV maxrecurse)
- {
- char tmpbuf[128];
- Size_t i;
-@@ -589,6 +589,10 @@ DD_dump(pTHX_ SV *val, const char *name,
- return 1;
- }
-
-+ if (maxrecurse > 0 && *levelp >= maxrecurse) {
-+ croak("Recursion limit of %" IVdf " exceeded", maxrecurse);
-+ }
-+
- if (realpack && !no_bless) { /* we have a blessed ref */
- STRLEN blesslen;
- const char * const blessstr = SvPV(bless, blesslen);
-@@ -674,7 +678,8 @@ DD_dump(pTHX_ SV *val, const char *name,
- DD_dump(aTHX_ ival, SvPVX_const(namesv), SvCUR(namesv), retval, seenhv,
- postav, levelp, indent, pad, xpad, apad, sep, pair,
- freezer, toaster, purity, deepcopy, quotekeys, bless,
-- maxdepth, sortkeys, use_sparse_seen_hash, useqq);
-+ maxdepth, sortkeys, use_sparse_seen_hash, useqq,
-+ maxrecurse);
- sv_catpvn(retval, ")}", 2);
- } /* plain */
- else {
-@@ -682,7 +687,8 @@ DD_dump(pTHX_ SV *val, const char *name,
- DD_dump(aTHX_ ival, SvPVX_const(namesv), SvCUR(namesv), retval, seenhv,
- postav, levelp, indent, pad, xpad, apad, sep, pair,
- freezer, toaster, purity, deepcopy, quotekeys, bless,
-- maxdepth, sortkeys, use_sparse_seen_hash, useqq);
-+ maxdepth, sortkeys, use_sparse_seen_hash, useqq,
-+ maxrecurse);
- }
- SvREFCNT_dec(namesv);
- }
-@@ -694,7 +700,8 @@ DD_dump(pTHX_ SV *val, const char *name,
- DD_dump(aTHX_ ival, SvPVX_const(namesv), SvCUR(namesv), retval, seenhv,
- postav, levelp, indent, pad, xpad, apad, sep, pair,
- freezer, toaster, purity, deepcopy, quotekeys, bless,
-- maxdepth, sortkeys, use_sparse_seen_hash, useqq);
-+ maxdepth, sortkeys, use_sparse_seen_hash, useqq,
-+ maxrecurse);
- SvREFCNT_dec(namesv);
- }
- else if (realtype == SVt_PVAV) {
-@@ -767,7 +774,8 @@ DD_dump(pTHX_ SV *val, const char *name,
- DD_dump(aTHX_ elem, iname, ilen, retval, seenhv, postav,
- levelp, indent, pad, xpad, apad, sep, pair,
- freezer, toaster, purity, deepcopy, quotekeys, bless,
-- maxdepth, sortkeys, use_sparse_seen_hash, useqq);
-+ maxdepth, sortkeys, use_sparse_seen_hash, useqq,
-+ maxrecurse);
- if (ix < ixmax)
- sv_catpvn(retval, ",", 1);
- }
-@@ -970,7 +978,8 @@ DD_dump(pTHX_ SV *val, const char *name,
- DD_dump(aTHX_ hval, SvPVX_const(sname), SvCUR(sname), retval, seenhv,
- postav, levelp, indent, pad, xpad, newapad, sep, pair,
- freezer, toaster, purity, deepcopy, quotekeys, bless,
-- maxdepth, sortkeys, use_sparse_seen_hash, useqq);
-+ maxdepth, sortkeys, use_sparse_seen_hash, useqq,
-+ maxrecurse);
- SvREFCNT_dec(sname);
- Safefree(nkey_buffer);
- if (indent >= 2)
-@@ -1179,7 +1188,8 @@ DD_dump(pTHX_ SV *val, const char *name,
- seenhv, postav, &nlevel, indent, pad, xpad,
- newapad, sep, pair, freezer, toaster, purity,
- deepcopy, quotekeys, bless, maxdepth,
-- sortkeys, use_sparse_seen_hash, useqq);
-+ sortkeys, use_sparse_seen_hash, useqq,
-+ maxrecurse);
- SvREFCNT_dec(e);
- }
- }
-@@ -1269,6 +1279,7 @@ Data_Dumper_Dumpxs(href, ...)
- SV *val, *name, *pad, *xpad, *apad, *sep, *pair, *varname;
- SV *freezer, *toaster, *bless, *sortkeys;
- I32 purity, deepcopy, quotekeys, maxdepth = 0;
-+ IV maxrecurse = 1000;
- char tmpbuf[1024];
- I32 gimme = GIMME;
- int use_sparse_seen_hash = 0;
-@@ -1355,6 +1366,8 @@ Data_Dumper_Dumpxs(href, ...)
- bless = *svp;
- if ((svp = hv_fetch(hv, "maxdepth", 8, FALSE)))
- maxdepth = SvIV(*svp);
-+ if ((svp = hv_fetch(hv, "maxrecurse", 10, FALSE)))
-+ maxrecurse = SvIV(*svp);
- if ((svp = hv_fetch(hv, "sortkeys", 8, FALSE))) {
- sortkeys = *svp;
- if (! SvTRUE(sortkeys))
-@@ -1434,7 +1447,8 @@ Data_Dumper_Dumpxs(href, ...)
- DD_dump(aTHX_ val, SvPVX_const(name), SvCUR(name), valstr, seenhv,
- postav, &level, indent, pad, xpad, newapad, sep, pair,
- freezer, toaster, purity, deepcopy, quotekeys,
-- bless, maxdepth, sortkeys, use_sparse_seen_hash, useqq);
-+ bless, maxdepth, sortkeys, use_sparse_seen_hash, useqq,
-+ maxrecurse);
- SPAGAIN;
-
- if (indent >= 2 && !terse)
diff --git a/lang/perl5/patches/patch-hints_netbsd.sh b/lang/perl5/patches/patch-hints_netbsd.sh
index a195415b5ee..8bf82e7f572 100644
--- a/lang/perl5/patches/patch-hints_netbsd.sh
+++ b/lang/perl5/patches/patch-hints_netbsd.sh
@@ -1,12 +1,12 @@
-$NetBSD: patch-hints_netbsd.sh,v 1.9 2014/08/12 05:41:39 mrg Exp $
+$NetBSD: patch-hints_netbsd.sh,v 1.10 2015/02/25 14:56:45 wiz Exp $
--whole-archive is a linker flag, not a compiler flag
Better defaults for paths.
Stop grovelling for functions we don't want to provide (*host*)
---- hints/netbsd.sh.orig 2014-08-11 22:30:50.000000000 -0700
-+++ hints/netbsd.sh 2014-08-11 22:32:13.000000000 -0700
-@@ -36,16 +36,6 @@
+--- hints/netbsd.sh.orig 2015-01-17 16:59:58.000000000 +0000
++++ hints/netbsd.sh
+@@ -36,16 +36,6 @@ case "$osvers" in
d_dlerror=$define
cccdlflags="-DPIC -fPIC $cccdlflags"
lddlflags="-shared $lddlflags"
@@ -23,44 +23,7 @@ Stop grovelling for functions we don't want to provide (*host*)
rpathflag="-Wl,-rpath,"
case "$osvers" in
1.[0-5]*)
-@@ -89,7 +79,9 @@
- ;;
- esac
- case "$osvers" in
--0.9*|1.*|2.*|3.*|4.*|5.*|6.*)
-+0.8*)
-+ ;;
-+*)
- d_getprotoent_r="$undef"
- d_getprotobyname_r="$undef"
- d_getprotobynumber_r="$undef"
-@@ -100,6 +92,12 @@
- d_getservbyport_r="$undef"
- d_setservent_r="$undef"
- d_endservent_r="$undef"
-+ d_gethostbyname_r="$undef"
-+ d_gethostbyaddr2_r="$undef"
-+ d_gethostbyaddr_r="$undef"
-+ d_sethostent_r="$undef"
-+ d_gethostent_r="$undef"
-+ d_endhostent_r="$undef"
- d_getprotoent_r_proto="0"
- d_getprotobyname_r_proto="0"
- d_getprotobynumber_r_proto="0"
-@@ -110,6 +108,12 @@
- d_getservbyport_r_proto="0"
- d_setservent_r_proto="0"
- d_endservent_r_proto="0"
-+ d_gethostbyname_r_proto="0"
-+ d_gethostbyaddr2_r_proto="0"
-+ d_gethostbyaddr_r_proto="0"
-+ d_sethostent_r_proto="0"
-+ d_endhostent_r_proto="0"
-+ d_gethostent_r_proto="0"
- ;;
- esac
-
-@@ -186,10 +190,12 @@
+@@ -200,10 +190,12 @@ esac
EOCBU
# Set sensible defaults for NetBSD: look for local software in