pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2009Q1]: pkgsrc/devel/p5-Compress-Raw-Zlib Pullup ticket #2797...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a86ad1017e47
branches: pkgsrc-2009Q1
changeset: 556872:a86ad1017e47
user: tron <tron%pkgsrc.org@localhost>
date: Mon Jun 15 11:58:55 2009 +0000
description:
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]
diffstat:
devel/p5-Compress-Raw-Zlib/Makefile | 5 ++---
devel/p5-Compress-Raw-Zlib/distinfo | 10 +++++-----
devel/p5-Compress-Raw-Zlib/patches/patch-aa | 10 +++++-----
3 files changed, 12 insertions(+), 13 deletions(-)
diffs (54 lines):
diff -r b252489d9460 -r a86ad1017e47 devel/p5-Compress-Raw-Zlib/Makefile
--- a/devel/p5-Compress-Raw-Zlib/Makefile Sun Jun 14 11:00:59 2009 +0000
+++ b/devel/p5-Compress-Raw-Zlib/Makefile Mon Jun 15 11:58:55 2009 +0000
@@ -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 -r b252489d9460 -r a86ad1017e47 devel/p5-Compress-Raw-Zlib/distinfo
--- a/devel/p5-Compress-Raw-Zlib/distinfo Sun Jun 14 11:00:59 2009 +0000
+++ b/devel/p5-Compress-Raw-Zlib/distinfo Mon Jun 15 11:58:55 2009 +0000
@@ -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 -r b252489d9460 -r a86ad1017e47 devel/p5-Compress-Raw-Zlib/patches/patch-aa
--- a/devel/p5-Compress-Raw-Zlib/patches/patch-aa Sun Jun 14 11:00:59 2009 +0000
+++ b/devel/p5-Compress-Raw-Zlib/patches/patch-aa Mon Jun 15 11:58:55 2009 +0000
@@ -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 @@
+ : (LIBS => [ "-L$ZLIB_LIB $ENV{'COMPILER_RPATH_FLAG'}$ZLIB_LIB -lz " ])
),
- (
+ INSTALLDIRS => ($] >= 5.009 ? 'perl' : 'site'),
Home |
Main Index |
Thread Index |
Old Index