Wed May 23 10:05:44 2012 UTC ()
SoftHSM 1.3.3

* Increased performance by adding more indexes to the database.
* Describe the usage of SO and user PIN in the README.

Bugfixes:
* Detect if a C++ compiler is missing.


(pettai)
diff -r1.14 -r1.15 pkgsrc/security/softhsm/Makefile
diff -r1.7 -r1.8 pkgsrc/security/softhsm/distinfo
diff -r1.2 -r1.3 pkgsrc/security/softhsm/patches/patch-aa

cvs diff -r1.14 -r1.15 pkgsrc/security/softhsm/Makefile (expand / switch to unified diff)

--- pkgsrc/security/softhsm/Makefile 2012/04/27 12:32:03 1.14
+++ pkgsrc/security/softhsm/Makefile 2012/05/23 10:05:44 1.15
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.14 2012/04/27 12:32:03 obache Exp $ 1# $NetBSD: Makefile,v 1.15 2012/05/23 10:05:44 pettai Exp $
2# 2#
3 3
4DISTNAME= softhsm-1.3.2 4DISTNAME= softhsm-1.3.3
5PKGREVISION= 1 
6CATEGORIES= security 5CATEGORIES= security
7MASTER_SITES= http://www.opendnssec.org/files/source/ 6MASTER_SITES= http://www.opendnssec.org/files/source/
8 7
9MAINTAINER= pettai@NetBSD.org 8MAINTAINER= pettai@NetBSD.org
10HOMEPAGE= http://www.opendnssec.org/softhsm/ 9HOMEPAGE= http://www.opendnssec.org/softhsm/
11COMMENT= Cryptographic store accessible through a PKCS\#11 interface 10COMMENT= Cryptographic store accessible through a PKCS\#11 interface
12LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
13 12
14PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
15 14
16BUILD_DEFS+= VARBASE 15BUILD_DEFS+= VARBASE
17 16
18USE_LANGUAGES= c c++ 17USE_LANGUAGES= c c++

cvs diff -r1.7 -r1.8 pkgsrc/security/softhsm/distinfo (expand / switch to unified diff)

--- pkgsrc/security/softhsm/distinfo 2012/03/18 15:11:07 1.7
+++ pkgsrc/security/softhsm/distinfo 2012/05/23 10:05:44 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2012/03/18 15:11:07 pettai Exp $ 1$NetBSD: distinfo,v 1.8 2012/05/23 10:05:44 pettai Exp $
2 2
3SHA1 (softhsm-1.3.2.tar.gz) = 99c828e6915e5292b5ce923141607f4885b42678 3SHA1 (softhsm-1.3.3.tar.gz) = 8656d7d85016e5ecc8ac327071bde0161d5c5e44
4RMD160 (softhsm-1.3.2.tar.gz) = 9eb94a27be260900e2fc4930be8b70e6b2dd8536 4RMD160 (softhsm-1.3.3.tar.gz) = f210176ee0635c946208234ddbb7447ad089da54
5Size (softhsm-1.3.2.tar.gz) = 409022 bytes 5Size (softhsm-1.3.3.tar.gz) = 434872 bytes
6SHA1 (patch-aa) = 384c8c4943f2077af004e5b3e281798d87a43388 6SHA1 (patch-aa) = 480865e0a50759d582380573c0254bcdb517ddfe

cvs diff -r1.2 -r1.3 pkgsrc/security/softhsm/patches/Attic/patch-aa (expand / switch to unified diff)

--- pkgsrc/security/softhsm/patches/Attic/patch-aa 2010/05/09 18:20:38 1.2
+++ pkgsrc/security/softhsm/patches/Attic/patch-aa 2012/05/23 10:05:44 1.3
@@ -1,29 +1,29 @@ @@ -1,29 +1,29 @@
1$NetBSD: patch-aa,v 1.2 2010/05/09 18:20:38 pettai Exp $ 1$NetBSD: patch-aa,v 1.3 2012/05/23 10:05:44 pettai Exp $
2 2
3--- Makefile.in.orig 2009-12-22 23:14:34.000000000 +0100 3--- Makefile.in.orig 2012-05-09 18:41:49.000000000 +0000
4+++ Makefile.in 2009-12-22 23:16:23.000000000 +0100 4+++ Makefile.in
5@@ -256,6 +256,7 @@ 5@@ -271,6 +271,7 @@ sharedstatedir = @sharedstatedir@
6 softhsmdbdir = @softhsmdbdir@ 6 softhsmdbdir = @softhsmdbdir@
7 srcdir = @srcdir@ 7 srcdir = @srcdir@
8 sysconfdir = @sysconfdir@ 8 sysconfdir = @sysconfdir@
9+EGDIR = @EGDIR@ 9+EGDIR = @EGDIR@
10 target_alias = @target_alias@ 10 target_alias = @target_alias@
11 top_build_prefix = @top_build_prefix@ 11 top_build_prefix = @top_build_prefix@
12 top_builddir = @top_builddir@ 12 top_builddir = @top_builddir@
13@@ -757,11 +758,11 @@ 13@@ -869,11 +870,11 @@ uninstall-man: uninstall-man5
14  14
15  15
16 install-data-hook: 16 install-data-hook:
17- test -d ${DESTDIR}${sysconfdir} || \ 17- test -d ${DESTDIR}${sysconfdir} || \
18- ${INSTALL} -d ${DESTDIR}${sysconfdir} 18- ${INSTALL} -d ${DESTDIR}${sysconfdir}
19- test -f ${DESTDIR}${sysconfdir}/softhsm.conf || \ 19- test -f ${DESTDIR}${sysconfdir}/softhsm.conf || \
20- ${INSTALL_DATA} ${top_builddir}/softhsm.conf ${DESTDIR}${sysconfdir} 20- ${INSTALL_DATA} ${top_builddir}/softhsm.conf ${DESTDIR}${sysconfdir}
21- ${INSTALL_DATA} ${top_builddir}/softhsm.conf ${DESTDIR}${sysconfdir}/softhsm.conf.sample 21- ${INSTALL_DATA} ${top_builddir}/softhsm.conf ${DESTDIR}${sysconfdir}/softhsm.conf.sample
22+ test -d ${DESTDIR}${EGDIR} || \ 22+ test -d ${DESTDIR}${EGDIR} || \
23+ ${INSTALL} -d ${DESTDIR}${EGDIR} 23+ ${INSTALL} -d ${DESTDIR}${EGDIR}
24+ test -f ${DESTDIR}${EGDIR}/softhsm.conf || \ 24+ test -f ${DESTDIR}${EGDIR}/softhsm.conf || \
25+ ${INSTALL_DATA} ${top_builddir}/softhsm.conf ${DESTDIR}${EGDIR} 25+ ${INSTALL_DATA} ${top_builddir}/softhsm.conf ${DESTDIR}${EGDIR}
26+ ${INSTALL_DATA} ${top_builddir}/softhsm.conf ${DESTDIR}${EGDIR}/softhsm.conf.sample 26+ ${INSTALL_DATA} ${top_builddir}/softhsm.conf ${DESTDIR}${EGDIR}/softhsm.conf.sample
27 test -d ${DESTDIR}${softhsmdbdir} || \ 27 test -d ${DESTDIR}${softhsmdbdir} || \
28 ${INSTALL} -d -m 700 ${DESTDIR}${softhsmdbdir} 28 ${INSTALL} -d -m 700 ${DESTDIR}${softhsmdbdir}
29 # Tell versions [3.59,3.63) of GNU make to not export all variables. 29