After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 740267 - Port gupnp to new libsoup APIs
Port gupnp to new libsoup APIs
Status: RESOLVED FIXED
Product: GUPnP
Classification: Other
Component: gupnp
0.20.x
Other Linux
: Normal enhancement
: ---
Assigned To: GUPnP Maintainers
GUPnP Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-11-17 16:25 UTC by Sven Neumann
Modified: 2015-01-04 12:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to port GUPnPContext to current libsoup API (9.11 KB, patch)
2014-11-17 16:25 UTC, Sven Neumann
committed Details | Review
Port gupnp to plain SoupSession (3.50 KB, patch)
2014-11-17 16:26 UTC, Sven Neumann
none Details | Review
v2 of the patch to port gupnp to plain SoupSession (3.27 KB, patch)
2014-12-10 13:14 UTC, Sven Neumann
committed Details | Review

Description Sven Neumann 2014-11-17 16:25:29 UTC
Created attachment 290863 [details] [review]
Patch to port GUPnPContext to current libsoup API

GUPnPContext uses deprecated libsoup APIs. If it is used with libsoup 2.48 then there are compile-time and run-time warnings from libsoup.
Comment 1 Sven Neumann 2014-11-17 16:26:38 UTC
Created attachment 290864 [details] [review]
Port gupnp to plain SoupSession
Comment 2 Sven Neumann 2014-12-10 13:14:17 UTC
Created attachment 292440 [details] [review]
v2 of the patch to port gupnp to plain SoupSession

This is a slightly modified version of the patch. As the idle timeout property on the plain SoupSession already defaults to 60 seconds, we do not need to explicitly specify it.
Comment 3 Jens Georg 2014-12-19 13:21:00 UTC
Will also fix bug 738365