Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 May 2020 08:48:44 +0000 (UTC)
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533528 - in head/security/softhsm2: . files
Message-ID:  <202005010848.0418minA024055@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tagattie
Date: Fri May  1 08:48:44 2020
New Revision: 533528
URL: https://svnweb.freebsd.org/changeset/ports/533528

Log:
  Update to 2.6.1
  
  PR:		245008
  Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
  Approved by:	ehaupt (mentor)
  Changelog:	https://www.opendnssec.org/2020/04/softhsm-2-6-0/
  		https://www.opendnssec.org/2020/04/1602/

Deleted:
  head/security/softhsm2/files/patch-src_lib_crypto_OSSLCryptoFactory.cpp
  head/security/softhsm2/files/patch-src_lib_object__store_DB.h
Modified:
  head/security/softhsm2/Makefile
  head/security/softhsm2/distinfo

Modified: head/security/softhsm2/Makefile
==============================================================================
--- head/security/softhsm2/Makefile	Fri May  1 08:24:54 2020	(r533527)
+++ head/security/softhsm2/Makefile	Fri May  1 08:48:44 2020	(r533528)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	softhsm
-PORTVERSION=	2.5.0
-PORTREVISION=	2
+PORTVERSION=	2.6.1
 CATEGORIES=	security
 MASTER_SITES=	http://dist.opendnssec.org/source/ \
 		http://dist.opendnssec.org/source/testing/
@@ -26,6 +25,9 @@ CONFLICTS=	softhsm-1.*
 USE_LDCONFIG=	yes
 
 LIB_DEPENDS+=		libcppunit.so:devel/cppunit
+MY_DEPENDS+=		p11-kit:security/p11-kit
+BUILD_DEPENDS+=		${MY_DEPENDS}
+RUN_DEPENDS+=		${MY_DEPENDS}
 
 OPTIONS_DEFINE=		SQLITE MIGRATE
 MIGRATE_IMPLIES=	SQLITE
@@ -46,7 +48,7 @@ SQLITE_USES=		sqlite
 MIGRATE_CONFIGURE_WITH=	migrate
 
 CRYP_BOTAN_CONFIGURE_ON=	--with-crypto-backend=botan
-CRYP_BOTAN_LIB_DEPENDS=	libbotan-1.10.so:security/botan110
+CRYP_BOTAN_LIB_DEPENDS=	libbotan-2.so:security/botan2
 
 CRYP_OPEN_CONFIGURE_ON=	--with-crypto-backend=openssl --with-openssl=${OPENSSLBASE}
 

Modified: head/security/softhsm2/distinfo
==============================================================================
--- head/security/softhsm2/distinfo	Fri May  1 08:24:54 2020	(r533527)
+++ head/security/softhsm2/distinfo	Fri May  1 08:48:44 2020	(r533528)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1540213808
-SHA256 (softhsm-2.5.0.tar.gz) = 92aa56cf45e25892326e98b851c44de9cac8559e208720e579bf8e2cd1c132b2
-SIZE (softhsm-2.5.0.tar.gz) = 1078439
+TIMESTAMP = 1588231625
+SHA256 (softhsm-2.6.1.tar.gz) = 61249473054bcd1811519ef9a989a880a7bdcc36d317c9c25457fc614df475f2
+SIZE (softhsm-2.6.1.tar.gz) = 1066766



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