[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Debian JP master SVN www commits (rev.1108)
=======================================================
Repository: /org/svn.debian.or.jp/repos
Revision: 1108
Commiter: yasu
Date: 2010-12-26 12:45:25 +0900 (日, 26 12月 2010)
=======================================================
Log:
update for Dec.2010
=======================================================
Changed:
U cdn/trunk/maxmind/GeoIP.dat
U cdn/trunk/maxmind/GeoIPASNum.dat
U cdn/trunk/maxmind/GeoLiteCity.dat
A cdn/trunk/maxmind/Makefile
Modified: cdn/trunk/maxmind/GeoIP.dat
===================================================================
(Binary files differ)
Modified: cdn/trunk/maxmind/GeoIPASNum.dat
===================================================================
(Binary files differ)
Modified: cdn/trunk/maxmind/GeoLiteCity.dat
===================================================================
(Binary files differ)
Added: cdn/trunk/maxmind/Makefile
===================================================================
--- cdn/trunk/maxmind/Makefile (rev 0)
+++ cdn/trunk/maxmind/Makefile 2010-12-26 03:45:25 UTC (rev 1108)
@@ -0,0 +1,18 @@
+#!/usr/bin/make
+
+all: ip city asnum
+
+backup:
+ cp *.dat old
+
+ip:
+ cp GeoIP.dat old
+ wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz && gunzip -f GeoIP.dat.gz
+
+city:
+ cp GeoLiteCity.dat old
+ wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz && gunzip -f GeoLiteCity.dat.gz
+
+asnum:
+ cp GeoIPASNum.dat old
+ wget http://geolite.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz && gunzip -f GeoIPASNum.dat.gz