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 17.4.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4b951ad64b3
branches:  trunk
changeset: 371794:e4b951ad64b3
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 23 10:12:33 2017 +0000

description:
py-OpenSSL: updated to 17.4.0

17.4.0:
Re-added a subset of the OpenSSL.rand module. This subset allows conscientious users to reseed the OpenSSL CSPRNG after fork.
Corrected a use-after-free when reusing an issuer or subject from an X509 object after the underlying object has been mutated.

diffstat:

 security/py-OpenSSL/Makefile |   4 ++--
 security/py-OpenSSL/PLIST    |   5 ++++-
 security/py-OpenSSL/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (47 lines):

diff -r f64fb03ac431 -r e4b951ad64b3 security/py-OpenSSL/Makefile
--- a/security/py-OpenSSL/Makefile      Thu Nov 23 08:42:49 2017 +0000
+++ b/security/py-OpenSSL/Makefile      Thu Nov 23 10:12:33 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2017/09/16 06:47:52 adam Exp $
+# $NetBSD: Makefile,v 1.49 2017/11/23 10:12:33 adam Exp $
 
-DISTNAME=      pyOpenSSL-17.3.0
+DISTNAME=      pyOpenSSL-17.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyOpenSSL/}
diff -r f64fb03ac431 -r e4b951ad64b3 security/py-OpenSSL/PLIST
--- a/security/py-OpenSSL/PLIST Thu Nov 23 08:42:49 2017 +0000
+++ b/security/py-OpenSSL/PLIST Thu Nov 23 10:12:33 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2017/09/16 06:47:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2017/11/23 10:12:33 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -19,6 +19,9 @@
 ${PYSITELIB}/OpenSSL/debug.py
 ${PYSITELIB}/OpenSSL/debug.pyc
 ${PYSITELIB}/OpenSSL/debug.pyo
+${PYSITELIB}/OpenSSL/rand.py
+${PYSITELIB}/OpenSSL/rand.pyc
+${PYSITELIB}/OpenSSL/rand.pyo
 ${PYSITELIB}/OpenSSL/tsafe.py
 ${PYSITELIB}/OpenSSL/tsafe.pyc
 ${PYSITELIB}/OpenSSL/tsafe.pyo
diff -r f64fb03ac431 -r e4b951ad64b3 security/py-OpenSSL/distinfo
--- a/security/py-OpenSSL/distinfo      Thu Nov 23 08:42:49 2017 +0000
+++ b/security/py-OpenSSL/distinfo      Thu Nov 23 10:12:33 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.17 2017/09/16 06:47:52 adam Exp $
+$NetBSD: distinfo,v 1.18 2017/11/23 10:12:33 adam Exp $
 
-SHA1 (pyOpenSSL-17.3.0.tar.gz) = 159d940d5140b76d5add0fbe65e1de9ac366e465
-RMD160 (pyOpenSSL-17.3.0.tar.gz) = 5127de5b44fc35b2658c63ec799daece55c0be99
-SHA512 (pyOpenSSL-17.3.0.tar.gz) = 2b58a652b8d6e2adadbc620a6b3411cd44169940ef1839fd3365cd343ebe1e630ddbb580d8d4dc79e738e0b4f91db0bdbbaecf18aea74204499c737eebb3fae8
-Size (pyOpenSSL-17.3.0.tar.gz) = 168119 bytes
+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 (patch-tests_memdbg.py) = 0cca9c930a8f6065205ed28ec6d2551b45f4d606



Home | Main Index | Thread Index | Old Index