pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/perl5



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jun  3 08:39:16 UTC 2020

Modified Files:
        pkgsrc/lang/perl5: Makefile.common distinfo

Log Message:
perl5: updated to 5.30.3

perl v5.30.3

Security
   [CVE-2020-10543] Buffer overflow caused by a crafted regular expression
       A signed "size_t" integer overflow in the storage space calculations for nested regular expression
       quantifiers could cause a heap buffer overflow in Perl's regular expression compiler that overwrites memory
       allocated after the regular expression storage space with attacker supplied data.

       The target system needs a sufficient amount of memory to allocate partial expansions of the nested
       quantifiers prior to the overflow occurring.  This requirement is unlikely to be met on 64-bit systems.

   [CVE-2020-10878] Integer overflow via malformed bytecode produced by a crafted regular expression
       Integer overflows in the calculation of offsets between instructions for the regular expression engine could
       cause corruption of the intermediate language state of a compiled regular expression.  An attacker could
       abuse this behaviour to insert instructions into the compiled form of a Perl regular expression.

   [CVE-2020-12723] Buffer overflow caused by a crafted regular expression
       Recursive calls to "S_study_chunk()" by Perl's regular expression compiler to optimize the intermediate
       language representation of a regular expression could cause corruption of the intermediate language state of
       a compiled regular expression.

   Additional Note
       An application written in Perl would only be vulnerable to any of the above flaws if it evaluates regular
       expressions supplied by the attacker.  Evaluating regular expressions in this fashion is known to be
       dangerous since the regular expression engine does not protect against denial of service attacks in this
       usage scenario.

Incompatible Changes
       There are no changes intentionally incompatible with Perl 5.30.2.

Modules and Pragmata
   Updated Modules and Pragmata
       o   Module::CoreList has been upgraded from version 5.20200314 to 5.20200601_30.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/lang/perl5/Makefile.common
cvs rdiff -u -r1.162 -r1.163 pkgsrc/lang/perl5/distinfo

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

Modified files:

Index: pkgsrc/lang/perl5/Makefile.common
diff -u pkgsrc/lang/perl5/Makefile.common:1.39 pkgsrc/lang/perl5/Makefile.common:1.40
--- pkgsrc/lang/perl5/Makefile.common:1.39      Sun Mar 15 20:10:46 2020
+++ pkgsrc/lang/perl5/Makefile.common   Wed Jun  3 08:39:16 2020
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.39 2020/03/15 20:10:46 wiz Exp $
+# $NetBSD: Makefile.common,v 1.40 2020/06/03 08:39:16 adam Exp $
 #
 # used by lang/perl5/Makefile
 # used by databases/p5-gdbm/Makefile
 
-DISTNAME=      perl-5.30.2
+DISTNAME=      perl-5.30.3
 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.162 pkgsrc/lang/perl5/distinfo:1.163
--- pkgsrc/lang/perl5/distinfo:1.162    Sun Mar 15 20:10:46 2020
+++ pkgsrc/lang/perl5/distinfo  Wed Jun  3 08:39:16 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.162 2020/03/15 20:10:46 wiz Exp $
+$NetBSD: distinfo,v 1.163 2020/06/03 08:39:16 adam Exp $
 
-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 (perl-5.30.3.tar.xz) = 1003c6aa71d8966501038178459a9fa4e9aba747
+RMD160 (perl-5.30.3.tar.xz) = 7aaec213f6537a53abd8fd97bb96d91b681cdf1e
+SHA512 (perl-5.30.3.tar.xz) = 0ea62cf17532ee99217a218c39aa530472857c7a1982494f3a01693683062b4cdebe383a79f7b64452c713337b554ed5e0fd6eda018ea29e83c3538a13c24f3c
+Size (perl-5.30.3.tar.xz) = 12375128 bytes
 SHA1 (patch-Configure) = 6000aafeb993fd096c9b1327302b510aa0d386bb
 SHA1 (patch-Makefile.SH) = 56203aea57c429a94760f039a978463b8859b0a9
 SHA1 (patch-Safe.pm) = bfeefb82d4cfe991e3a9a90cd87b894c9f4cc337



Home | Main Index | Thread Index | Old Index