[packages/commoncpp2] - missing patch

arekm arekm at pld-linux.org
Tue Sep 18 19:50:24 CEST 2018


commit 3cfccd195f6b7f0b1f8098b0df6ee53c830fc407
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Sep 18 19:50:14 2018 +0200

    - missing patch

 openssl.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/openssl.patch b/openssl.patch
new file mode 100644
index 0000000..4d64c9e
--- /dev/null
+++ b/openssl.patch
@@ -0,0 +1,11 @@
+--- commoncpp2-1.8.1/src/ssl.cpp~	2010-11-01 01:42:51.000000000 +0100
++++ commoncpp2-1.8.1/src/ssl.cpp	2018-09-14 20:17:05.700039090 +0200
+@@ -386,7 +386,7 @@ bool SSLStream::getSession(void)
+     if(so == INVALID_SOCKET)
+         return false;
+ 
+-    ctx = SSL_CTX_new(SSLv3_client_method());
++    ctx = SSL_CTX_new(TLS_client_method());
+     if(!ctx) {
+         SSL_CTX_free(ctx);
+         return false;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/commoncpp2.git/commitdiff/3cfccd195f6b7f0b1f8098b0df6ee53c830fc407



More information about the pld-cvs-commit mailing list