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.3.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b456a6ef3d11
branches:  trunk
changeset: 484151:b456a6ef3d11
user:      snj <snj%pkgsrc.org@localhost>
date:      Thu Nov 25 18:37:52 2004 +0000

description:
Update to 1.3.8.

Changes:
* Made code thread safe by replacing gethostbyname with gethostbyname_r
* Added GeoIP_country_code_by_ipnum and GeoIP_id_by_ipnum to use
  existing ulong IP Address in numeric form instead of having to
  convert it to string (Boris Hajduk)
* Updated geoipupdate to report invalid userID and productID errors
* Added support for GEOIP_INDEX_CACHE - which just caches
  the most frequently access index portion of the database, resulting
  in faster lookups than GEOIP_STANDARD, but less memory usage than
  GEOIP_MEMORY_CACHE (Frank Mather)
* Made GEOIP_CHECK_CACHE work with GEOIP_STANDARD mode - reloads filehandle
  in case file changes.
* Made GeoIP City code thread safe
* Fixed bug with geoipupdate reading in product ids
* Added support for GeoIP Netspeed geoipupdate
* Fix memleak in lookupaddress (Ludwig Nussel/SUSE)
* Add prototype for _full_path_to to make 64bit clean (Ludwig Nussel/SUSE)

diffstat:

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

diffs (26 lines):

diff -r 9c17348bcfe2 -r b456a6ef3d11 net/GeoIP/Makefile
--- a/net/GeoIP/Makefile        Thu Nov 25 18:37:43 2004 +0000
+++ b/net/GeoIP/Makefile        Thu Nov 25 18:37:52 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2004/10/03 00:17:48 tv Exp $
+# $NetBSD: Makefile,v 1.9 2004/11/25 18:37:52 snj Exp $
 #
 
-DISTNAME=      GeoIP-1.3.4
-PKGREVISION=   1
+DISTNAME=      GeoIP-1.3.8
 CATEGORIES=    net
 MASTER_SITES=  http://www.maxmind.com/download/geoip/api/c/
 
diff -r 9c17348bcfe2 -r b456a6ef3d11 net/GeoIP/distinfo
--- a/net/GeoIP/distinfo        Thu Nov 25 18:37:43 2004 +0000
+++ b/net/GeoIP/distinfo        Thu Nov 25 18:37:52 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2004/07/03 00:54:07 minskim Exp $
+$NetBSD: distinfo,v 1.4 2004/11/25 18:37:52 snj Exp $
 
-SHA1 (GeoIP-1.3.4.tar.gz) = 7cca4ac6adb39dcf5fc7f06feef2e96b3f9c21a2
-Size (GeoIP-1.3.4.tar.gz) = 565913 bytes
+SHA1 (GeoIP-1.3.8.tar.gz) = 5cb2b0568e9029c91056cd0809a155754987987b
+Size (GeoIP-1.3.8.tar.gz) = 585538 bytes
 SHA1 (patch-aa) = 5cf4eed4243162480e05bc472537150e783e15e4



Home | Main Index | Thread Index | Old Index