diff options
author | sno <sno> | 2009-08-20 18:01:58 +0000 |
---|---|---|
committer | sno <sno> | 2009-08-20 18:01:58 +0000 |
commit | 626e4a85c33d986a10b78312ae96c8899ef6147b (patch) | |
tree | 73d77df768908c9f99290e6cf4f2326867e94d07 /www/p5-Apache2-AuthCookieDBI | |
parent | 095b5d3de9939de6bfa4718cb5442c1fb052df8e (diff) | |
download | pkgsrc-626e4a85c33d986a10b78312ae96c8899ef6147b.tar.gz |
Updating package www/p5-Apache2-AuthCookieDBI from 2.04 to 2.05
pkgsrc changes:
- Adding license
- Removing dependency to CORE module Digest::MD5
Upstream changes:
2.05 - Thu May 14 18:37:07 PDT 2009
- Fixed bug in _get_cipher_type() where it was not memoizing the
Crypt::CBC objects.
- Fixed https://rt.cpan.org/Ticket/Display.html?id=45207
Hash keys for configuration values were wrong in several places.
- Improved test coverage a little.
Diffstat (limited to 'www/p5-Apache2-AuthCookieDBI')
-rw-r--r-- | www/p5-Apache2-AuthCookieDBI/Makefile | 6 | ||||
-rw-r--r-- | www/p5-Apache2-AuthCookieDBI/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/p5-Apache2-AuthCookieDBI/Makefile b/www/p5-Apache2-AuthCookieDBI/Makefile index 00222535e2c..0978df9f621 100644 --- a/www/p5-Apache2-AuthCookieDBI/Makefile +++ b/www/p5-Apache2-AuthCookieDBI/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2008/12/12 21:23:00 he Exp $ +# $NetBSD: Makefile,v 1.5 2009/08/20 18:01:58 sno Exp $ # -DISTNAME= Apache2-AuthCookieDBI-2.04 +DISTNAME= Apache2-AuthCookieDBI-2.05 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache2/} @@ -9,13 +9,13 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache2/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Apache2-AuthCookieDBI COMMENT= Perl5 module AuthCookie backed by a DBI database +LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-Apache2-AuthCookie>=3.08:../../www/p5-Apache2-AuthCookie DEPENDS+= p5-Apache-DBI>=0.91:../../databases/p5-Apache-DBI DEPENDS+= p5-Date-Calc-[0-9]*:../../devel/p5-Date-Calc -DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 CONFLICTS+= p5-Apache-AuthCookieDBI-[0-9]* diff --git a/www/p5-Apache2-AuthCookieDBI/distinfo b/www/p5-Apache2-AuthCookieDBI/distinfo index 8214fb37fca..1388c500b73 100644 --- a/www/p5-Apache2-AuthCookieDBI/distinfo +++ b/www/p5-Apache2-AuthCookieDBI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2008/12/12 21:23:00 he Exp $ +$NetBSD: distinfo,v 1.3 2009/08/20 18:01:58 sno Exp $ -SHA1 (Apache2-AuthCookieDBI-2.04.tar.gz) = e25ba07708e74830be7d4c295d8141b22f4c8836 -RMD160 (Apache2-AuthCookieDBI-2.04.tar.gz) = 99a22afca9e6b75a3dd3dd66f6b30245b2731293 -Size (Apache2-AuthCookieDBI-2.04.tar.gz) = 26404 bytes +SHA1 (Apache2-AuthCookieDBI-2.05.tar.gz) = a10cd735c6eb21e18d5ede9b0d4aa71c4af8b67f +RMD160 (Apache2-AuthCookieDBI-2.05.tar.gz) = d7bc497860571e78aad1c5439a4a9bee0455098d +Size (Apache2-AuthCookieDBI-2.05.tar.gz) = 27921 bytes |