pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-IO-Compress Updating package devel/p5-IO-Comp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0966e69ed881
branches:  trunk
changeset: 398978:0966e69ed881
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Sep 12 18:26:31 2009 +0000

description:
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:

 devel/p5-IO-Compress/Makefile |  8 ++++----
 devel/p5-IO-Compress/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r cca75cde3509 -r 0966e69ed881 devel/p5-IO-Compress/Makefile
--- a/devel/p5-IO-Compress/Makefile     Sat Sep 12 18:22:09 2009 +0000
+++ b/devel/p5-IO-Compress/Makefile     Sat Sep 12 18:26:31 2009 +0000
@@ -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-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 -r cca75cde3509 -r 0966e69ed881 devel/p5-IO-Compress/distinfo
--- a/devel/p5-IO-Compress/distinfo     Sat Sep 12 18:22:09 2009 +0000
+++ b/devel/p5-IO-Compress/distinfo     Sat Sep 12 18:26:31 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index