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 18.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/599ba9dc2c7b
branches:  trunk
changeset: 308445:599ba9dc2c7b
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed May 23 09:40:52 2018 +0000

description:
py-OpenSSL: updated to 18.0.0

18.0.0:
Backward-incompatible changes:
- The minimum cryptography version is now 2.2.1.
- Support for Python 2.6 has been dropped.

Changes:
- Added Connection.get_certificate to retrieve the local certificate.
- OpenSSL.SSL.Connection now sets SSL_MODE_AUTO_RETRY by default.
- Added Context.set_tlsext_use_srtp to enable negotiation of SRTP keying material.

diffstat:

 security/py-OpenSSL/Makefile |  13 ++++++-------
 security/py-OpenSSL/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 12 deletions(-)

diffs (45 lines):

diff -r b990fb230059 -r 599ba9dc2c7b security/py-OpenSSL/Makefile
--- a/security/py-OpenSSL/Makefile      Wed May 23 09:35:27 2018 +0000
+++ b/security/py-OpenSSL/Makefile      Wed May 23 09:40:52 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2017/12/01 08:53:17 adam Exp $
+# $NetBSD: Makefile,v 1.51 2018/05/23 09:40:52 adam Exp $
 
-DISTNAME=      pyOpenSSL-17.5.0
+DISTNAME=      pyOpenSSL-18.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyOpenSSL/}
@@ -10,12 +10,11 @@
 COMMENT=       Python interface to the OpenSSL library
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-cryptography>=2.1.4:../../security/py-cryptography
+DEPENDS+=      ${PYPKGPREFIX}-cryptography>=2.2.1:../../security/py-cryptography
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.5.2:../../lang/py-six
-# TEST_DEPENDS
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-test>=3.0.1:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky
+TEST_DEPENDS+= ${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.0.1:../../devel/py-test
 
 # https://github.com/pyca/pyopenssl/issues/656
 do-test:
diff -r b990fb230059 -r 599ba9dc2c7b security/py-OpenSSL/distinfo
--- a/security/py-OpenSSL/distinfo      Wed May 23 09:35:27 2018 +0000
+++ b/security/py-OpenSSL/distinfo      Wed May 23 09:40:52 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.19 2017/12/01 08:53:17 adam Exp $
+$NetBSD: distinfo,v 1.20 2018/05/23 09:40:52 adam Exp $
 
-SHA1 (pyOpenSSL-17.5.0.tar.gz) = 77bb6a9f5f20834bd9ba5d1bdc4bd82d6b6208be
-RMD160 (pyOpenSSL-17.5.0.tar.gz) = 2b46a05a02bd5b276abb0afc14e9e3cc900ca8c8
-SHA512 (pyOpenSSL-17.5.0.tar.gz) = f194662b5842f1e3a4fcb910b9f2e6482d1dcdf834f306acc3dd6d9723f65038f7bff550248fa6268d90c839c9d9e8248bb6c7d399495fe6aed25291b93ece86
-Size (pyOpenSSL-17.5.0.tar.gz) = 170870 bytes
+SHA1 (pyOpenSSL-18.0.0.tar.gz) = a41b82512585dd05a5370fb737f4eb4119030a38
+RMD160 (pyOpenSSL-18.0.0.tar.gz) = 54c8388058e2ee74d90f120e742434d64f9a9069
+SHA512 (pyOpenSSL-18.0.0.tar.gz) = 7106d4116243a164c1f458ad495564c2cf3a46b4b0fbb1d452b4174ead4409bc9c783c3a4674231ed3c26ecf588077b01dadbdefe033d5e7251a61531c6f6c15
+Size (pyOpenSSL-18.0.0.tar.gz) = 167296 bytes
 SHA1 (patch-tests_memdbg.py) = 0cca9c930a8f6065205ed28ec6d2551b45f4d606



Home | Main Index | Thread Index | Old Index