diff -Nru ubuntu-geoip-1.0.2+14.04.20131125/data/com.ubuntu.geoip.gschema.xml.in ubuntu-geoip-1.0.2+18.04.20180223/data/com.ubuntu.geoip.gschema.xml.in --- ubuntu-geoip-1.0.2+14.04.20131125/data/com.ubuntu.geoip.gschema.xml.in 2013-11-25 03:54:50.000000000 +0000 +++ ubuntu-geoip-1.0.2+18.04.20180223/data/com.ubuntu.geoip.gschema.xml.in 2018-02-23 17:23:13.000000000 +0000 @@ -1,7 +1,7 @@ - "http://geoip.ubuntu.com/lookup" + "https://geoip.ubuntu.com/lookup" <_summary>URL used to get information about the IP <_description>URL of a service that can be contacted and returns an XML file containing location information about the requestor's IP address. diff -Nru ubuntu-geoip-1.0.2+14.04.20131125/debian/changelog ubuntu-geoip-1.0.2+18.04.20180223/debian/changelog --- ubuntu-geoip-1.0.2+14.04.20131125/debian/changelog 2018-02-23 17:25:14.000000000 +0000 +++ ubuntu-geoip-1.0.2+18.04.20180223/debian/changelog 2018-02-23 17:25:15.000000000 +0000 @@ -1,16 +1,8 @@ -ubuntu-geoip (1.0.2+14.04.20131125-0ubuntu3) artful; urgency=medium +ubuntu-geoip (1.0.2+18.04.20180223-0ubuntu1) bionic; urgency=medium - * No-change rebuild to pick up -fPIE compiler default in static - libraries + * Use https for geoip.ubuntu.com (LP: #1617535) - -- Steve Langasek Fri, 21 Apr 2017 20:57:43 +0000 - -ubuntu-geoip (1.0.2+14.04.20131125-0ubuntu2) trusty; urgency=medium - - [ Ted Gould ] - * Allow deprecated function usage. - - -- Dimitri John Ledkov Fri, 07 Mar 2014 22:40:19 +0000 + -- Jeremy Bicha Fri, 23 Feb 2018 17:23:36 +0000 ubuntu-geoip (1.0.2+14.04.20131125-0ubuntu1) trusty; urgency=low diff -Nru ubuntu-geoip-1.0.2+14.04.20131125/src/ubuntu-geoip-provider.c ubuntu-geoip-1.0.2+18.04.20180223/src/ubuntu-geoip-provider.c --- ubuntu-geoip-1.0.2+14.04.20131125/src/ubuntu-geoip-provider.c 2013-11-25 03:54:50.000000000 +0000 +++ ubuntu-geoip-1.0.2+18.04.20180223/src/ubuntu-geoip-provider.c 2018-02-23 17:23:13.000000000 +0000 @@ -721,7 +721,7 @@ if (provider->priv->settings != NULL) { url = g_settings_get_string(provider->priv->settings, GEOIP_URL); } else { - url = g_strdup("http://geoip.ubuntu.com/lookup"); + url = g_strdup("https://geoip.ubuntu.com/lookup"); } g_debug("Using GeoIP URL: %s", url);