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:           Thu Nov 23 10:12:33 UTC 2017

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/security/py-OpenSSL/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/py-OpenSSL/PLIST
cvs rdiff -u -r1.17 -r1.18 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.48 pkgsrc/security/py-OpenSSL/Makefile:1.49
--- pkgsrc/security/py-OpenSSL/Makefile:1.48    Sat Sep 16 06:47:52 2017
+++ pkgsrc/security/py-OpenSSL/Makefile Thu Nov 23 10:12:33 2017
@@ -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/}

Index: pkgsrc/security/py-OpenSSL/PLIST
diff -u pkgsrc/security/py-OpenSSL/PLIST:1.14 pkgsrc/security/py-OpenSSL/PLIST:1.15
--- pkgsrc/security/py-OpenSSL/PLIST:1.14       Sat Sep 16 06:47:52 2017
+++ pkgsrc/security/py-OpenSSL/PLIST    Thu Nov 23 10:12:33 2017
@@ -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/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.17 pkgsrc/security/py-OpenSSL/distinfo:1.18
--- pkgsrc/security/py-OpenSSL/distinfo:1.17    Sat Sep 16 06:47:52 2017
+++ pkgsrc/security/py-OpenSSL/distinfo Thu Nov 23 10:12:33 2017
@@ -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