From: Peter Müller Date: Sat, 30 Jun 2018 15:10:12 +0000 (+0200) Subject: update GeoIP.dat database X-Git-Tag: v2.21-core123~76^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d30edb595e433a72e4d218aae050d33451bb55b1;p=people%2Fstevee%2Fipfire-2.x.git update GeoIP.dat database There are two GeoIP databases used in IPFire: One for firewall rules, which is downloaded and installed automatically, and a second one ("GeoIP.dat") for WebUI lookups via the Perl interface. The latter one is not updated automatically and was outdated. libloc will make things much easier here... Fixes #11777. Signed-off-by: Peter Müller Signed-off-by: Michael Tremer --- diff --git a/lfs/GeoIP b/lfs/GeoIP index 3e79da5445..013da0e522 100644 --- a/lfs/GeoIP +++ b/lfs/GeoIP @@ -25,7 +25,7 @@ include Config VER = 1.25 -DATVER = 07012017 +DATVER = 30062018 THISAPP = Geo-IP-PurePerl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -43,7 +43,7 @@ $(DL_FILE) = $(DL_FROM)/$(DL_FILE) GeoIP.dat-$(DATVER).gz = $(DL_FROM)/GeoIP.dat-$(DATVER).gz $(DL_FILE)_MD5 = a47a1b71f7cd7c46cca9efcc448e0726 -GeoIP.dat-$(DATVER).gz_MD5 = fac676d18785585568312f30b7851657 +GeoIP.dat-$(DATVER).gz_MD5 = d538e57ad9268fdc7955c6cf9a37c4a9 install : $(TARGET)