Bug 145127 - [EFL] Bump libsoup version to 2.50.0
Summary: [EFL] Bump libsoup version to 2.50.0
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on: 145154
Blocks: 145121
  Show dependency treegraph
 
Reported: 2015-05-18 04:08 PDT by Csaba Osztrogonác
Modified: 2015-05-21 05:28 PDT (History)
3 users (show)

See Also:


Attachments
Patch (6.09 KB, patch)
2015-05-18 04:10 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff
Patch (6.09 KB, patch)
2015-05-21 01:44 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2015-05-18 04:08:39 PDT
Now we build 2.42 which is very very old.
- Ubuntu 12.04 shipped 2.38
- Ubuntu 14.04 shipped 2.44
- Ubuntu 14.10 shipped 2.46
- Ubuntu 15.04 shipped 2.49.2

The latest release is 2.50.0, GTK uses 2.49.91.1 now.
Comment 1 Csaba Osztrogonác 2015-05-18 04:10:11 PDT
Created attachment 253324 [details]
Patch

Additionally we can remove unnecessary patches.
Comment 2 Csaba Osztrogonác 2015-05-18 04:38:57 PDT
It seems we have to fix the EFL only ProxyResolverSoup.cpp before,
because soup_proxy_uri_resolver_get_type() is deprecated since 2.44.

../../Source/WebCore/platform/network/soup/ProxyResolverSoup.cpp: In function 'GType soup_proxy_resolver_wk_get_type()':
../../Source/WebCore/platform/network/soup/ProxyResolverSoup.cpp:50:2167: error: 'GType soup_proxy_uri_resolver_get_type()' is deprecated (declared at ../DependenciesEFL/Root/include/libsoup-2.4/libsoup/soup-proxy-uri-resolver.h:48) [-Werror=deprecated-declarations]
Comment 3 Csaba Osztrogonác 2015-05-21 01:44:23 PDT
Created attachment 253509 [details]
Patch

bug145154 is already fixed, let's see the EWS again.
Comment 4 WebKit Commit Bot 2015-05-21 05:28:31 PDT
Comment on attachment 253509 [details]
Patch

Clearing flags on attachment: 253509

Committed r184712: <http://trac.webkit.org/changeset/184712>
Comment 5 WebKit Commit Bot 2015-05-21 05:28:36 PDT
All reviewed patches have been landed.  Closing bug.