pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-Apache2-AuthCookie (pkgsrc)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1800b02c176
branches:  trunk
changeset: 642013:e1800b02c176
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Nov 23 06:35:20 2014 +0000

description:
(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

diffstat:

 www/p5-Apache2-AuthCookie/Makefile |  7 +++----
 www/p5-Apache2-AuthCookie/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r dd1abd2af286 -r e1800b02c176 www/p5-Apache2-AuthCookie/Makefile
--- a/www/p5-Apache2-AuthCookie/Makefile        Sun Nov 23 06:14:29 2014 +0000
+++ b/www/p5-Apache2-AuthCookie/Makefile        Sun Nov 23 06:35:20 2014 +0000
@@ -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 @@
 
 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 -r dd1abd2af286 -r e1800b02c176 www/p5-Apache2-AuthCookie/distinfo
--- a/www/p5-Apache2-AuthCookie/distinfo        Sun Nov 23 06:14:29 2014 +0000
+++ b/www/p5-Apache2-AuthCookie/distinfo        Sun Nov 23 06:35:20 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index