Received: by mail.netbsd.org (Postfix, from userid 605) id 2F0C884D52; Thu, 28 Nov 2019 11:22:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AD78F84CFC for ; Thu, 28 Nov 2019 11:22:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id FImVnMcRwkkP for ; Thu, 28 Nov 2019 11:22:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3137A84CDB for ; Thu, 28 Nov 2019 11:22:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 29E4AFA97; Thu, 28 Nov 2019 11:22:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1574940134173110" MIME-Version: 1.0 Date: Thu, 28 Nov 2019 11:22:14 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/www/p5-Apache2-AuthCookie To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20191128112214.29E4AFA97@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. --_----------=_1574940134173110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Thu Nov 28 11:22:14 UTC 2019 Modified Files: pkgsrc/www/p5-Apache2-AuthCookie: Makefile distinfo Log Message: (www/p5-Apache2-AuthCookie) Updated to 3.28 3.28 2019-11-19 - Add support for SameSite cookie property (can be strict/lax). - Minor POD updates. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/p5-Apache2-AuthCookie/Makefile cvs rdiff -u -r1.7 -r1.8 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. --_----------=_1574940134173110 Content-Disposition: inline Content-Length: 1868 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.22 pkgsrc/www/p5-Apache2-AuthCookie/Makefile:1.23 --- pkgsrc/www/p5-Apache2-AuthCookie/Makefile:1.22 Sun Aug 11 13:24:24 2019 +++ pkgsrc/www/p5-Apache2-AuthCookie/Makefile Thu Nov 28 11:22:13 2019 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2019/08/11 13:24:24 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2019/11/28 11:22:13 mef Exp $ -DISTNAME= Apache-AuthCookie-3.27 +DISTNAME= Apache-AuthCookie-3.28 PKGNAME= p5-${DISTNAME:S/Apache/Apache2/} -PKGREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= http://search.cpan.org/CPAN/authors/id/M/MS/MSCHOUT/ Index: pkgsrc/www/p5-Apache2-AuthCookie/distinfo diff -u pkgsrc/www/p5-Apache2-AuthCookie/distinfo:1.7 pkgsrc/www/p5-Apache2-AuthCookie/distinfo:1.8 --- pkgsrc/www/p5-Apache2-AuthCookie/distinfo:1.7 Tue Sep 26 22:23:56 2017 +++ pkgsrc/www/p5-Apache2-AuthCookie/distinfo Thu Nov 28 11:22:13 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2017/09/26 22:23:56 wiz Exp $ +$NetBSD: distinfo,v 1.8 2019/11/28 11:22:13 mef Exp $ -SHA1 (Apache-AuthCookie-3.27.tar.gz) = 33f2a2c0519f5df12db4698135e9d5554eea7807 -RMD160 (Apache-AuthCookie-3.27.tar.gz) = 800c6c10ca7e6d0fb5651401bfa40c669376d115 -SHA512 (Apache-AuthCookie-3.27.tar.gz) = 580bea66d52382cda5d0d55bdac1c323d60641de60e670da10d24ee20ef570a6f46f3b3b45a8f11be347af3597494595224e7b27e986eece1650086385e9ecfb -Size (Apache-AuthCookie-3.27.tar.gz) = 58156 bytes +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 --_----------=_1574940134173110--