diff options
author | eugen <eugen@FreeBSD.org> | 2019-04-02 14:57:18 +0800 |
---|---|---|
committer | eugen <eugen@FreeBSD.org> | 2019-04-02 14:57:18 +0800 |
commit | 8cb680ff2409d5aa7a46ace5450e94d3758598d5 (patch) | |
tree | 39e69aeb6e1e0b34b7a2bfd5ab797fcbbbe11792 /java | |
parent | ac8591700233f6d9c5652dc0cf17e69f39626f54 (diff) | |
download | freebsd-ports-gnome-8cb680ff2409d5aa7a46ace5450e94d3758598d5.tar.gz freebsd-ports-gnome-8cb680ff2409d5aa7a46ace5450e94d3758598d5.tar.zst freebsd-ports-gnome-8cb680ff2409d5aa7a46ace5450e94d3758598d5.zip |
java/bouncycastle15: update to version 1.61
This release adds support for the qTESLA signature alogirithm
and the password hashing algorithm Argon2. Support for endpoint
ID validation has been added to the BCJSSE, and the TLS/BCJSEE API's
journey to TLS 1.3 has continued.
Support has been added to the provider for the Ed25519 and Ed448
signature algorithms and provider support has also been added
for X25519 and X448.
A new API for directly parsing and creating S/MIME documents has been added
to the PKIX APIs. In terms of bug fixes, the TLS api will now tolerate
unrecognized hash algorithms and SNI types.
An issue that meant XMSS/XMSS^MT private keys would sometime reload
incorrectly has been fixed.
RFC3211WrapEngine will now properly handle messages longer than 127 bytes,
and an endianness issue for encoding parameters longer than 255 bytes
for CSHAKE has been fixed, some CMP parsing issues have been found and
dealt with, the co-factors for id-tc26-gost-3410-12-256-paramSetA and
id-tc26-gost-3410-12-512-paramSetC have been corrected and more
work has been done on EC key encoding to make sure named curve
parameters are preserved where possible. BCFKS key stores can
now be signature protected rather than passord protected.
See also https://www.bouncycastle.org/releasenotes.html
Also, the port now installs version of bcprov.jar built from sources
removing code since older java/bouncycastle port that installs
bcprov.jar bundled with distfile.
Diffstat (limited to 'java')
-rw-r--r-- | java/bouncycastle15/Makefile | 5 | ||||
-rw-r--r-- | java/bouncycastle15/distinfo | 6 |
2 files changed, 4 insertions, 7 deletions
diff --git a/java/bouncycastle15/Makefile b/java/bouncycastle15/Makefile index 25ffbe8facee..a8ca05197b36 100644 --- a/java/bouncycastle15/Makefile +++ b/java/bouncycastle15/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= bouncycastle -PORTVERSION= 1.60 -PORTREVISION= 1 +PORTVERSION= 1.61 CATEGORIES= java security MASTER_SITES= http://www.bouncycastle.org/download/ \ http://polydistortion.net/bc/download/ @@ -56,8 +55,6 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/build/artifacts/jdk${JDKMVERSION}/jars/${jar}-jdk${JDKNVERSION}on-${DVERSION}.jar \ ${STAGEDIR}${JAVAJARDIR}/${jar}.jar .endfor - ${INSTALL_DATA} ${WRKSRC}/jars/bcprov-jdk${JDKNVERSION}on-${DVERSION}.jar \ - ${STAGEDIR}${JAVAJARDIR}/bcprov.jar .if ${PORT_OPTIONS:MZIPSRC} @${MKDIR} ${STAGEDIR}${DATADIR} .for jar in ${JARS_SRC} diff --git a/java/bouncycastle15/distinfo b/java/bouncycastle15/distinfo index 7bcccb052002..4ff25e01f1e2 100644 --- a/java/bouncycastle15/distinfo +++ b/java/bouncycastle15/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1531664561 -SHA256 (crypto-160.tar.gz) = 52cdc6faf6fdf665592edceb780ec0f55a3fa4f0b74fe7b8ef3a363ba80847d1 -SIZE (crypto-160.tar.gz) = 140380969 +TIMESTAMP = 1554174153 +SHA256 (crypto-161.tar.gz) = e429d7ec67da1709c82e36dc5214ea45875457db94329eca638a576f931e3e22 +SIZE (crypto-161.tar.gz) = 136435919 |