Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Nov 2018 15:01:59 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483671 - head/security/softhsm2
Message-ID:  <201811011501.wA1F1xrp001734@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811011501.wA1F1xrp001734>