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 Jul 20 16:52:16 UTC 2017

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

Log Message:
17.2.0:

Deprecations:
- Deprecated ``OpenSSL.rand`` - callers should use ``os.urandom()`` instead.

Changes:
- Fixed a bug causing ``Context.set_default_verify_paths()`` to not work with cryptography ``manylinux1`` wheels on Python 3.x.
- Fixed a crash with (EC)DSA signatures in some cases.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/security/py-OpenSSL/Makefile
cvs rdiff -u -r1.15 -r1.16 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.46 pkgsrc/security/py-OpenSSL/Makefile:1.47
--- pkgsrc/security/py-OpenSSL/Makefile:1.46    Mon Jul  3 21:37:29 2017
+++ pkgsrc/security/py-OpenSSL/Makefile Thu Jul 20 16:52:16 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2017/07/03 21:37:29 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2017/07/20 16:52:16 adam Exp $
 
-DISTNAME=      pyOpenSSL-17.1.0
+DISTNAME=      pyOpenSSL-17.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyOpenSSL/}
@@ -13,8 +13,9 @@ LICENSE=      apache-2.0
 DEPENDS+=      ${PYPKGPREFIX}-cryptography>=0.3:../../security/py-cryptography
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.5.2:../../lang/py-six
 # TEST_DEPENDS
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test>=3.0.1:../../devel/py-test
 
 # https://github.com/pyca/pyopenssl/issues/656
 do-test:

Index: pkgsrc/security/py-OpenSSL/distinfo
diff -u pkgsrc/security/py-OpenSSL/distinfo:1.15 pkgsrc/security/py-OpenSSL/distinfo:1.16
--- pkgsrc/security/py-OpenSSL/distinfo:1.15    Mon Jul  3 19:37:52 2017
+++ pkgsrc/security/py-OpenSSL/distinfo Thu Jul 20 16:52:16 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.15 2017/07/03 19:37:52 adam Exp $
+$NetBSD: distinfo,v 1.16 2017/07/20 16:52:16 adam Exp $
 
-SHA1 (pyOpenSSL-17.1.0.tar.gz) = 84691af678965c6936b9927071269a54dbc961de
-RMD160 (pyOpenSSL-17.1.0.tar.gz) = 6417659d9c0d74026c4d1be6e816671ed008da88
-SHA512 (pyOpenSSL-17.1.0.tar.gz) = 1ede4e3426005174b1a782902c9ea28b7dc2aa845a8dbb99b290069cda27985eba009b600389b7f40cdc36fcf45b66ebfe96aa9b0d136c574a83f6d035b73672
-Size (pyOpenSSL-17.1.0.tar.gz) = 170669 bytes
+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 (patch-tests_memdbg.py) = 0cca9c930a8f6065205ed28ec6d2551b45f4d606



Home | Main Index | Thread Index | Old Index