diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-11-18 20:03:41 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-11-18 20:03:41 +0000 |
commit | 1c4d9cba5f4210dbbaa5e95f3570b1065d363f31 (patch) | |
tree | e15c08791e6c9bb164fc0d1d281566da14b1f7bd | |
parent | devel/py-fs: update to 0.5.4 (diff) |
security/py-keyczar: update to 0.715
Overview of Changes:
* Change version numbering to match PEP-0440
* Unpadding happens after MAC validation to prevent padding oracle attacks
* Added Encoding options to all crypto operations to select whether or not
not encoding should be used.
* Python version setup improved for PyPi.
* AttachedSign with empty nonce now correctly functions.
While here limit python version to 2.x, because it doesn't build with 3.x
PR: 204576
Submitted by: douglas@douglasthrift.net (maintainer)
Notes
Notes:
svn path=/head/; revision=401891
-rw-r--r-- | security/py-keyczar/Makefile | 9 | ||||
-rw-r--r-- | security/py-keyczar/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/security/py-keyczar/Makefile b/security/py-keyczar/Makefile index 1bf04c7a35af..119618cc3cdd 100644 --- a/security/py-keyczar/Makefile +++ b/security/py-keyczar/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= keyczar -PORTVERSION= 0.71c +PORTVERSION= 0.715 CATEGORIES= security python -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} @@ -15,7 +15,8 @@ LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.0:${PORTSDIR}/security/py-pycrypto -USES= python -USE_PYTHON= distutils autoplist +NO_ARCH= yes +USES= python:2 +USE_PYTHON= autoplist distutils .include <bsd.port.mk> diff --git a/security/py-keyczar/distinfo b/security/py-keyczar/distinfo index 21b9a8851808..22d9f8e28426 100644 --- a/security/py-keyczar/distinfo +++ b/security/py-keyczar/distinfo @@ -1,2 +1,2 @@ -SHA256 (python-keyczar-0.71c.tar.gz) = 34845f4d8388b11e1176d36e90c2126cff564a621133bd1a946aa6640d2e9035 -SIZE (python-keyczar-0.71c.tar.gz) = 236344 +SHA256 (python-keyczar-0.715.tar.gz) = f43f9f15b0b719de94cab2754dcf78ef63b40ee2a12cea296e7af788b28501bb +SIZE (python-keyczar-0.715.tar.gz) = 242151 |