pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc perl5: updated to 5.30.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/247a9f53989f
branches: trunk
changeset: 404535:247a9f53989f
user: adam <adam%pkgsrc.org@localhost>
date: Thu Nov 14 09:56:56 2019 +0000
description:
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@localhost <mailto:perlbug%perl.org@localhost>.
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:
databases/p5-gdbm/Makefile | 3 +--
lang/perl5/Makefile | 4 +---
lang/perl5/Makefile.common | 4 ++--
lang/perl5/distinfo | 12 ++++++------
lang/perl5/patches/patch-Makefile.SH | 13 ++-----------
5 files changed, 12 insertions(+), 24 deletions(-)
diffs (89 lines):
diff -r a21135eb51ea -r 247a9f53989f databases/p5-gdbm/Makefile
--- a/databases/p5-gdbm/Makefile Thu Nov 14 09:45:21 2019 +0000
+++ b/databases/p5-gdbm/Makefile Thu Nov 14 09:56:56 2019 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.52 2019/08/11 13:18:34 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2019/11/14 09:56:56 adam Exp $
-PKGREVISION= 1
.include "../../lang/perl5/Makefile.common"
PKGNAME= p5-${DISTNAME:S/perl/gdbm/}
CATEGORIES= databases perl5
diff -r a21135eb51ea -r 247a9f53989f lang/perl5/Makefile
--- a/lang/perl5/Makefile Thu Nov 14 09:45:21 2019 +0000
+++ b/lang/perl5/Makefile Thu Nov 14 09:56:56 2019 +0000
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.258 2019/11/11 21:32:12 maya Exp $
+# $NetBSD: Makefile,v 1.259 2019/11/14 09:56:56 adam Exp $
.include "license.mk"
.include "Makefile.common"
-PKGREVISION= 2
-
COMMENT= Practical Extraction and Report Language
CONFLICTS+= perl-base-[0-9]* perl-thread-[0-9]*
diff -r a21135eb51ea -r 247a9f53989f lang/perl5/Makefile.common
--- a/lang/perl5/Makefile.common Thu Nov 14 09:45:21 2019 +0000
+++ b/lang/perl5/Makefile.common Thu Nov 14 09:56:56 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.37 2019/08/11 10:14:17 adam Exp $
+# $NetBSD: Makefile.common,v 1.38 2019/11/14 09:56:56 adam Exp $
#
# used by lang/perl5/Makefile
# used by databases/p5-gdbm/Makefile
-DISTNAME= perl-5.30.0
+DISTNAME= perl-5.30.1
CATEGORIES= lang devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S,/modules/by-module/$,/src/5.0/,}
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
diff -r a21135eb51ea -r 247a9f53989f lang/perl5/distinfo
--- a/lang/perl5/distinfo Thu Nov 14 09:45:21 2019 +0000
+++ b/lang/perl5/distinfo Thu Nov 14 09:56:56 2019 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.160 2019/11/11 21:32:12 maya Exp $
+$NetBSD: distinfo,v 1.161 2019/11/14 09:56:56 adam Exp $
-SHA1 (perl-5.30.0.tar.xz) = cc8d1e08ffe4624c197a44d02855632725d39f8e
-RMD160 (perl-5.30.0.tar.xz) = 64ff4c65823122c337e18278585d71def1de9c5d
-SHA512 (perl-5.30.0.tar.xz) = 68a295eccd64debd9d6a10f0d5577f872a19ad8c2d702798f6b0f45b8c3af6ab3230768056e2131e9e2e2506d1035b27cfd627c845e32263fe448649c4b98ae9
-Size (perl-5.30.0.tar.xz) = 12419868 bytes
+SHA1 (perl-5.30.1.tar.xz) = 4bc190b6ac368f573e6a028f91430f831d40d30a
+RMD160 (perl-5.30.1.tar.xz) = 25eac756d0365c4ff961a31221fc4712b17a1cc0
+SHA512 (perl-5.30.1.tar.xz) = 8f3339efdcd1bb58fa58a90042181bef86bb09e4598c737e446ed43b56d2ab23d67eced5e36fb08fc61e076acfdb572a12e46a1277f5299a3f412054df0b88bf
+Size (perl-5.30.1.tar.xz) = 12367844 bytes
SHA1 (patch-Configure) = 6000aafeb993fd096c9b1327302b510aa0d386bb
-SHA1 (patch-Makefile.SH) = 93cae9736ef94cdd9e5748f7e0a0183332c2f3b3
+SHA1 (patch-Makefile.SH) = 56203aea57c429a94760f039a978463b8859b0a9
SHA1 (patch-Safe.pm) = bfeefb82d4cfe991e3a9a90cd87b894c9f4cc337
SHA1 (patch-alignment_1) = b68c0916b271523922caa7f89edb165284e7b5f4
SHA1 (patch-alignment_2) = cae8495c4a092e31da422bf5684481091ee2adf3
diff -r a21135eb51ea -r 247a9f53989f lang/perl5/patches/patch-Makefile.SH
--- a/lang/perl5/patches/patch-Makefile.SH Thu Nov 14 09:45:21 2019 +0000
+++ b/lang/perl5/patches/patch-Makefile.SH Thu Nov 14 09:56:56 2019 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index