From owner-svn-ports-all@freebsd.org Fri May 1 08:48:45 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2C4202CED10; Fri, 1 May 2020 08:48:45 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49D5Wd0RyJz4FHv; Fri, 1 May 2020 08:48:45 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 067565903; Fri, 1 May 2020 08:48:45 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0418miST024056; Fri, 1 May 2020 08:48:44 GMT (envelope-from tagattie@FreeBSD.org) Received: (from tagattie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0418minA024055; Fri, 1 May 2020 08:48:44 GMT (envelope-from tagattie@FreeBSD.org) Message-Id: <202005010848.0418minA024055@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tagattie set sender to tagattie@FreeBSD.org using -f From: Hiroki Tagato Date: Fri, 1 May 2020 08:48:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533528 - in head/security/softhsm2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tagattie X-SVN-Commit-Paths: in head/security/softhsm2: . files X-SVN-Commit-Revision: 533528 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 May 2020 08:48:45 -0000 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 (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