pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Apache2-AuthCookie



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep  7 20:32:40 UTC 2020

Modified Files:
        pkgsrc/www/p5-Apache2-AuthCookie: Makefile distinfo

Log Message:
p5-Apache2-AuthCookie: update to 3.30.

3.30  2020-04-14
   - Fix logic error for EnforceLocalDestination
   - Add a bunch of tests to cover all scenarios of EnforceLocalDestination and
     DefaultDestination

3.29  2020-03-22
   - Add optional support for enforcing a local destination, like so:

        PerlSetVar MyAuthEnforceLocalDestination 1

   - Add optional support for specifying a default destination when the login
     form's destination argument is unspecified or invalid (including
     non-local if local destinations are enforced), like this:

        PerlSetVar MyAuthDefaultDestination /protected/user/


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/p5-Apache2-AuthCookie/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/p5-Apache2-AuthCookie/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/p5-Apache2-AuthCookie/Makefile
diff -u pkgsrc/www/p5-Apache2-AuthCookie/Makefile:1.24 pkgsrc/www/p5-Apache2-AuthCookie/Makefile:1.25
--- pkgsrc/www/p5-Apache2-AuthCookie/Makefile:1.24      Mon Aug 31 18:12:38 2020
+++ pkgsrc/www/p5-Apache2-AuthCookie/Makefile   Mon Sep  7 20:32:40 2020
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.24 2020/08/31 18:12:38 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2020/09/07 20:32:40 wiz Exp $
 
-DISTNAME=      Apache-AuthCookie-3.28
+DISTNAME=      Apache-AuthCookie-3.30
 PKGNAME=       p5-${DISTNAME:S/Apache/Apache2/}
-PKGREVISION=   1
 CATEGORIES=    www perl5
-MASTER_SITES=  http://search.cpan.org/CPAN/authors/id/M/MS/MSCHOUT/
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSCHOUT/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://metacpan.org/release/Apache-AuthCookie

Index: pkgsrc/www/p5-Apache2-AuthCookie/distinfo
diff -u pkgsrc/www/p5-Apache2-AuthCookie/distinfo:1.8 pkgsrc/www/p5-Apache2-AuthCookie/distinfo:1.9
--- pkgsrc/www/p5-Apache2-AuthCookie/distinfo:1.8       Thu Nov 28 11:22:13 2019
+++ pkgsrc/www/p5-Apache2-AuthCookie/distinfo   Mon Sep  7 20:32:40 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/11/28 11:22:13 mef Exp $
+$NetBSD: distinfo,v 1.9 2020/09/07 20:32:40 wiz Exp $
 
-SHA1 (Apache-AuthCookie-3.28.tar.gz) = e5f08582df99a9a8dcb14a191810911b5a908311
-RMD160 (Apache-AuthCookie-3.28.tar.gz) = 32ecbd9fd70b483dfb677d88398005dd38c539ff
-SHA512 (Apache-AuthCookie-3.28.tar.gz) = 20a6de04c7f8ada3dd9edaead631415fa757cf252e1ceed87d853c00b46112ca31651ba7c1c1a7c3e66e38cf9fce704c296cbe1aafdb1fa59b0775b1c88e709d
-Size (Apache-AuthCookie-3.28.tar.gz) = 59114 bytes
+SHA1 (Apache-AuthCookie-3.30.tar.gz) = c64ffee5e59706e8ba4f36d9f36f2291e9b84025
+RMD160 (Apache-AuthCookie-3.30.tar.gz) = d1a1d6e792807205a06cbd1da52c4d345e8c4866
+SHA512 (Apache-AuthCookie-3.30.tar.gz) = 8a8c2f28718611efab7683590e51c895da0232452be50d50e8c1abea68baec182e99eb72e33d867cbda474f39d9fa377e0048e7c38054e000c0634d7068ad1a0
+Size (Apache-AuthCookie-3.30.tar.gz) = 62722 bytes



Home | Main Index | Thread Index | Old Index