CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/04/01 17:20:54
Modified files:
gnu/usr.bin/perl: Configure INSTALL MANIFEST META.json META.yml
Makefile.SH Makefile.bsd-wrapper1 README
README.haiku README.macosx README.os2
README.vms class.c config.over locale.c op.c
patchlevel.h perl.c
gnu/usr.bin/perl/Cross: config.sh-arm-linux
config.sh-arm-linux-n770
gnu/usr.bin/perl/Porting: Glossary Maintainers.pl config.sh
config_H epigraphs.pod
perldelta_template.pod
release_managers_guide.pod
release_schedule.pod sync-with-cpan
todo.pod
gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/lib/Compress/Raw:
Zlib.pm
gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t: 01version.t
gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src: compress.c
crc32.c
deflate.c
deflate.h
infback.c
inffast.c
inffixed.h
inflate.c
inflate.h
inftrees.c
inftrees.h
trees.c
uncompr.c
zconf.h zlib.h
zutil.c
zutil.h
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/ext/POSIX: POSIX.xs
gnu/usr.bin/perl/ext/POSIX/lib: POSIX.pm POSIX.pod
gnu/usr.bin/perl/ext/POSIX/t: posix.t time.t
gnu/usr.bin/perl/hints: aix.sh catamount.sh
gnu/usr.bin/perl/lib/B: Op_private.pm
gnu/usr.bin/perl/lib/source: source_encoding.t
gnu/usr.bin/perl/plan9: config_sh.sample
gnu/usr.bin/perl/pod: perl.pod perldelta.pod perlhist.pod
gnu/usr.bin/perl/t/op: ref.t
gnu/usr.bin/perl/t/porting: customized.dat
gnu/usr.bin/perl/vms: descrip_mms.template
gnu/usr.bin/perl/win32: GNUmakefile Makefile perllib.c pod.mak
Added files:
gnu/usr.bin/perl/pod: perl5385delta.pod perl5403delta.pod
perl5420delta.pod perl5421delta.pod
gnu/usr.bin/perl/t/class: gh23511.t
Log message:
Update to perl 5.42.2
The two main changes are both from 5.42.1, a timezone fix and a
corner case for auto-vivification.
The CVE from 5.42.1 we had already patched and the zlib update in
5.42.2 is in code we don't use because we link against the system
zlib.
https://metacpan.org/release/SHAY/perl-5.42.1/view/pod/perldelta.pod
https://metacpan.org/release/SHAY/perl-5.42.2/view/pod/perldelta.pod
I'm not concerned -- sthen@
I think you can just commit this -- naddy@
good timing -- deraadt@
OK -- blumh@