FreeBSD Bugzilla – Attachment 172191 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/python34
patch-lang_python34-issue24557 (text/plain), 1.83 KB, created by
Bernard Spil
on 2016-07-07 09:25:49 UTC
(
hide
)
Description:
svn diff for lang/python34
Filename:
MIME Type:
Creator:
Bernard Spil
Created:
2016-07-07 09:25:49 UTC
Size:
1.83 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 418118) >+++ Makefile (working copy) >@@ -13,14 +13,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= ${PORTVERSION} > > DISABLED_EXTENSIONS= _sqlite3 _tkinter _gdbm > CONFIGURE_ARGS+= --enable-shared --without-ensurepip >Index: files/patch-issue24557 >=================================================================== >--- files/patch-issue24557 (revision 0) >+++ files/patch-issue24557 (working copy) >@@ -0,0 +1,23 @@ >+http://bugs.python.org/issue24557 >+assume egd unless OPENSSL_NO_EGD is defined-remove configure check >+ >+--- Modules/_ssl.c.orig 2016-06-25 21:52:32 UTC >++++ Modules/_ssl.c >+@@ -3325,7 +3325,7 @@ Returns 1 if the OpenSSL PRNG has been s >+ It is necessary to seed the PRNG with RAND_add() on some platforms before\n\ >+ using the ssl() function."); >+ >+-#ifdef HAVE_RAND_EGD >++#ifndef OPENSSL_NO_EGD >+ static PyObject * >+ PySSL_RAND_egd(PyObject *self, PyObject *args) >+ { >+@@ -3753,7 +3753,7 @@ static PyMethodDef PySSL_methods[] = { >+ PySSL_RAND_bytes_doc}, >+ {"RAND_pseudo_bytes", PySSL_RAND_pseudo_bytes, METH_VARARGS, >+ PySSL_RAND_pseudo_bytes_doc}, >+-#ifdef HAVE_RAND_EGD >++#ifndef OPENSSL_NO_EGD >+ {"RAND_egd", PySSL_RAND_egd, METH_VARARGS, >+ PySSL_RAND_egd_doc}, >+ #endif > >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