[csw-devel] SF.net SVN: gar:[21826] csw/mgar/pkg/geolitedb/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Aug 22 14:41:31 CEST 2013


Revision: 21826
          http://gar.svn.sourceforge.net/gar/?rev=21826&view=rev
Author:   dmichelsen
Date:     2013-08-22 12:41:30 +0000 (Thu, 22 Aug 2013)
Log Message:
-----------
geolitedb/trunk: Update to 20130822, add ASN databases

Modified Paths:
--------------
    csw/mgar/pkg/geolitedb/trunk/Makefile
    csw/mgar/pkg/geolitedb/trunk/checksums

Modified: csw/mgar/pkg/geolitedb/trunk/Makefile
===================================================================
--- csw/mgar/pkg/geolitedb/trunk/Makefile	2013-08-22 11:40:10 UTC (rev 21825)
+++ csw/mgar/pkg/geolitedb/trunk/Makefile	2013-08-22 12:41:30 UTC (rev 21826)
@@ -1,19 +1,22 @@
 NAME = geolitedb
-VERSION = 20130521
+VERSION = 20130822
 GARTYPE = v2
 
 DESCRIPTION = Geolite country database
 
-MASTER_SITES += http://geolite.maxmind.com/download/geoip/database/
-MASTER_SITES += http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/
-MASTER_SITES += http://geolite.maxmind.com/download/geoip/database/GeoLiteCityv6-beta/
+MASTER_SITES += http://download.maxmind.com/download/geoip/database/
+MASTER_SITES += http://download.maxmind.com/download/geoip/database/GeoLiteCountry/
+MASTER_SITES += http://download.maxmind.com/download/geoip/database/GeoLiteCityv6-beta/
+MASTER_SITES += http://download.maxmind.com/download/geoip/database/asnum/
 DISTFILES += GeoIP.dat.gz
 DISTFILES += GeoIPv6.dat.gz
 DISTFILES += GeoLiteCity.dat.xz
 DISTFILES += GeoLiteCityv6.dat.gz
+DISTFILES += GeoIPASNum.dat.gz
+DISTFILES += GeoIPASNumv6.dat.gz
 DISTFILES += COPYING
 
-VENDOR_URL = http://www.maxmind.com/app/geolitecountry
+VENDOR_URL = http://dev.maxmind.com/geoip/legacy/geolite/
 
 ARCHALL = 1
 
@@ -31,4 +34,6 @@
 	ginstall $(WORKDIR)/GeoIPv6.dat $(DESTDIR)/opt/csw/share/GeoIP/GeoIPv6.dat
 	ginstall $(WORKDIR)/GeoLiteCity.dat $(DESTDIR)/opt/csw/share/GeoIP/GeoIPCity.dat
 	ginstall $(WORKDIR)/GeoLiteCityv6.dat $(DESTDIR)/opt/csw/share/GeoIP/GeoIPCityv6.dat
+	ginstall $(WORKDIR)/GeoIPASNum.dat $(DESTDIR)/opt/csw/share/GeoIP/GeoIPASNum.dat
+	ginstall $(WORKDIR)/GeoIPASNumv6.dat $(DESTDIR)/opt/csw/share/GeoIP/GeoIPASNumv6.dat
 	@$(MAKECOOKIE)

Modified: csw/mgar/pkg/geolitedb/trunk/checksums
===================================================================
--- csw/mgar/pkg/geolitedb/trunk/checksums	2013-08-22 11:40:10 UTC (rev 21825)
+++ csw/mgar/pkg/geolitedb/trunk/checksums	2013-08-22 12:41:30 UTC (rev 21826)
@@ -1,4 +1,6 @@
-634d72f4ffbb2de57efa468add572d38  GeoIP.dat.gz
-42a24002066543943220721adf304ee1  GeoIPv6.dat.gz
-645e2b1f351bc7740786670708ef90d5  GeoLiteCity.dat.xz
-4beb1bf51a56bd0775684e8fb6f446f2  GeoLiteCityv6.dat.gz
+f3eee10daa10fe5a4ca204daf8aff689  GeoIP.dat.gz
+7787b1b75626cef57680c809cd9ca059  GeoIPASNum.dat.gz
+55af75660db5db2f94effcbdc1b7fed9  GeoIPASNumv6.dat.gz
+e02d3809e312cf0a0628015c9a0190fa  GeoIPv6.dat.gz
+a273ba6bef3e3e60cb3f1a71378fdb3e  GeoLiteCity.dat.xz
+c5dd0ae06fd3d9fa9d2b09fa6d963497  GeoLiteCityv6.dat.gz

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list