summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorpettai <pettai>2011-05-04 10:10:18 +0000
committerpettai <pettai>2011-05-04 10:10:18 +0000
commit374e8eae08ab276912027249465bf01a9c3034c9 (patch)
tree89178df302ce8ffe27c74b1b8f09659384f83209 /security
parent8a615187da95ac32a9239fad63cc020a6a3a4dfe (diff)
downloadpkgsrc-374e8eae08ab276912027249465bf01a9c3034c9.tar.gz
SoftHSM 1.2.1 - 2011-05-03
* Backport mutex handling from v2 for increased multithreaded performance. * Remove signature verification used for debugging purposes. (was enabled with ./configure --enable-sigver) * Added an index to the attribute table in the database. * Optimization of the database handling.
Diffstat (limited to 'security')
-rw-r--r--security/softhsm/Makefile6
-rw-r--r--security/softhsm/distinfo8
-rw-r--r--security/softhsm/options.mk14
3 files changed, 6 insertions, 22 deletions
diff --git a/security/softhsm/Makefile b/security/softhsm/Makefile
index 701b176d837..9a235367ad5 100644
--- a/security/softhsm/Makefile
+++ b/security/softhsm/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2011/03/31 18:37:33 agc Exp $
+# $NetBSD: Makefile,v 1.8 2011/05/04 10:10:18 pettai Exp $
#
-DISTNAME= softhsm-1.2.0
+DISTNAME= softhsm-1.2.1
CATEGORIES= security
MASTER_SITES= http://www.opendnssec.org/files/source/
@@ -35,8 +35,6 @@ CONF_FILES= ${EGDIR}/softhsm.conf ${PKG_SYSCONFDIR}/softhsm.conf
INSTALLATION_DIRS= ${EGDIR} etc bin lib
OWN_DIRS= ${VARBASE}/softhsm
-.include "options.mk"
-
pre-install:
${INSTALL_DATA} ${WRKSRC}/softhsm.conf ${DESTDIR}${EGDIR}
diff --git a/security/softhsm/distinfo b/security/softhsm/distinfo
index 3cd7ccdf6ef..4572a560c22 100644
--- a/security/softhsm/distinfo
+++ b/security/softhsm/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2010/10/18 21:03:50 pettai Exp $
+$NetBSD: distinfo,v 1.4 2011/05/04 10:10:18 pettai Exp $
-SHA1 (softhsm-1.2.0.tar.gz) = 922ce04695ed1ae10d420ef0db9b888366bfe2d6
-RMD160 (softhsm-1.2.0.tar.gz) = 778265b58c0e71698b5eb00b6060ea1435592c4f
-Size (softhsm-1.2.0.tar.gz) = 395009 bytes
+SHA1 (softhsm-1.2.1.tar.gz) = 83a1c818d6f6c45cc26deb9952558a6d931775c3
+RMD160 (softhsm-1.2.1.tar.gz) = 24a61b06e89c21460d17b9f8ececc6346725d543
+Size (softhsm-1.2.1.tar.gz) = 395446 bytes
SHA1 (patch-aa) = 384c8c4943f2077af004e5b3e281798d87a43388
diff --git a/security/softhsm/options.mk b/security/softhsm/options.mk
deleted file mode 100644
index 3c307271ccc..00000000000
--- a/security/softhsm/options.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD: options.mk,v 1.1.1.1 2010/03/13 17:47:56 pettai Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.softhsm
-PKG_SUPPORTED_OPTIONS= sigver
-PKG_SUGGESTED_OPTIONS=
-
-.include "../../mk/bsd.options.mk"
-
-###
-### Signature verification for debugging
-###
-.if !empty(PKG_OPTIONS:Msigver)
-CONFIGURE_ARGS+= --enable-sigver
-.endif