From d30edb595e433a72e4d218aae050d33451bb55b1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Sat, 30 Jun 2018 17:10:12 +0200 Subject: [PATCH] update GeoIP.dat database MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- lfs/GeoIP | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.5