pkgsrc/lang/perl5
adam aa02881a2c 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.
2020-06-03 08:39:16 +00:00
..
files perl: updated to 5.30.0 2019-08-11 10:14:17 +00:00
patches perl5: updated to 5.30.1 2019-11-14 09:56:56 +00:00
buildlink3.mk perl5/bl3.mk: Fix logic error in previous. 2019-08-11 13:02:00 +00:00
DESCR
dirs.mk
distinfo perl5: updated to 5.30.3 2020-06-03 08:39:16 +00:00
hacks.mk lang: align variable assignments 2019-11-03 19:03:56 +00:00
license.mk
Makefile lang/perl5: remove obsolete SUBST actions 2020-03-17 03:45:55 +00:00
Makefile.common perl5: updated to 5.30.3 2020-06-03 08:39:16 +00:00
module.mk lang: align variable assignments 2019-11-03 19:03:56 +00:00
options.mk mk: make BROKEN a list of lines, like PKG_FAIL_REASON 2019-11-04 17:47:29 +00:00
packlist.mk lang: align variable assignments 2019-11-03 19:03:56 +00:00
PLIST
vars.mk
version.mk