Received: by mail.netbsd.org (Postfix, from userid 605) id B415384DAE; Thu, 19 Apr 2018 03:12:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B3C8784D89 for ; Thu, 19 Apr 2018 03:12:33 +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 7BWqGn--V17K for ; Thu, 19 Apr 2018 03:12:33 +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 0962884CD3 for ; Thu, 19 Apr 2018 03:12:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EE2E4FBEC; Thu, 19 Apr 2018 03:12:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152410755248200" MIME-Version: 1.0 Date: Thu, 19 Apr 2018 03:12:32 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/security/p5-CryptX To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20180419031232.EE2E4FBEC@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. --_----------=_152410755248200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Thu Apr 19 03:12:32 UTC 2018 Modified Files: pkgsrc/security/p5-CryptX: Makefile distinfo Log Message: Update to 0.059 Upstream changes: 0.059 2018-03-25 - new Crypt::Digest::Keccak(224|256|384|512) - new methods sign_hash_rfc7518 + verify_hash_rfc7518 (Crypt::PK::ECC) - improved import of pkcs#8 private keys (Crypt::PK::ECC) - improved export allowing "compressed" variants (Crypt::PK::ECC) - fix #28 Apple's APNS pkcs8 auth key import fails (Crypt::PK::ECC) - fix cpantesters failure (5.8.1 related) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/p5-CryptX/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/p5-CryptX/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152410755248200 Content-Disposition: inline Content-Length: 1662 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/p5-CryptX/Makefile diff -u pkgsrc/security/p5-CryptX/Makefile:1.8 pkgsrc/security/p5-CryptX/Makefile:1.9 --- pkgsrc/security/p5-CryptX/Makefile:1.8 Wed Feb 28 08:46:04 2018 +++ pkgsrc/security/p5-CryptX/Makefile Thu Apr 19 03:12:32 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2018/02/28 08:46:04 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2018/04/19 03:12:32 wen Exp $ -DISTNAME= CryptX-0.058 +DISTNAME= CryptX-0.059 PKGNAME= p5-${DISTNAME} CATEGORIES= security perl5 MASTER_SITES= http://search.cpan.org/CPAN/authors/id/M/MI/MIK/ Index: pkgsrc/security/p5-CryptX/distinfo diff -u pkgsrc/security/p5-CryptX/distinfo:1.7 pkgsrc/security/p5-CryptX/distinfo:1.8 --- pkgsrc/security/p5-CryptX/distinfo:1.7 Wed Feb 28 08:46:04 2018 +++ pkgsrc/security/p5-CryptX/distinfo Thu Apr 19 03:12:32 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2018/02/28 08:46:04 wiz Exp $ +$NetBSD: distinfo,v 1.8 2018/04/19 03:12:32 wen Exp $ -SHA1 (CryptX-0.058.tar.gz) = 348d348ac12b5e86e50aad37a71629515a4cf9bf -RMD160 (CryptX-0.058.tar.gz) = fb599b2326efa1a07d752fc9d1f7cdab938acb9c -SHA512 (CryptX-0.058.tar.gz) = ba5b19c27b1fc5b81911886bc4b764ca98dd01d8ecdb85e436b0cc5946cdde8f331ed83235015eab6e79f8f3740d8f89f84c699509d450f18daf1c984297821b -Size (CryptX-0.058.tar.gz) = 1697570 bytes +SHA1 (CryptX-0.059.tar.gz) = 1b133660770397a4d4e19463f65cbf9eb978e0da +RMD160 (CryptX-0.059.tar.gz) = 13331eb8406dfae1f3528dc47757ae1e1fda5ee0 +SHA512 (CryptX-0.059.tar.gz) = e9767d9815cb08c5a275f6b9bceeae1408cd4a4bf6d0fbdea74e8e10949192bbb58888f7275c8ba545f76effb1028aebab3f28ad4eae858b7e7b53dbf16d18d1 +Size (CryptX-0.059.tar.gz) = 1715341 bytes --_----------=_152410755248200--