- Update to 1.3.7 Bugfixes: SOFTHSM-94: umask affecting the calling application. SOFTHSM-96: Check if Botan has already been initialised. Note to comitter, the patch introduced in the previous port revision is incorporated so the files directory can be removed. Generated with FreeBSD Port Tools 1.02 (mode: update, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->erwin erwin@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks! Not I also converted the softhsm.conf(.sample) to the @sample macro.