From 92d83c0617d45d28d846574aef31b59400508a21 Mon Sep 17 00:00:00 2001 From: Jim Campbell Date: Fri, 16 Mar 2018 19:28:58 +0000 Subject: [PATCH] Set geoip.ubuntu.com/lookup URL to use https One-line change to use https instead of bare http on the Ubuntu geoip lookup URL Include associated changelog entry Fixes LP: #1617535 --- data/com.ubuntu.geoip.gschema.xml.in | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/data/com.ubuntu.geoip.gschema.xml.in b/data/com.ubuntu.geoip.gschema.xml.in index ce77c0e..0e8c1c5 100644 --- a/data/com.ubuntu.geoip.gschema.xml.in +++ b/data/com.ubuntu.geoip.gschema.xml.in @@ -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 --git a/debian/changelog b/debian/changelog index 87b4aeb..66ea170 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ubuntu-geoip (1.0.2+14.04.20131125-0ubuntu2.16.04.1) xenial; urgency=medium + + [ Jim Campbell ] + * Use https for geoip.ubuntu.com/lookup URL (LP: #1617535) + + -- Jim Campbell Fri, 16 Mar 2018 19:26:42 +0000 + ubuntu-geoip (1.0.2+14.04.20131125-0ubuntu2) trusty; urgency=medium [ Ted Gould ] -- 2.7.4