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 Nov 18 10:51:31 UTC 2019

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/security/py-OpenSSL/Makefile
cvs rdiff -u -r1.21 -r1.22 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.53 pkgsrc/security/py-OpenSSL/Makefile:1.54
--- pkgsrc/security/py-OpenSSL/Makefile:1.53    Mon Nov  4 21:12:59 2019
+++ pkgsrc/security/py-OpenSSL/Makefile Mon Nov 18 10:51:31 2019
@@ -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 @@ HOMEPAGE=     https://pyopenssl.org/
 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

Index: pkgsrc/security/py-OpenSSL/distinfo
diff -u pkgsrc/security/py-OpenSSL/distinfo:1.21 pkgsrc/security/py-OpenSSL/distinfo:1.22
--- pkgsrc/security/py-OpenSSL/distinfo:1.21    Tue Jan 22 09:12:09 2019
+++ pkgsrc/security/py-OpenSSL/distinfo Mon Nov 18 10:51:31 2019
@@ -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