diff options
author | mef <mef@pkgsrc.org> | 2015-11-23 09:21:34 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-11-23 09:21:34 +0000 |
commit | 264ed9f6f8589592375f46ee44ff6871013f7300 (patch) | |
tree | 8b4a1c32e031c7dd33eb2f4ad44e5e23716e3167 /www | |
parent | 25288fb2576090078b8f6ec3829416b68267dd04 (diff) | |
download | pkgsrc-264ed9f6f8589592375f46ee44ff6871013f7300.tar.gz |
Update to 3.23
---------------
3.23 2015-09-10
- Improve CGI mode param() handling to avoi CGI.pm's "param() called in list context" warning.
- add support for Apache 2.4 via mod_perl 1.09.
***** IMPORTANT *****
Apache 2.4 has a *VERY* different API for authentication. You will need
to port your subclass and configuration over to the Apache 2.4 API in
order to use Apache 2.4! Please be sure to read README.apache-2.4.pod for
porting instructions!
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache2-AuthCookie/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Apache2-AuthCookie/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/p5-Apache2-AuthCookie/Makefile b/www/p5-Apache2-AuthCookie/Makefile index e90f09adb39..75a36127343 100644 --- a/www/p5-Apache2-AuthCookie/Makefile +++ b/www/p5-Apache2-AuthCookie/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2015/06/12 10:51:52 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/11/23 09:21:34 mef Exp $ -DISTNAME= Apache-AuthCookie-3.22 +DISTNAME= Apache-AuthCookie-3.23 PKGNAME= p5-${DISTNAME:S/Apache/Apache2/} -PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} diff --git a/www/p5-Apache2-AuthCookie/distinfo b/www/p5-Apache2-AuthCookie/distinfo index bb68ba3f237..503f52cbe70 100644 --- a/www/p5-Apache2-AuthCookie/distinfo +++ b/www/p5-Apache2-AuthCookie/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/04 02:47:00 agc Exp $ +$NetBSD: distinfo,v 1.5 2015/11/23 09:21:34 mef Exp $ -SHA1 (Apache-AuthCookie-3.22.tar.gz) = 2971dcdfd3194fd35d36a0add30985e75af05214 -RMD160 (Apache-AuthCookie-3.22.tar.gz) = f147166bb86eccc0ab8596ea6dfec43d825a1dcd -SHA512 (Apache-AuthCookie-3.22.tar.gz) = f5272e6adb1a99c8efda8f8f343a366779e45174a6f170af35913aea2d52340aa894e86535aeda4ad77d26f40f20c88b77d9a8404b4388cd0e7f4be40143d297 -Size (Apache-AuthCookie-3.22.tar.gz) = 48956 bytes +SHA1 (Apache-AuthCookie-3.23.tar.gz) = 370e9ae76ce8bc1e54c8947ec254acccb0b9f3e6 +RMD160 (Apache-AuthCookie-3.23.tar.gz) = de1d3b94294a4bae49a3e707a26370dbb8abe6c4 +SHA512 (Apache-AuthCookie-3.23.tar.gz) = e8948725c1f2ae3631004ec666ecd20b9c3b5fda86408b980e5d0a3e0d36a8780d905718b1c7b5ca117fc15e130bf35f59ef83c598870dc5b874ee362a4fdcb7 +Size (Apache-AuthCookie-3.23.tar.gz) = 45053 bytes |