From a9ad3a313438272553439d3cc5673a01add1603f Mon Sep 17 00:00:00 2001 From: Paul Marquess Date: Wed, 28 Aug 2024 13:59:10 -0400 Subject: [PATCH] cpan/Compress-Raw-Zlib - Update to version 2.213 2.213 28 August 2024 * version 2.213 Wed Aug 28 15:42:15 2024 +0100 6db34434df59999e57aacfcb52a9cc8cb5161155 * Add zlib-ng 2.2.1 to workflow Tue Jul 2 15:28:39 2024 +0100 fe3cd4a98c1e432fa06aed1617599424048d6ac8 * add zlib-ng 2.1.7 & 2.2.0 Wed Jun 19 17:07:02 2024 +0100 293d041abfa7763d3e8c4be8fa41024a80cd9a4b * Add zlib-ng 2.1.7 & 2.2.0 to github workflow Wed Jun 19 16:57:56 2024 +0100 2db84c21e4441a23d289e593f201597f0d863fe4 * remove Werror from clang legacy builds Mon Jun 17 10:41:34 2024 +0100 d6440a3e08254c64bb8e5d8d805697d19895745b * use -xc++ when building with C++ Mon Jun 17 08:04:20 2024 +0100 da8e6b716f81148e9720257414e41c724dc43cc0 * Add perl 5.40 to workflows Sun Jun 16 17:42:29 2024 +0100 f7d1764f4e5a944c35ae3d27ae488c707e21784b --- Porting/Maintainers.pl | 4 ++-- cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm | 2 +- cpan/Compress-Raw-Zlib/t/01version.t | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 2a9050127c62..52fa237899f8 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -227,8 +227,8 @@ package Maintainers; }, 'Compress::Raw::Zlib' => { - 'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.212.tar.gz', - 'SYNCINFO' => 'LeoNerd on Sat Apr 27 14:15:07 2024', + 'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.213.tar.gz', + 'SYNCINFO' => 'jkeenan on Wed Aug 28 13:58:29 2024', 'FILES' => q[cpan/Compress-Raw-Zlib], 'EXCLUDED' => [ qr{^examples/}, diff --git a/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm b/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm index 1077cd3ae781..d81f48d69f24 100644 --- a/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm +++ b/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm @@ -10,7 +10,7 @@ use warnings ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, %EXPORT_TAGS, @EXPORT_OK, $AUTOLOAD, %DEFLATE_CONSTANTS, @DEFLATE_CONSTANTS); -$VERSION = '2.212'; +$VERSION = '2.213'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; diff --git a/cpan/Compress-Raw-Zlib/t/01version.t b/cpan/Compress-Raw-Zlib/t/01version.t index 9287ce19488b..16f13869138c 100644 --- a/cpan/Compress-Raw-Zlib/t/01version.t +++ b/cpan/Compress-Raw-Zlib/t/01version.t @@ -73,6 +73,9 @@ SKIP: '2.1.4' => '1.3.0.zlib-ng', '2.1.5' => '1.3.0.zlib-ng', '2.1.6' => '1.3.0.zlib-ng', + '2.1.7' => '1.3.1.zlib-ng', + '2.2.0' => '1.3.1.zlib-ng', + '2.2.1' => '1.3.1.zlib-ng', ); my $zv = Compress::Raw::Zlib::zlibng_version();