diff options
author | pettai <pettai@pkgsrc.org> | 2014-06-07 20:37:25 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2014-06-07 20:37:25 +0000 |
commit | f969596d9dd12edab75b4262c57e152b4bc43e5c (patch) | |
tree | 8216351a991300bff67873c83ba4ed0113a88441 /security/softhsm/Makefile | |
parent | 10dd39c5a854dd8b08feee1e232ba0cf63921b4e (diff) | |
download | pkgsrc-f969596d9dd12edab75b4262c57e152b4bc43e5c.tar.gz |
SoftHSM 1.3.7 - 2014-05-28
Bugfixes:
* SOFTHSM-94: umask affecting the calling application.
* SOFTHSM-96: Check if Botan has already been initialized.
Diffstat (limited to 'security/softhsm/Makefile')
-rw-r--r-- | security/softhsm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/softhsm/Makefile b/security/softhsm/Makefile index 6267339a08f..0303480fb1e 100644 --- a/security/softhsm/Makefile +++ b/security/softhsm/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2014/04/09 07:26:58 obache Exp $ +# $NetBSD: Makefile,v 1.25 2014/06/07 20:37:25 pettai Exp $ # -DISTNAME= softhsm-1.3.6 -PKGREVISION= 1 +DISTNAME= softhsm-1.3.7 CATEGORIES= security MASTER_SITES= http://www.opendnssec.org/files/source/ |