mbox

GeoIP: Update to 1.25

Message ID 20170107170327.11832-1-matthias.fischer@ipfire.org
State Superseded
Headers

Message

Matthias Fischer Jan. 8, 2017, 4:03 a.m. UTC
  Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 config/rootfiles/common/GeoIP |  2 +-
 lfs/GeoIP                     | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)
  

Comments

Michael Tremer Jan. 10, 2017, 1:29 a.m. UTC | #1
Hi,

is there any chance that we can move the database from /usr/local to /usr
instead?

-Michael

On Sat, 2017-01-07 at 18:03 +0100, Matthias Fischer wrote:
> Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
> ---
>  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/PurePerl
>  #usr/lib/perl5/site_perl/5.12.3/MACHINE-linux-thread-
> multi/auto/Geo/IP/PurePerl/.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  <info@ipfire.org>                    
>  #
> +# Copyright (C) 2007-2017  IPFire Team  <info@ipfire.org>                    
>  #
>  #                                                                            
>  #
>  # 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 @@
>  
>  include Config
>  
> -VER        = 1.17
> -DATVER     = 15022015
> +VER        = 1.25
> +DATVER     = 07012017
>  
>  THISAPP    = Geo-IP-PurePerl-$(VER)
>  DL_FILE    = $(THISAPP).tar.gz
> @@ -42,8 +42,8 @@ objects = $(DL_FILE) GeoIP.dat-$(DATVER).gz
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  GeoIP.dat-$(DATVER).gz = $(DL_FROM)/GeoIP.dat-$(DATVER).gz
>  
> -$(DL_FILE)_MD5 = 42a6b9d4dd2563a20c8998556216e1de
> -GeoIP.dat-$(DATVER).gz_MD5 = 508e3c10da15f2722774cf4014863976
> +$(DL_FILE)_MD5 = a47a1b71f7cd7c46cca9efcc448e0726
> +GeoIP.dat-$(DATVER).gz_MD5 = fac676d18785585568312f30b7851657
>  
>  install : $(TARGET)
>