]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Updated GeoIP datebase.
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 10 Jan 2011 21:09:50 +0000 (22:09 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 10 Jan 2011 21:09:50 +0000 (22:09 +0100)
Add needed credits for using GeoIP databese.

html/cgi-bin/credits.cgi
lfs/GeoIP

index 60b5b909b70c7ce650a7d9d2e1c5d0f3fb3b0391..2907c5aabe965587af0280e72321c2ea267875d8 100644 (file)
@@ -2,7 +2,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2010  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        #
 #                                                                             #
 # 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        #
@@ -93,6 +93,10 @@ Sponsor  - Rene Zingel
 <p>Some parts of the distribution are left ajar on third-party software, that is licensed under the GPL, too.<br />
 There are: Advanced Proxy with URL-Filter and Update-Accelerator, ZERINA, Connection Scheduler, Hddtemp and Wake-on-LAN.<br />
 Distributed by Marco Sondermann, Ufuk Altinkaynak, Thomas Eichstaedt and Olaf Westrik.</p>
 <p>Some parts of the distribution are left ajar on third-party software, that is licensed under the GPL, too.<br />
 There are: Advanced Proxy with URL-Filter and Update-Accelerator, ZERINA, Connection Scheduler, Hddtemp and Wake-on-LAN.<br />
 Distributed by Marco Sondermann, Ufuk Altinkaynak, Thomas Eichstaedt and Olaf Westrik.</p>
+<p>
+
+This product includes GeoLite data crated by MaxMind, available from <a href='http://www.maxmind.com/' target="_blank">http://www.maxmind.com/</a>.
+</p>
 END
 ;
 &Header::closebox();
 END
 ;
 &Header::closebox();
index ceea003dd8c0db50a6e0447f82198f956339dd12..e22dc261a7e23c15ca09be04ae328f0269fb9b8c 100644 (file)
--- a/lfs/GeoIP
+++ b/lfs/GeoIP
@@ -25,7 +25,7 @@
 include Config
 
 VER        = 1.17
 include Config
 
 VER        = 1.17
-DATVER     = 01122010
+DATVER     = 01012011
 
 THISAPP    = Geo-IP-PurePerl-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
 
 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 = 42a6b9d4dd2563a20c8998556216e1de
 GeoIP.dat-$(DATVER).gz = $(DL_FROM)/GeoIP.dat-$(DATVER).gz
 
 $(DL_FILE)_MD5 = 42a6b9d4dd2563a20c8998556216e1de
-GeoIP.dat-$(DATVER).gz_MD5 = 42a6b039337ed271ee0c8f40497ceba9
+GeoIP.dat-$(DATVER).gz_MD5 = 560eaeef02761b866d106cda42929d4c
 
 install : $(TARGET)
 
 
 install : $(TARGET)