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 Apr  3 06:25:50 UTC 2020

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

Log Message:
py-cryptography{_vectors}: updated to 2.9

2.9:
* **BACKWARDS INCOMPATIBLE:** Support for Python 3.4 has been removed due to
  low usage and maintenance burden.
* **BACKWARDS INCOMPATIBLE:** Support for OpenSSL 1.0.1 has been removed.
  Users on older version of OpenSSL will need to upgrade.
* **BACKWARDS INCOMPATIBLE:** Support for LibreSSL 2.6.x has been removed.
* Removed support for calling
  :meth:`~cryptography.hazmat.primitives.asymmetric.x25519.X25519PublicKey.public_bytes`
  with no arguments, as per our deprecation policy. You must now pass
  ``encoding`` and ``format``.
* **BACKWARDS INCOMPATIBLE:** Reversed the order in which
  :meth:`~cryptography.x509.Name.rfc4514_string` returns the RDNs
  as required by :rfc:`4514`.
* Updated Windows, macOS, and ``manylinux`` wheels to be compiled with
  OpenSSL 1.1.1f.
* Added support for parsing
  :attr:`~cryptography.x509.ocsp.OCSPResponse.single_extensions` in an OCSP
  response.
* :class:`~cryptography.x509.NameAttribute` values can now be empty strings.


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/security/py-cryptography/Makefile
cvs rdiff -u -r1.60 -r1.61 pkgsrc/security/py-cryptography/distinfo
cvs rdiff -u -r1.22 -r1.23 pkgsrc/security/py-cryptography_vectors/Makefile \
    pkgsrc/security/py-cryptography_vectors/distinfo
cvs rdiff -u -r1.13 -r1.14 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.75 pkgsrc/security/py-cryptography/Makefile:1.76
--- pkgsrc/security/py-cryptography/Makefile:1.75       Sat Jan 18 21:50:45 2020
+++ pkgsrc/security/py-cryptography/Makefile    Fri Apr  3 06:25:50 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.75 2020/01/18 21:50:45 jperkin Exp $
+# $NetBSD: Makefile,v 1.76 2020/04/03 06:25:50 adam Exp $
 
-DISTNAME=      cryptography-2.8
+DISTNAME=      cryptography-2.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cryptography/}
 

Index: pkgsrc/security/py-cryptography/distinfo
diff -u pkgsrc/security/py-cryptography/distinfo:1.60 pkgsrc/security/py-cryptography/distinfo:1.61
--- pkgsrc/security/py-cryptography/distinfo:1.60       Mon Oct 21 11:17:47 2019
+++ pkgsrc/security/py-cryptography/distinfo    Fri Apr  3 06:25:50 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.60 2019/10/21 11:17:47 adam Exp $
+$NetBSD: distinfo,v 1.61 2020/04/03 06:25:50 adam Exp $
 
-SHA1 (cryptography-2.8.tar.gz) = 94ef5dc1261a4388572ce3ad9af1515691276d2c
-RMD160 (cryptography-2.8.tar.gz) = eab2e76f5057cfdb76faf9175eddddbd43331259
-SHA512 (cryptography-2.8.tar.gz) = bf3ca44123c693b0602be19445925f9efebd46c469909e47b7907d57141fb6bd99268c33e1fe3f42a08ab8b4edd4f98f21b6a682f530352313334dfd31ba91e7
-Size (cryptography-2.8.tar.gz) = 504516 bytes
+SHA1 (cryptography-2.9.tar.gz) = eb6c30419869548f02a1f42154b84233bfaa2b36
+RMD160 (cryptography-2.9.tar.gz) = bd8a8a4bfc31bf3513c55c91ea8d93dc69a9ff44
+SHA512 (cryptography-2.9.tar.gz) = 7db2846b901e42ddc4caa9851235e5a0894ef702d4c4692eb60fcae17bc4e7833782a8001679ea41b78f9273d7d68a4b85810248590e12ca33cfade3208e2849
+Size (cryptography-2.9.tar.gz) = 517211 bytes

