diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-12-15 02:18:06 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-12-15 02:18:06 +0000 |
commit | dd542e0045596d43bd7328b735fcadf62d6050ad (patch) | |
tree | e66c94ab501a11e39c45dc13fc6dacf7eb91033d /www | |
parent | d2caf6b7829768b620f9da36c43f69f837cc1b06 (diff) | |
download | pkgsrc-dd542e0045596d43bd7328b735fcadf62d6050ad.tar.gz |
Update p5-Apache2-AuthCookie to 3.18.
Changes from previous:
----------------------
3.18 2011-01-24
- remove 3.17's test skip hacks, and bump Apache::Test prerequisite to v1.35
which fixes this issue.
- fix MANIFEST.SKIP to ignore generated t/conf/mime.types
- remove dist.ini, weaver.ini from dists
- fixed t/real.t to use correct -withtestmore import syntax
- rename sample authcookie handlers to Sample::Apache and Sample::Apache2
namespaces
3.17 2011-01-19
- skip the test suite if running as root. Apache::Test 1.34 fails the test
suite if running as root instead of skipping it. By skipping, AuthCookie can
be installed via CPAN.pm as root.
3.16 2011-01-19
- require Apache::Test 1.32 - fixes ubuntu build issue
- remove mod_perl/mod_perl2 related prereq's from META.yml. The correct mod
perl version is not known until Makefile.PL is run. CPAN.pm should not
try to install either one until it is known which one is appropriate.
(RT 64926)
3.15 2010-08-27
- enable Dist::Zilla Manifest plugin
- add FAQ
- add FAQ entry on how to protect an entire site/document root
- recognize_user: return DECLINED if user is already set
- refactor P3P header generation into send_p3p($r) so subclasses can overload it
3.14 2010-04-12
- MP2: doc updates: remove beta warnings, change Apache::AuthCookie to
Apache2::Authcookie where appopriate.
- docs: change my email to my cpan address
- docs: remove POST limitations reference (handled by POST to GET conversion)
- sign dist with Module::Signature
- add signature test
- MP1: perltidy Apache::AuthCookie sources.
- update mod_perl2 prereq version (still 2.0.0 RC5, but version number was
incorrect in Makefile.PL)
- use Dist::Zilla for building the dist
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache2-AuthCookie/Makefile | 6 | ||||
-rw-r--r-- | www/p5-Apache2-AuthCookie/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/p5-Apache2-AuthCookie/Makefile b/www/p5-Apache2-AuthCookie/Makefile index 02c3b0d59ea..be93dd73cfd 100644 --- a/www/p5-Apache2-AuthCookie/Makefile +++ b/www/p5-Apache2-AuthCookie/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.4 2011/08/14 16:05:42 obache Exp $ +# $NetBSD: Makefile,v 1.5 2011/12/15 02:18:06 hiramatsu Exp $ # -DISTNAME= Apache-AuthCookie-3.12 +DISTNAME= Apache-AuthCookie-3.18 PKGNAME= p5-${DISTNAME:S/Apache/Apache2/} -PKGREVISION= 3 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Apache-AuthCookie/ COMMENT= Perl5 module for Authentication and Authorization via cookies +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir diff --git a/www/p5-Apache2-AuthCookie/distinfo b/www/p5-Apache2-AuthCookie/distinfo index 67c3196f9f5..b179824b6b0 100644 --- a/www/p5-Apache2-AuthCookie/distinfo +++ b/www/p5-Apache2-AuthCookie/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/06/20 14:09:21 he Exp $ +$NetBSD: distinfo,v 1.2 2011/12/15 02:18:06 hiramatsu Exp $ -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 +SHA1 (Apache-AuthCookie-3.18.tar.gz) = 83fb285852367c7b79885f634a76316e88caaf90 +RMD160 (Apache-AuthCookie-3.18.tar.gz) = f4d559db65c5bd8205478fb48e94c497b6adeda0 +Size (Apache-AuthCookie-3.18.tar.gz) = 45265 bytes |