[gvfs] build: Bump libsoup dependency



commit bf426f4b585df91562ba277dee820735fdb97676
Author: Ondrej Holy <oholy redhat com>
Date:   Mon Feb 18 08:47:11 2019 +0100

    build: Bump libsoup dependency
    
    Commit e9653aa9 uses `soup_auth_manager_clear_cached_credentials()`, which
    has been introduced in libsoup 2.58.0. Let's bump the libsoup dependency
    accordingly.
    
    https://gitlab.gnome.org/GNOME/gvfs/issues/351
    https://gitlab.gnome.org/GNOME/gvfs/issues/374

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 86845948..6d99ed9d 100644
--- a/meson.build
+++ b/meson.build
@@ -307,7 +307,7 @@ endif
 enable_http = get_option('http')
 if enable_http
   assert(have_libxml, 'http required but libxml-2.0 not found')
-  libsoup_dep = dependency('libsoup-2.4', version: '>= 2.42.0')
+  libsoup_dep = dependency('libsoup-2.4', version: '>= 2.58.0')
 endif
 
 # *** Check if we should build with DNS-SD backend ***


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