This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 35912579df217591d7c81056c10fe3e832405d18 (commit) via d6b0ed246d48fe4e1c8372ac27bdbc3b60665af6 (commit) from 09a7264cf54621b90955031a6c1052dbcedb0f1f (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 35912579df217591d7c81056c10fe3e832405d18 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun May 23 18:17:48 2010 +0200
Add updated databases to core38.
commit d6b0ed246d48fe4e1c8372ac27bdbc3b60665af6 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun May 23 18:14:44 2010 +0200
Updated GeoIP database.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/38/filelists/files | 3 +++ lfs/GeoIP | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/38/filelists/files b/config/rootfiles/core/38/filelists/files index 5ad59bb..a00ba90 100644 --- a/config/rootfiles/core/38/filelists/files +++ b/config/rootfiles/core/38/filelists/files @@ -29,3 +29,6 @@ usr/local/bin/syslogdctrl usr/local/bin/wirelessctrl usr/sbin/openvpn opt/pakfire/lib/functions.sh +usr/local/share/GeoIP/GeoIP.dat +usr/share/hwdata/pci.ids +usr/share/hwdata/usb.ids diff --git a/lfs/GeoIP b/lfs/GeoIP index e687bc8..f488ba2 100644 --- a/lfs/GeoIP +++ b/lfs/GeoIP @@ -25,7 +25,7 @@ include Config
VER = 1.17 -DATVER = 15102009 +DATVER = 01052010
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_MD5 = bcdb40e805a64015d993ccd5ab1cd149 +GeoIP.dat-$(DATVER).gz_MD5 = 122ac2400bd2df9e999d1260bf04c9b5
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree