summaryrefslogtreecommitdiff
path: root/devel/p5-IO-Compress
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-09-12 18:26:31 +0000
committersno <sno@pkgsrc.org>2009-09-12 18:26:31 +0000
commit71906bfe396fad4ee5f16392a305bcf73a24e17a (patch)
tree1a66aa62eea3c7cad1c6b1094fafbbf540ecb57f /devel/p5-IO-Compress
parent343db034a1114789435675ceb4b6b0fa212f3ebb (diff)
downloadpkgsrc-71906bfe396fad4ee5f16392a305bcf73a24e17a.tar.gz
Updating package devel/p5-IO-Compress from 2.020 to 2.021
pkgsrc changes: - Adjusting dependencies Upstream changes: 2.021 30 August 2009 * IO::Compress::Base.pm - Less warnnings when reading from a closed filehandle. [RT# 48350] - Fixed minor typo in an error message. [RT# 39719] * Makefile.PL The PREREQ_PM dependency on Scalar::Util got dropped when IO-Compress was created in 2.017. [RT# 47509] * IO::Compress::Zip.pm - Removed restriction that zip64 is only supported in streaming mode. - The "version made by" and "extract" fields in the zip64 end central record were swapped. - In the End Central Header record the "offset to the start of the central directory" will now always be set to 0xFFFFFFFF when zip64 is enabled. - In the End Central Header record the "total entries in the central directory" field will be set to 0xFFFF if zip64 is enabled AND there are more than 0xFFFF entries present. * IO::Uncompress::Unzip.pm - Don't consume lots of memory when walking a zip file. This makes life more bearable when dealing with zip64. * Compress::Zlib.pm - documented that memGunzip cannot cope with concatenated gzip data streams. * Changed test harness so that it can cope with PERL5OPT=-MCarp=verbose [RT# 47225] * IO::Compress::Gzip::Constants.pm - GZIP_FEXTRA_MAX_SIZE was set to 0xFF. Should be 0xFFFF. This issue came up when attempting to unzip a file created by MS Office 2007.
Diffstat (limited to 'devel/p5-IO-Compress')
-rw-r--r--devel/p5-IO-Compress/Makefile8
-rw-r--r--devel/p5-IO-Compress/distinfo8
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/p5-IO-Compress/Makefile b/devel/p5-IO-Compress/Makefile
index 87d2009f68d..b73f404089f 100644
--- a/devel/p5-IO-Compress/Makefile
+++ b/devel/p5-IO-Compress/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2009/06/11 11:25:57 sno Exp $
+# $NetBSD: Makefile,v 1.6 2009/09/12 18:26:31 sno Exp $
-DISTNAME= IO-Compress-2.020
+DISTNAME= IO-Compress-2.021
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5icb
CATEGORIES= devel perl5
@@ -16,8 +16,8 @@ CONFLICTS+= p5-IO-Compress-Zlib-[0-9]*
CONFLICTS+= p5-IO-Compress-Bzip2-[0-9]*
CONFLICTS+= p5-Compress-Zlib-[0-9]*
-DEPENDS+= p5-Compress-Raw-Zlib>=2.020:../../devel/p5-Compress-Raw-Zlib
-DEPENDS+= p5-Compress-Raw-Bzip2>=2.020:../../devel/p5-Compress-Raw-Bzip2
+DEPENDS+= p5-Compress-Raw-Zlib>=2.021:../../devel/p5-Compress-Raw-Zlib
+DEPENDS+= p5-Compress-Raw-Bzip2>=2.021:../../devel/p5-Compress-Raw-Bzip2
SUPERSEDES= p5-IO-Compress-Base<2.017
SUPERSEDES+= p5-IO-Compress-Bzip2<2.017
diff --git a/devel/p5-IO-Compress/distinfo b/devel/p5-IO-Compress/distinfo
index 7a667eed4f6..51e2a8d4b9e 100644
--- a/devel/p5-IO-Compress/distinfo
+++ b/devel/p5-IO-Compress/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2009/06/11 11:25:57 sno Exp $
+$NetBSD: distinfo,v 1.5 2009/09/12 18:26:32 sno Exp $
-SHA1 (IO-Compress-2.020.tar.gz) = cd7871852f6c19ed4be61822f620fb706f01498f
-RMD160 (IO-Compress-2.020.tar.gz) = 9e9b85a9701eb6abaf6ee18a63e46db25abe08cf
-Size (IO-Compress-2.020.tar.gz) = 204495 bytes
+SHA1 (IO-Compress-2.021.tar.gz) = 0ef2e4900b4315129301e389fb269ca652c94b53
+RMD160 (IO-Compress-2.021.tar.gz) = 58e29f26c4469e805a967a3fec9b981364eeb6dd
+Size (IO-Compress-2.021.tar.gz) = 207049 bytes