diff options
author | mef <mef@pkgsrc.org> | 2014-11-23 06:35:20 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-11-23 06:35:20 +0000 |
commit | 49b384f15375e11e5dd9148ed8cfcbb6dcd9dac8 (patch) | |
tree | caf02fd2da082bb5d3834f5119e58364d12dc512 | |
parent | 9d4e225c233798999b7f1dcdc1621389d47e19cc (diff) | |
download | pkgsrc-49b384f15375e11e5dd9148ed8cfcbb6dcd9dac8.tar.gz |
(pkgsrc)
pkglint flags and follow the two similar packages:
-PERL5_PACKLIST= auto/Apache/AuthCookie/.packlist
+PERL5_PACKLIST= auto/Apache2/AuthCookie/.packlist
(upstream)
- Update 3.18 to 3.22
3.22 2014-05-07
3.21 2014-05-07
- Bad release - deleted
3.20 2013-12-09
- login_form: return OK for mobile IE 10, which also ignores content for
FORBIDDEN response.
- test .pl registry scripts: do not try to load mod_perl.pm
- escape html tags in destination.
- fix abstract in FAQ pod.
3.19 2012-12-28
- split out CGI data handling into ::AuthCookie::Params modules
- use Apache::Request/Apache2::Request from libapreq if available. Otherwise,
fall back to CGI.pm for handling CGI data.
- improve "removed cookie" debug log message
- add dependencies: autobox, Class::Load
- allow username to be '0'
- login_form: return OK for SymbianOS, which ignores content for FORBIDDEN responses.
- add login_form_status() to override HTTP status returned by login form
- recognize_user: return DECLINED if user is not recognized
-rw-r--r-- | www/p5-Apache2-AuthCookie/Makefile | 7 | ||||
-rw-r--r-- | www/p5-Apache2-AuthCookie/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/p5-Apache2-AuthCookie/Makefile b/www/p5-Apache2-AuthCookie/Makefile index 32710d0d7c8..2510e3312ea 100644 --- a/www/p5-Apache2-AuthCookie/Makefile +++ b/www/p5-Apache2-AuthCookie/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2014/05/31 12:22:42 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2014/11/23 06:35:20 mef Exp $ -DISTNAME= Apache-AuthCookie-3.18 +DISTNAME= Apache-AuthCookie-3.22 PKGNAME= p5-${DISTNAME:S/Apache/Apache2/} -PKGREVISION= 5 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} @@ -13,7 +12,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-CGI>=3.12:../../www/p5-CGI -PERL5_PACKLIST= auto/Apache/AuthCookie/.packlist +PERL5_PACKLIST= auto/Apache2/AuthCookie/.packlist .include "../../lang/perl5/module.mk" .include "../../www/ap2-perl/buildlink3.mk" diff --git a/www/p5-Apache2-AuthCookie/distinfo b/www/p5-Apache2-AuthCookie/distinfo index b179824b6b0..c39accb986e 100644 --- a/www/p5-Apache2-AuthCookie/distinfo +++ b/www/p5-Apache2-AuthCookie/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2011/12/15 02:18:06 hiramatsu Exp $ +$NetBSD: distinfo,v 1.3 2014/11/23 06:35:20 mef Exp $ -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 +SHA1 (Apache-AuthCookie-3.22.tar.gz) = 2971dcdfd3194fd35d36a0add30985e75af05214 +RMD160 (Apache-AuthCookie-3.22.tar.gz) = f147166bb86eccc0ab8596ea6dfec43d825a1dcd +Size (Apache-AuthCookie-3.22.tar.gz) = 48956 bytes |