summaryrefslogtreecommitdiff
path: root/lang/perl5/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-11-14 09:56:56 +0000
committeradam <adam@pkgsrc.org>2019-11-14 09:56:56 +0000
commit4522cff5b80b2dc2f9111e300b09379e0c5b6b9a (patch)
tree20f9b9a26a314fe1c0021d74a8fb8516ff75c927 /lang/perl5/patches
parent34b155ab8a6b7006337facdf7939c2b60549a8be (diff)
downloadpkgsrc-4522cff5b80b2dc2f9111e300b09379e0c5b6b9a.tar.gz
perl5: updated to 5.30.1
what is new for perl v5.30.1 Incompatible Changes There are no changes intentionally incompatible with 5.30.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 o Module::CoreList has been upgraded from version 5.20190522 to 5.20191110. Documentation Changes to Existing Documentation We have attempted to update the documentation to reflect the changes listed in this document. If you find any we have missed, send email to perlbug@perl.org <mailto:perlbug@perl.org>. Additionally, documentation has been updated to reference GitHub as the new canonical repository and to describe the new GitHub pull request workflow. Configuration and Compilation o The "ECHO" macro is now defined. This is used in a "dtrace" rule that was originally changed for FreeBSD, and the FreeBSD make apparently predefines it. The Solaris make does not predefine "ECHO" which broke this rule on Solaris. Testing Tests were added and changed to reflect the other additions and changes in this release. Platform Support Platform-Specific Notes Win32 The locale tests could crash on Win32 due to a Windows bug, and separately due to the CRT throwing an exception if the locale name wasn't validly encoded in the current code page. For the second we now decode the locale name ourselves, and always decode it as UTF-8. Selected Bug Fixes o Setting $) now properly sets supplementary group ids, if you have the necessary privileges. o "readline @foo" now evaluates @foo in scalar context. Previously, it would be evaluated in list context, and since readline() pops only one argument from the stack, the stack could underflow, or be left with unexpected values on it. o sv_gets() now recovers better if the target SV is modified by a signal handler. o Matching a non-"SVf_UTF8" string against a regular expression containing Unicode literals could leak an SV on each match attempt. o "sprintf("%.*a", -10000, $x)" would cause a buffer overflow due to mishandling of the negative precision value. o "scalar()" on a reference could cause an erroneous assertion failure during compilation.
Diffstat (limited to 'lang/perl5/patches')
-rw-r--r--lang/perl5/patches/patch-Makefile.SH13
1 files changed, 2 insertions, 11 deletions
diff --git a/lang/perl5/patches/patch-Makefile.SH b/lang/perl5/patches/patch-Makefile.SH
index cbeecd1ea71..b643e2538d2 100644
--- a/lang/perl5/patches/patch-Makefile.SH
+++ b/lang/perl5/patches/patch-Makefile.SH
@@ -1,9 +1,8 @@
-$NetBSD: patch-Makefile.SH,v 1.9 2019/08/11 10:14:18 adam Exp $
+$NetBSD: patch-Makefile.SH,v 1.10 2019/11/14 09:56:56 adam Exp $
Use correct -install_name on Darwin.
-Fix DTrace object generation.
---- Makefile.SH.orig 2019-05-11 23:02:19.000000000 +0000
+--- Makefile.SH.orig 2019-10-24 21:27:53.000000000 +0000
+++ Makefile.SH
@@ -70,7 +70,7 @@ true)
${revision}.${patchlevel}.${subversion}"
@@ -14,11 +13,3 @@ Fix DTrace object generation.
exeldflags="-Xlinker -headerpad_max_install_names"
;;
*)
-@@ -278,6 +278,7 @@ LNS = $lns
- # NOTE: some systems don't grok "cp -f". XXX Configure test needed?
- CPS = $cp
- RMS = rm -f
-+ECHO = $echo
- ranlib = $ranlib
-
- # The following are mentioned only to make metaconfig include the