]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
BUG11271 / GeoIP: Download GeoIP database via HTTPS
authorMatthias Fischer <matthias.fischer@ipfire.org>
Sat, 4 Feb 2017 10:23:26 +0000 (11:23 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Feb 2017 13:31:35 +0000 (13:31 +0000)
For details see:
https://bugzilla.ipfire.org/show_bug.cgi?id=11271

Download GEoIP database per HTTPS download.

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scripts/xt_geoip_update

index 0ee774470a4f8ec2fe815e624452b1efd9d9cdda..0aea4d03efff514e9134231ac7cdce294691c367 100644 (file)
@@ -25,7 +25,7 @@ TMP_FILE=$(mktemp -p $TMP_PATH)
 SCRIPT_PATH=/usr/local/bin
 DEST_PATH=/usr/share/xt_geoip
 
-DL_URL=http://geolite.maxmind.com/download/geoip/database
+DL_URL=https://geolite.maxmind.com/download/geoip/database
 DL_FILE=GeoIPCountryCSV.zip
 
 CSV_FILE=GeoIPCountryWhois.csv