pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/softhsm SoftHSM 1.3.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d96e1879fc7b
branches:  trunk
changeset: 604125:d96e1879fc7b
user:      pettai <pettai%pkgsrc.org@localhost>
date:      Wed May 23 10:05:44 2012 +0000

description:
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:

 security/softhsm/Makefile         |   5 ++---
 security/softhsm/distinfo         |  10 +++++-----
 security/softhsm/patches/patch-aa |  12 ++++++------
 3 files changed, 13 insertions(+), 14 deletions(-)

diffs (60 lines):

diff -r 336ac33dbc13 -r d96e1879fc7b security/softhsm/Makefile
--- a/security/softhsm/Makefile Wed May 23 09:53:12 2012 +0000
+++ b/security/softhsm/Makefile Wed May 23 10:05:44 2012 +0000
@@ -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 -r 336ac33dbc13 -r d96e1879fc7b security/softhsm/distinfo
--- a/security/softhsm/distinfo Wed May 23 09:53:12 2012 +0000
+++ b/security/softhsm/distinfo Wed May 23 10:05:44 2012 +0000
@@ -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 -r 336ac33dbc13 -r d96e1879fc7b security/softhsm/patches/patch-aa
--- a/security/softhsm/patches/patch-aa Wed May 23 09:53:12 2012 +0000
+++ b/security/softhsm/patches/patch-aa Wed May 23 10:05:44 2012 +0000
@@ -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 @@
  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 @@
 +      ${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.
+ 



Home | Main Index | Thread Index | Old Index