Index: pkgsrc/security/py-cryptography_vectors/Makefile
diff -u pkgsrc/security/py-cryptography_vectors/Makefile:1.22 pkgsrc/security/py-cryptography_vectors/Makefile:1.23
--- pkgsrc/security/py-cryptography_vectors/Makefile:1.22       Mon Oct 21 11:17:47 2019
+++ pkgsrc/security/py-cryptography_vectors/Makefile    Fri Apr  3 06:25:50 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2019/10/21 11:17:47 adam Exp $
+# $NetBSD: Makefile,v 1.23 2020/04/03 06:25:50 adam Exp $
 
-DISTNAME=      cryptography_vectors-2.8
+DISTNAME=      cryptography_vectors-2.9
 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.22 pkgsrc/security/py-cryptography_vectors/distinfo:1.23
--- pkgsrc/security/py-cryptography_vectors/distinfo:1.22       Mon Oct 21 11:17:47 2019
+++ pkgsrc/security/py-cryptography_vectors/distinfo    Fri Apr  3 06:25:50 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2019/10/21 11:17:47 adam Exp $
+$NetBSD: distinfo,v 1.23 2020/04/03 06:25:50 adam Exp $
 
-SHA1 (cryptography_vectors-2.8.tar.gz) = cd7a609e2801fc9a0c7ec89cb0af8c0aa21c3df1
-RMD160 (cryptography_vectors-2.8.tar.gz) = f3a4dcd118b4d00dd812fe2df0e7588f77107ea9
-SHA512 (cryptography_vectors-2.8.tar.gz) = d328082d3a65b8036d396172d7e42c753c842e9310850a77c6ccd99c9905d48bbc3e3319d216013c1370b8439f0f8056749ae94b1abf9a5b7088435acdeed7fb
-Size (cryptography_vectors-2.8.tar.gz) = 35102030 bytes
+SHA1 (cryptography_vectors-2.9.tar.gz) = 5185c7b988150deb7d1f21eca8d229e9c7d20d0d
+RMD160 (cryptography_vectors-2.9.tar.gz) = 67c2edef1766430c939a3d7463a3ed02e61077a9
+SHA512 (cryptography_vectors-2.9.tar.gz) = 025ed48855f182b926e3eeb5dca1033eb7f43c419bd6ea71accfed38b4d9ef4cbbf5af60bc28a39e3d6723de2d4091bd226e30c0e572a2e0d43a95a12c1bb7a2
+Size (cryptography_vectors-2.9.tar.gz) = 35140661 bytes

Index: pkgsrc/security/py-cryptography_vectors/PLIST
diff -u pkgsrc/security/py-cryptography_vectors/PLIST:1.13 pkgsrc/security/py-cryptography_vectors/PLIST:1.14
--- pkgsrc/security/py-cryptography_vectors/PLIST:1.13  Mon Oct 21 11:17:47 2019
+++ pkgsrc/security/py-cryptography_vectors/PLIST       Fri Apr  3 06:25:50 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2019/10/21 11:17:47 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2020/04/03 06:25:50 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -2224,7 +2224,9 @@ ${PYSITELIB}/cryptography_vectors/x509/o
 ${PYSITELIB}/cryptography_vectors/x509/ocsp/resp-revoked-no-next-update.der
 ${PYSITELIB}/cryptography_vectors/x509/ocsp/resp-revoked-reason.der
 ${PYSITELIB}/cryptography_vectors/x509/ocsp/resp-revoked.der
+${PYSITELIB}/cryptography_vectors/x509/ocsp/resp-sct-extension.der
 ${PYSITELIB}/cryptography_vectors/x509/ocsp/resp-sha256.der
+${PYSITELIB}/cryptography_vectors/x509/ocsp/resp-single-extension-reason.der
 ${PYSITELIB}/cryptography_vectors/x509/ocsp/resp-unauthorized.der
 ${PYSITELIB}/cryptography_vectors/x509/rapidssl_sha256_ca_g3.pem
 ${PYSITELIB}/cryptography_vectors/x509/requests/basic_constraints.pem



Home | Main Index | Thread Index | Old Index