forked from pool/pidgin
Accepting request 243970 from GNOME:Apps
- Add pidgin-ssl-cache.patch: Disable caching the SSL Session keys, as some (broken) IRC servers are not willing to re-use them upon a disconnect. OBS-URL: https://build.opensuse.org/request/show/243970 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin?expand=0&rev=104
This commit is contained in:
parent
874efdaf71
commit
dbe8e57c2c
18
pidgin-ssl-cache.patch
Normal file
18
pidgin-ssl-cache.patch
Normal file
@ -0,0 +1,18 @@
|
||||
#
|
||||
# old_revision [075c2902b90abb6349a6b689e26fa0ecf720ca04]
|
||||
#
|
||||
# patch "libpurple/plugins/ssl/ssl-nss.c"
|
||||
# from [124c474174cbde7da43e375e4ffa1f47950ab95b]
|
||||
# to [600583b354d9a94ed7aafa37460174404a9903aa]
|
||||
#
|
||||
============================================================
|
||||
--- libpurple/plugins/ssl/ssl-nss.c 124c474174cbde7da43e375e4ffa1f47950ab95b
|
||||
+++ libpurple/plugins/ssl/ssl-nss.c 600583b354d9a94ed7aafa37460174404a9903aa
|
||||
@@ -428,6 +428,7 @@ ssl_nss_connect(PurpleSslConnection *gsc
|
||||
|
||||
SSL_OptionSet(nss_data->in, SSL_SECURITY, PR_TRUE);
|
||||
SSL_OptionSet(nss_data->in, SSL_HANDSHAKE_AS_CLIENT, PR_TRUE);
|
||||
+ SSL_OptionSet(nss_data->in, SSL_NO_CACHE, PR_TRUE);
|
||||
|
||||
/* If we have our internal verifier set up, use it. Otherwise,
|
||||
* use default. */
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 6 23:00:00 UTC 2014 - tbehrens@suse.com
|
||||
|
||||
- Add pidgin-ssl-cache.patch: Disable caching the SSL Session keys,
|
||||
as some (broken) IRC servers are not willing to re-use them upon
|
||||
a disconnect.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 22 17:20:00 UTC 2014 - meissner@suse.com
|
||||
|
||||
|
@ -46,8 +46,10 @@ Patch14: pidgin-mono-buildfix.patch
|
||||
Patch15: pidgin-fix-perl-build.patch
|
||||
# PATCH-FEATURE-UPSTREAM pidgin-gstreamer1.patch https://developer.pidgin.im/ticket/15386 dimstar@opensuse.org -- Port to GStreamer 1.0
|
||||
Patch17: pidgin-gstreamer1.patch
|
||||
# PATCH-FIX-UPSTREAM pidgin-ssl-cache.patch pidgin.im#11568 tbehrens@suse.com -- Disable caching the SSL Session keys, as some (broken) IRC servers are not willing to re-use them upon a disconnect.
|
||||
Patch18: pidgin-ssl-cache.patch
|
||||
# PATCH-FIX-UPSTREAM pidgin-crash-missing-gst-registry.patch bnc#866455 pidgin.im#16224 cxiong@suse.com -- fix crash when GST registry cache file is missing.
|
||||
Patch18: pidgin-crash-missing-gst-registry.patch
|
||||
Patch19: pidgin-crash-missing-gst-registry.patch
|
||||
# Can use external libzephyr
|
||||
BuildRequires: cyrus-sasl-devel
|
||||
BuildRequires: dbus-1-devel
|
||||
@ -416,7 +418,8 @@ translation-update-upstream
|
||||
%patch15 -p1
|
||||
%if 0%{?suse_version} >= 1310
|
||||
%patch17 -p1
|
||||
%patch18 -p1
|
||||
%patch18 -p0
|
||||
%patch19 -p1
|
||||
%endif
|
||||
|
||||
# Change Myanmar/Myanmar to Myanmar:
|
||||
|
Loading…
Reference in New Issue
Block a user