Received: by mail.netbsd.org (Postfix, from userid 605) id 2691C84E46; Thu, 3 Oct 2019 23:55:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9FFB784E05 for ; Thu, 3 Oct 2019 23:55:41 +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 wOKZh7nasm7H for ; Thu, 3 Oct 2019 23:55:41 +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 1F33E84CD6 for ; Thu, 3 Oct 2019 23:55:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 14261FBF4; Thu, 3 Oct 2019 23:55:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1570146941269240" MIME-Version: 1.0 Date: Thu, 3 Oct 2019 23:55:41 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/www/p5-CGI-Simple To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20191003235541.14261FBF4@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. --_----------=_1570146941269240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Thu Oct 3 23:55:41 UTC 2019 Modified Files: pkgsrc/www/p5-CGI-Simple: Makefile distinfo Log Message: Update to 1.22 Upstream changes: 1.22 2019-09-07 MANWAR - Fixed issue RT# 130454, samesite parameter missing from sub cookie(). To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/p5-CGI-Simple/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/p5-CGI-Simple/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1570146941269240 Content-Disposition: inline Content-Length: 1683 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/p5-CGI-Simple/Makefile diff -u pkgsrc/www/p5-CGI-Simple/Makefile:1.23 pkgsrc/www/p5-CGI-Simple/Makefile:1.24 --- pkgsrc/www/p5-CGI-Simple/Makefile:1.23 Sun Aug 11 13:24:28 2019 +++ pkgsrc/www/p5-CGI-Simple/Makefile Thu Oct 3 23:55:40 2019 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2019/08/11 13:24:28 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2019/10/03 23:55:40 wen Exp $ -DISTNAME= CGI-Simple-1.21 +DISTNAME= CGI-Simple-1.22 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/} Index: pkgsrc/www/p5-CGI-Simple/distinfo diff -u pkgsrc/www/p5-CGI-Simple/distinfo:1.10 pkgsrc/www/p5-CGI-Simple/distinfo:1.11 --- pkgsrc/www/p5-CGI-Simple/distinfo:1.10 Sat Oct 20 12:43:23 2018 +++ pkgsrc/www/p5-CGI-Simple/distinfo Thu Oct 3 23:55:40 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2018/10/20 12:43:23 wen Exp $ +$NetBSD: distinfo,v 1.11 2019/10/03 23:55:40 wen Exp $ -SHA1 (CGI-Simple-1.21.tar.gz) = b499e1f448d044e4551fbefdfc2d3ec4f93754ed -RMD160 (CGI-Simple-1.21.tar.gz) = e5102b698e339ab6ebbae819c0e6a732ab9170c9 -SHA512 (CGI-Simple-1.21.tar.gz) = e80b9cf88bd81566696045191e37083e021674d9a1bc807d7e46bc9e91ac56465c9d379e7681c71ba470f389a7d159da358472c16a6729bff9d4ee1a59d3f03e -Size (CGI-Simple-1.21.tar.gz) = 87306 bytes +SHA1 (CGI-Simple-1.22.tar.gz) = 944df536c9089b262d6b6d6abcfbd81331d216b5 +RMD160 (CGI-Simple-1.22.tar.gz) = f60002ee22dba9c1cfe039d593797119006489db +SHA512 (CGI-Simple-1.22.tar.gz) = 784f4c57ad2a6c540963921c138613845cd8861d0dd78c1138e0aeb419d9eda8c3655d483c30ee23d39b2eac9b2a9c792d43d338a34756535770b9e23095179d +Size (CGI-Simple-1.22.tar.gz) = 87400 bytes --_----------=_1570146941269240--