This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Compress-Raw-Zlib: sync with CPAN version 2.075
authorPaul Marquess <pmqs@cpan.org>
Tue, 14 Nov 2017 19:15:25 +0000 (14:15 -0500)
committerJames E Keenan <jkeenan@cpan.org>
Tue, 14 Nov 2017 19:22:37 +0000 (14:22 -0500)
commit6b93e4bc22a7c06508c3d2ed4590fe8bc2cb4989
treebd1c26a9b9dd256e2f14e4d2735255117b21b321
parent6623aa6a6b84e22d8d692825a9686006b6811b78
Compress-Raw-Zlib: sync with CPAN version 2.075

https://rt.cpan.org/Ticket/Display.html?id=123245 reports a security
vulnerability in versions zlib 1.2.8 thru 1.2.10 of the zlib library.  Zlib is
bundled with Compress-Raw-Zlib, so any vulnerability reappears once
Compress-Raw-Zlib is shipped with Perl 5.  The vulnerability is present in
production releases up to and including perl-5.26.1.

To address this vulnerability, this commit upgrades us to the latest CPAN version.
21 files changed:
Porting/Maintainers.pl
cpan/Compress-Raw-Zlib/Zlib.xs
cpan/Compress-Raw-Zlib/config.in
cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm
cpan/Compress-Raw-Zlib/t/02zlib.t
cpan/Compress-Raw-Zlib/zlib-src/adler32.c
cpan/Compress-Raw-Zlib/zlib-src/compress.c
cpan/Compress-Raw-Zlib/zlib-src/crc32.c
cpan/Compress-Raw-Zlib/zlib-src/deflate.c
cpan/Compress-Raw-Zlib/zlib-src/deflate.h
cpan/Compress-Raw-Zlib/zlib-src/infback.c
cpan/Compress-Raw-Zlib/zlib-src/inffast.c
cpan/Compress-Raw-Zlib/zlib-src/inflate.c
cpan/Compress-Raw-Zlib/zlib-src/inflate.h
cpan/Compress-Raw-Zlib/zlib-src/inftrees.c
cpan/Compress-Raw-Zlib/zlib-src/trees.c
cpan/Compress-Raw-Zlib/zlib-src/uncompr.c
cpan/Compress-Raw-Zlib/zlib-src/zconf.h
cpan/Compress-Raw-Zlib/zlib-src/zlib.h
cpan/Compress-Raw-Zlib/zlib-src/zutil.c
cpan/Compress-Raw-Zlib/zlib-src/zutil.h