pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Nov 14 09:56:56 UTC 2019

Modified Files:
        pkgsrc/databases/p5-gdbm: Makefile
        pkgsrc/lang/perl5: Makefile Makefile.common distinfo
        pkgsrc/lang/perl5/patches: patch-Makefile.SH

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/databases/p5-gdbm/Makefile
cvs rdiff -u -r1.258 -r1.259 pkgsrc/lang/perl5/Makefile
cvs rdiff -u -r1.37 -r1.38 pkgsrc/lang/perl5/Makefile.common
cvs rdiff -u -r1.160 -r1.161 pkgsrc/lang/perl5/distinfo
cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/perl5/patches/patch-Makefile.SH

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/p5-gdbm/Makefile
diff -u pkgsrc/databases/p5-gdbm/Makefile:1.52 pkgsrc/databases/p5-gdbm/Makefile:1.53
--- pkgsrc/databases/p5-gdbm/Makefile:1.52      Sun Aug 11 13:18:34 2019
+++ pkgsrc/databases/p5-gdbm/Makefile   Thu Nov 14 09:56:56 2019
@@ -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

Index: pkgsrc/lang/perl5/Makefile
diff -u pkgsrc/lang/perl5/Makefile:1.258 pkgsrc/lang/perl5/Makefile:1.259
--- pkgsrc/lang/perl5/Makefile:1.258    Mon Nov 11 21:32:12 2019
+++ pkgsrc/lang/perl5/Makefile  Thu Nov 14 09:56:56 2019
@@ -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]*

Index: pkgsrc/lang/perl5/Makefile.common
diff -u pkgsrc/lang/perl5/Makefile.common:1.37 pkgsrc/lang/perl5/Makefile.common:1.38
--- pkgsrc/lang/perl5/Makefile.common:1.37      Sun Aug 11 10:14:17 2019
+++ pkgsrc/lang/perl5/Makefile.common   Thu Nov 14 09:56:56 2019
@@ -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}

Index: pkgsrc/lang/perl5/distinfo
diff -u pkgsrc/lang/perl5/distinfo:1.160 pkgsrc/lang/perl5/distinfo:1.161
--- pkgsrc/lang/perl5/distinfo:1.160    Mon Nov 11 21:32:12 2019
+++ pkgsrc/lang/perl5/distinfo  Thu Nov 14 09:56:56 2019
@@ -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

Index: pkgsrc/lang/perl5/patches/patch-Makefile.SH
diff -u pkgsrc/lang/perl5/patches/patch-Makefile.SH:1.9 pkgsrc/lang/perl5/patches/patch-Makefile.SH:1.10
--- pkgsrc/lang/perl5/patches/patch-Makefile.SH:1.9     Sun Aug 11 10:14:18 2019
+++ pkgsrc/lang/perl5/patches/patch-Makefile.SH Thu Nov 14 09:56:56 2019
@@ -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



Home | Main Index | Thread Index | Old Index