Hello community,

here is the log from the commit of package pidgin for openSUSE:Factory checked 
in at 2014-08-11 12:30:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pidgin (Old)
 and      /work/SRC/openSUSE:Factory/.pidgin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pidgin"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pidgin/pidgin.changes    2014-06-25 
15:24:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pidgin.new/pidgin.changes       2014-08-11 
12:30:21.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Jul  6 23:00:00 UTC 2014 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------

New:
----
  pidgin-ssl-cache.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pidgin.spec ++++++
--- /var/tmp/diff_new_pack.Hbnp8G/_old  2014-08-11 12:30:22.000000000 +0200
+++ /var/tmp/diff_new_pack.Hbnp8G/_new  2014-08-11 12:30:22.000000000 +0200
@@ -46,8 +46,10 @@
 Patch15:        pidgin-fix-perl-build.patch
 # PATCH-FEATURE-UPSTREAM pidgin-gstreamer1.patch 
https://developer.pidgin.im/ticket/15386 [email protected] -- Port to 
GStreamer 1.0
 Patch17:        pidgin-gstreamer1.patch
+# PATCH-FIX-UPSTREAM pidgin-ssl-cache.patch pidgin.im#11568 [email protected] 
--  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 [email protected] -- 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 @@
 %patch15 -p1
 %if 0%{?suse_version} >= 1310
 %patch17 -p1
-%patch18 -p1
+%patch18 -p0
+%patch19 -p1
 %endif
 
 # Change Myanmar/Myanmar to Myanmar:

++++++ pidgin-ssl-cache.patch ++++++
#
# 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. */
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to