diff options
author | he <he> | 2008-07-26 19:27:27 +0000 |
---|---|---|
committer | he <he> | 2008-07-26 19:27:27 +0000 |
commit | 926138b19b2fd6fc313b6b7558b80ad9ab9153c3 (patch) | |
tree | 22f062490a1963753d2ba770f27b3cb291b69625 /www | |
parent | d06b20b6326250e0a7ec60d7c3036eb5059d5160 (diff) | |
download | pkgsrc-926138b19b2fd6fc313b6b7558b80ad9ab9153c3.tar.gz |
Update from version 3.10 to 3.12.
Changes:
Version: 3.12
- Makefile.PL If no mod_perl version is found, just require mod_perl2.
This makes sure that CPAN testers will get the right dependencies.
way. Also set up PREREQ_PM properly for mod_perl version 1.
Version: 3.11
- Fix tiny pod doc error.
- Escape CR and LF in 'destination' field to prevent possible XSS attack
[Steffen Schwigon]
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-AuthCookie/Makefile | 4 | ||||
-rw-r--r-- | www/p5-Apache-AuthCookie/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-Apache-AuthCookie/Makefile b/www/p5-Apache-AuthCookie/Makefile index 96471d6d34a..26ba7d361a2 100644 --- a/www/p5-Apache-AuthCookie/Makefile +++ b/www/p5-Apache-AuthCookie/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2008/06/20 01:09:41 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2008/07/26 19:27:27 he Exp $ # -DISTNAME= Apache-AuthCookie-3.10 +DISTNAME= Apache-AuthCookie-3.12 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} diff --git a/www/p5-Apache-AuthCookie/distinfo b/www/p5-Apache-AuthCookie/distinfo index 9dc104f99f1..07cbffbb347 100644 --- a/www/p5-Apache-AuthCookie/distinfo +++ b/www/p5-Apache-AuthCookie/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2006/10/17 12:58:26 obache Exp $ +$NetBSD: distinfo,v 1.5 2008/07/26 19:27:27 he Exp $ -SHA1 (Apache-AuthCookie-3.10.tar.gz) = 282377aaa8883a3c7e371360112012db316f40f0 -RMD160 (Apache-AuthCookie-3.10.tar.gz) = 91b003ba1e6b1cb319a00ce10ac2c4bcd29cc3f6 -Size (Apache-AuthCookie-3.10.tar.gz) = 34993 bytes +SHA1 (Apache-AuthCookie-3.12.tar.gz) = 0c0c5f4b26bab813edba7cf4e7965933adbd4753 +RMD160 (Apache-AuthCookie-3.12.tar.gz) = d7e8df15b15fe7d1844ae1800534ccef7624138a +Size (Apache-AuthCookie-3.12.tar.gz) = 36014 bytes |