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: update to 17.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52d8833811fd
branches:  trunk
changeset: 368371:52d8833811fd
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Sep 16 06:47:52 2017 +0000

description:
py-OpenSSL: update to 17.3.0

17.3.0
Backward-incompatible changes:
* Dropped support for Python 3.3.
* Removed the deprecated OpenSSL.rand module. This is being done ahead of our normal deprecation schedule due to its lack of use and the fact that it was becoming a maintenance burden. os.urandom() 
should be used instead.

Deprecations:
* Deprecated OpenSSL.tsafe.

Changes:
* Fixed a memory leak in OpenSSL.crypto.CRL.
* Fixed a memory leak when verifying certificates with OpenSSL.crypto.X509StoreContext.

diffstat:

 security/py-OpenSSL/Makefile |   6 +++---
 security/py-OpenSSL/PLIST    |   5 +----
 security/py-OpenSSL/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 12 deletions(-)

diffs (54 lines):

diff -r 3ecab0d342bf -r 52d8833811fd security/py-OpenSSL/Makefile
--- a/security/py-OpenSSL/Makefile      Sat Sep 16 03:27:40 2017 +0000
+++ b/security/py-OpenSSL/Makefile      Sat Sep 16 06:47:52 2017 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.47 2017/07/20 16:52:16 adam Exp $
+# $NetBSD: Makefile,v 1.48 2017/09/16 06:47:52 adam Exp $
 
-DISTNAME=      pyOpenSSL-17.2.0
+DISTNAME=      pyOpenSSL-17.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyOpenSSL/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/pyca/pyopenssl/
+HOMEPAGE=      https://pyopenssl.org/
 COMMENT=       Python interface to the OpenSSL library
 LICENSE=       apache-2.0
 
diff -r 3ecab0d342bf -r 52d8833811fd security/py-OpenSSL/PLIST
--- a/security/py-OpenSSL/PLIST Sat Sep 16 03:27:40 2017 +0000
+++ b/security/py-OpenSSL/PLIST Sat Sep 16 06:47:52 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2017/07/03 19:37:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2017/09/16 06:47:52 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -19,9 +19,6 @@
 ${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 3ecab0d342bf -r 52d8833811fd security/py-OpenSSL/distinfo
--- a/security/py-OpenSSL/distinfo      Sat Sep 16 03:27:40 2017 +0000
+++ b/security/py-OpenSSL/distinfo      Sat Sep 16 06:47:52 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.16 2017/07/20 16:52:16 adam Exp $
+$NetBSD: distinfo,v 1.17 2017/09/16 06:47:52 adam Exp $
 
-SHA1 (pyOpenSSL-17.2.0.tar.gz) = ab5454f2d297c642c7c3dffeeca359f914a11dd3
-RMD160 (pyOpenSSL-17.2.0.tar.gz) = aa13f01db65c365a0a05843c49bc7dad76511b7a
-SHA512 (pyOpenSSL-17.2.0.tar.gz) = aef1628665353445760a0c869c5b88ba1f61a3ade7471bfd1ad9e57672573501574dab5a2491aaac1dc283893fcac1a81dd9b972f43d53fe7ef1aa48e3f0e88a
-Size (pyOpenSSL-17.2.0.tar.gz) = 170816 bytes
+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 (patch-tests_memdbg.py) = 0cca9c930a8f6065205ed28ec6d2551b45f4d606



Home | Main Index | Thread Index | Old Index