diff options
author | pettai <pettai@pkgsrc.org> | 2014-09-27 20:22:01 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2014-09-27 20:22:01 +0000 |
commit | be0ba856471c6dd51c17fabe5cd213a1ff4ef891 (patch) | |
tree | 4212df4864f7286fe311a2e7a1cdbe69ce34a98a /security/py-hsm | |
parent | c056577c5491a6a0c61a71c37de59b1f35ba520c (diff) | |
download | pkgsrc-be0ba856471c6dd51c17fabe5cd213a1ff4ef891.tar.gz |
Version 1.0.4k (released 2014-09-18)
* yhsm-db-import, yhsm-db-export: Fix syntax error.
Version 1.0.4j (released 2014-09-16)
* yhsm-yubikey-ksm: Fix syntax error.
Version 1.0.4i (released 2014-09-16)
* yhsm-yubikey-ksm: Add --daemon.
* yhsm-yubikey-ksm: Add --db-url to specify SQL database path to AEAD store.
* yhsm-db-import, yhsm-db-export: New tools to do database import/export.
* Documentation cleanup.
Diffstat (limited to 'security/py-hsm')
-rw-r--r-- | security/py-hsm/Makefile | 4 | ||||
-rw-r--r-- | security/py-hsm/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/py-hsm/Makefile b/security/py-hsm/Makefile index 99473b049b8..2457ed19294 100644 --- a/security/py-hsm/Makefile +++ b/security/py-hsm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2014/03/13 23:50:08 pettai Exp $ +# $NetBSD: Makefile,v 1.4 2014/09/27 20:22:01 pettai Exp $ -DISTNAME= pyhsm-1.0.4h +DISTNAME= pyhsm-1.0.4k PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= security MASTER_SITES= http://opensource.yubico.com/python-pyhsm/releases/ diff --git a/security/py-hsm/distinfo b/security/py-hsm/distinfo index a8cdcbcac8e..82616268b33 100644 --- a/security/py-hsm/distinfo +++ b/security/py-hsm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2014/03/13 23:50:08 pettai Exp $ +$NetBSD: distinfo,v 1.3 2014/09/27 20:22:01 pettai Exp $ -SHA1 (pyhsm-1.0.4h.tar.gz) = eb6963aee6ce85fd53021d7648723614c3db8c79 -RMD160 (pyhsm-1.0.4h.tar.gz) = cc3353c8dd5cfdf509320bde79276bec60486621 -Size (pyhsm-1.0.4h.tar.gz) = 160680 bytes +SHA1 (pyhsm-1.0.4k.tar.gz) = ccfee42a4b952390f7fe9ccd6c40f8d4d2749241 +RMD160 (pyhsm-1.0.4k.tar.gz) = 4c7229de4b7dd2e048eb98e485195b4eed5089c7 +Size (pyhsm-1.0.4k.tar.gz) = 158900 bytes |