From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] GeoIP: Update to 1.25 Date: Sat, 07 Jan 2017 18:03:27 +0100 Message-ID: <20170107170327.11832-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2825611671058456790==" List-Id: --===============2825611671058456790== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Matthias Fischer --- config/rootfiles/common/GeoIP | 2 +- lfs/GeoIP | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/rootfiles/common/GeoIP b/config/rootfiles/common/GeoIP index d9b9d1025..09461436a 100644 --- a/config/rootfiles/common/GeoIP +++ b/config/rootfiles/common/GeoIP @@ -6,7 +6,7 @@ usr/lib/perl5/site_perl/5.12.3/Geo/IP/PurePerl.pm #usr/lib/perl5/site_perl/5.12.3/MACHINE-linux-thread-multi/auto/Geo/IP #usr/lib/perl5/site_perl/5.12.3/MACHINE-linux-thread-multi/auto/Geo/IP/PureP= erl #usr/lib/perl5/site_perl/5.12.3/MACHINE-linux-thread-multi/auto/Geo/IP/PureP= erl/.packlist -usr/local/share/GeoIP +#usr/local/share/GeoIP usr/local/share/GeoIP/GeoIP.dat #usr/share/man/man1/geoip-lookup.1 #usr/share/man/man3/Geo::IP::PurePerl.3 diff --git a/lfs/GeoIP b/lfs/GeoIP index 882d1a078..bb3de8ff1 100644 --- a/lfs/GeoIP +++ b/lfs/GeoIP @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2014 IPFire Team = # +# Copyright (C) 2007-2017 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,8 +24,8 @@ =20 include Config =20 -VER =3D 1.17 -DATVER =3D 15022015 +VER =3D 1.25 +DATVER =3D 07012017 =20 THISAPP =3D Geo-IP-PurePerl-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -42,8 +42,8 @@ objects =3D $(DL_FILE) GeoIP.dat-$(DATVER).gz $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) GeoIP.dat-$(DATVER).gz =3D $(DL_FROM)/GeoIP.dat-$(DATVER).gz =20 -$(DL_FILE)_MD5 =3D 42a6b9d4dd2563a20c8998556216e1de -GeoIP.dat-$(DATVER).gz_MD5 =3D 508e3c10da15f2722774cf4014863976 +$(DL_FILE)_MD5 =3D a47a1b71f7cd7c46cca9efcc448e0726 +GeoIP.dat-$(DATVER).gz_MD5 =3D fac676d18785585568312f30b7851657 =20 install : $(TARGET) =20 --=20 2.11.0 --===============2825611671058456790==--