FreeBSD Bugzilla – Attachment 172190 Details for
Bug 205960
lang/python35 lang/python34: Backport upstream issue 24557
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff for lang/python35 Additionally: - USE_OPENSSL -> USES= ssl - CPE_VERSION defaults to PORTVERSION -> remove
patch-lang_python35-issue24557 (text/plain), 2.69 KB, created by
Bernard Spil
on 2016-07-07 09:24:11 UTC
(
hide
)
Description:
svn diff for lang/python35 Additionally: - USE_OPENSSL -> USES= ssl - CPE_VERSION defaults to PORTVERSION -> remove
Filename:
MIME Type:
Creator:
Bernard Spil
Created:
2016-07-07 09:24:11 UTC
Size:
2.69 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 418118) >+++ Makefile (working copy) >@@ -14,14 +14,12 @@ > > LICENSE= PSFL > >-USES= cpe ncurses pkgconfig readline tar:xz >-USE_OPENSSL= yes >+USES= cpe ncurses pkgconfig readline ssl tar:xz > USE_LDCONFIG= yes > GNU_CONFIGURE= yes > > CPE_VENDOR= python > CPE_PRODUCT= ${CPE_VENDOR} >-CPE_VERSION= ${DISTVERSION} > > # Duplicate python.mk variables. TODO: Let lang/python?? ports use python.mk bits. > PYTHON_VER= ${PYTHON_PORTVERSION:R} >Index: files/patch-issue24557 >=================================================================== >--- files/patch-issue24557 (revision 0) >+++ files/patch-issue24557 (working copy) >@@ -0,0 +1,51 @@ >+http://bugs.python.org/issue24557 >+https://hg.python.org/cpython/rev/fe168c2b5e95 >+ >+assume egd unless OPENSSL_NO_EGD is defined-remove configure check >+ >+--- Modules/_ssl.c.orig 2015-12-07 01:39:10 UTC >++++ Modules/_ssl.c >+@@ -3916,7 +3916,7 @@ _ssl_RAND_status_impl(PyModuleDef *modul >+ return PyLong_FromLong(RAND_status()); >+ } >+ >+-#ifdef HAVE_RAND_EGD >++#ifndef OPENSSL_NO_EGD >+ /*[clinic input] >+ _ssl.RAND_egd >+ path: object(converter="PyUnicode_FSConverter") >+@@ -3942,7 +3942,7 @@ _ssl_RAND_egd_impl(PyModuleDef *module, >+ } >+ return PyLong_FromLong(bytes); >+ } >+-#endif /* HAVE_RAND_EGD */ >++#endif /* OPENSSL_NO_EGD */ >+ >+ >+ >+--- Modules/clinic/_ssl.c.h.orig 2015-12-07 01:39:10 UTC >++++ Modules/clinic/_ssl.c.h >+@@ -893,7 +893,7 @@ _ssl_RAND_status(PyModuleDef *module, PyObject *Py_UNUSED(ignored)) >+ return _ssl_RAND_status_impl(module); >+ } >+ >+-#if defined(HAVE_RAND_EGD) >++#if !defined(OPENSSL_NO_EGD) >+ >+ PyDoc_STRVAR(_ssl_RAND_egd__doc__, >+ "RAND_egd($module, path, /)\n" >+@@ -924,7 +924,7 @@ _ssl_RAND_egd(PyModuleDef *module, PyObject *arg) >+ return return_value; >+ } >+ >+-#endif /* defined(HAVE_RAND_EGD) */ >++#endif /* !defined(OPENSSL_NO_EGD) */ >+ >+ PyDoc_STRVAR(_ssl_get_default_verify_paths__doc__, >+ "get_default_verify_paths($module, /)\n" >+@@ -1102,4 +1102,4 @@ _ssl_enum_crls(PyModuleDef *module, PyObject *args, PyObject *kwargs) >+ #ifndef _SSL_ENUM_CRLS_METHODDEF >+ #define _SSL_ENUM_CRLS_METHODDEF >+ #endif /* !defined(_SSL_ENUM_CRLS_METHODDEF) */ >+-/*[clinic end generated code: output=a14999cb565a69a2 input=a9049054013a1b77]*/ >++/*[clinic end generated code: output=abe795f14cb63b6a input=a9049054013a1b77]*/ > >Property changes on: files/patch-issue24557 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
koobs
:
maintainer-approval-
Actions:
View
|
Diff
Attachments on
bug 205960
:
165181
|
172123
|
172145
|
172152
|
172190
|
172191
|
172245
|
172247