summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-09-26 17:57:07 +0000
committeradam <adam@pkgsrc.org>2022-09-26 17:57:07 +0000
commit76a1a7d6bb21aaeea22a17e40c76a6ced70db7b1 (patch)
tree4305f1e1a1154d478dc80b9123736fa9084153e0
parent885ee2fa00ddaefe6c000e1983062b943d6bfe48 (diff)
downloadpkgsrc-76a1a7d6bb21aaeea22a17e40c76a6ced70db7b1.tar.gz
py-OpenSSL: updated to 22.1.0
22.1.0: Backward-incompatible changes: Remove support for SSLv2 and SSLv3. The minimum cryptography version is now 37.0.2. The OpenSSL.crypto.X509StoreContextError exception has been refactored, changing its internal attributes. Deprecations: OpenSSL.SSL.SSLeay_version is deprecated in favor of OpenSSL.SSL.OpenSSL_version. The constants OpenSSL.SSL.SSLEAY_* are deprecated in favor of OpenSSL.SSL.OPENSSL_*. Changes: Add OpenSSL.SSL.Connection.set_verify and OpenSSL.SSL.Connection.get_verify_mode to override the context object’s verification flags. Add OpenSSL.SSL.Connection.use_certificate and OpenSSL.SSL.Connection.use_privatekey to set a certificate per connection (and not just per context)
-rw-r--r--security/py-OpenSSL/Makefile7
-rw-r--r--security/py-OpenSSL/distinfo8
2 files changed, 7 insertions, 8 deletions
diff --git a/security/py-OpenSSL/Makefile b/security/py-OpenSSL/Makefile
index 77d01d1e363..243ff82c0fb 100644
--- a/security/py-OpenSSL/Makefile
+++ b/security/py-OpenSSL/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2022/09/11 18:15:07 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2022/09/26 17:57:07 adam Exp $
-DISTNAME= pyOpenSSL-22.0.0
+DISTNAME= pyOpenSSL-22.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyOpenSSL/}
@@ -10,8 +10,7 @@ HOMEPAGE= https://pyopenssl.org/
COMMENT= Python interface to the OpenSSL library
LICENSE= apache-2.0
-DEPENDS+= ${PYPKGPREFIX}-cryptography>=35:../../security/py-cryptography
-DEPENDS+= ${PYPKGPREFIX}-six>=1.5.2:../../lang/py-six
+DEPENDS+= ${PYPKGPREFIX}-cryptography>=38.0.0:../../security/py-cryptography
TEST_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky
TEST_DEPENDS+= ${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend
TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
diff --git a/security/py-OpenSSL/distinfo b/security/py-OpenSSL/distinfo
index f1dc83305ca..678d822d82c 100644
--- a/security/py-OpenSSL/distinfo
+++ b/security/py-OpenSSL/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.27 2022/09/11 18:15:07 wiz Exp $
+$NetBSD: distinfo,v 1.28 2022/09/26 17:57:07 adam Exp $
-BLAKE2s (pyOpenSSL-22.0.0.tar.gz) = f6de303c158e235e70f92c99f413b250c6f3dc7a229739eb9fa4ad18d558ac58
-SHA512 (pyOpenSSL-22.0.0.tar.gz) = 3d7695f27b7909eb82f05527ab7551fe90a85a70f20ea980293b59672a62f9b015966180407fa0786e94b01ad1d1acfaa7d40426bb63410efd24a144e559e2f0
-Size (pyOpenSSL-22.0.0.tar.gz) = 178438 bytes
+BLAKE2s (pyOpenSSL-22.1.0.tar.gz) = 73add2c337997df28d6214b14ca4465c0e1326ccb42506a455e2c0a75f53258c
+SHA512 (pyOpenSSL-22.1.0.tar.gz) = 7cccb48cbb1655414d21c5e66e7defee7ec370cb6b46294ae0307208f9a9bc13708345b2c088a43292262f5d5bb3d45241c18ae66d2ad6824046ffe30f0c707e
+Size (pyOpenSSL-22.1.0.tar.gz) = 181704 bytes
SHA1 (patch-tests_memdbg.py) = a2d2395a0fe1dd1934a50b065fe68f47907f0b87