diff options
author | pettai <pettai@pkgsrc.org> | 2012-01-23 11:12:47 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2012-01-23 11:12:47 +0000 |
commit | bab3972c80161827fa3de2eb52065ed3237f947c (patch) | |
tree | 01a567c7f6db348a91e4558cc18e9dacf2f6c964 /security/softhsm | |
parent | af30c26ca3696ec9b79ee0434c72d8c966c3bb81 (diff) | |
download | pkgsrc-bab3972c80161827fa3de2eb52065ed3237f947c.tar.gz |
SoftHSM 1.3.1
* The library is now installed in $libdir/softhsm/.
Bugfixes:
* Do not give a warning about the schema version if the token
has not been initialized yet.
* The tools now return the correct exit code.
Diffstat (limited to 'security/softhsm')
-rw-r--r-- | security/softhsm/Makefile | 5 | ||||
-rw-r--r-- | security/softhsm/PLIST | 4 | ||||
-rw-r--r-- | security/softhsm/distinfo | 8 |
3 files changed, 8 insertions, 9 deletions
diff --git a/security/softhsm/Makefile b/security/softhsm/Makefile index e34f4dde11d..25bbdb903ed 100644 --- a/security/softhsm/Makefile +++ b/security/softhsm/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2011/11/25 21:26:14 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2012/01/23 11:12:47 pettai Exp $ # -DISTNAME= softhsm-1.3.0 -PKGREVISION= 1 +DISTNAME= softhsm-1.3.1 CATEGORIES= security MASTER_SITES= http://www.opendnssec.org/files/source/ diff --git a/security/softhsm/PLIST b/security/softhsm/PLIST index f5ef53bc4c3..83b7bbe0776 100644 --- a/security/softhsm/PLIST +++ b/security/softhsm/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2010/03/13 17:47:56 pettai Exp $ +@comment $NetBSD: PLIST,v 1.2 2012/01/23 11:12:47 pettai Exp $ bin/softhsm bin/softhsm-keyconv -lib/libsofthsm.la +lib/softhsm/libsofthsm.la man/man1/softhsm-keyconv.1 man/man1/softhsm.1 man/man5/softhsm.conf.5 diff --git a/security/softhsm/distinfo b/security/softhsm/distinfo index f07a84df475..a441314a085 100644 --- a/security/softhsm/distinfo +++ b/security/softhsm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2011/09/17 21:47:30 pettai Exp $ +$NetBSD: distinfo,v 1.6 2012/01/23 11:12:47 pettai Exp $ -SHA1 (softhsm-1.3.0.tar.gz) = be35c67dbe04b833903d85a43c2d4f34c73351a4 -RMD160 (softhsm-1.3.0.tar.gz) = 3cca246e128014dad1fb7e466229fca9599d4e14 -Size (softhsm-1.3.0.tar.gz) = 407644 bytes +SHA1 (softhsm-1.3.1.tar.gz) = ff257cba29c7aa52e9f01642c0bb9bf60bc9c245 +RMD160 (softhsm-1.3.1.tar.gz) = 4233a1c62283cfeaffe381fc9ac1238784a07c0e +Size (softhsm-1.3.1.tar.gz) = 409444 bytes SHA1 (patch-aa) = 384c8c4943f2077af004e5b3e281798d87a43388 |