Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 2014 08:30:12 +0000 (UTC)
From:      Erwin Lansing <erwin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355801 - in head/security/softhsm: . files
Message-ID:  <201405300830.s4U8UCux028293@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <jaap@NLnetLabs.nl> (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



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