Branch: refs/heads/maint-5.42
  Home:   https://github.com/Perl/perl5
  Commit: d3348b796afe716092d793fa35dc47feeb79a19e
      
https://github.com/Perl/perl5/commit/d3348b796afe716092d793fa35dc47feeb79a19e
  Author: Tony Cook <[email protected]>
  Date:   2026-06-28 (Sun, 28 Jun 2026)

  Changed paths:
    M t/re/pat_psycho.t

  Log Message:
  -----------
  perl/perl-security#147: test cases

The suggested case from the ticket and an alternative.

(cherry picked from commit e842efdafe7c51a687a4907e4887988fe6a025ef)


  Commit: e05c186f27cba29eed900bc72f04f67685ea93b7
      
https://github.com/Perl/perl5/commit/e05c186f27cba29eed900bc72f04f67685ea93b7
  Author: Tony Cook <[email protected]>
  Date:   2026-06-28 (Sun, 28 Jun 2026)

  Changed paths:
    M regcomp_study.c
    M t/re/pat_psycho.t

  Log Message:
  -----------
  perl/perl-security#147: test against the actual character lengths

(cherry picked from commit 5e7f119eb2bb1181be908701f22bf7068e722f1c)


  Commit: 6319c3bcf813f30611a6a4ed980164c739650402
      
https://github.com/Perl/perl5/commit/6319c3bcf813f30611a6a4ed980164c739650402
  Author: Tony Cook <[email protected]>
  Date:   2026-06-28 (Sun, 28 Jun 2026)

  Changed paths:
    M pod/perldelta.pod

  Log Message:
  -----------
  perldelta for CVE-2026-8376

(cherry picked from commit 952b7178ad2084a465fe22761a93b53cac25fb6f)


  Commit: f09f5c29cd32bbeb1e7bf5f828f4649618b4bea0
      
https://github.com/Perl/perl5/commit/f09f5c29cd32bbeb1e7bf5f828f4649618b4bea0
  Author: Paul "LeoNerd" Evans <[email protected]>
  Date:   2026-06-28 (Sun, 28 Jun 2026)

  Changed paths:
    M pod/perldiag.pod
    M pp_pack.c

  Log Message:
  -----------
  pp_pack.c: Avoid ssize_t overflow when calculating the size of a structure

If the user has requested a size that would overflow a SSize_t, then the
only sensible thing to do is throw an exception, because the structure
this implies couldn't possibly fit into memory anyway.

(cherry picked from commit 5f7eb6bbbe0510964e3fb1d6bb691e5445913e55)


  Commit: a2e93280a536924f5e1b1e38e63db3d412a8db0a
      
https://github.com/Perl/perl5/commit/a2e93280a536924f5e1b1e38e63db3d412a8db0a
  Author: Paul "LeoNerd" Evans <[email protected]>
  Date:   2026-06-28 (Sun, 28 Jun 2026)

  Changed paths:
    M pp_pack.c

  Log Message:
  -----------
  pp_pack.c: Avoid some other potential overflows when calculating sizes

(cherry picked from commit 40754edc72dd3e513d758153c0e2f0215897740e)


  Commit: f29bd4b8aa1f338da7d9373563c55a07ffb67fca
      
https://github.com/Perl/perl5/commit/f29bd4b8aa1f338da7d9373563c55a07ffb67fca
  Author: Paul LeoNerd Evans <[email protected]>
  Date:   2026-06-28 (Sun, 28 Jun 2026)

  Changed paths:
    M dist/Storable/Storable.xs
    M dist/Storable/lib/Storable.pm

  Log Message:
  -----------
  Storable.xs: Avoid signed int overflow when unpacking a list of hook data 
items

(cherry picked from commit e4f681784bcdeaa91ff02a2fa4cdcae5c46779d7)


  Commit: 904e4566f4c7f781f700c5fa4e4649047468f936
      
https://github.com/Perl/perl5/commit/904e4566f4c7f781f700c5fa4e4649047468f936
  Author: Steve Hay <[email protected]>
  Date:   2026-06-28 (Sun, 28 Jun 2026)

  Changed paths:
    M Porting/Maintainers.pl
    M cpan/Socket/Socket.pm
    M cpan/Socket/Socket.xs
    M cpan/Socket/t/sockaddr.t

  Log Message:
  -----------
  Update Socket from 2.038 to 2.041


  Commit: 270a6e5f8c5245986867339d9ff9c95f82921b2b
      
