Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2026 13:19:35 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 89238746ace5 - main - security/softhsm2: Updae 2.6.1 => 2.7.0
Message-ID:  <699ef6e7.450eb.60f04838@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=89238746ace5e99f89b2bc57b3c2fc27e3f35bd3

commit 89238746ace5e99f89b2bc57b3c2fc27e3f35bd3
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2026-02-25 13:10:10 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-02-25 13:19:23 +0000

    security/softhsm2: Updae 2.6.1 => 2.7.0
    
    Changelog:
    https://github.com/softhsm/SoftHSMv2/releases/tag/2.7.0
    
    - Upstream changed site.
    - Cleanup the port.
    
    PR:             292670
    Approved by:    Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
    MFH:            2026Q1
    Co-authored-by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
---
 security/softhsm2/Makefile  | 29 ++++++++++++-----------------
 security/softhsm2/distinfo  |  6 +++---
 security/softhsm2/pkg-plist |  6 +++---
 3 files changed, 18 insertions(+), 23 deletions(-)

diff --git a/security/softhsm2/Makefile b/security/softhsm2/Makefile
index e1209054b8ec..18603bbb9ecf 100644
--- a/security/softhsm2/Makefile
+++ b/security/softhsm2/Makefile
@@ -1,39 +1,34 @@
 PORTNAME=	softhsm
-PORTVERSION=	2.6.1
-PORTREVISION=	4
+DISTVERSION=	2.7.0
 CATEGORIES=	security
-MASTER_SITES=	http://dist.opendnssec.org/source/ \
-		http://dist.opendnssec.org/source/testing/
 PKGNAMESUFFIX=	2
 
 MAINTAINER=	jaap@NLnetLabs.nl
 COMMENT=	Software implementation of a Hardware Security Module (HSM)
-WWW=		https://www.opendnssec.org/
+WWW=		https://www.softhsm.org/
 
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-MY_DEPENDS+=		p11-kit:security/p11-kit
-BUILD_DEPENDS+=		${MY_DEPENDS}
-RUN_DEPENDS+=		${MY_DEPENDS}
+MY_DEPENDS=	p11-kit:security/p11-kit
+BUILD_DEPENDS=	${MY_DEPENDS}
+RUN_DEPENDS=	${MY_DEPENDS}
 
-USES=		compiler:c++11-lang libtool pkgconfig ssl
+USES=		autoreconf compiler:c++11-lang libtool pkgconfig ssl
+USE_GITHUB=	yes
+GH_PROJECT=	SoftHSMv2
 
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-
-CONFIGURE_ARGS+=	--with-crypto-backend=openssl \
-			--with-openssl=${OPENSSLBASE} \
-			--disable-gost
+CONFIGURE_ARGS=	--disable-gost \
+		--with-crypto-backend=openssl \
+		--with-openssl=${OPENSSLBASE}
 
 INSTALL_TARGET=	install-strip
 
-CONFLICTS=	softhsm-1.*
-
 SUB_FILES=	pkg-message
 
 OPTIONS_DEFINE=		SQLITE MIGRATE
-OPTIONS_DEFAULT=	CRYP_OPEN SQLITE MIGRATE
+OPTIONS_DEFAULT=	SQLITE MIGRATE
 
 OPTIONS_SUB=		yes
 MIGRATE_DESC=		Build the migration tool
diff --git a/security/softhsm2/distinfo b/security/softhsm2/distinfo
index 8926b2a552b8..206b82cd60e0 100644
--- a/security/softhsm2/distinfo
+++ b/security/softhsm2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1588231625
-SHA256 (softhsm-2.6.1.tar.gz) = 61249473054bcd1811519ef9a989a880a7bdcc36d317c9c25457fc614df475f2
-SIZE (softhsm-2.6.1.tar.gz) = 1066766
+TIMESTAMP = 1768921725
+SHA256 (softhsm-SoftHSMv2-2.7.0_GH0.tar.gz) = be14a5820ec457eac5154462ffae51ba5d8a643f6760514d4b4b83a77be91573
+SIZE (softhsm-SoftHSMv2-2.7.0_GH0.tar.gz) = 564143
diff --git a/security/softhsm2/pkg-plist b/security/softhsm2/pkg-plist
index 7eff707eb2b8..3ca8940b9cfe 100644
--- a/security/softhsm2/pkg-plist
+++ b/security/softhsm2/pkg-plist
@@ -12,9 +12,9 @@ share/man/man1/softhsm2-keyconv.1.gz
 %%MIGRATE%%share/man/man1/softhsm2-migrate.1.gz
 share/man/man1/softhsm2-util.1.gz
 share/man/man5/softhsm2.conf.5.gz
+share/p11-kit/modules/softhsm2.module
+@dir share/p11-kit/modules
+@dir share/p11-kit
 @dir /var/lib/softhsm/tokens
 @dir /var/lib/softhsm
 @dir /var/lib
-@dir share/p11-kit/modules
-@dir share
-share/p11-kit/modules/softhsm2.module


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699ef6e7.450eb.60f04838>