Bug 165379 - [patch] net/GeoIP: GeoLite server information is outdated
Summary: [patch] net/GeoIP: GeoLite server information is outdated
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dennis Herrmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-21 21:40 UTC by Seiji Ariga
Modified: 2012-02-22 20:23 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Seiji Ariga 2012-02-21 21:40:13 UTC
URL included in /usr/ports/net/GeoIP/files/geoipupdate.sh is outdated.

Fix: 

(per http://www.maxmind.com/app/geolitecountry)--woWcdrWPU5sepxBnSKjQMuuOEfcEgTk2rOQfgSl2RAGpQbvF
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- /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
How-To-Repeat: Run /usr/local/bin/geoipupdate.sh
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-02-22 01:39:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dhn

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Dennis Herrmann freebsd_committer freebsd_triage 2012-02-22 20:23:38 UTC
State Changed
From-To: open->closed

Committed. Thanks!