From owner-svn-ports-head@FreeBSD.ORG Tue May 12 07:55:45 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 61615607; Tue, 12 May 2015 07:55:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 35FA416A4; Tue, 12 May 2015 07:55:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4C7tjRX002364; Tue, 12 May 2015 07:55:45 GMT (envelope-from erwin@FreeBSD.org) Received: (from erwin@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4C7tijZ002358; Tue, 12 May 2015 07:55:44 GMT (envelope-from erwin@FreeBSD.org) Message-Id: <201505120755.t4C7tijZ002358@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: erwin set sender to erwin@FreeBSD.org using -f From: Erwin Lansing Date: Tue, 12 May 2015 07:55:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386127 - head/security/softhsm2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 May 2015 07:55:45 -0000 Author: erwin Date: Tue May 12 07:55:43 2015 New Revision: 386127 URL: https://svnweb.freebsd.org/changeset/ports/386127 Log: Update to 2.0.0b3 SOFTHSM-113: Support for Botan 1.11.15 SOFTHSM-119: softhsm2-util: Support ECDSA key import SUPPORT-139: Support deriving generic secrets, DES, DES2, DES3, and AES. Using DH, ECDH or symmetric encryption. Various Bug Fxes, see for details. LibreSSL support, see also for details. PR: 200056 Submitted by: Jaap Akkerhuis (maintainer) Modified: head/security/softhsm2/Makefile head/security/softhsm2/distinfo head/security/softhsm2/pkg-plist Modified: head/security/softhsm2/Makefile ============================================================================== --- head/security/softhsm2/Makefile Tue May 12 07:33:19 2015 (r386126) +++ head/security/softhsm2/Makefile Tue May 12 07:55:43 2015 (r386127) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= softhsm -PORTVERSION= 2.0.0.b1 +PORTVERSION= 2.0.0.b3 CATEGORIES= security MASTER_SITES= http://dist.opendnssec.org/source/ \ http://dist.opendnssec.org/source/testing/ PKGNAMESUFFIX= 2 -DISTNAME= softhsm-2.0.0b1 +DISTNAME= softhsm-2.0.0b3 MAINTAINER= jaap@NLnetLabs.nl COMMENT= Software implementation of a Hardware Security Module (HSM) @@ -36,6 +36,10 @@ OPTIONS_DEFAULT= CRYP_OPEN CRYP_BOTAN_CONFIGURE_WITH= crypto-backend=botan +.if defined(OPENSSL_PORT) && ${OPENSSL_PORT} == security/libressl +CONFIGURE_ARGS+= --disable-gost +.endif + .include .if ${PORT_OPTIONS:MCRYP_BOTAN} Modified: head/security/softhsm2/distinfo ============================================================================== --- head/security/softhsm2/distinfo Tue May 12 07:33:19 2015 (r386126) +++ head/security/softhsm2/distinfo Tue May 12 07:55:43 2015 (r386127) @@ -1,2 +1,2 @@ -SHA256 (softhsm-2.0.0b1.tar.gz) = b72ffae3feadbc669eecb58f4da5dce7e5124e666173e816ae58f98824515ae6 -SIZE (softhsm-2.0.0b1.tar.gz) = 922134 +SHA256 (softhsm-2.0.0b3.tar.gz) = 390b81f88dd4fe1035b54b42188dfd5a8ba768649129ccc7a3634fbf9454a7e8 +SIZE (softhsm-2.0.0b3.tar.gz) = 945279 Modified: head/security/softhsm2/pkg-plist ============================================================================== --- head/security/softhsm2/pkg-plist Tue May 12 07:33:19 2015 (r386126) +++ head/security/softhsm2/pkg-plist Tue May 12 07:55:43 2015 (r386127) @@ -5,7 +5,6 @@ bin/softhsm2-util %%ETCDIR%%2.conf.sample lib/softhsm/libsofthsm2.a lib/softhsm/libsofthsm2.so -man/man1/softhsm2-dump-db.1.gz man/man1/softhsm2-dump-file.1.gz man/man1/softhsm2-keyconv.1.gz man/man1/softhsm2-util.1.gz