pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/GeoIP Update to 1.4.0. Changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a44cd339fcb9
branches:  trunk
changeset: 518285:a44cd339fcb9
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Sep 05 21:03:58 2006 +0000

description:
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:

 net/GeoIP/Makefile |  4 ++--
 net/GeoIP/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r 289e06b9a094 -r a44cd339fcb9 net/GeoIP/Makefile
--- a/net/GeoIP/Makefile        Tue Sep 05 20:48:31 2006 +0000
+++ b/net/GeoIP/Makefile        Tue Sep 05 21:03:58 2006 +0000
@@ -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 -r 289e06b9a094 -r a44cd339fcb9 net/GeoIP/distinfo
--- a/net/GeoIP/distinfo        Tue Sep 05 20:48:31 2006 +0000
+++ b/net/GeoIP/distinfo        Tue Sep 05 21:03:58 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index