From owner-svn-ports-all@FreeBSD.ORG Fri May 30 08:30:13 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 810CC698; Fri, 30 May 2014 08:30:13 +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 5472A2D33; Fri, 30 May 2014 08:30:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4U8UDAs028455; Fri, 30 May 2014 08:30:13 GMT (envelope-from erwin@svn.freebsd.org) Received: (from erwin@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4U8UCux028293; Fri, 30 May 2014 08:30:12 GMT (envelope-from erwin@svn.freebsd.org) Message-Id: <201405300830.s4U8UCux028293@svn.freebsd.org> From: Erwin Lansing Date: Fri, 30 May 2014 08:30:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355801 - in head/security/softhsm: . files X-SVN-Group: ports-head 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.18 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, 30 May 2014 08:30:13 -0000 Author: erwin Date: Fri May 30 08:30:12 2014 New Revision: 355801 URL: http://svnweb.freebsd.org/changeset/ports/355801 QAT: https://qat.redports.org/buildarchive/r355801/ Log: - Add license - Use @sample - Update to 1.3.7 Bugfixes: SOFTHSM-94: umask affecting the calling application. SOFTHSM-96: Check if Botan has already been initialised. PR: 190368 Submitted by: Jaap Akkerhuis (maintainer) Sponsored by: DK Hostmaster A/S Deleted: head/security/softhsm/files/ Modified: head/security/softhsm/Makefile head/security/softhsm/distinfo head/security/softhsm/pkg-plist Modified: head/security/softhsm/Makefile ============================================================================== --- head/security/softhsm/Makefile Fri May 30 08:05:11 2014 (r355800) +++ head/security/softhsm/Makefile Fri May 30 08:30:12 2014 (r355801) @@ -2,14 +2,15 @@ # $FreeBSD$ PORTNAME= softhsm -PORTVERSION= 1.3.6 -PORTREVISION= 1 +PORTVERSION= 1.3.7 CATEGORIES= security MASTER_SITES= http://dist.opendnssec.org/source/ MAINTAINER= jaap@NLnetLabs.nl COMMENT= Software implementation of a Hardware Security Module (HSM) +LICENSE= BSD2CLAUSE + LIB_DEPENDS= libbotan-1.10.so:${PORTSDIR}/security/botan110 \ libsqlite3.so:${PORTSDIR}/databases/sqlite3 Modified: head/security/softhsm/distinfo ============================================================================== --- head/security/softhsm/distinfo Fri May 30 08:05:11 2014 (r355800) +++ head/security/softhsm/distinfo Fri May 30 08:30:12 2014 (r355801) @@ -1,2 +1,2 @@ -SHA256 (softhsm-1.3.6.tar.gz) = e39ac8e851220edd2b2afbe4d9e06d956bccc20bc72752740eabf95692359486 -SIZE (softhsm-1.3.6.tar.gz) = 435893 +SHA256 (softhsm-1.3.7.tar.gz) = d12d6456a85561266d9da427565f3ee3746a35df6670d5e6be75de253c2810a4 +SIZE (softhsm-1.3.7.tar.gz) = 438437 Modified: head/security/softhsm/pkg-plist ============================================================================== --- head/security/softhsm/pkg-plist Fri May 30 08:05:11 2014 (r355800) +++ head/security/softhsm/pkg-plist Fri May 30 08:30:12 2014 (r355801) @@ -4,8 +4,7 @@ bin/softhsm-keyconv lib/softhsm/libsofthsm.a lib/softhsm/libsofthsm.la lib/softhsm/libsofthsm.so -etc/softhsm.conf.sample -@exec if [ ! -f %D/etc/softhsm.conf ]; then cp %D/etc/softhsm.conf.sample %D/etc/softhsm.conf; fi +@sample etc/softhsm.conf.sample @dirrm lib/softhsm @exec install -d -o root -g wheel -m 700 %D/var/lib/softhsm man/man1/softhsm-keyconv.1.gz