pkgsrc/lang/perl5/patches
adam f39dcf685b perl5: updated to 5.28.1
what is new for perl v5.28.1:

Security
   [CVE-2018-18311] Integer overflow leading to buffer overflow and segmentation fault
       Integer arithmetic in "Perl_my_setenv()" could wrap when the combined length of the environment variable
       name and value exceeded around 0x7fffffff.  This could lead to writing beyond the end of an allocated buffer
       with attacker supplied data.

   [CVE-2018-18312] Heap-buffer-overflow write in S_regatom (regcomp.c)
       A crafted regular expression could cause heap-buffer-overflow write during compilation, potentially allowing
       arbitrary code execution.

Incompatible Changes
       There are no changes intentionally incompatible with 5.28.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
       o   Module::CoreList has been upgraded from version 5.20180622 to 5.20181129_28.

Selected Bug Fixes
       o   Perl 5.28 introduced an "index()" optimization when comparing to -1 (or indirectly, e.g. >= 0).  When
           this optimization was triggered inside a "when" clause it caused a warning ("Argument %s isn't numeric
           in smart match").  This has now been fixed.

       o   Matching of decimal digits in script runs, introduced in Perl 5.28, had a bug that led to "1\N{THAI
           DIGIT FIVE}" matching "/^(*sr:\d+)$/" when it should not.  This has now been fixed.

       o   The new in-place editing code no longer leaks directory handles.
2018-12-02 13:39:56 +00:00
..
patch-aa Update to 5.26.0 2017-06-05 13:41:22 +00:00
patch-ab Use ldflags during build. 2017-07-07 05:54:24 +00:00
patch-ac
patch-caretx.c lang/perl5: $^X fallback work when platform-specific technique fails 2018-10-15 03:01:37 +00:00
patch-cflags.SH perl: update to 5.28.0. 2018-08-22 08:37:46 +00:00
patch-Configure Add support for Minix 2018-10-29 14:25:25 +00:00
patch-dist_Storable_Makefile.PL Fix Storable build on OS X where DYLD_LIBRARY_PATH is no longer 2018-09-01 08:03:02 +00:00
patch-hints_cygwin.sh
patch-hints_minix.sh Add support for Minix 2018-10-29 14:25:25 +00:00
patch-hints_netbsd.sh
patch-hints_solaris__2.sh
patch-Makefile.SH Fix Storable build on OS X where DYLD_LIBRARY_PATH is no longer 2018-09-01 08:03:02 +00:00
patch-ta