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:           Sat Sep 16 06:47:52 UTC 2017

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/security/py-OpenSSL/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/py-OpenSSL/PLIST
cvs rdiff -u -r1.16 -r1.17 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.47 pkgsrc/security/py-OpenSSL/Makefile:1.48
--- pkgsrc/security/py-OpenSSL/Makefile:1.47    Thu Jul 20 16:52:16 2017
+++ pkgsrc/security/py-OpenSSL/Makefile Sat Sep 16 06:47:52 2017
@@ -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
 

Index: pkgsrc/security/py-OpenSSL/PLIST
diff -u pkgsrc/security/py-OpenSSL/PLIST:1.13 pkgsrc/security/py-OpenSSL/PLIST:1.14
--- pkgsrc/security/py-OpenSSL/PLIST:1.13       Mon Jul  3 19:37:52 2017
+++ pkgsrc/security/py-OpenSSL/PLIST    Sat Sep 16 06:47:52 2017
@@ -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/crypto.pyo
 ${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

Index: pkgsrc/security/py-OpenSSL/distinfo
diff -u pkgsrc/security/py-OpenSSL/distinfo:1.16 pkgsrc/security/py-OpenSSL/distinfo:1.17
--- pkgsrc/security/py-OpenSSL/distinfo:1.16    Thu Jul 20 16:52:16 2017
+++ pkgsrc/security/py-OpenSSL/distinfo Sat Sep 16 06:47:52 2017
@@ -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