diff options
author | Steve Wills <swills@FreeBSD.org> | 2018-11-01 15:01:59 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2018-11-01 15:01:59 +0000 |
commit | 5cb5d8d8ab844633ef5af81804f86a3a8d6ca92e (patch) | |
tree | 20a813355ae2330edf2ba2a366f0c1e96e29f6f2 | |
parent | 7c745e9fdc60bcd268cf2bc7a236ef00b2c14f03 (diff) |
Notes
-rw-r--r-- | security/softhsm2/Makefile | 7 | ||||
-rw-r--r-- | security/softhsm2/distinfo | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/security/softhsm2/Makefile b/security/softhsm2/Makefile index a67e7b75db2d..b13e16ab5dc4 100644 --- a/security/softhsm2/Makefile +++ b/security/softhsm2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= softhsm -PORTVERSION= 2.4.0 +PORTVERSION= 2.5.0 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://dist.opendnssec.org/source/ \ @@ -60,6 +60,11 @@ CONFIGURE_ARGS+= --disable-gost CONFIGURE_ARGS+= --disable-gost .endif +# openssl-1.1.1 (default after 1200080) doesn't support GHOST (yet), punt for now. +.if ${OSVERSION}>=1200080 +CONFIGURE_ARGS+= --disable-gost +.endif + post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/p11-kit/modules ${INSTALL_DATA} ${WRKSRC}/softhsm2.module \ diff --git a/security/softhsm2/distinfo b/security/softhsm2/distinfo index 3ebaf9ec9a88..aa897b495cec 100644 --- a/security/softhsm2/distinfo +++ b/security/softhsm2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1519738695 -SHA256 (softhsm-2.4.0.tar.gz) = 26aac12bdeaacd15722dc0a24a5a1981a3b711e61d10ac687a23ff0b7075da07 -SIZE (softhsm-2.4.0.tar.gz) = 1042566 +TIMESTAMP = 1540213808 +SHA256 (softhsm-2.5.0.tar.gz) = 92aa56cf45e25892326e98b851c44de9cac8559e208720e579bf8e2cd1c132b2 +SIZE (softhsm-2.5.0.tar.gz) = 1078439 |