[epiphany] Fix last patch to account for changes in soup API, and bump required version



commit f3ed2a94694b698bb3cb38bb08a741364fe2df9b
Author: Gustavo Noronha Silva <gns gnome org>
Date:   Mon Feb 22 16:32:20 2010 -0300

    Fix last patch to account for changes in soup API, and bump required version

 configure.ac              |    2 +-
 embed/ephy-embed-single.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 37b98d7..70de21e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -101,7 +101,7 @@ LIBSTARTUP_NOTIFICATION_REQUIRED=0.5
 LIBNOTIFY_REQUIRED=0.4
 DBUS_GLIB_REQUIRED=0.35
 WEBKIT_GTK_REQUIRED=1.1.22
-LIBSOUP_GNOME_REQUIRED=2.29.90
+LIBSOUP_GNOME_REQUIRED=2.29.91
 GNOME_KEYRING_REQUIRED=2.26.0
 
 PKG_CHECK_EXISTS([libnotify >= $LIBNOTIFY_REQUIRED],[have_libnotify=yes],[have_libnotify=no])
diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c
index 8c05532..3b13e4f 100644
--- a/embed/ephy-embed-single.c
+++ b/embed/ephy-embed-single.c
@@ -488,7 +488,7 @@ ephy_embed_single_initialize (EphyEmbedSingle *single)
   if (g_file_test (GTLS_SYSTEM_CA_FILE, G_FILE_TEST_EXISTS)) {
     g_object_set (session,
                   SOUP_SESSION_SSL_CA_FILE, GTLS_SYSTEM_CA_FILE,
-                  "ignore-ssl-cert-errors", TRUE,
+                  SOUP_SESSION_SSL_STRICT, FALSE,
                   NULL);
   } else {
     g_warning (_("CA Certificates file we should use was not found, "\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]