pkgsrc-Changes archive

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

CVS commit: pkgsrc/security



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri May 31 17:28:48 UTC 2019

Modified Files:
        pkgsrc/security/py-cryptography: Makefile PLIST distinfo
        pkgsrc/security/py-cryptography_vectors: Makefile PLIST distinfo

Log Message:
py-cryptography[_vectors]: updated to 2.7

2.7:
BACKWARDS INCOMPATIBLE: We no longer distribute 32-bit manylinux1 wheels. Continuing to produce them was a maintenance burden.
BACKWARDS INCOMPATIBLE: Removed the cryptography.hazmat.primitives.mac.MACContext interface. The CMAC and HMAC APIs have not changed, but they are no longer registered as MACContext instances.
Updated Windows, macOS, and manylinux1 wheels to be compiled with OpenSSL 1.1.1c.
Removed support for running our tests with setup.py test. Users interested in running our tests can continue to follow the directions in our :doc:development 
documentation</development/getting-started>.
Add support for :class:~cryptography.hazmat.primitives.poly1305.Poly1305 when using OpenSSL 1.1.1 or newer.
Support serialization with Encoding.OpenSSH and PublicFormat.OpenSSH in :meth:Ed25519PublicKey.public_bytes <cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey.public_bytes> .
Correctly allow passing a SubjectKeyIdentifier to :meth:~cryptography.x509.AuthorityKeyIdentifier.from_issuer_subject_key_identifier and deprecate passing an Extension object. The documentation 
always required SubjectKeyIdentifier but the implementation previously required an Extension.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/security/py-cryptography/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/security/py-cryptography/PLIST
cvs rdiff -u -r1.58 -r1.59 pkgsrc/security/py-cryptography/distinfo
cvs rdiff -u -r1.20 -r1.21 pkgsrc/security/py-cryptography_vectors/Makefile \
    pkgsrc/security/py-cryptography_vectors/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/py-cryptography_vectors/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-cryptography/Makefile
diff -u pkgsrc/security/py-cryptography/Makefile:1.72 pkgsrc/security/py-cryptography/Makefile:1.73
--- pkgsrc/security/py-cryptography/Makefile:1.72       Thu Feb 28 09:06:08 2019
+++ pkgsrc/security/py-cryptography/Makefile    Fri May 31 17:28:48 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.72 2019/02/28 09:06:08 adam Exp $
+# $NetBSD: Makefile,v 1.73 2019/05/31 17:28:48 adam Exp $
 
-DISTNAME=      cryptography-2.6.1
+DISTNAME=      cryptography-2.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cryptography/}

Index: pkgsrc/security/py-cryptography/PLIST
diff -u pkgsrc/security/py-cryptography/PLIST:1.23 pkgsrc/security/py-cryptography/PLIST:1.24
--- pkgsrc/security/py-cryptography/PLIST:1.23  Thu Feb 28 09:06:08 2019
+++ pkgsrc/security/py-cryptography/PLIST       Fri May 31 17:28:48 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2019/02/28 09:06:08 adam Exp $
+@comment $NetBSD: PLIST,v 1.24 2019/05/31 17:28:48 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -74,6 +74,9 @@ ${PYSITELIB}/cryptography/hazmat/backend
 ${PYSITELIB}/cryptography/hazmat/backends/openssl/ocsp.py
 ${PYSITELIB}/cryptography/hazmat/backends/openssl/ocsp.pyc
 ${PYSITELIB}/cryptography/hazmat/backends/openssl/ocsp.pyo
+${PYSITELIB}/cryptography/hazmat/backends/openssl/poly1305.py
+${PYSITELIB}/cryptography/hazmat/backends/openssl/poly1305.pyc
+${PYSITELIB}/cryptography/hazmat/backends/openssl/poly1305.pyo
 ${PYSITELIB}/cryptography/hazmat/backends/openssl/rsa.py
 ${PYSITELIB}/cryptography/hazmat/backends/openssl/rsa.pyc
 ${PYSITELIB}/cryptography/hazmat/backends/openssl/rsa.pyo
@@ -194,12 +197,12 @@ ${PYSITELIB}/cryptography/hazmat/primiti
 ${PYSITELIB}/cryptography/hazmat/primitives/keywrap.py
 ${PYSITELIB}/cryptography/hazmat/primitives/keywrap.pyc
 ${PYSITELIB}/cryptography/hazmat/primitives/keywrap.pyo
