diff options
author | Milan Crha <mcrha@redhat.com> | 2013-01-18 18:57:01 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2013-01-18 18:57:01 +0800 |
commit | dff703a1ad37b8c77f404304462992e3baf91795 (patch) | |
tree | 306a81ddac0b3a1040798f652638b2458ede9fd3 /configure.ac | |
parent | 37699de983b6085e5be6a92eafbee07bdcc70854 (diff) | |
download | gsoc2013-evolution-dff703a1ad37b8c77f404304462992e3baf91795.tar.gz gsoc2013-evolution-dff703a1ad37b8c77f404304462992e3baf91795.tar.zst gsoc2013-evolution-dff703a1ad37b8c77f404304462992e3baf91795.zip |
Bump libsoup dependency to 2.40.3
This removes workarounds for below libsoup bugs and makes trust-prompt
for WebDAV based backends work better, by checking also server certificates.
* soup_message_get_https_status() now returns the certificate
and flags for unsuccessful https connections as well as
successful ones. [bug #690176]
* Fixed a deadlock when calling soup_session_abort() on
a SoupSessionSync in some cases. [bug #691399]
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 8e5d89b43c..1ce2b75b91 100644 --- a/configure.ac +++ b/configure.ac @@ -41,8 +41,8 @@ m4_define([gdk_minimum_version], [3.4.0]) m4_define([gdk_encoded_version], [GDK_VERSION_3_4]) dnl Keep these two definitions in agreement. -m4_define([soup_minimum_version], [2.38.1]) -m4_define([soup_encoded_version], [SOUP_VERSION_2_38]) +m4_define([soup_minimum_version], [2.40.3]) +m4_define([soup_encoded_version], [SOUP_VERSION_2_40]) m4_define([eds_minimum_version], [evo_version]) m4_define([gtkhtml_minimum_version], [4.5.2]) |