Update to 2.066:
2.066 21 Sept 2014 * IO::Uncompress::Gzip Documentation of ExtraFlags stated the XFL values for BEST_COMPRESSION and BEST_SPEED use the values 2 & 4 respectively. They should be 4 & 2. Code for setting XFL was correct. * RT #95494: IO::Uncompress::Gunzip: Can no longer gunzip to in-memory file handle
This commit is contained in:
parent
4192050179
commit
0da779b37c
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.26 2014/06/29 17:07:40 schmonz Exp $
|
||||
# $NetBSD: Makefile,v 1.27 2014/10/01 10:53:15 wiz Exp $
|
||||
|
||||
DISTNAME= IO-Compress-2.064
|
||||
DISTNAME= IO-Compress-2.066
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
SVR4_PKGNAME= p5icb
|
||||
CATEGORIES= devel perl5
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.18 2014/06/29 17:07:40 schmonz Exp $
|
||||
$NetBSD: distinfo,v 1.19 2014/10/01 10:53:15 wiz Exp $
|
||||
|
||||
SHA1 (IO-Compress-2.064.tar.gz) = 1b90096381cbabe6498985b3172b2dce99a66e94
|
||||
RMD160 (IO-Compress-2.064.tar.gz) = bc799f9f8687e6a9d0467e5d59ecd9562df3363a
|
||||
Size (IO-Compress-2.064.tar.gz) = 242329 bytes
|
||||
SHA1 (IO-Compress-2.066.tar.gz) = c50704c257893539cf52b0dbddea7b369a5df78a
|
||||
RMD160 (IO-Compress-2.066.tar.gz) = 3dcf80a47226b2ac0381052af993aab4e32bbdeb
|
||||
Size (IO-Compress-2.066.tar.gz) = 242700 bytes
|
||||
|
|
Loading…
Reference in a new issue