----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71659/ -----------------------------------------------------------
(Updated Nov. 19, 2019, 11:32 a.m.) Review request for mesos, Benno Evers, Benjamin Mahler, Greg Mann, and Till Toenshoff. Changes ------- Updated the `Dependencies` portion of the SSL doc, in addition to the other changes. Addressed a comment too. Bugs: MESOS-10009 https://issues.apache.org/jira/browse/MESOS-10009 Repository: mesos Description ------- This removes the configure-time check on having both ENABLE_SSL and ENABLE_LIBEVENT set to true in order to have SSL sockets. The subsequent commits will add SSL support to the poll socket class as a wrapper. This also updates the related documentation for SSL, including on Windows. Diffs (updated) ----- cmake/CompilationConfigure.cmake 62cb23e81abb2c7e4e8e13c83b45afb98708bd30 configure.ac f274f34e6982beb0a5a683526f7eb9c4ea744e40 docs/configuration/autotools.md 55a5de83729271b043bd1b8de67798ab52b195c6 docs/ssl.md f6beb4211f0c17fdaa4b52425cec405c9b6a7d56 docs/windows.md 35b12ddedec6f85b75adefa80d38fa439cd6b2d3 Diff: https://reviews.apache.org/r/71659/diff/3/ Changes: https://reviews.apache.org/r/71659/diff/2-3/ Testing ------- Requires a libprocess build change too (next patch). Thanks, Joseph Wu