pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-OpenSSL py-OpenSSL: updated to 22.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f177954973ce
branches:  trunk
changeset: 385809:f177954973ce
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Sep 26 17:57:07 2022 +0000

description:
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)

diffstat:

 security/py-OpenSSL/Makefile |  7 +++----
 security/py-OpenSSL/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r 389936c4d2fb -r f177954973ce security/py-OpenSSL/Makefile
--- a/security/py-OpenSSL/Makefile      Mon Sep 26 17:54:09 2022 +0000
+++ b/security/py-OpenSSL/Makefile      Mon Sep 26 17:57:07 2022 +0000
@@ -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 @@
 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 -r 389936c4d2fb -r f177954973ce security/py-OpenSSL/distinfo
--- a/security/py-OpenSSL/distinfo      Mon Sep 26 17:54:09 2022 +0000
+++ b/security/py-OpenSSL/distinfo      Mon Sep 26 17:57:07 2022 +0000
@@ -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


Home | Main Index | Thread Index | Old Index