Received: by mail.netbsd.org (Postfix, from userid 605) id B5D2084EF5; Tue, 2 Oct 2018 12:26:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BBF6684CEF for ; Tue, 2 Oct 2018 12:26:13 +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 ZeykzyHYjnpb for ; Tue, 2 Oct 2018 12:26:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 10D9C84EF1 for ; Tue, 2 Oct 2018 12:26:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 08C9DFBEE; Tue, 2 Oct 2018 12:26:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1538483173161050" MIME-Version: 1.0 Date: Tue, 2 Oct 2018 12:26:13 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/security/p5-Crypt-OpenSSL-RSA To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20181002122613.08C9DFBEE@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. --_----------=_1538483173161050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Tue Oct 2 12:26:12 UTC 2018 Modified Files: pkgsrc/security/p5-Crypt-OpenSSL-RSA: Makefile distinfo Log Message: Update to 0.31 Upstream changes: 0.31 Mon Sep 24 2018 - Remove default of SHA256 for RSA keys. This has caused significant problems with downstream modules and it has always been possible to do $key->use_sha256_hash() To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/security/p5-Crypt-OpenSSL-RSA/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/p5-Crypt-OpenSSL-RSA/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1538483173161050 Content-Disposition: inline Content-Length: 1886 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/p5-Crypt-OpenSSL-RSA/Makefile diff -u pkgsrc/security/p5-Crypt-OpenSSL-RSA/Makefile:1.37 pkgsrc/security/p5-Crypt-OpenSSL-RSA/Makefile:1.38 --- pkgsrc/security/p5-Crypt-OpenSSL-RSA/Makefile:1.37 Wed Aug 22 09:46:22 2018 +++ pkgsrc/security/p5-Crypt-OpenSSL-RSA/Makefile Tue Oct 2 12:26:12 2018 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2018/08/22 09:46:22 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2018/10/02 12:26:12 wen Exp $ -DISTNAME= Crypt-OpenSSL-RSA-0.30 +DISTNAME= Crypt-OpenSSL-RSA-0.31 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} Index: pkgsrc/security/p5-Crypt-OpenSSL-RSA/distinfo diff -u pkgsrc/security/p5-Crypt-OpenSSL-RSA/distinfo:1.12 pkgsrc/security/p5-Crypt-OpenSSL-RSA/distinfo:1.13 --- pkgsrc/security/p5-Crypt-OpenSSL-RSA/distinfo:1.12 Wed May 2 13:22:44 2018 +++ pkgsrc/security/p5-Crypt-OpenSSL-RSA/distinfo Tue Oct 2 12:26:12 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2018/05/02 13:22:44 wiz Exp $ +$NetBSD: distinfo,v 1.13 2018/10/02 12:26:12 wen Exp $ -SHA1 (Crypt-OpenSSL-RSA-0.30.tar.gz) = 77d7248274bd7a747cac202f0dc31ac9444f56ae -RMD160 (Crypt-OpenSSL-RSA-0.30.tar.gz) = d698359ec2920f267f68136adedec2fdb92533b3 -SHA512 (Crypt-OpenSSL-RSA-0.30.tar.gz) = 7a6fb6dd3a454f97666f1ccdefae57641b8f79513b8ac3850b5508c27f3ad3195649b2979693e38350ea94d2f405390a77ca893431b2e349d4aa4eb06c0ba11b -Size (Crypt-OpenSSL-RSA-0.30.tar.gz) = 24664 bytes +SHA1 (Crypt-OpenSSL-RSA-0.31.tar.gz) = 5028d060a546a4e1334b60d2fefd21cdd116afb1 +RMD160 (Crypt-OpenSSL-RSA-0.31.tar.gz) = 2f5f2e42715cc790bce107ae742da7af70635d3d +SHA512 (Crypt-OpenSSL-RSA-0.31.tar.gz) = e00d25fc1d39253ea2d7d6ee478403d2b38bd9125602baf5815672fb9e81674ff58bbb47539e425526db1988ebc1a40837372cf42ffd466cb532efa2e450ccab +Size (Crypt-OpenSSL-RSA-0.31.tar.gz) = 25856 bytes --_----------=_1538483173161050--