Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 911B67A167 for ; Wed, 19 Apr 2017 13:40:52 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0D6F884DFA; Wed, 19 Apr 2017 13:40:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 926CC84D9F for ; Wed, 19 Apr 2017 13:40:51 +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 Q8JoGndFQBEF for ; Wed, 19 Apr 2017 13:40:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1F15384CE2 for ; Wed, 19 Apr 2017 13:40:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1D5F1FBE4; Wed, 19 Apr 2017 13:40:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1492609251205050" MIME-Version: 1.0 Date: Wed, 19 Apr 2017 13:40:51 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/p5-CGI To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170419134051.1D5F1FBE4@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. --_----------=_1492609251205050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Apr 19 13:40:51 UTC 2017 Modified Files: pkgsrc/www/p5-CGI: Makefile distinfo Log Message: Updated p5-CGI to 4.36. 4.36 2017-03-29 [ ENHANCEMENT ] - Support PATCH HTTP method (thanks to GovtGeek for the... patch) - pass through max_age and samesite to CGI::Cookie->new in the call in CGI->cookie (GH #220) [ FIX ] - skip t/command_line.t on windows as it doesn't work To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 pkgsrc/www/p5-CGI/Makefile cvs rdiff -u -r1.49 -r1.50 pkgsrc/www/p5-CGI/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1492609251205050 Content-Disposition: inline Content-Length: 1528 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/p5-CGI/Makefile diff -u pkgsrc/www/p5-CGI/Makefile:1.90 pkgsrc/www/p5-CGI/Makefile:1.91 --- pkgsrc/www/p5-CGI/Makefile:1.90 Tue Oct 18 08:20:57 2016 +++ pkgsrc/www/p5-CGI/Makefile Wed Apr 19 13:40:50 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.90 2016/10/18 08:20:57 wiz Exp $ +# $NetBSD: Makefile,v 1.91 2017/04/19 13:40:50 wiz Exp $ -DISTNAME= CGI-4.35 +DISTNAME= CGI-4.36 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=CGI/} Index: pkgsrc/www/p5-CGI/distinfo diff -u pkgsrc/www/p5-CGI/distinfo:1.49 pkgsrc/www/p5-CGI/distinfo:1.50 --- pkgsrc/www/p5-CGI/distinfo:1.49 Tue Oct 18 08:20:57 2016 +++ pkgsrc/www/p5-CGI/distinfo Wed Apr 19 13:40:50 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.49 2016/10/18 08:20:57 wiz Exp $ +$NetBSD: distinfo,v 1.50 2017/04/19 13:40:50 wiz Exp $ -SHA1 (CGI-4.35.tar.gz) = 2f9c226b7bce80e061da26fc87a12f2eeb7c00c6 -RMD160 (CGI-4.35.tar.gz) = 6a1a1cbb8d4eed0a396a3005c46501e0c2415750 -SHA512 (CGI-4.35.tar.gz) = e4a25535b654439605ec9de3cd86dd84a4ce510d8ab459d693019b206e2123613a17cf281c21454baf39c7216c3d9fa2dbef7321709f341ba7f3c59bf765e23c -Size (CGI-4.35.tar.gz) = 197649 bytes +SHA1 (CGI-4.36.tar.gz) = e12c246e3908d8c5dfea188f5ec13d577e35af2b +RMD160 (CGI-4.36.tar.gz) = 9af3447920801812bef725bd987a950ceb49ddc0 +SHA512 (CGI-4.36.tar.gz) = 1fc1c2647be90ac7c75fe29c590c438993baa4b29bf7d6d0b24a7e998955aae86f31c5849eb871be6399e783e166d54f6146723dfc20dd757860e85f7836fb1c +Size (CGI-4.36.tar.gz) = 199026 bytes --_----------=_1492609251205050--