pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/py-OpenSSL pyOpenSSL: updated to 17.5.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/19fa558e607c
branches: trunk
changeset: 372270:19fa558e607c
user: adam <adam%pkgsrc.org@localhost>
date: Fri Dec 01 08:53:17 2017 +0000
description:
pyOpenSSL: updated to 17.5.0
17.5.0:
Backward-incompatible changes:
* The minimum cryptography version is now 2.1.4.
Changes:
* Fixed a potential use-after-free in the verify callback and resolved a memory leak when loading PKCS12 files with cacerts.
* Added Connection.export_keying_material for RFC 5705 compatible export of keying material.
diffstat:
security/py-OpenSSL/Makefile | 8 ++++----
security/py-OpenSSL/distinfo | 10 +++++-----
2 files changed, 9 insertions(+), 9 deletions(-)
diffs (46 lines):
diff -r 942b8037bb59 -r 19fa558e607c security/py-OpenSSL/Makefile
--- a/security/py-OpenSSL/Makefile Fri Dec 01 03:40:47 2017 +0000
+++ b/security/py-OpenSSL/Makefile Fri Dec 01 08:53:17 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2017/11/23 10:12:33 adam Exp $
+# $NetBSD: Makefile,v 1.50 2017/12/01 08:53:17 adam Exp $
-DISTNAME= pyOpenSSL-17.4.0
+DISTNAME= pyOpenSSL-17.5.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>=0.3:../../security/py-cryptography
+DEPENDS+= ${PYPKGPREFIX}-cryptography>=2.1.4:../../security/py-cryptography
DEPENDS+= ${PYPKGPREFIX}-six>=1.5.2:../../lang/py-six
# TEST_DEPENDS
BUILD_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky
@@ -19,7 +19,7 @@
# https://github.com/pyca/pyopenssl/issues/656
do-test:
- cd ${WRKSRC} && PYTHONPATH=src py.test-${PYVERSSUFFIX} -v
+ cd ${WRKSRC} && PYTHONPATH=src py.test-${PYVERSSUFFIX}
.include "../../lang/python/egg.mk"
.include "../../security/openssl/buildlink3.mk"
diff -r 942b8037bb59 -r 19fa558e607c security/py-OpenSSL/distinfo
--- a/security/py-OpenSSL/distinfo Fri Dec 01 03:40:47 2017 +0000
+++ b/security/py-OpenSSL/distinfo Fri Dec 01 08:53:17 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.18 2017/11/23 10:12:33 adam Exp $
+$NetBSD: distinfo,v 1.19 2017/12/01 08:53:17 adam Exp $
-SHA1 (pyOpenSSL-17.4.0.tar.gz) = 029cb3647adbc8a6aed8e8b9f497dc91b68f75a8
-RMD160 (pyOpenSSL-17.4.0.tar.gz) = 0bb8cfcdcc3333376037450029b92bf6ce84d5a6
-SHA512 (pyOpenSSL-17.4.0.tar.gz) = c3c791b15f2245d3c1381f84471f9e1b07b4a01c318a5a4012ec70193ba055fe948ba150f9c88d2dabe30b37f2025fe26ffb95c01682ca656d561014d41cf965
-Size (pyOpenSSL-17.4.0.tar.gz) = 169362 bytes
+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 (patch-tests_memdbg.py) = 0cca9c930a8f6065205ed28ec6d2551b45f4d606
Home |
Main Index |
Thread Index |
Old Index