CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/04/08 19:32:16
Modified files:
gnu/usr.bin/perl: AUTHORS Configure INSTALL MANIFEST META.json
META.yml Makefile.SH README README.bs2000
README.freebsd README.haiku README.irix
README.linux README.macosx README.openbsd
README.os2 README.os390 README.os400
README.solaris README.vms README.win32
cflags.SH embed.fnc numeric.c patchlevel.h
perl.c proto.h regcomp.c regexec.c sv.c util.c
gnu/usr.bin/perl/Cross: config.sh-arm-linux
config.sh-arm-linux-n770
gnu/usr.bin/perl/NetWare: Makefile config_H.wc
gnu/usr.bin/perl/Porting: Maintainers.pl checkURL.pl config.sh
config_H epigraphs.pod
how_to_write_a_perldelta.pod
perldelta_template.pod pod_lib.pl
release_managers_guide.pod
release_schedule.pod todo.pod
gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src: LICENSE
blocksort.c
bzlib.c
bzlib.h
bzlib_private.h
compress.c
crctable.c
decompress.c
huffman.c
randtable.c
gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/lib/Compress/Raw:
Bzip2.pm
gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t: 000prereq.t
gnu/usr.bin/perl/dist/Module-CoreList: Changes
gnu/usr.bin/perl/dist/Module-CoreList/lib/Module: CoreList.pm
gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/CoreList:
Utils.pm
gnu/usr.bin/perl/hints: README.hints bsdos.sh catamount.sh
freebsd.sh
gnu/usr.bin/perl/lib/B: Op_private.pm
gnu/usr.bin/perl/plan9: config.plan9 config_sh.sample
gnu/usr.bin/perl/pod: perl.pod perldelta.pod perldiag.pod
perlebcdic.pod perlguts.pod perlhack.pod
perlhist.pod perllocale.pod
perlmodinstall.pod perlmodlib.PL
perlootut.pod perlport.pod
perlrecharclass.pod perlthrtut.pod
perlutil.pod
gnu/usr.bin/perl/t: README
gnu/usr.bin/perl/t/op: groups.t sprintf2.t
gnu/usr.bin/perl/t/porting: libperl.t podcheck.t
gnu/usr.bin/perl/t/re: pat.t re_tests reg_mesg.t
gnu/usr.bin/perl/utils: h2xs.PL perlbug.PL
gnu/usr.bin/perl/vms: descrip_mms.template
gnu/usr.bin/perl/win32: GNUmakefile Makefile makefile.mk pod.mak
win32.c
Added files:
gnu/usr.bin/perl/pod: perl5301delta.pod
gnu/usr.bin/perl/t/re: bigfuzzy_not_utf8.t
Log message:
Update perl to 5.30.2
https://metacpan.org/pod/release/SHAY/perl-5.30.2/pod/perldelta.pod
Incompatible Changes
There are no changes intentionally incompatible with 5.30.0.
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.
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".
Proceed when you feel comfortable. deraadt@