summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorpettai <pettai@pkgsrc.org>2012-05-23 10:05:44 +0000
committerpettai <pettai@pkgsrc.org>2012-05-23 10:05:44 +0000
commit53441d3a9e211eb8b5afb51b33eefc2c93ddb492 (patch)
tree72f1b4ae63398ab5cb225a6a1b35154349ec1ffb /security
parentd53613c4fb350f23527505c979bb2bdbd4bb03f1 (diff)
downloadpkgsrc-53441d3a9e211eb8b5afb51b33eefc2c93ddb492.tar.gz
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.
Diffstat (limited to 'security')
-rw-r--r--security/softhsm/Makefile5
-rw-r--r--security/softhsm/distinfo10
-rw-r--r--security/softhsm/patches/patch-aa12
3 files changed, 13 insertions, 14 deletions
diff --git a/security/softhsm/Makefile b/security/softhsm/Makefile
index ecfd0bf57f1..fb7f7eef9ce 100644
--- a/security/softhsm/Makefile
+++ b/security/softhsm/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2012/04/27 12:32:03 obache Exp $
+# $NetBSD: Makefile,v 1.15 2012/05/23 10:05:44 pettai Exp $
#
-DISTNAME= softhsm-1.3.2
-PKGREVISION= 1
+DISTNAME= softhsm-1.3.3
CATEGORIES= security
MASTER_SITES= http://www.opendnssec.org/files/source/
diff --git a/security/softhsm/distinfo b/security/softhsm/distinfo
index 957d901815f..b348b1c2972 100644
--- a/security/softhsm/distinfo
+++ b/security/softhsm/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2012/03/18 15:11:07 pettai Exp $
+$NetBSD: distinfo,v 1.8 2012/05/23 10:05:44 pettai Exp $
-SHA1 (softhsm-1.3.2.tar.gz) = 99c828e6915e5292b5ce923141607f4885b42678
-RMD160 (softhsm-1.3.2.tar.gz) = 9eb94a27be260900e2fc4930be8b70e6b2dd8536
-Size (softhsm-1.3.2.tar.gz) = 409022 bytes
-SHA1 (patch-aa) = 384c8c4943f2077af004e5b3e281798d87a43388
+SHA1 (softhsm-1.3.3.tar.gz) = 8656d7d85016e5ecc8ac327071bde0161d5c5e44
+RMD160 (softhsm-1.3.3.tar.gz) = f210176ee0635c946208234ddbb7447ad089da54
+Size (softhsm-1.3.3.tar.gz) = 434872 bytes
+SHA1 (patch-aa) = 480865e0a50759d582380573c0254bcdb517ddfe
diff --git a/security/softhsm/patches/patch-aa b/security/softhsm/patches/patch-aa
index 087b3689345..a5b477f4bd6 100644
--- a/security/softhsm/patches/patch-aa
+++ b/security/softhsm/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2010/05/09 18:20:38 pettai Exp $
+$NetBSD: patch-aa,v 1.3 2012/05/23 10:05:44 pettai Exp $
---- Makefile.in.orig 2009-12-22 23:14:34.000000000 +0100
-+++ Makefile.in 2009-12-22 23:16:23.000000000 +0100
-@@ -256,6 +256,7 @@
+--- Makefile.in.orig 2012-05-09 18:41:49.000000000 +0000
++++ Makefile.in
+@@ -271,6 +271,7 @@ sharedstatedir = @sharedstatedir@
softhsmdbdir = @softhsmdbdir@
srcdir = @srcdir@
sysconfdir = @sysconfdir@
@@ -10,7 +10,7 @@ $NetBSD: patch-aa,v 1.2 2010/05/09 18:20:38 pettai Exp $
target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
-@@ -757,11 +758,11 @@
+@@ -869,11 +870,11 @@ uninstall-man: uninstall-man5
install-data-hook:
@@ -26,4 +26,4 @@ $NetBSD: patch-aa,v 1.2 2010/05/09 18:20:38 pettai Exp $
+ ${INSTALL_DATA} ${top_builddir}/softhsm.conf ${DESTDIR}${EGDIR}/softhsm.conf.sample
test -d ${DESTDIR}${softhsmdbdir} || \
${INSTALL} -d -m 700 ${DESTDIR}${softhsmdbdir}
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
+