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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d725a3855924
branches:  trunk
changeset: 377578:d725a3855924
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Mar 19 09:01:46 2018 +0000

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

2.2:
BACKWARDS INCOMPATIBLE: Support for Python 2.6 has been dropped.
Resolved a bug in HKDF that incorrectly constrained output size.
Added :class:~cryptography.hazmat.primitives.asymmetric.ec.BrainpoolP256R1, :class:~cryptography.hazmat.primitives.asymmetric.ec.BrainpoolP384R1, and 
:class:~cryptography.hazmat.primitives.asymmetric.ec.BrainpoolP512R1 to support inter-operating with systems like German smart meters.
Added token rotation support to :doc:Fernet </fernet> with :meth:~cryptography.fernet.MultiFernet.rotate.
Fixed a memory leak in :func:~cryptography.hazmat.primitives.asymmetric.ec.derive_private_key.
Added support for AES key wrapping with padding via :func:~cryptography.hazmat.primitives.keywrap.aes_key_wrap_with_padding and 
:func:~cryptography.hazmat.primitives.keywrap.aes_key_unwrap_with_padding .
Allow loading DSA keys with 224 bit q.

diffstat:

 security/py-cryptography/Makefile         |   4 ++--
 security/py-cryptography/distinfo         |  10 +++++-----
 security/py-cryptography_vectors/Makefile |   4 ++--
 security/py-cryptography_vectors/PLIST    |   5 +++--
 security/py-cryptography_vectors/distinfo |  10 +++++-----
 5 files changed, 17 insertions(+), 16 deletions(-)

diffs (87 lines):

diff -r 4d97962b3aa8 -r d725a3855924 security/py-cryptography/Makefile
--- a/security/py-cryptography/Makefile Mon Mar 19 08:28:25 2018 +0000
+++ b/security/py-cryptography/Makefile Mon Mar 19 09:01:46 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.63 2017/11/30 08:23:27 adam Exp $
+# $NetBSD: Makefile,v 1.64 2018/03/19 09:01:46 adam Exp $
 
-DISTNAME=      cryptography-2.1.4
+DISTNAME=      cryptography-2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cryptography/}
diff -r 4d97962b3aa8 -r d725a3855924 security/py-cryptography/distinfo
--- a/security/py-cryptography/distinfo Mon Mar 19 08:28:25 2018 +0000
+++ b/security/py-cryptography/distinfo Mon Mar 19 09:01:46 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.49 2017/11/30 08:23:27 adam Exp $
+$NetBSD: distinfo,v 1.50 2018/03/19 09:01:46 adam Exp $
 
-SHA1 (cryptography-2.1.4.tar.gz) = 0c4d8104c78e6e3e94ca8bdb1d99a365f29673e7
-RMD160 (cryptography-2.1.4.tar.gz) = f3fc128c3e62fd71a34d1d180bda79ef0e13ffe0
-SHA512 (cryptography-2.1.4.tar.gz) = f749cb4384badc174a842514e5a4fee2ed01ab9c716799d8d9d5301f6d2d97b6c41deb9e425f48928b639fa34bef8c05529ed7e5b777ef5ca75c244f8fda8fd4
-Size (cryptography-2.1.4.tar.gz) = 441557 bytes
+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
diff -r 4d97962b3aa8 -r d725a3855924 security/py-cryptography_vectors/Makefile
--- a/security/py-cryptography_vectors/Makefile Mon Mar 19 08:28:25 2018 +0000
+++ b/security/py-cryptography_vectors/Makefile Mon Mar 19 09:01:46 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2017/11/30 08:23:27 adam Exp $
+# $NetBSD: Makefile,v 1.12 2018/03/19 09:01:46 adam Exp $
 
-DISTNAME=      cryptography_vectors-2.1.4
+DISTNAME=      cryptography_vectors-2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cryptography_vectors/}
diff -r 4d97962b3aa8 -r d725a3855924 security/py-cryptography_vectors/PLIST
--- a/security/py-cryptography_vectors/PLIST    Mon Mar 19 08:28:25 2018 +0000
+++ b/security/py-cryptography_vectors/PLIST    Mon Mar 19 09:01:46 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2017/10/12 08:28:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2018/03/19 09:01:46 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -16,6 +16,7 @@
 ${PYSITELIB}/cryptography_vectors/HMAC/rfc-4231-sha384.txt
 ${PYSITELIB}/cryptography_vectors/HMAC/rfc-4231-sha512.txt
 ${PYSITELIB}/cryptography_vectors/KDF/ansx963_2001.txt
+${PYSITELIB}/cryptography_vectors/KDF/hkdf-generated.txt
 ${PYSITELIB}/cryptography_vectors/KDF/nist-800-108-KBKDF-CTR.txt
 ${PYSITELIB}/cryptography_vectors/KDF/rfc-5869-HKDF-SHA1.txt
 ${PYSITELIB}/cryptography_vectors/KDF/rfc-5869-HKDF-SHA256.txt
@@ -82,6 +83,7 @@
 ${PYSITELIB}/cryptography_vectors/asymmetric/ECDH/KASValidityTest_ECCStaticUnified_KDFConcat_NOKC_resp.fax
 ${PYSITELIB}/cryptography_vectors/asymmetric/ECDH/KASValidityTest_ECCStaticUnified_NOKC_ZZOnly_init.fax
 ${PYSITELIB}/cryptography_vectors/asymmetric/ECDH/KASValidityTest_ECCStaticUnified_NOKC_ZZOnly_resp.fax
+${PYSITELIB}/cryptography_vectors/asymmetric/ECDH/brainpool.txt
 ${PYSITELIB}/cryptography_vectors/asymmetric/ECDSA/FIPS_186-2/KeyPair.rsp
 ${PYSITELIB}/cryptography_vectors/asymmetric/ECDSA/FIPS_186-2/PKV.rsp
 ${PYSITELIB}/cryptography_vectors/asymmetric/ECDSA/FIPS_186-2/Readme.txt
@@ -461,7 +463,6 @@
 ${PYSITELIB}/cryptography_vectors/hashes/blake2/blake2b.txt
 ${PYSITELIB}/cryptography_vectors/hashes/blake2/blake2s.txt
 ${PYSITELIB}/cryptography_vectors/hashes/ripemd160/ripevectors.txt
-${PYSITELIB}/cryptography_vectors/hashes/whirlpool/iso-test-vectors.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 4d97962b3aa8 -r d725a3855924 security/py-cryptography_vectors/distinfo
--- a/security/py-cryptography_vectors/distinfo Mon Mar 19 08:28:25 2018 +0000
+++ b/security/py-cryptography_vectors/distinfo Mon Mar 19 09:01:46 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2017/11/30 08:23:27 adam Exp $
+$NetBSD: distinfo,v 1.12 2018/03/19 09:01:46 adam Exp $
 
-SHA1 (cryptography_vectors-2.1.4.tar.gz) = 27b850b8e4cead25beef4c4548ec7819698ab515
-RMD160 (cryptography_vectors-2.1.4.tar.gz) = de097b6d989c103cb8f342596667ab2f30f6aa28
-SHA512 (cryptography_vectors-2.1.4.tar.gz) = 74c2c1e3924f848488a3b5abdabda1a0089ae7d070b94e65f9fa2bf2da057ad27a37e46f90de4f2c3e9f1cc96c1c179cb5dbf0f50d5166a02846923e3bceb165
-Size (cryptography_vectors-2.1.4.tar.gz) = 27255711 bytes
+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



Home | Main Index | Thread Index | Old Index