[Libosinfo] [libosinfo PATCH v2 0/8] Drop GVFS dependency in favour of libsoup
Fabiano Fidêncio
fidencio at redhat.com
Tue Jul 2 19:52:16 UTC 2019
Let's rely on libsoup in order to to http://, https://, and ftp://
requests.
By doing this, GVFS (more specifically, gvfs-http) won't be dragged as
a dependency, which caused errors for apps running as root (as GVFS
relies on being run in the user's session).
https://gitlab.com/libosinfo/libosinfo/issues/30
Changes since v1:
https://www.redhat.com/archives/libosinfo/2019-June/msg00121.html
- Explicitly mention that we support only http:// and https:// as "non
local";
- One patch was added fixing a doc issue that was noticed during v2
Fabiano Fidêncio (8):
media: Fix indentation in create_from_location_asunc_data_free()
tree: Remove not used Tree from _CreateFromLocationAsyncData struct
media: Improve on_location_read error message readability
media: Use GInpuStream directly in on_location_read()
media: Use libsoup for http:// & https:// requests
media: Fix _create_from_location_with_flags_async() docs
tree: Use libsoup for http:// & https:// requests
spec: Drop gvfs dependency
configure.ac | 5 +-
libosinfo.spec.in | 2 +-
osinfo/Makefile.am | 5 +-
osinfo/libosinfo.syms | 2 +
osinfo/osinfo_media.c | 92 +++++++++++++++++++++++++----------
osinfo/osinfo_tree.c | 110 ++++++++++++++++++++++++++++--------------
osinfo/osinfo_tree.h | 11 +++++
7 files changed, 163 insertions(+), 64 deletions(-)
--
2.21.0
More information about the Libosinfo
mailing list