https://github.com/Perl/perl5/commit/270a6e5f8c5245986867339d9ff9c95f82921b2b
  Author: Steve Hay <[email protected]>
  Date:   2026-06-28 (Sun, 28 Jun 2026)

  Changed paths:
    M MANIFEST
    M Porting/Maintainers.pl
    A cpan/HTTP-Tiny/corpus/redirect-11.txt
    A cpan/HTTP-Tiny/corpus/redirect-12.txt
    A cpan/HTTP-Tiny/corpus/redirect-13.txt
    A cpan/HTTP-Tiny/corpus/redirect-14.txt
    A cpan/HTTP-Tiny/corpus/redirect-15.txt
    A cpan/HTTP-Tiny/corpus/redirect-16.txt
    A cpan/HTTP-Tiny/corpus/redirect-17.txt
    A cpan/HTTP-Tiny/corpus/redirect-18.txt
    A cpan/HTTP-Tiny/corpus/redirect-19.txt
    A cpan/HTTP-Tiny/corpus/redirect-20.txt
    A cpan/HTTP-Tiny/corpus/redirect-21.txt
    A cpan/HTTP-Tiny/corpus/redirect-22.txt
    A cpan/HTTP-Tiny/corpus/redirect-23.txt
    A cpan/HTTP-Tiny/corpus/redirect-24.txt
    M cpan/HTTP-Tiny/lib/HTTP/Tiny.pm
    M cpan/HTTP-Tiny/t/001_api.t
    M cpan/HTTP-Tiny/t/020_headers.t
    M cpan/HTTP-Tiny/t/160_cookies.t
    M cpan/HTTP-Tiny/t/170_keepalive.t
    M cpan/HTTP-Tiny/t/190_find_CA.t

  Log Message:
  -----------
  Update HTTP::Tiny from 0.090 to 0.096


  Commit: d8ece3360a30a37abb8cf12a14014a93fd7bcc56
      
https://github.com/Perl/perl5/commit/d8ece3360a30a37abb8cf12a14014a93fd7bcc56
  Author: Steve Hay <[email protected]>
  Date:   2026-06-28 (Sun, 28 Jun 2026)

  Changed paths:
    M MANIFEST
    M Porting/Maintainers.pl
    M cpan/IO-Compress/Makefile.PL
    M cpan/IO-Compress/bin/streamzip
    M cpan/IO-Compress/bin/zipdetails
    M cpan/IO-Compress/lib/Compress/Zlib.pm
    M cpan/IO-Compress/lib/File/GlobMapper.pm
    M cpan/IO-Compress/lib/IO/Compress.pm
    M cpan/IO-Compress/lib/IO/Compress/Adapter/Bzip2.pm
    M cpan/IO-Compress/lib/IO/Compress/Adapter/Deflate.pm
    M cpan/IO-Compress/lib/IO/Compress/Adapter/Identity.pm
    M cpan/IO-Compress/lib/IO/Compress/Base.pm
    M cpan/IO-Compress/lib/IO/Compress/Base/Common.pm
    M cpan/IO-Compress/lib/IO/Compress/Bzip2.pm
    M cpan/IO-Compress/lib/IO/Compress/Deflate.pm
    M cpan/IO-Compress/lib/IO/Compress/FAQ.pod
    M cpan/IO-Compress/lib/IO/Compress/Gzip.pm
    M cpan/IO-Compress/lib/IO/Compress/Gzip/Constants.pm
    M cpan/IO-Compress/lib/IO/Compress/RawDeflate.pm
    M cpan/IO-Compress/lib/IO/Compress/Zip.pm
    M cpan/IO-Compress/lib/IO/Compress/Zip/Constants.pm
    M cpan/IO-Compress/lib/IO/Compress/Zlib/Constants.pm
    M cpan/IO-Compress/lib/IO/Compress/Zlib/Extra.pm
    M cpan/IO-Compress/lib/IO/Uncompress/Adapter/Bunzip2.pm
    M cpan/IO-Compress/lib/IO/Uncompress/Adapter/Identity.pm
    M cpan/IO-Compress/lib/IO/Uncompress/Adapter/Inflate.pm
    M cpan/IO-Compress/lib/IO/Uncompress/AnyInflate.pm
    M cpan/IO-Compress/lib/IO/Uncompress/AnyUncompress.pm
    M cpan/IO-Compress/lib/IO/Uncompress/Base.pm
    M cpan/IO-Compress/lib/IO/Uncompress/Bunzip2.pm
    M cpan/IO-Compress/lib/IO/Uncompress/Gunzip.pm
    M cpan/IO-Compress/lib/IO/Uncompress/Inflate.pm
    M cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm
    M cpan/IO-Compress/lib/IO/Uncompress/Unzip.pm
    M cpan/IO-Compress/t/004gziphdr.t
    M cpan/IO-Compress/t/006zip.t
    M cpan/IO-Compress/t/050interop-gzip.t
    M cpan/IO-Compress/t/compress/CompTestUtils.pm
    M cpan/IO-Compress/t/compress/generic.pl
    M cpan/IO-Compress/t/compress/multi.pl
    M cpan/IO-Compress/t/compress/newtied.pl
    M cpan/IO-Compress/t/compress/tied.pl
    M cpan/IO-Compress/t/cz-03zlib-v1.t
    M cpan/IO-Compress/t/cz-14gzopen.t
    M cpan/IO-Compress/t/files/encrypt-standard.zip
    A cpan/IO-Compress/t/files/time-invalid.zip
    A cpan/IO-Compress/t/files/time-zero.zip
    M cpan/IO-Compress/t/globmapper.t

  Log Message:
  -----------
  Update IO::Compress from 2.213 to 2.220


  Commit: e64e41da6c9b9cb1282dbc1a11c88f9464648e18
      
