summaryrefslogtreecommitdiff
path: root/security/softhsm
diff options
context:
space:
mode:
authorpettai <pettai@pkgsrc.org>2010-05-09 18:20:38 +0000
committerpettai <pettai@pkgsrc.org>2010-05-09 18:20:38 +0000
commit4e2875d32bd9f4e6839bd5719e8992eb499e2ba5 (patch)
tree21e897f215ae58bc908d7209db5beec1b31a704c /security/softhsm
parent03955b91828d2030908c8aee0843b29077573e10 (diff)
downloadpkgsrc-4e2875d32bd9f4e6839bd5719e8992eb499e2ba5.tar.gz
SoftHSM 1.1.4 - 2010-04-06
* Respect --disable-64bit * Respect $DESTDIR for config files * The binaries can now show the version number * softhsm-keyconv could not handle --ttl properly * Link softhsm static with libsofthsm * Build libsofthsm.so without version number * libsofthsm.so is now a loadable module
Diffstat (limited to 'security/softhsm')
-rw-r--r--security/softhsm/Makefile4
-rw-r--r--security/softhsm/distinfo10
-rw-r--r--security/softhsm/patches/patch-aa16
3 files changed, 15 insertions, 15 deletions
diff --git a/security/softhsm/Makefile b/security/softhsm/Makefile
index 72a28e3183e..15424a75d30 100644
--- a/security/softhsm/Makefile
+++ b/security/softhsm/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2010/03/13 17:51:26 pettai Exp $
+# $NetBSD: Makefile,v 1.3 2010/05/09 18:20:38 pettai Exp $
#
-DISTNAME= softhsm-1.1.3
+DISTNAME= softhsm-1.1.4
CATEGORIES= security
MASTER_SITES= http://www.opendnssec.org/files/source/
diff --git a/security/softhsm/distinfo b/security/softhsm/distinfo
index ba0bde199cd..3a123c57355 100644
--- a/security/softhsm/distinfo
+++ b/security/softhsm/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2010/03/13 17:47:56 pettai Exp $
+$NetBSD: distinfo,v 1.2 2010/05/09 18:20:38 pettai Exp $
-SHA1 (softhsm-1.1.3.tar.gz) = 042deb3027262e8f890b92f5ad633f1ca0d84e5c
-RMD160 (softhsm-1.1.3.tar.gz) = b955d9fd3cfd03126108d12845df4d658ec236b8
-Size (softhsm-1.1.3.tar.gz) = 392508 bytes
-SHA1 (patch-aa) = 5277cf016704aad9b96e7a38b4432a59c9eadb73
+SHA1 (softhsm-1.1.4.tar.gz) = f9ed10f04d7a6099bdc5b75ee55de5a2354dca90
+RMD160 (softhsm-1.1.4.tar.gz) = 19201c3801ad91a63a121c6125d0e70922eb0778
+Size (softhsm-1.1.4.tar.gz) = 389240 bytes
+SHA1 (patch-aa) = 384c8c4943f2077af004e5b3e281798d87a43388
diff --git a/security/softhsm/patches/patch-aa b/security/softhsm/patches/patch-aa
index 189791fc1e1..087b3689345 100644
--- a/security/softhsm/patches/patch-aa
+++ b/security/softhsm/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2010/03/13 17:47:56 pettai Exp $
+$NetBSD: patch-aa,v 1.2 2010/05/09 18:20:38 pettai Exp $
--- Makefile.in.orig 2009-12-22 23:14:34.000000000 +0100
+++ Makefile.in 2009-12-22 23:16:23.000000000 +0100
@@ -10,20 +10,20 @@ $NetBSD: patch-aa,v 1.1.1.1 2010/03/13 17:47:56 pettai Exp $
target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
-@@ -833,11 +834,11 @@
+@@ -757,11 +758,11 @@
install-data-hook:
-- test -d ${sysconfdir} || \
+- test -d ${DESTDIR}${sysconfdir} || \
- ${INSTALL} -d ${DESTDIR}${sysconfdir}
-- test -f ${sysconfdir}/softhsm.conf || \
+- test -f ${DESTDIR}${sysconfdir}/softhsm.conf || \
- ${INSTALL_DATA} ${top_builddir}/softhsm.conf ${DESTDIR}${sysconfdir}
- ${INSTALL_DATA} ${top_builddir}/softhsm.conf ${DESTDIR}${sysconfdir}/softhsm.conf.sample
-+ test -d ${EGDIR} || \
++ test -d ${DESTDIR}${EGDIR} || \
+ ${INSTALL} -d ${DESTDIR}${EGDIR}
-+ test -f ${EGDIR}/softhsm.conf || \
++ test -f ${DESTDIR}${EGDIR}/softhsm.conf || \
+ ${INSTALL_DATA} ${top_builddir}/softhsm.conf ${DESTDIR}${EGDIR}
+ ${INSTALL_DATA} ${top_builddir}/softhsm.conf ${DESTDIR}${EGDIR}/softhsm.conf.sample
- test -d ${softhsmdbdir} || \
+ test -d ${DESTDIR}${softhsmdbdir} || \
${INSTALL} -d -m 700 ${DESTDIR}${softhsmdbdir}
-
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.