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 21.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/039158009674
branches:  trunk
changeset: 768866:039158009674
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 02 09:45:53 2021 +0000

description:
py-OpenSSL: updated to 21.0.0

21.0.0

Backward-incompatible changes:
- The minimum ``cryptography`` version is now 3.3.
- Drop support for Python 3.5

Changes:
- Raise an error when an invalid ALPN value is set.
- Added ``OpenSSL.SSL.Context.set_min_proto_version`` and ``OpenSSL.SSL.Context.set_max_proto_version``
  to set the minimum and maximum supported TLS version
- Updated ``to_cryptography`` and ``from_cryptography`` methods to support an upcoming release of ``cryptography`` without raising deprecation warnings.

diffstat:

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

diffs (35 lines):

diff -r d775919d5ac7 -r 039158009674 security/py-OpenSSL/Makefile
--- a/security/py-OpenSSL/Makefile      Tue Nov 02 09:44:57 2021 +0000
+++ b/security/py-OpenSSL/Makefile      Tue Nov 02 09:45:53 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2020/12/19 11:52:26 leot Exp $
+# $NetBSD: Makefile,v 1.58 2021/11/02 09:45:53 adam Exp $
 
-DISTNAME=      pyOpenSSL-20.0.1
+DISTNAME=      pyOpenSSL-21.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyOpenSSL/}
@@ -10,7 +10,7 @@
 COMMENT=       Python interface to the OpenSSL library
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-cryptography>=3.2:../../security/py-cryptography
+DEPENDS+=      ${PYPKGPREFIX}-cryptography>=3.3:../../security/py-cryptography
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.5.2:../../lang/py-six
 TEST_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky
 TEST_DEPENDS+= ${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend
diff -r d775919d5ac7 -r 039158009674 security/py-OpenSSL/distinfo
--- a/security/py-OpenSSL/distinfo      Tue Nov 02 09:44:57 2021 +0000
+++ b/security/py-OpenSSL/distinfo      Tue Nov 02 09:45:53 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2021/10/26 11:17:40 nia Exp $
+$NetBSD: distinfo,v 1.26 2021/11/02 09:45:53 adam Exp $
 
-BLAKE2s (pyOpenSSL-20.0.1.tar.gz) = 171f54f755f46b66bbf29372faac85c3241620619143957fc88fc60971a4c6bd
-SHA512 (pyOpenSSL-20.0.1.tar.gz) = e81e0870398b882d77453b02e972559c0be82dbfe87bd8a48a65e8943acc3ea07dc8c3150b88e299c237496043443d1a5832219c337e4436f99ef419b36dd23f
-Size (pyOpenSSL-20.0.1.tar.gz) = 173736 bytes
+BLAKE2s (pyOpenSSL-21.0.0.tar.gz) = 498287e93820caab4741b4e5222d202fd57913d9edee456a6621bf9ffbb3d00f
+SHA512 (pyOpenSSL-21.0.0.tar.gz) = ca772a420b13b1e3c421170baab031d4769d77539eb5ad3eb0fda409aa8692596ce85d21b244b6e49e70fd35609b64190dcbc4fc8d4493292bac19b7856d5175
+Size (pyOpenSSL-21.0.0.tar.gz) = 175652 bytes
 SHA1 (patch-tests_memdbg.py) = a2d2395a0fe1dd1934a50b065fe68f47907f0b87



Home | Main Index | Thread Index | Old Index