pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security py-cryptography[_vectors]: updated to 2.2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/971ed2942cce
branches:  trunk
changeset: 377786:971ed2942cce
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Mar 22 11:49:19 2018 +0000

description:
py-cryptography[_vectors]: updated to 2.2.1

2.2.1:
Reverted a change to GeneralNames which prohibited having zero elements, due to breakages.
Fixed a bug in :func:~cryptography.hazmat.primitives.keywrap.aes_key_unwrap_with_padding that caused it to raise InvalidUnwrap when key length modulo 8 was zero.

diffstat:

 security/py-cryptography/Makefile         |  18 ++++++++----------
 security/py-cryptography/distinfo         |  10 +++++-----
 security/py-cryptography_vectors/Makefile |   4 ++--
 security/py-cryptography_vectors/PLIST    |   3 ++-
 security/py-cryptography_vectors/distinfo |  10 +++++-----
 5 files changed, 22 insertions(+), 23 deletions(-)

diffs (92 lines):

diff -r 304058ec08ae -r 971ed2942cce security/py-cryptography/Makefile
--- a/security/py-cryptography/Makefile Thu Mar 22 09:48:01 2018 +0000
+++ b/security/py-cryptography/Makefile Thu Mar 22 11:49:19 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.64 2018/03/19 09:01:46 adam Exp $
+# $NetBSD: Makefile,v 1.65 2018/03/22 11:49:19 adam Exp $
 
-DISTNAME=      cryptography-2.2
+DISTNAME=      cryptography-2.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cryptography/}
@@ -15,14 +15,12 @@
 DEPENDS+=      ${PYPKGPREFIX}-cparser>=2.10:../../devel/py-cparser
 DEPENDS+=      ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-# TEST_DEPENDS
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-iso8601-[0-9]*:../../time/py-iso8601
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-test>=0.8:../../devel/py-test
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-cryptography_vectors-[0-9]*:../../security/py-cryptography_vectors
-# but py-requests depends on py-cryptography
-#BUILD_DEPENDS+=       ${PYPKGPREFIX}-requests>=0.8:../../devel/py-requests
+TEST_DEPENDS+= ${PYPKGPREFIX}-cryptography_vectors-[0-9]*:../../security/py-cryptography_vectors
+TEST_DEPENDS+= ${PYPKGPREFIX}-iso8601-[0-9]*:../../time/py-iso8601
+TEST_DEPENDS+= ${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend
+TEST_DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
+TEST_DEPENDS+= ${PYPKGPREFIX}-requests>=0.8:../../devel/py-requests
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=0.8:../../devel/py-test
 
 .include "../../lang/python/pyversion.mk"
 
diff -r 304058ec08ae -r 971ed2942cce security/py-cryptography/distinfo
--- a/security/py-cryptography/distinfo Thu Mar 22 09:48:01 2018 +0000
+++ b/security/py-cryptography/distinfo Thu Mar 22 11:49:19 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.50 2018/03/19 09:01:46 adam Exp $
+$NetBSD: distinfo,v 1.51 2018/03/22 11:49:19 adam Exp $
 
-SHA1 (cryptography-2.2.tar.gz) = 629bd599c009aa902f9ec49f9e84964ef7d084b8
-RMD160 (cryptography-2.2.tar.gz) = 0404ccbebeb8d7d5235fdf633440ab2156645958
-SHA512 (cryptography-2.2.tar.gz) = 93fdde2461f7682521c94696c8de66d73793d972c230731cf48fba00d0adcae8880473ff221519cc7208cdf841eb9a86a54a98d5c270dbd2935045cff8403928
-Size (cryptography-2.2.tar.gz) = 443546 bytes
+SHA1 (cryptography-2.2.1.tar.gz) = 34d4ca1bf19d880ae4b965dd6808d5334d5094e4
+RMD160 (cryptography-2.2.1.tar.gz) = 5eff32a2f6b3636027f815a1a61b976ae60025e6
+SHA512 (cryptography-2.2.1.tar.gz) = 8fcd7e023ed65b2d8997475639154727a537696e5fcb01206cad2a6b2249702115a2788b7fa623e6bd700040e9ffdd25cc7cae6d002d1c8d4bf64132f4c18afa
+Size (cryptography-2.2.1.tar.gz) = 443853 bytes
diff -r 304058ec08ae -r 971ed2942cce security/py-cryptography_vectors/Makefile
--- a/security/py-cryptography_vectors/Makefile Thu Mar 22 09:48:01 2018 +0000
+++ b/security/py-cryptography_vectors/Makefile Thu Mar 22 11:49:19 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2018/03/19 09:01:46 adam Exp $
+# $NetBSD: Makefile,v 1.13 2018/03/22 11:49:19 adam Exp $
 
-DISTNAME=      cryptography_vectors-2.2
+DISTNAME=      cryptography_vectors-2.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cryptography_vectors/}
diff -r 304058ec08ae -r 971ed2942cce security/py-cryptography_vectors/PLIST
--- a/security/py-cryptography_vectors/PLIST    Thu Mar 22 09:48:01 2018 +0000
+++ b/security/py-cryptography_vectors/PLIST    Thu Mar 22 11:49:19 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2018/03/19 09:01:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2018/03/22 11:49:19 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -463,6 +463,7 @@
 ${PYSITELIB}/cryptography_vectors/hashes/blake2/blake2b.txt
 ${PYSITELIB}/cryptography_vectors/hashes/blake2/blake2s.txt
 ${PYSITELIB}/cryptography_vectors/hashes/ripemd160/ripevectors.txt
