update to py-cryptography 1.4

This commit is contained in:
sthen 2016-06-25 22:57:18 +00:00
parent d242d88d1d
commit 6ca075f02b
6 changed files with 39 additions and 10 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.11 2016/06/04 16:44:35 sthen Exp $
# $OpenBSD: Makefile,v 1.12 2016/06/25 22:57:18 sthen Exp $
COMMENT= cryptographic recipes and primitives for Python
MODPY_EGG_VERSION= 1.3.4
MODPY_EGG_VERSION= 1.4
DISTNAME= cryptography-${MODPY_EGG_VERSION}
PKGNAME= ${MODPY_PY_PREFIX}${DISTNAME}
CATEGORIES= security devel

View File

@ -1,2 +1,2 @@
SHA256 (cryptography-1.3.4.tar.gz) = Qj/4kMAb58cNv+qpZ+7vUUbxpDpfgQ/9wHsXjkihBak=
SIZE (cryptography-1.3.4.tar.gz) = 384109
SHA256 (cryptography-1.4.tar.gz) = uxSVQO2QxLIXG/aU/mmR1jMbwUmuYjyP9BkyT0Ii0Sg=
SIZE (cryptography-1.4.tar.gz) = 399707

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.6 2016/03/26 14:37:05 sthen Exp $
@comment $OpenBSD: PLIST,v 1.7 2016/06/25 22:57:18 sthen Exp $
lib/python${MODPY_VERSION}/site-packages/cryptography/
lib/python${MODPY_VERSION}/site-packages/cryptography-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/cryptography-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
@ -146,6 +146,7 @@ lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/kdf/${MO
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/kdf/${MODPY_PYCACHE}x963kdf.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/kdf/hkdf.py
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/kdf/kbkdf.py
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/kdf/pbkdf2.py
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/kdf/x963kdf.py
lib/python${MODPY_VERSION}/site-packages/cryptography/hazmat/primitives/keywrap.py

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.9 2016/06/04 16:44:35 sthen Exp $
# $OpenBSD: Makefile,v 1.10 2016/06/25 22:57:18 sthen Exp $
COMMENT= test vectors for py-cryptography
MODPY_EGG_VERSION= 1.3.4
MODPY_EGG_VERSION= 1.4
DISTNAME= cryptography_vectors-${MODPY_EGG_VERSION}
PKGNAME= ${MODPY_PY_PREFIX}${DISTNAME}
CATEGORIES= security

View File

@ -1,2 +1,2 @@
SHA256 (cryptography_vectors-1.3.4.tar.gz) = RBS84KPX8KPNv0Tada5cfFhv12XHd9mQI+taOsWPAZY=
SIZE (cryptography_vectors-1.3.4.tar.gz) = 25820443
SHA256 (cryptography_vectors-1.4.tar.gz) = ByiBXvDFPWf9Q3qlIgRQqXUtQeyygQj132KKCS/0Zuo=
SIZE (cryptography_vectors-1.4.tar.gz) = 26646027

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.5 2016/03/26 14:37:05 sthen Exp $
@comment $OpenBSD: PLIST,v 1.6 2016/06/25 22:57:18 sthen Exp $
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
@ -148,6 +148,31 @@ lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/RSA/FIP
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/RSA/FIPS_186-2/SigVerPSS_186-3.rsp
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/RSA/FIPS_186-2/SigVerRSA.rsp
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/RSA/SigVer15EMTest.txt
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/RSA/oaep-custom/
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha1-sha224.txt
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha1-sha256.txt
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha1-sha384.txt
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha1-sha512.txt
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha224-sha1.txt
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha224-sha224.txt
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha224-sha256.txt
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha224-sha384.txt
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha224-sha512.txt
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha256-sha1.txt
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha256-sha224.txt
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha256-sha256.txt
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha256-sha384.txt
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha256-sha512.txt
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha384-sha1.txt
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha384-sha224.txt
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha384-sha256.txt
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha384-sha384.txt
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha384-sha512.txt
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha512-sha1.txt
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha512-sha224.txt
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha512-sha256.txt
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha512-sha384.txt
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha512-sha512.txt
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/RSA/pkcs-1v2-1d2-vec/
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/RSA/pkcs-1v2-1d2-vec/oaep-int.txt
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/asymmetric/RSA/pkcs-1v2-1d2-vec/oaep-vect.txt
@ -444,6 +469,9 @@ lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/hashes/SHA2/SHA512
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/hashes/SHA2/SHA512Monte.rsp
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/hashes/SHA2/SHA512Monte.txt
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/hashes/SHA2/SHA512ShortMsg.rsp
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/hashes/blake2/
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/hashes/blake2/blake2b.txt
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/hashes/blake2/blake2s.txt
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/hashes/ripemd160/
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/hashes/ripemd160/ripevectors.txt
lib/python${MODPY_VERSION}/site-packages/cryptography_vectors/hashes/whirlpool/