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 19.1.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/b018daf26759
branches: trunk
changeset: 417967:b018daf26759
user: adam <adam%pkgsrc.org@localhost>
date: Mon Nov 18 10:51:31 2019 +0000
description:
py-OpenSSL: updated to 19.1.0
19.1.0:
Backward-incompatible changes:
- Removed deprecated ContextType, ConnectionType, PKeyType, X509NameType, X509ReqType, X509Type, X509StoreType, CRLType, PKCS7Type, PKCS12Type, and NetscapeSPKIType aliases.
Use the classes without the Type suffix instead.
- The minimum cryptography version is now 2.8 due to issues on macOS with a transitive dependency.
Deprecations:
- Deprecated OpenSSL.SSL.Context.set_npn_advertise_callback, OpenSSL.SSL.Context.set_npn_select_callback, and OpenSSL.SSL.Connection.get_next_proto_negotiated.
ALPN should be used instead.
Changes:
- Support bytearray in SSL.Connection.send() by using cffi's from_buffer.
- The OpenSSL.SSL.Context.set_alpn_select_callback can return a new NO_OVERLAPPING_PROTOCOLS sentinel value
to allow a TLS handshake to complete without an application protocol.
diffstat:
security/py-OpenSSL/Makefile | 6 +++---
security/py-OpenSSL/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (37 lines):
diff -r 83928dfc9912 -r b018daf26759 security/py-OpenSSL/Makefile
--- a/security/py-OpenSSL/Makefile Mon Nov 18 10:50:16 2019 +0000
+++ b/security/py-OpenSSL/Makefile Mon Nov 18 10:51:31 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2019/11/04 21:12:59 rillig Exp $
+# $NetBSD: Makefile,v 1.54 2019/11/18 10:51:31 adam Exp $
-DISTNAME= pyOpenSSL-19.0.0
+DISTNAME= pyOpenSSL-19.1.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>=2.3:../../security/py-cryptography
+DEPENDS+= ${PYPKGPREFIX}-cryptography>=2.8:../../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 83928dfc9912 -r b018daf26759 security/py-OpenSSL/distinfo
--- a/security/py-OpenSSL/distinfo Mon Nov 18 10:50:16 2019 +0000
+++ b/security/py-OpenSSL/distinfo Mon Nov 18 10:51:31 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.21 2019/01/22 09:12:09 adam Exp $
+$NetBSD: distinfo,v 1.22 2019/11/18 10:51:31 adam Exp $
-SHA1 (pyOpenSSL-19.0.0.tar.gz) = 894c2736538d8fff4ffe6e02a4811d5f62e54350
-RMD160 (pyOpenSSL-19.0.0.tar.gz) = a240c8323b20c0b97db278c863c00c50fd7f8caa
-SHA512 (pyOpenSSL-19.0.0.tar.gz) = a7e12bf5be725ccebd1223d567a9b9e8bd35f79cbf3a0409108fa6f00e10ab137dd6876369e9dede02b2abc7d700786cc905532ca5c31b6e246f6df8b24e2818
-Size (pyOpenSSL-19.0.0.tar.gz) = 168551 bytes
+SHA1 (pyOpenSSL-19.1.0.tar.gz) = 0b8a66d0f14e641f23ab26e3a49ce9f0e0661bf2
+RMD160 (pyOpenSSL-19.1.0.tar.gz) = 4ad025efdcfeb53f6dd108d0ddbe6a299e645170
+SHA512 (pyOpenSSL-19.1.0.tar.gz) = 4acd96f287d72eb11bd812697d28cd6eb6a96a4653248b65f967187830a6b17cc1254775a18a3405469f3d45abdae6f02d165f2f35f035f3174c2826fba82916
+Size (pyOpenSSL-19.1.0.tar.gz) = 160510 bytes
SHA1 (patch-tests_memdbg.py) = 0cca9c930a8f6065205ed28ec6d2551b45f4d606
Home |
Main Index |
Thread Index |
Old Index