svn commit: r483671 - head/security/softhsm2

Steve Wills swills at FreeBSD.org
Thu Nov 1 15:02:00 UTC 2018


Author: swills
Date: Thu Nov  1 15:01:59 2018
New Revision: 483671
URL: https://svnweb.freebsd.org/changeset/ports/483671

Log:
  security/softhsm2: Update to release 2.5.0
  
  PR:		232886
  Submitted by:	jaap at NLnetLabs.nl (maintainer)

Modified:
  head/security/softhsm2/Makefile   (contents, props changed)
  head/security/softhsm2/distinfo   (contents, props changed)

Modified: head/security/softhsm2/Makefile
==============================================================================
--- head/security/softhsm2/Makefile	Thu Nov  1 15:00:48 2018	(r483670)
+++ head/security/softhsm2/Makefile	Thu Nov  1 15:01:59 2018	(r483671)
@@ -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/ \
@@ -57,6 +57,11 @@ CONFIGURE_ARGS+=	--disable-gost
 .endif
 
 .if ${SSL_DEFAULT:Mopenssl-devel}
+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
 

Modified: head/security/softhsm2/distinfo
==============================================================================
--- head/security/softhsm2/distinfo	Thu Nov  1 15:00:48 2018	(r483670)
+++ head/security/softhsm2/distinfo	Thu Nov  1 15:01:59 2018	(r483671)
@@ -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


More information about the svn-ports-all mailing list