[packages/libghttp] - rel 14; use SSLv23_client_method instead of old SSLv2_client_method method
arekm
arekm at pld-linux.org
Tue Oct 21 07:20:09 CEST 2014
commit 10daeeb67c24b7bb07a8083be557332371b2bc07
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Oct 21 07:20:06 2014 +0200
- rel 14; use SSLv23_client_method instead of old SSLv2_client_method method
libghttp-ssl.patch | 2 +-
libghttp.spec | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libghttp.spec b/libghttp.spec
index 567d945..4861411 100644
--- a/libghttp.spec
+++ b/libghttp.spec
@@ -7,7 +7,7 @@ Summary(ru.UTF-8): Библиотека HTTP-клиента для GNOME
Summary(uk.UTF-8): Бібліотека HTTP-клієнта для GNOME
Name: libghttp
Version: 1.0.9
-Release: 13
+Release: 14
Epoch: 1
License: LGPL
Group: Libraries
diff --git a/libghttp-ssl.patch b/libghttp-ssl.patch
index adfcc5e..5c3adb3 100644
--- a/libghttp-ssl.patch
+++ b/libghttp-ssl.patch
@@ -486,7 +486,7 @@ diff -Nur libghttp-1.0.9/http_trans.c gnome-http/http_trans.c
+ {
+ /* initialize OpenSSL */
+ SSLeay_add_ssl_algorithms();
-+ ssl_method = SSLv2_client_method();
++ ssl_method = SSLv23_client_method();
+ SSL_load_error_strings();
+ ssl_context = SSL_CTX_new(ssl_method);
+ if(ssl_context == NULL)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libghttp.git/commitdiff/10daeeb67c24b7bb07a8083be557332371b2bc07
More information about the pld-cvs-commit
mailing list