diff options
author | pettai <pettai@pkgsrc.org> | 2012-11-26 11:29:01 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2012-11-26 11:29:01 +0000 |
commit | 18ad3724aaad77e1fa19bce9f0bf30a38b813059 (patch) | |
tree | 4fdc6f2312b70f561146be98424bfa80f684c98e /security/softhsm/Makefile | |
parent | c7b1fc0b66dce2c2b083dd827adef7d5b441fa56 (diff) | |
download | pkgsrc-18ad3724aaad77e1fa19bce9f0bf30a38b813059.tar.gz |
SoftHSM 1.3.4 - 2012-11-24
* SOFTHSM-28: Support RSASSA-PSS signature scheme.
* SOFTHSM-29: The default location of the token database is
now $localstatedir/lib/softhsm/.
Diffstat (limited to 'security/softhsm/Makefile')
-rw-r--r-- | security/softhsm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/softhsm/Makefile b/security/softhsm/Makefile index 6d96240b7ad..38ccf1591ac 100644 --- a/security/softhsm/Makefile +++ b/security/softhsm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2012/10/23 18:16:58 asau Exp $ +# $NetBSD: Makefile,v 1.17 2012/11/26 11:29:01 pettai Exp $ # -DISTNAME= softhsm-1.3.3 +DISTNAME= softhsm-1.3.4 CATEGORIES= security MASTER_SITES= http://www.opendnssec.org/files/source/ |