Subject: CVS commit: pkgsrc/net/GeoIP
To: None <pkgsrc-changes@NetBSD.org>
From: Todd Vierling <tv@netbsd.org>
List: pkgsrc-changes
Date: 09/05/2006 21:03:58
Module Name:	pkgsrc
Committed By:	tv
Date:		Tue Sep  5 21:03:58 UTC 2006

Modified Files:
	pkgsrc/net/GeoIP: Makefile distinfo

Log Message:
Update to 1.4.0.  Changes:

1.4.0   2006-8-7
        * Changed license from GPL to LGPL, so that PHP Extension can be included in PECL (Olivier Hill)
        * Rewrote GEOIP_CHECK_CACHE code, fixed numerous bugs
                - CheckCache now works if GeoIP file is overwriten by mv command
                - Fixed bug where CheckCache kept reloading in GEOIP_STANDARD_MODE
                - Fixed segfault issue in GEOIP_MEMORY_CACHE mode
                - Fixed garbage data appearing in GEOIP_INDEX_CACHE mode
                - Fixed realloc in case realloc returns new memory block (Andre Morozov of Stone Steps)
        * Updated geoipupdate to print status messages for each database instead of just last database
        * Check that gi is not null before running code in GeoIP_delete
        * Updated LICENSE file to add GPL License Exception for PHP
        * Fixed alpha-3 codes ordering, replaced TLS,TKM,TUN,TON with TKM,TUN,TON,TLS
        * TP/East Timor changed to TL/Timor-Leste, reflecting changes in ISO-3166
        * Added Netware and Windows makefiles (Guenter Knauf)
        * Fixed NetWare compiler issue with char block[block_size] declaration (Guenter Knauf)
        * Updated geoipupdate example to run weekly


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 pkgsrc/net/GeoIP/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/net/GeoIP/distinfo

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