Received: by mail.netbsd.org (Postfix, from userid 605) id AA29884D56; Mon, 7 Sep 2020 20:32:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 31FAC84D3F for ; Mon, 7 Sep 2020 20:32:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id C4Mk2i_4pw4s for ; Mon, 7 Sep 2020 20:32:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 90B1984D23 for ; Mon, 7 Sep 2020 20:32:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 88CBAFB28; Mon, 7 Sep 2020 20:32:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599510760238840" MIME-Version: 1.0 Date: Mon, 7 Sep 2020 20:32:40 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/p5-Apache2-AuthCookie To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200907203240.88CBAFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1599510760238840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1599510760238840 Content-Disposition: inline Content-Length: 2036 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 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 --_----------=_1599510760238840--