Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2012 21:38:26 GMT
From:      Seiji Ariga <freebsd@khaotic.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/165379: GeoLite server information is outdated
Message-ID:  <201202212138.q1LLcQAF078343@red.freebsd.org>
Resent-Message-ID: <201202212140.q1LLeDCB038157@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         165379
>Category:       ports
>Synopsis:       GeoLite server information is outdated
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 21 21:40:13 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Seiji Ariga
>Release:        9.0-STABLE
>Organization:
Individual
>Environment:
FreeBSD decoy.khaotic.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Wed Feb 15 03:10:24 EST 2012     root@host.example.com:/usr/obj/usr/src/sys/HOST  amd64

$ cat /var/db/portsnap/tag
portsnap|1329793377|ea1dfebf3927f7a434b9a0a8a2067753429867707088b739bdebbd681ed0d14c

>Description:
URL included in /usr/ports/net/GeoIP/files/geoipupdate.sh is outdated.
>How-To-Repeat:
Run /usr/local/bin/geoipupdate.sh
>Fix:
--- /usr/ports/net/GeoIP/files/geoipupdate.sh.orig      2012-02-21 16:17:57.000000000 -0500
+++ /usr/ports/net/GeoIP/files/geoipupdate.sh   2012-02-21 16:18:04.000000000 -0500
@@ -1,5 +1,5 @@
 #!/bin/sh
 cd /tmp
-fetch http://64.246.48.99/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
+fetch http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
 gunzip GeoIP.dat.gz
 mv -f GeoIP.dat /usr/local/share/GeoIP


(per http://www.maxmind.com/app/geolitecountry)

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202212138.q1LLcQAF078343>