pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-OpenSSL



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Sep 26 17:57:07 UTC 2022

Modified Files:
        pkgsrc/security/py-OpenSSL: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/security/py-OpenSSL/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/security/py-OpenSSL/distinfo

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-OpenSSL/Makefile
diff -u pkgsrc/security/py-OpenSSL/Makefile:1.61 pkgsrc/security/py-OpenSSL/Makefile:1.62
--- pkgsrc/security/py-OpenSSL/Makefile:1.61    Sun Sep 11 18:15:07 2022
+++ pkgsrc/security/py-OpenSSL/Makefile Mon Sep 26 17:57:07 2022
@@ -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

Index: pkgsrc/security/py-OpenSSL/distinfo
diff -u pkgsrc/security/py-OpenSSL/distinfo:1.27 pkgsrc/security/py-OpenSSL/distinfo:1.28
--- pkgsrc/security/py-OpenSSL/distinfo:1.27    Sun Sep 11 18:15:07 2022
+++ pkgsrc/security/py-OpenSSL/distinfo Mon Sep 26 17:57:07 2022
@@ -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