Subject: CVS commit: pkgsrc/net/GeoIP
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 12/28/2003 12:31:42
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Sun Dec 28 12:31:42 UTC 2003

Modified Files:
	pkgsrc/net/GeoIP: Makefile PLIST buildlink2.mk distinfo

Log Message:
Update to 1.3.1.  Changes since 1.1.9:

* Check for stdint.h in autoconf
* prevent the geoipupdate man page from trying to install itself directly
  in the system directory
* Fixed includes to compile on Windows
* Removed the _addr_to_num() calls from GeoIP_*_by_name()
* _seek_record() optimizations
* Added GeoIP_assign_region_by_inetaddr which doesn't do any mallocs and
  made all other region APIs go thru it
* Replaced _h_addr_to_num() with ntohl() and removed _h_addr_to_num()
* Fixed bug when IP address not found in region rev1 database
* Added added extern "C" to GeoIPCity.h fixes problems when included
  in C ++ library
* Added support for GeoIP ISP Edition identifier
* Fixed bug in GeoIP_database_info
* Added support for GeoIP AS Number Edition
* renamed GeoIP_org_by_* functions to GeoIP_name_by_* to reduce confusion
  since these functions are used by GeoIP ISP and GeoIP ASNum as well as
  GeoIP Organization
* Added support for GeoIP Proxy Edition
* renamed GeoIP_country_id_by_* functions to GeoIP_id_by_*
* Added GeoIP_record_id_by_addr and GeoIP_next_record functions
* Added support for new GeoIP Region format, including Canadian Provinces
* Added support for GeoIP City format revision 1, including dma code and
  area code
* geoiplookup returns results from GeoIP Region, City, ISP and Organization
  databases
* Standardized location for GeoIP Region, City, ISP and Organization data bases
* Added GeoIP_open_type to open database from default location for other
  dbs besides country
* Added check to make sure that the appropriate database is loaded for each
  lookup method
* Updated update code to check for first 12 characters of license key
* Added GeoIP_country_continent array to lookup continent by country ID

Closes PR pkg/23909.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/net/GeoIP/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/GeoIP/PLIST \
    pkgsrc/net/GeoIP/buildlink2.mk pkgsrc/net/GeoIP/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.