pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Compress-Raw-Zlib Updating package in devel/p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b151e19a31b
branches:  trunk
changeset: 598834:7b151e19a31b
user:      sno <sno%pkgsrc.org@localhost>
date:      Tue Jan 31 08:06:08 2012 +0000

description:
Updating package in devel/p5-Compress-Raw-Zlib for CPAN module
Compress::Raw::Zlib from 2.040 to 2.048.

Upstream changes:
  2.048 29 January 2012
      * Set minimum zlib version to 1.2.0

  2.047 28 January 2012
      * Allow flush to be called multiple times without any intermediate
        call to deflate and still return Z_OK.
        In the code below $status was Z_BUF_ERROR before this change.

          $def->flush(...);
          $status = $def->flush(...);

      * Added support for zlibCompileFlags

      * Set minimum Perl version to 5.6

  2.045 3 December 2011
      * Moved FAQ.pod into Zlib.pm

  2.044 2 December 2011
      * Moved FAQ.pod under the lib directory so it can get installed

  2.043 20 November 2011
      * No Changes

  2.042 17 November 2011
      * No Changes

diffstat:

 devel/p5-Compress-Raw-Zlib/Makefile |  4 ++--
 devel/p5-Compress-Raw-Zlib/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 7435d2ec267d -r 7b151e19a31b devel/p5-Compress-Raw-Zlib/Makefile
--- a/devel/p5-Compress-Raw-Zlib/Makefile       Tue Jan 31 07:59:37 2012 +0000
+++ b/devel/p5-Compress-Raw-Zlib/Makefile       Tue Jan 31 08:06:08 2012 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2011/11/11 10:58:34 sno Exp $
+# $NetBSD: Makefile,v 1.22 2012/01/31 08:06:08 sno Exp $
 
-DISTNAME=      Compress-Raw-Zlib-2.040
+DISTNAME=      Compress-Raw-Zlib-2.048
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5crz
 CATEGORIES=    devel perl5
diff -r 7435d2ec267d -r 7b151e19a31b devel/p5-Compress-Raw-Zlib/distinfo
--- a/devel/p5-Compress-Raw-Zlib/distinfo       Tue Jan 31 07:59:37 2012 +0000
+++ b/devel/p5-Compress-Raw-Zlib/distinfo       Tue Jan 31 08:06:08 2012 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2011/11/11 10:58:34 sno Exp $
+$NetBSD: distinfo,v 1.18 2012/01/31 08:06:08 sno Exp $
 
-SHA1 (Compress-Raw-Zlib-2.040.tar.gz) = b9b1b284a56f1586d3c78ae651378e5b88799aeb
-RMD160 (Compress-Raw-Zlib-2.040.tar.gz) = 004295c28b5a0ab68f8f919d116b183fe92d6925
-Size (Compress-Raw-Zlib-2.040.tar.gz) = 221342 bytes
+SHA1 (Compress-Raw-Zlib-2.048.tar.gz) = a171b91d2180ed7d3fac9c5377f51341e3482731
+RMD160 (Compress-Raw-Zlib-2.048.tar.gz) = beff95ad4b0f1ebf7e96ddbd81c9fe3dca380132
+Size (Compress-Raw-Zlib-2.048.tar.gz) = 222035 bytes
 SHA1 (patch-aa) = f8baf171da4873fc309ec6c92204bf3ad5df20a6



Home | Main Index | Thread Index | Old Index