r28694 - in /desktop/unstable/libsoup2.4/debian: changelog patches/02_tls.patch

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue Jun 28 15:23:31 UTC 2011


Author: joss
Date: Tue Jun 28 15:23:31 2011
New Revision: 28694

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28694
Log:
02_tls.patch: new patch. Stop forcing SSLv3, which breaks websites 
that properly support TLS only. This still breaks a few websites, 
but at least paypal has been fixed to support TLS. Closes: #579429.

Added:
    desktop/unstable/libsoup2.4/debian/patches/02_tls.patch
Modified:
    desktop/unstable/libsoup2.4/debian/changelog

Modified: desktop/unstable/libsoup2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsoup2.4/debian/changelog?rev=28694&op=diff
==============================================================================
--- desktop/unstable/libsoup2.4/debian/changelog [utf-8] (original)
+++ desktop/unstable/libsoup2.4/debian/changelog [utf-8] Tue Jun 28 15:23:31 2011
@@ -1,8 +1,11 @@
-libsoup2.4 (2.34.2-2) UNRELEASED; urgency=low
+libsoup2.4 (2.34.2-2) unstable; urgency=low
 
   * 01_memleaks.patch: stolen from upstream git. Fix a few memory leaks.
-
- -- Josselin Mouette <joss at debian.org>  Tue, 28 Jun 2011 17:10:17 +0200
+  * 02_tls.patch: new patch. Stop forcing SSLv3, which breaks websites 
+    that properly support TLS only. This still breaks a few websites, 
+    but at least paypal has been fixed to support TLS. Closes: #579429.
+
+ -- Josselin Mouette <joss at debian.org>  Tue, 28 Jun 2011 17:23:27 +0200
 
 libsoup2.4 (2.34.2-1) unstable; urgency=low
 

Added: desktop/unstable/libsoup2.4/debian/patches/02_tls.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsoup2.4/debian/patches/02_tls.patch?rev=28694&op=file
==============================================================================
--- desktop/unstable/libsoup2.4/debian/patches/02_tls.patch (added)
+++ desktop/unstable/libsoup2.4/debian/patches/02_tls.patch [utf-8] Tue Jun 28 15:23:31 2011
@@ -1,0 +1,13 @@
+Index: libsoup-2.34.2/libsoup/soup-socket.c
+===================================================================
+--- libsoup-2.34.2.orig/libsoup/soup-socket.c	2011-06-28 17:22:08.356156914 +0200
++++ libsoup-2.34.2/libsoup/soup-socket.c	2011-06-28 17:22:14.400186447 +0200
+@@ -934,7 +934,7 @@ soup_socket_start_proxy_ssl (SoupSocket
+ 				       "server-identity", identity,
+ 				       "use-system-certdb", FALSE,
+ 				       "require-close-notify", FALSE,
+-				       "use-ssl3", TRUE,
++				       "use-ssl3", FALSE,
+ 				       NULL);
+ 		g_object_unref (identity);
+ 




More information about the pkg-gnome-commits mailing list