From owner-svn-ports-all@freebsd.org Sun Jul 15 15:18:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30C621042C38; Sun, 15 Jul 2018 15:18:47 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C08948B809; Sun, 15 Jul 2018 15:18:46 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9B9617A44; Sun, 15 Jul 2018 15:18:46 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6FFIk0i022341; Sun, 15 Jul 2018 15:18:46 GMT (envelope-from eugen@FreeBSD.org) Received: (from eugen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6FFIkAN022340; Sun, 15 Jul 2018 15:18:46 GMT (envelope-from eugen@FreeBSD.org) Message-Id: <201807151518.w6FFIkAN022340@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eugen set sender to eugen@FreeBSD.org using -f From: Eugene Grosbein Date: Sun, 15 Jul 2018 15:18:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474698 - branches/2018Q3/java/bouncycastle15 X-SVN-Group: ports-branches X-SVN-Commit-Author: eugen X-SVN-Commit-Paths: branches/2018Q3/java/bouncycastle15 X-SVN-Commit-Revision: 474698 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jul 2018 15:18:47 -0000 Author: eugen Date: Sun Jul 15 15:18:45 2018 New Revision: 474698 URL: https://svnweb.freebsd.org/changeset/ports/474698 Log: MFH: r474695 bouncycastle15: update to version 1.60 This release deals with two CVEs: one affecting RSA key pair generation where the certainty value is being tweaked in the light-weight API, and the other on properly validating an XMSS/XMSS^MT private key on reload. In terms of improvements, the BCJSSE now supports SNI, CMS now supports SHA-3 signatures, the Unified Model is now fully supported for Diffie-Hellman with ephemeral keys, and PGP EC operations can support a wider range of curves. Issues have also been fixed in EST, CRMF request generation, and low-level support has been added for EdDSA. Further details on other additions and bug fixes can be found in the release notes at: https://www.bouncycastle.org/releasenotes.html Security: CVE-2018-1000180 Security: CVE-2018-1000613 Approved by: ports-secteam (miwi) Modified: branches/2018Q3/java/bouncycastle15/Makefile branches/2018Q3/java/bouncycastle15/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/java/bouncycastle15/Makefile ============================================================================== --- branches/2018Q3/java/bouncycastle15/Makefile Sun Jul 15 15:17:44 2018 (r474697) +++ branches/2018Q3/java/bouncycastle15/Makefile Sun Jul 15 15:18:45 2018 (r474698) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bouncycastle -PORTVERSION= 1.59 +PORTVERSION= 1.60 CATEGORIES= java security MASTER_SITES= http://www.bouncycastle.org/download/ \ http://polydistortion.net/bc/download/ Modified: branches/2018Q3/java/bouncycastle15/distinfo ============================================================================== --- branches/2018Q3/java/bouncycastle15/distinfo Sun Jul 15 15:17:44 2018 (r474697) +++ branches/2018Q3/java/bouncycastle15/distinfo Sun Jul 15 15:18:45 2018 (r474698) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514536470 -SHA256 (crypto-159.tar.gz) = 03c08bc60acdcc035275adccd185bc3683e8b1266aa3400bfb8a526e622aa2d6 -SIZE (crypto-159.tar.gz) = 126095735 +TIMESTAMP = 1531664561 +SHA256 (crypto-160.tar.gz) = 52cdc6faf6fdf665592edceb780ec0f55a3fa4f0b74fe7b8ef3a363ba80847d1 +SIZE (crypto-160.tar.gz) = 140380969