+${PYSITELIB}/cryptography_vectors/keywrap/kwp_botan.txt
 ${PYSITELIB}/cryptography_vectors/keywrap/kwtestvectors/KWP_AD_128.txt
 ${PYSITELIB}/cryptography_vectors/keywrap/kwtestvectors/KWP_AD_128_inv.txt
 ${PYSITELIB}/cryptography_vectors/keywrap/kwtestvectors/KWP_AD_192.txt
diff -r 304058ec08ae -r 971ed2942cce security/py-cryptography_vectors/distinfo
--- a/security/py-cryptography_vectors/distinfo Thu Mar 22 09:48:01 2018 +0000
+++ b/security/py-cryptography_vectors/distinfo Thu Mar 22 11:49:19 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2018/03/19 09:01:46 adam Exp $
+$NetBSD: distinfo,v 1.13 2018/03/22 11:49:19 adam Exp $
 
-SHA1 (cryptography_vectors-2.2.tar.gz) = 5558018b3fc64dc648a7dc6a91a6af675a7cb6af
-RMD160 (cryptography_vectors-2.2.tar.gz) = 521aa6d5ea5100143347535ec13a3b1391bf5111
-SHA512 (cryptography_vectors-2.2.tar.gz) = f65eeccbe75e4a2966cfb32dbde61c02456f181f1c2821d442601bfa308333fa7ea4aaf60ed6662d391ce0aa86668fa43428f779eb5fcd687e23a8bd798da0e9
-Size (cryptography_vectors-2.2.tar.gz) = 27255052 bytes
+SHA1 (cryptography_vectors-2.2.1.tar.gz) = d093d29cf2b02c7c5652bddfb4b26aa7d38b8631
+RMD160 (cryptography_vectors-2.2.1.tar.gz) = 54c165e84918a6b06e03337138bcb41280eba51c
+SHA512 (cryptography_vectors-2.2.1.tar.gz) = f36a00ad2ca9d0859b7c938dbe734ff3da230bed026865f18261872f5f36bd15fd6ba2a6464531b50f617c9c5c0b2aea10cbd35b38806d9f8e32084872857942
+Size (cryptography_vectors-2.2.1.tar.gz) = 27271546 bytes



Home | Main Index | Thread Index | Old Index