diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2012-02-17 06:58:54 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2012-02-17 06:58:54 +0000 |
commit | db4288444494a8f8dbee1439f290e11779e0361b (patch) | |
tree | 55ddd2627a42cd8ef406206f5c23ec4f793f34b4 /net | |
parent | 5ce2cee0a0ef56a13593b98a477f089c9bbda36e (diff) | |
download | pkgsrc-db4288444494a8f8dbee1439f290e11779e0361b.tar.gz |
Update p5-Geo-IP to 1.40.
Changes from previous:
----------------------
1.40 Aug 23th 2011
- Add new CAPI method region_name_by_code ( Boris Zentner )
- Add support for GEOIP_NETSPEED_EDITION_REV1 ( Boris Zentner )
- Add new CAPI method record_by_ipnum_v6 ( Boris Zentner )
- Add new CAPI glue methods to use GeoIPCityv6 databases
record_by_addr_v6 record_by_name_v6 ( Boris Zentner )
1.39 May 7th 2011
- Upd Docs ( Boris Zentner )
- Add glue for the CAPI lib_version method ( Boris Zentner )
- Add CAPI glue for the methods enable_teredo and teredo.
currently only avail in conjunction with the CAPI ( Boris Zentner )
- Add example/benchmark.pl and example/country_v6.pl ( Boris Zentner )
- Add name_by_name and name_by_addr ( Boris Zentner )
- Add org_by_name_v6 and org_by_addr_v6 only XS ( Boris Zentner )
- Add name_by_ipnum_v6, name_by_name_v6 and name_by_addr_v6 XS glue ( Boris Zentner )
- Add sub Geo::IP::CLONE_SKIP {1} in conjunction with .xs Avoid thread
issues ( Boris Zentner )
- Export GEOIP_DOMAIN_EDITION by default ( Boris Zentner )
- Update region codes 20100810 ( Boris Zentner )
- Fix some PP 3letter country codes ( Boris Zentner )
- Fix PP continent codes ( Boris Zentner )
- Add PP continent_code_by_country_code ( Boris Zentner )
- Add PP Geo::IP->time_zone ( Boris Zentner )
- Update region codes 20100420 ( Boris Zentner )
- Link at least to CAPI 1.4.7 ( Boris Zentner )
- Add example/geolite-mirror-simple.pl to download maxmind databases ( Boris Zentner )
- Update region codes ( Boris Zentner )
- Update timezones ( Boris Zentner )
- Add isp_by_name and isp_by_addr if the CAPI is used ( Boris Zentner )
- Add isp_by_addr and org_by_addr to the PurePerl API ( Boris Zentner )
- Add api method, so users know if they use the PurePerl or CAPI glue
print Geo::IP->api ( Boris Zentner )
- Silence redefined warning, when perl is started with -w and the
PurePerl API is used ( Boris Zentner )
- Export GEOIP_CITYCONFIDENCE_EDITION, GEOIP_LOCATIONA_EDITION,
GEOIP_ACCURACYRADIUS_EDITION and GEOIP_COUNTRY_EDITION_V6 ( Boris Zentner )
- Add some more v6 XS glue. IPv6 support require the CAPI to work.
GeoIP_country_code_by_addr_v6
GeoIP_country_code_by_name_v6
GeoIP_country_code3_by_addr_v6
GeoIP_country_code3_by_name_v6
( Boris Zentner )
! Change RU's continent code from AS to EU ( Boris Zentner )
! Change Turkey's continent code from AS to EU ( Boris Zentner )
! org_by_* and friends return UTF8 scalars, if the charset is set to GEOIP_CHARSET_UTF8 ( Boris Zentner )
- Add PP ASNum support ( Boris Zentner )
- Add XS glue for time_zone and continent_code_by_country_code ( Boris Zentner )
- Add glue for database_edition ( Boris Zentner )
- Workaround centos/mod_perl issue when the PP fallback is used and
Sys::Mmap is not installed ( Boris Zentner )
- Update PurePerl region names 20090723 ( Boris Zentner )
- Add XS glue for GeoIP_country_code_by_ipnum_v6 ( Boris Zentner )
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Geo-IP/Makefile | 5 | ||||
-rw-r--r-- | net/p5-Geo-IP/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/p5-Geo-IP/Makefile b/net/p5-Geo-IP/Makefile index 7fc163e7bd3..d88c77d8f81 100644 --- a/net/p5-Geo-IP/Makefile +++ b/net/p5-Geo-IP/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2011/08/14 14:14:41 obache Exp $ +# $NetBSD: Makefile,v 1.22 2012/02/17 06:58:54 hiramatsu Exp $ # -DISTNAME= Geo-IP-1.38 +DISTNAME= Geo-IP-1.40 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/} diff --git a/net/p5-Geo-IP/distinfo b/net/p5-Geo-IP/distinfo index fecfdd84aac..67f9ea6ff64 100644 --- a/net/p5-Geo-IP/distinfo +++ b/net/p5-Geo-IP/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2009/10/15 07:57:08 rhaen Exp $ +$NetBSD: distinfo,v 1.12 2012/02/17 06:58:54 hiramatsu Exp $ -SHA1 (Geo-IP-1.38.tar.gz) = 6c6ff8fcaf2fdd08ea33730a9cafb0c6df2a1745 -RMD160 (Geo-IP-1.38.tar.gz) = 9f467dbaa677e708dc9ba0a6c12f90eaae810de0 -Size (Geo-IP-1.38.tar.gz) = 63418 bytes +SHA1 (Geo-IP-1.40.tar.gz) = b13a3d74edf6aad22403b065b07cdaab7fdd207f +RMD160 (Geo-IP-1.40.tar.gz) = d2048c70626920d38ab06606ee15cead460ca764 +Size (Geo-IP-1.40.tar.gz) = 111898 bytes |