-${PYSITELIB}/cryptography/hazmat/primitives/mac.py
-${PYSITELIB}/cryptography/hazmat/primitives/mac.pyc
-${PYSITELIB}/cryptography/hazmat/primitives/mac.pyo
 ${PYSITELIB}/cryptography/hazmat/primitives/padding.py
 ${PYSITELIB}/cryptography/hazmat/primitives/padding.pyc
 ${PYSITELIB}/cryptography/hazmat/primitives/padding.pyo
+${PYSITELIB}/cryptography/hazmat/primitives/poly1305.py
+${PYSITELIB}/cryptography/hazmat/primitives/poly1305.pyc
+${PYSITELIB}/cryptography/hazmat/primitives/poly1305.pyo
 ${PYSITELIB}/cryptography/hazmat/primitives/serialization/__init__.py
 ${PYSITELIB}/cryptography/hazmat/primitives/serialization/__init__.pyc
 ${PYSITELIB}/cryptography/hazmat/primitives/serialization/__init__.pyo

Index: pkgsrc/security/py-cryptography/distinfo
diff -u pkgsrc/security/py-cryptography/distinfo:1.58 pkgsrc/security/py-cryptography/distinfo:1.59
--- pkgsrc/security/py-cryptography/distinfo:1.58       Thu Feb 28 09:06:08 2019
+++ pkgsrc/security/py-cryptography/distinfo    Fri May 31 17:28:48 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.58 2019/02/28 09:06:08 adam Exp $
+$NetBSD: distinfo,v 1.59 2019/05/31 17:28:48 adam Exp $
 
-SHA1 (cryptography-2.6.1.tar.gz) = 0a14cbcdf1bc0262303912762d94cfd645e8c8de
-RMD160 (cryptography-2.6.1.tar.gz) = 2bab285a27bfed6fff8addc2322b8db3687ef2d1
-SHA512 (cryptography-2.6.1.tar.gz) = f14319e24d9dca52e74548cada5b78a6235f089ef875dbff4799e862f94da8b087f1b6e03e84dcef9fc7d7693c4a349c5f0cd54b8535806da777420ce8757d39
-Size (cryptography-2.6.1.tar.gz) = 491580 bytes
+SHA1 (cryptography-2.7.tar.gz) = bdb5fa70836858a5bdcedec032bae390f65007fd
+RMD160 (cryptography-2.7.tar.gz) = 23bcb288d8d3495f119985ab1dd634a7ed2f5b40
+SHA512 (cryptography-2.7.tar.gz) = fa420f44b038b6fe1983c6f2c6d830e2668017c26e1e125ad621e37ea627a927ffe64d0e987e0a26dcc260834f2ec817cccd22da03b892190f46cb6e8131a5a8
+Size (cryptography-2.7.tar.gz) = 495877 bytes

Index: pkgsrc/security/py-cryptography_vectors/Makefile
diff -u pkgsrc/security/py-cryptography_vectors/Makefile:1.20 pkgsrc/security/py-cryptography_vectors/Makefile:1.21
--- pkgsrc/security/py-cryptography_vectors/Makefile:1.20       Thu Feb 28 09:06:08 2019
+++ pkgsrc/security/py-cryptography_vectors/Makefile    Fri May 31 17:28:48 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2019/02/28 09:06:08 adam Exp $
+# $NetBSD: Makefile,v 1.21 2019/05/31 17:28:48 adam Exp $
 
-DISTNAME=      cryptography_vectors-2.6.1
+DISTNAME=      cryptography_vectors-2.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cryptography_vectors/}
Index: pkgsrc/security/py-cryptography_vectors/distinfo
diff -u pkgsrc/security/py-cryptography_vectors/distinfo:1.20 pkgsrc/security/py-cryptography_vectors/distinfo:1.21
--- pkgsrc/security/py-cryptography_vectors/distinfo:1.20       Thu Feb 28 09:06:08 2019
+++ pkgsrc/security/py-cryptography_vectors/distinfo    Fri May 31 17:28:48 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2019/02/28 09:06:08 adam Exp $
+$NetBSD: distinfo,v 1.21 2019/05/31 17:28:48 adam Exp $
 
