forked from Lainports/freebsd-ports
- Add LICENSE_FILE - Use USES=autoreconf instead of USE_AUTOTOOLS=autoconf - Use USES=libedit - Silence patch and build messages Changes: https://www.ruby-lang.org/en/news/2015/12/16/ruby-2-1-8-released/ http://svn.ruby-lang.org/repos/ruby/tags/v2_1_8/ChangeLog Security: 3b50881d-1860-4721-aab1-503290e23f6c Differential Revision: https://reviews.freebsd.org/D4668 PR: 205487 Exp-run by: antoine MFH: 2015Q4
15 lines
520 B
Ruby
15 lines
520 B
Ruby
--- ext/openssl/extconf.rb.orig 2015-04-01 22:28:09 UTC
|
|
+++ ext/openssl/extconf.rb
|
|
@@ -100,9 +100,9 @@ have_func("OBJ_NAME_do_all_sorted")
|
|
have_func("SSL_SESSION_get_id")
|
|
have_func("SSL_SESSION_cmp")
|
|
have_func("OPENSSL_cleanse")
|
|
-have_func("SSLv2_method")
|
|
-have_func("SSLv2_server_method")
|
|
-have_func("SSLv2_client_method")
|
|
+have_func("SSLv23_method")
|
|
+have_func("SSLv23_server_method")
|
|
+have_func("SSLv23_client_method")
|
|
have_func("SSLv3_method")
|
|
have_func("SSLv3_server_method")
|
|
have_func("SSLv3_client_method")
|