https://github.com/Perl/perl5/commit/e64e41da6c9b9cb1282dbc1a11c88f9464648e18
  Author: Steve Hay <[email protected]>
  Date:   2026-06-28 (Sun, 28 Jun 2026)

  Changed paths:
    M Porting/Maintainers.pl
    M cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm
    M cpan/Compress-Raw-Bzip2/t/000prereq.t

  Log Message:
  -----------
  Update Compress::Raw::Bzip2 from 2.213 to 2.218


  Commit: fb4422ee43b83b4ecec2ca00ef3cbf8754052257
      
https://github.com/Perl/perl5/commit/fb4422ee43b83b4ecec2ca00ef3cbf8754052257
  Author: Steve Hay <[email protected]>
  Date:   2026-06-28 (Sun, 28 Jun 2026)

  Changed paths:
    M Porting/Maintainers.pl
    M cpan/Archive-Tar/lib/Archive/Tar.pm
    M cpan/Archive-Tar/lib/Archive/Tar/Constant.pm
    M cpan/Archive-Tar/lib/Archive/Tar/File.pm
    M cpan/Archive-Tar/t/04_resolved_issues.t

  Log Message:
  -----------
  Update Archive::Tar from 3.04 to 3.12


  Commit: 15b58fbd9859e45f94dd1fa16f70e48d769b20e7
      
https://github.com/Perl/perl5/commit/15b58fbd9859e45f94dd1fa16f70e48d769b20e7
  Author: Steve Hay <[email protected]>
  Date:   2026-06-28 (Sun, 28 Jun 2026)

  Changed paths:
    M dist/Module-CoreList/lib/Module/CoreList.pm

  Log Message:
  -----------
  Update Module::CoreList for updated modules


  Commit: ae05ef45ddf865c42d7c07c63a0f38b1f2f79e89
      
https://github.com/Perl/perl5/commit/ae05ef45ddf865c42d7c07c63a0f38b1f2f79e89
  Author: Steve Hay <[email protected]>
  Date:   2026-06-28 (Sun, 28 Jun 2026)

  Changed paths:
    M pod/perldelta.pod

  Log Message:
  -----------
  Update perldelta for updated modules


  Commit: f710664516fdb8b21bd658fa5e637f14e3e251d5
      
https://github.com/Perl/perl5/commit/f710664516fdb8b21bd658fa5e637f14e3e251d5
  Author: Steve Hay <[email protected]>
  Date:   2026-06-28 (Sun, 28 Jun 2026)

  Changed paths:
    M MANIFEST
    M pod/perl.pod
    A pod/perl5404delta.pod
    M win32/pod.mak

  Log Message:
  -----------
  Import perl5404delta.pod


Compare: https://github.com/Perl/perl5/compare/253919be2d5b...f710664516fd

To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to