pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/perl5 perl: update to 5.30.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3591b7813145
branches:  trunk
changeset: 424873:3591b7813145
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Mar 15 20:10:46 2020 +0000

description:
perl: update to 5.30.2.

Incompatible Changes

    There are no changes intentionally incompatible with 5.30.0. 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

    *   Compress::Raw::Bzip2 has been upgraded from version 2.084 to 2.089.

    *   Module::CoreList has been upgraded from version 5.20191110 to
        5.20200314.

Configuration and Compilation
    *   GCC 10 is now supported by Configure.

Selected Bug Fixes
    *   printf() or sprintf() with the %n format no longer cause a panic on
        debugging builds, or report an incorrectly cached length value when
        producing "SVfUTF8" flagged strings.

    *   A memory leak in regular expression patterns has been fixed.

    *   A read beyond buffer in grok_infnan has been fixed.

    *   An assertion failure in the regular expression engine has been
        fixed.

    *   "(?{...})" eval groups in regular expressions no longer
        unintentionally trigger "EVAL without pos change exceeded limit in
        regex".

diffstat:

 lang/perl5/Makefile.common |   4 ++--
 lang/perl5/distinfo        |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (33 lines):

diff -r afe2e7afdd8b -r 3591b7813145 lang/perl5/Makefile.common
--- a/lang/perl5/Makefile.common        Sun Mar 15 20:05:23 2020 +0000
+++ b/lang/perl5/Makefile.common        Sun Mar 15 20:10:46 2020 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.38 2019/11/14 09:56:56 adam Exp $
+# $NetBSD: Makefile.common,v 1.39 2020/03/15 20:10:46 wiz Exp $
 #
 # used by lang/perl5/Makefile
 # used by databases/p5-gdbm/Makefile
 
-DISTNAME=      perl-5.30.1
+DISTNAME=      perl-5.30.2
 CATEGORIES=    lang devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:S,/modules/by-module/$,/src/5.0/,}
 DISTFILES+=    ${DISTNAME}${EXTRACT_SUFX}
diff -r afe2e7afdd8b -r 3591b7813145 lang/perl5/distinfo
--- a/lang/perl5/distinfo       Sun Mar 15 20:05:23 2020 +0000
+++ b/lang/perl5/distinfo       Sun Mar 15 20:10:46 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.161 2019/11/14 09:56:56 adam Exp $
+$NetBSD: distinfo,v 1.162 2020/03/15 20:10:46 wiz Exp $
 
-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 (perl-5.30.2.tar.xz) = d82cdaa610a3e749e821fc77004b1b4bfd5ebd28
+RMD160 (perl-5.30.2.tar.xz) = 3396f046beb7cab923cab37fa80fdcb40af5139d
+SHA512 (perl-5.30.2.tar.xz) = b945c95f44a58b9cc920c926e23017c4270c0dc8daf0bf8169cd7c8f6b8f980f1780bee4fbd525df518edc50f08364ba65988cb17e72a1667f50226459b65087
+Size (perl-5.30.2.tar.xz) = 12373480 bytes
 SHA1 (patch-Configure) = 6000aafeb993fd096c9b1327302b510aa0d386bb
 SHA1 (patch-Makefile.SH) = 56203aea57c429a94760f039a978463b8859b0a9
 SHA1 (patch-Safe.pm) = bfeefb82d4cfe991e3a9a90cd87b894c9f4cc337



Home | Main Index | Thread Index | Old Index