Date: Tue, 22 Aug 2017 16:51:42 +0000 (UTC) From: Eugene Grosbein <eugen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448566 - head/java/bouncycastle15 Message-ID: <201708221651.v7MGpgcf096814@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eugen Date: Tue Aug 22 16:51:42 2017 New Revision: 448566 URL: https://svnweb.freebsd.org/changeset/ports/448566 Log: Update to version 1.58 The main focus in this release is on features. Considerable work has been done on improving the TLS/DTLS API and the BCJSSE. Support for ECGOST3410-2012 has been added for both signing and key agreement/exchange. The DSTU-7564 digest and DSTU-7624 (Kalyna) cipher have also been added. Support for XMSS and XMSS^MT has been added to the BCPQC provider and certificate support for the BCPQC algorithms is much improved. Further details on other additions and bug fixes can be found in the release notes at: https://www.bouncycastle.org/releasenotes.html Modified: head/java/bouncycastle15/Makefile head/java/bouncycastle15/distinfo Modified: head/java/bouncycastle15/Makefile ============================================================================== --- head/java/bouncycastle15/Makefile Tue Aug 22 16:41:29 2017 (r448565) +++ head/java/bouncycastle15/Makefile Tue Aug 22 16:51:42 2017 (r448566) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bouncycastle -PORTVERSION= 1.57 +PORTVERSION= 1.58 CATEGORIES= java security MASTER_SITES= http://www.bouncycastle.org/download/ \ http://polydistortion.net/bc/download/ Modified: head/java/bouncycastle15/distinfo ============================================================================== --- head/java/bouncycastle15/distinfo Tue Aug 22 16:41:29 2017 (r448565) +++ head/java/bouncycastle15/distinfo Tue Aug 22 16:51:42 2017 (r448566) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495227388 -SHA256 (crypto-157.tar.gz) = 80f8f0986079e6cbe14c58fce71b590c5c1504b13217255d294a0acd592fc771 -SIZE (crypto-157.tar.gz) = 119454454 +TIMESTAMP = 1503401517 +SHA256 (crypto-158.tar.gz) = 175b342d853706107f54780052e224595453743e2a4b6aa0a0fcf02d5e24d01d +SIZE (crypto-158.tar.gz) = 123588158
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708221651.v7MGpgcf096814>