Skip to content

Commit e81af34

Browse files
q84fhoalders
authored andcommitted
Make Compress::Raw::Zlib 2.062 the minimal required version. Fixes #190
1 parent 0d5960f commit e81af34

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Revision history for HTTP-Message
55
provide a fallback function for HTTP::Headers::clone().
66
We require at least Clone 0.46, as that release now supports
77
Perl back to 5.8.1, just like us. (GH#64) (Neil Bowers)
8+
- Made the Compress::Raw::Zlib 2.062 module minimal required
9+
version. (GH#190) (Jakub 'q84fh' Skory)
810

911
6.43 2022-10-22 14:50:35Z
1012
- Remove dependency to IO::Uncompress::Bunzip2. (Michal Josef Spacek)

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ x_IRC = irc://irc.perl.org/#lwp
1010
x_MailingList = mailto:libwww@perl.org
1111

1212
[Prereqs]
13-
Compress::Raw::Zlib = 0
13+
Compress::Raw::Zlib = 2.062
1414
Encode = 3.01
1515
Encode::Locale = 1
1616
Exporter = 5.57

t/message-decode-zipbomb.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use Test::More;
88
use HTTP::Headers qw( );
99
use HTTP::Response qw( );
1010

11-
use Test::Needs { 'Compress::Raw::Zlib' => '2.061' };
11+
use Test::Needs { 'Compress::Raw::Zlib' => '2.062' };
1212
plan tests => 9;
1313

1414
# Create a nasty gzip stream:

0 commit comments

Comments
 (0)