X-Spam-Check-By: sourceware.org Message-ID: <43FB653E.6090107@mscha.org> Date: Tue, 21 Feb 2006 20:08:46 +0100 From: Michael Schaap Reply-To: cygwin AT cygwin DOT com User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] New packages: geoip-1.3.14 -- IP lookup command line tools that use the GeoIP library References: In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Hi Jari, Thanks for packaging this. On 21-Feb-2006 8:20, Jari Aalto wrote: > PACKAGE DESCRIPTION > =================== > > Homepage: http://freshmeat.net/projects/geoip/ > License : GPL > > GeoIP is a C library that enables the user to find the country that any IP > address or hostname originates from. It uses a file based database that is > accurate as of March 2002. (...) Actually, the database included appears to be from September 2005: $ geoiplookup -v GEO-106FREE 20050901 Build 1 Copyright (c) 2005 MaxMind LLC All Rights Reserved Any particular reason why you didn't include the latest database, from ? $ cd /usr/share/GeoIP $ wget http://www.maxmind.com/download/geoip/database/GeoIP.dat.gz $ mv GeoIP.dat GeoIP.dat.OLD $ gunzip GeoIP.dat.gz $ geoiplookup -v GEO-106FREE 20060201 Build 1 Copyright (c) 2006 MaxMind LLC All Rights Reserved Wouldn't it be a good idea to package the data file separately from the tools, perhaps? This would allow for (monthly, ideally) updates of the data file without having to reinstall the tools. Also, the man page lists a non-existing "-l" flag. Finally, any particular reason why GeoIP.dat has executable permissions? Cheers, – Michael -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/