diff options
author | tv <tv> | 2006-09-05 21:03:58 +0000 |
---|---|---|
committer | tv <tv> | 2006-09-05 21:03:58 +0000 |
commit | 525694ce7c6752aab87e4f22ac4bb1de625b73e1 (patch) | |
tree | 203594eb83220a469f4668edceb8546f8901b6bc /net | |
parent | 1ae428c3a662e9c86098a1e74e4f5090f1d04e0c (diff) | |
download | pkgsrc-525694ce7c6752aab87e4f22ac4bb1de625b73e1.tar.gz |
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
Diffstat (limited to 'net')
-rw-r--r-- | net/GeoIP/Makefile | 4 | ||||
-rw-r--r-- | net/GeoIP/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index c190229379c..c1c0a0ad55e 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2006/06/05 16:38:40 tv Exp $ +# $NetBSD: Makefile,v 1.17 2006/09/05 21:03:58 tv Exp $ # -DISTNAME= GeoIP-1.3.17 +DISTNAME= GeoIP-1.4.0 CATEGORIES= net MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/ diff --git a/net/GeoIP/distinfo b/net/GeoIP/distinfo index 605d3b27e1d..a2f8546ce40 100644 --- a/net/GeoIP/distinfo +++ b/net/GeoIP/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.8 2006/06/05 16:38:40 tv Exp $ +$NetBSD: distinfo,v 1.9 2006/09/05 21:03:58 tv Exp $ -SHA1 (GeoIP-1.3.17.tar.gz) = a6406e6204e9ac1d09a69c1a1bae540d9d2d0533 -RMD160 (GeoIP-1.3.17.tar.gz) = fe6cb2408b02fbe82f83cfcaf5b2362772b4a079 -Size (GeoIP-1.3.17.tar.gz) = 778217 bytes +SHA1 (GeoIP-1.4.0.tar.gz) = a108e33661db98a43a9c7334816c1dce6d759c46 +RMD160 (GeoIP-1.4.0.tar.gz) = 54779bae497d6032a35c1c1de8c97461db9b7075 +Size (GeoIP-1.4.0.tar.gz) = 808314 bytes SHA1 (patch-aa) = 5a1c82ce58945a645354fffbe598e4d1c853e519 SHA1 (patch-ab) = b25dec12477c7b198b3a57764abdc8ac1deb52fb |