-SHA1 (cryptography_vectors-2.6.1.tar.gz) = 5f614d0f3208f23de8ba3cf768b4b4245695bc15
-RMD160 (cryptography_vectors-2.6.1.tar.gz) = 0c6691f98e018b726b73c42caba046f22f1317ed
-SHA512 (cryptography_vectors-2.6.1.tar.gz) = 44d318d5f983955f42791cf182dd80070a87c3c05f7353e204a520588243041fec97367c6fb6d9febcdab0ce7bcf1d135a8e6b44a7387b599752b7c87fc81d9a
-Size (cryptography_vectors-2.6.1.tar.gz) = 35097785 bytes
+SHA1 (cryptography_vectors-2.7.tar.gz) = 47579e1136d97736c0498dbaba3349ef9cd9845e
+RMD160 (cryptography_vectors-2.7.tar.gz) = 9bc8af314e633814453c9785ece4a6855ec78dc0
+SHA512 (cryptography_vectors-2.7.tar.gz) = c68950ca1cf2ac261acdeeb2c95f22b3338d0ee3f1064d6b0e0df36e0d22bb461fb6013c9da0097e7901c7e600e0067213a854359e586efc1a9fb082bd8e4b4f
+Size (cryptography_vectors-2.7.tar.gz) = 35098743 bytes

Index: pkgsrc/security/py-cryptography_vectors/PLIST
diff -u pkgsrc/security/py-cryptography_vectors/PLIST:1.11 pkgsrc/security/py-cryptography_vectors/PLIST:1.12
--- pkgsrc/security/py-cryptography_vectors/PLIST:1.11  Thu Feb 28 09:06:08 2019
+++ pkgsrc/security/py-cryptography_vectors/PLIST       Fri May 31 17:28:48 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2019/02/28 09:06:08 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2019/05/31 17:28:48 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -554,6 +554,7 @@ ${PYSITELIB}/cryptography_vectors/pkcs12
 ${PYSITELIB}/cryptography_vectors/pkcs12/cert-rc2-key-3des.p12
 ${PYSITELIB}/cryptography_vectors/pkcs12/no-cert-key-aes256cbc.p12
 ${PYSITELIB}/cryptography_vectors/pkcs12/no-password.p12
+${PYSITELIB}/cryptography_vectors/poly1305/rfc7539.txt
 ${PYSITELIB}/cryptography_vectors/twofactor/rfc-4226.txt
 ${PYSITELIB}/cryptography_vectors/twofactor/rfc-6238.txt
 ${PYSITELIB}/cryptography_vectors/x509/PKITS_data/ReadMe.txt
@@ -2174,12 +2175,14 @@ ${PYSITELIB}/cryptography_vectors/x509/c
 ${PYSITELIB}/cryptography_vectors/x509/custom/nc_permitted_excluded.pem
 ${PYSITELIB}/cryptography_vectors/x509/custom/nc_permitted_excluded_2.pem
 ${PYSITELIB}/cryptography_vectors/x509/custom/nc_single_ip_netmask.pem
+${PYSITELIB}/cryptography_vectors/x509/custom/negative_serial.pem
 ${PYSITELIB}/cryptography_vectors/x509/custom/ocsp_nocheck.pem
 ${PYSITELIB}/cryptography_vectors/x509/custom/pc_inhibit.pem
 ${PYSITELIB}/cryptography_vectors/x509/custom/pc_inhibit_require.pem
 ${PYSITELIB}/cryptography_vectors/x509/custom/pc_require.pem
 ${PYSITELIB}/cryptography_vectors/x509/custom/policy_constraints_explicit.pem
 ${PYSITELIB}/cryptography_vectors/x509/custom/post2000utctime.pem
+${PYSITELIB}/cryptography_vectors/x509/custom/rsa_pss.pem
 ${PYSITELIB}/cryptography_vectors/x509/custom/san_dirname.pem
 ${PYSITELIB}/cryptography_vectors/x509/custom/san_email_dns_ip_dirname_uri.pem
 ${PYSITELIB}/cryptography_vectors/x509/custom/san_empty_hostname.pem



Home | Main Index | Thread Index | Old Index