Received: by mail.netbsd.org (Postfix, from userid 605) id 7F0C384D51; Tue, 26 Sep 2017 15:01:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 123DB84D4F for ; Tue, 26 Sep 2017 15:01:52 +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 s-whS4gvJ3zf for ; Tue, 26 Sep 2017 15:01: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 9293684CE2 for ; Tue, 26 Sep 2017 15:01:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8CB63FA9C; Tue, 26 Sep 2017 15:01:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1506438111150430" MIME-Version: 1.0 Date: Tue, 26 Sep 2017 15:01:51 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/p5-Apache-Test To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170926150151.8CB63FA9C@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. --_----------=_1506438111150430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Sep 26 15:01:51 UTC 2017 Modified Files: pkgsrc/www/p5-Apache-Test: Makefile distinfo Log Message: p5-Apache-Test: update to 1.40. 1.40 Sep 6 2016 Specify licence (Apache 2.0) in META.yml. [Steve Hay, CPAN RT#111359] Fix broken POD. [Steve Hay] Switch argument order in "openssl gendsa". [rjung] Add (limited) checks for *_SAN_*_n and *_DN_Email variables. [kbrand] Update key sizes and message digest to what is common in 2015. [kbrand] To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/p5-Apache-Test/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/p5-Apache-Test/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1506438111150430 Content-Disposition: inline Content-Length: 1719 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/p5-Apache-Test/Makefile diff -u pkgsrc/www/p5-Apache-Test/Makefile:1.26 pkgsrc/www/p5-Apache-Test/Makefile:1.27 --- pkgsrc/www/p5-Apache-Test/Makefile:1.26 Mon Jun 5 14:25:08 2017 +++ pkgsrc/www/p5-Apache-Test/Makefile Tue Sep 26 15:01:51 2017 @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2017/06/05 14:25:08 ryoon Exp $ -# +# $NetBSD: Makefile,v 1.27 2017/09/26 15:01:51 wiz Exp $ -DISTNAME= Apache-Test-1.39 +DISTNAME= Apache-Test-1.40 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} Index: pkgsrc/www/p5-Apache-Test/distinfo diff -u pkgsrc/www/p5-Apache-Test/distinfo:1.11 pkgsrc/www/p5-Apache-Test/distinfo:1.12 --- pkgsrc/www/p5-Apache-Test/distinfo:1.11 Tue Feb 2 12:44:17 2016 +++ pkgsrc/www/p5-Apache-Test/distinfo Tue Sep 26 15:01:51 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2016/02/02 12:44:17 mef Exp $ +$NetBSD: distinfo,v 1.12 2017/09/26 15:01:51 wiz Exp $ -SHA1 (Apache-Test-1.39.tar.gz) = 1c67ef9cf8255ad2eb97d4797e6880d45ac515d9 -RMD160 (Apache-Test-1.39.tar.gz) = 4c5a12e90748793dd210dd69a33937ce98ec88ec -SHA512 (Apache-Test-1.39.tar.gz) = 4f10b0ed856d03aff27aa80d9788f0a2f50eac3523cc7ecf74fec2cda4c881fda2ec096ca238539eb8c4aa2caa4daaa192456f34d00ad8012276c1d87fcc3533 -Size (Apache-Test-1.39.tar.gz) = 151240 bytes +SHA1 (Apache-Test-1.40.tar.gz) = 578210e8da1b01e624db8577c4d8ddfc3f221ae2 +RMD160 (Apache-Test-1.40.tar.gz) = e37ff4aa52a91f717dad278fce54f4bba1013fcc +SHA512 (Apache-Test-1.40.tar.gz) = f48a1b93c4d61181670ec59bb8bb2231122b22ec9725d8899a3b2f82d2918fdc48a09494c2f45b0e6a603546481892a948eac3494e06c8eb219a9213e1faadb8 +Size (Apache-Test-1.40.tar.gz) = 151801 bytes --_----------=_1506438111150430--