[arch-commits] Commit in thrift/trunk (THRIFT-3576.patch sslv23.patch)

Anatol Pomozov anatolik at archlinux.org
Fri Jan 6 00:16:16 UTC 2017


    Date: Friday, January 6, 2017 @ 00:16:15
  Author: anatolik
Revision: 204943

Remove unneeded patches

Deleted:
  thrift/trunk/THRIFT-3576.patch
  thrift/trunk/sslv23.patch

-------------------+
 THRIFT-3576.patch |   23 -----------------------
 sslv23.patch      |   13 -------------
 2 files changed, 36 deletions(-)

Deleted: THRIFT-3576.patch
===================================================================
--- THRIFT-3576.patch	2017-01-06 00:15:48 UTC (rev 204942)
+++ THRIFT-3576.patch	2017-01-06 00:16:15 UTC (rev 204943)
@@ -1,23 +0,0 @@
-From c261c69d4e64455b912524b6df603be0f169d29c Mon Sep 17 00:00:00 2001
-From: Nobuaki Sukegawa <nsuke at apache.org>
-Date: Sat, 23 Jan 2016 22:45:20 +0900
-Subject: [PATCH] THRIFT-3576 Boost test --log_format arg does not accept
- lowercase
-
----
- lib/cpp/test/Makefile.am | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/cpp/test/Makefile.am b/lib/cpp/test/Makefile.am
-index 1895afc..61865de 100755
---- a/lib/cpp/test/Makefile.am
-+++ b/lib/cpp/test/Makefile.am
-@@ -101,7 +101,7 @@ endif
- TESTS_ENVIRONMENT= \
- 	BOOST_TEST_LOG_SINK=tests.xml \
- 	BOOST_TEST_LOG_LEVEL=test_suite \
--	BOOST_TEST_LOG_FORMAT=xml
-+	BOOST_TEST_LOG_FORMAT=XML
- 
- TESTS = \
- 	$(check_PROGRAMS)

Deleted: sslv23.patch
===================================================================
--- sslv23.patch	2017-01-06 00:15:48 UTC (rev 204942)
+++ sslv23.patch	2017-01-06 00:16:15 UTC (rev 204943)
@@ -1,13 +0,0 @@
-diff --git a/thrift-0.9.3/lib/cpp/src/thrift/transport/TSSLSocket.cpp b/thrift-0.9.3/lib/cpp/src/thrift/transport/TSSLSocket.cpp
-index 98c5326..cb8ef6e 100644
---- a/thrift-0.9.3/lib/cpp/src/thrift/transport/TSSLSocket.cpp
-+++ b/thrift-0.9.3/lib/cpp/src/thrift/transport/TSSLSocket.cpp
-@@ -140,7 +140,7 @@ SSLContext::SSLContext(const SSLProtocol& protocol) {
-   if (protocol == SSLTLS) {
-     ctx_ = SSL_CTX_new(SSLv23_method());
-   } else if (protocol == SSLv3) {
--    ctx_ = SSL_CTX_new(SSLv3_method());
-+    ctx_ = SSL_CTX_new(SSLv23_method());
-   } else if (protocol == TLSv1_0) {
-     ctx_ = SSL_CTX_new(TLSv1_method());
-   } else if (protocol == TLSv1_1) {



More information about the arch-commits mailing list