Thu Mar 13 23:50:08 2014 UTC ()
Version 1.0.4h (released 2014-01-09)

* yhsm-daemon: Use JSON messages instead of Python pickling.


(pettai)
diff -r1.2 -r1.3 pkgsrc/security/py-hsm/Makefile
diff -r1.1 -r1.2 pkgsrc/security/py-hsm/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/security/py-hsm/Makefile (expand / switch to unified diff)

--- pkgsrc/security/py-hsm/Makefile 2014/01/19 09:51:12 1.2
+++ pkgsrc/security/py-hsm/Makefile 2014/03/13 23:50:08 1.3
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.2 2014/01/19 09:51:12 wiz Exp $ 1# $NetBSD: Makefile,v 1.3 2014/03/13 23:50:08 pettai Exp $
2 2
3DISTNAME= pyhsm-1.0.4g 3DISTNAME= pyhsm-1.0.4h
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
5PKGREVISION= 1 
6CATEGORIES= security 5CATEGORIES= security
7MASTER_SITES= http://opensource.yubico.com/python-pyhsm/releases/ 6MASTER_SITES= http://opensource.yubico.com/python-pyhsm/releases/
8 7
9MAINTAINER= pettai@NetBSD.org 8MAINTAINER= pettai@NetBSD.org
10HOMEPAGE= http://opensource.yubico.com/python-pyhsm/ 9HOMEPAGE= http://opensource.yubico.com/python-pyhsm/
11COMMENT= Python package that talk to a YubiHSM 10COMMENT= Python package that talk to a YubiHSM
12LICENSE= modified-bsd 11LICENSE= modified-bsd
13 12
14DEPENDS+= ${PYPKGPREFIX}-serial-[0-9]*:../../comms/py-serial 13DEPENDS+= ${PYPKGPREFIX}-serial-[0-9]*:../../comms/py-serial
15DEPENDS+= ${PYPKGPREFIX}-crypto-[0-9]*:../../security/py-crypto 14DEPENDS+= ${PYPKGPREFIX}-crypto-[0-9]*:../../security/py-crypto
16 15
17PYDISTUTILSPKG= yes 16PYDISTUTILSPKG= yes
18 17

cvs diff -r1.1 -r1.2 pkgsrc/security/py-hsm/distinfo (expand / switch to unified diff)

--- pkgsrc/security/py-hsm/distinfo 2013/10/08 15:21:37 1.1
+++ pkgsrc/security/py-hsm/distinfo 2014/03/13 23:50:08 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1 2013/10/08 15:21:37 pettai Exp $ 1$NetBSD: distinfo,v 1.2 2014/03/13 23:50:08 pettai Exp $
2 2
3SHA1 (pyhsm-1.0.4g.tar.gz) = d46522b83a56b7eb2e4fef2328496d6426341384 3SHA1 (pyhsm-1.0.4h.tar.gz) = eb6963aee6ce85fd53021d7648723614c3db8c79
4RMD160 (pyhsm-1.0.4g.tar.gz) = 08a0d0c4673d9892a6f1c2562cdb7a483c28d412 4RMD160 (pyhsm-1.0.4h.tar.gz) = cc3353c8dd5cfdf509320bde79276bec60486621
5Size (pyhsm-1.0.4g.tar.gz) = 149857 bytes 5Size (pyhsm-1.0.4h.tar.gz) = 160680 bytes