summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2009-06-15 11:58:55 +0000
committertron <tron@pkgsrc.org>2009-06-15 11:58:55 +0000
commit095f022d68e3838fef193afa49d05530599ac657 (patch)
treefff3fedc38972385fb087e5e55f21a0a26a2175c
parent2b422d88f2032743cd752805459ebd748e791593 (diff)
downloadpkgsrc-095f022d68e3838fef193afa49d05530599ac657.tar.gz
Pullup ticket #2797 - requested by kefren
p5-Compress-Raw-Zlib: security update Revisions pulled up: - devel/p5-Compress-Raw-Zlib/Makefile 1.9 - devel/p5-Compress-Raw-Zlib/distinfo 1.7 - devel/p5-Compress-Raw-Zlib/patches/patch-aa 1.3 --- Module Name: pkgsrc Committed By: sno Date: Sat Apr 11 22:35:29 UTC 2009 Modified Files: pkgsrc/devel/p5-Compress-Raw-Zlib: Makefile distinfo pkgsrc/devel/p5-Compress-Raw-Zlib/patches: patch-aa Log Message: PkgSrc changes: - Updating module to 2.017 Upstream changes: 2.017 28 March 2009 * Added 'LimitOutput' option * Removed MAN3PODS from Makefile.PL * Fixed coring issue when LimitOutput was used. * Documented Compress::Raw::Zlib::zlib_version() * Documented Compress::Raw::Zlib::deflateReset() [RT #40566]
-rw-r--r--devel/p5-Compress-Raw-Zlib/Makefile5
-rw-r--r--devel/p5-Compress-Raw-Zlib/distinfo10
-rw-r--r--devel/p5-Compress-Raw-Zlib/patches/patch-aa10
3 files changed, 12 insertions, 13 deletions
diff --git a/devel/p5-Compress-Raw-Zlib/Makefile b/devel/p5-Compress-Raw-Zlib/Makefile
index 4b31a377aee..14f874145ad 100644
--- a/devel/p5-Compress-Raw-Zlib/Makefile
+++ b/devel/p5-Compress-Raw-Zlib/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2008/10/19 19:17:49 he Exp $
+# $NetBSD: Makefile,v 1.8.4.1 2009/06/15 11:58:55 tron Exp $
-DISTNAME= Compress-Raw-Zlib-2.015
+DISTNAME= Compress-Raw-Zlib-2.017
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5crz
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Compress/}
diff --git a/devel/p5-Compress-Raw-Zlib/distinfo b/devel/p5-Compress-Raw-Zlib/distinfo
index bf4348a7d0c..4b9b3d34613 100644
--- a/devel/p5-Compress-Raw-Zlib/distinfo
+++ b/devel/p5-Compress-Raw-Zlib/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2008/09/11 13:20:17 he Exp $
+$NetBSD: distinfo,v 1.6.8.1 2009/06/15 11:58:55 tron Exp $
-SHA1 (Compress-Raw-Zlib-2.015.tar.gz) = 1738184cdfb443addec7560743095ed7bbfb9c3e
-RMD160 (Compress-Raw-Zlib-2.015.tar.gz) = 39e04bf22d1fd0d2156971c19d28e5de468cc3cb
-Size (Compress-Raw-Zlib-2.015.tar.gz) = 209006 bytes
-SHA1 (patch-aa) = 8e06d2dcb0e0261fe11fd9da8fb55d2f8b64318f
+SHA1 (Compress-Raw-Zlib-2.017.tar.gz) = 8160b5dda85139fb2cc395ea5350615c8a6eb00c
+RMD160 (Compress-Raw-Zlib-2.017.tar.gz) = d3e6cc836d675a25f6c9548c0ee2da9b1269d920
+Size (Compress-Raw-Zlib-2.017.tar.gz) = 211983 bytes
+SHA1 (patch-aa) = f8baf171da4873fc309ec6c92204bf3ad5df20a6
diff --git a/devel/p5-Compress-Raw-Zlib/patches/patch-aa b/devel/p5-Compress-Raw-Zlib/patches/patch-aa
index 83ce31c087e..d86b64e31b2 100644
--- a/devel/p5-Compress-Raw-Zlib/patches/patch-aa
+++ b/devel/p5-Compress-Raw-Zlib/patches/patch-aa
@@ -1,11 +1,11 @@
-$NetBSD: patch-aa,v 1.2 2008/07/17 17:00:24 heinz Exp $
+$NetBSD: patch-aa,v 1.2.8.1 2009/06/15 11:58:55 tron Exp $
Record the path to the zlib library in the executable/library.
COMPILER_RPATH_FLAG is specific to pkgsrc.
---- Makefile.PL.orig 2006-07-07 16:23:00.000000000 +0000
-+++ Makefile.PL
-@@ -85,7 +85,7 @@ WriteMakefile(
+--- Makefile.PL.orig 2009-03-28 23:08:40.000000000 +0000
++++ Makefile.PL 2009-04-11 21:34:32.000000000 +0000
+@@ -79,7 +79,7 @@
(
$BUILD_ZLIB
? zlib_files($ZLIB_LIB)
@@ -13,4 +13,4 @@ $NetBSD: patch-aa,v 1.2 2008/07/17 17:00:24 heinz Exp $
+ : (LIBS => [ "-L$ZLIB_LIB $ENV{'COMPILER_RPATH_FLAG'}$ZLIB_LIB -lz " ])
),
- (
+ INSTALLDIRS => ($] >= 5.009 ? 'perl' : 'site'),