pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/php-geoip Update to 1.1.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e69483508405
branches:  trunk
changeset: 351328:e69483508405
user:      wen <wen%pkgsrc.org@localhost>
date:      Fri Aug 19 07:16:34 2016 +0000

description:
Update to 1.1.1
Add 70 to PHP_VERSIONS_ACCEPTED

Upstream changes:
1.1.1   * Add IPv6 support (geoip_country_code_by_*_v6)
* PHP7 support (thanks to Adam and Dan Ackroyd)
1.1.0   * Add geoip_setup_custom_directory() to setup custom directories per request.
* Remove E_NOTICES for IPs not found in database.
* Fix a segfault with geoip_db_get_all_info() on newer libs (bug #64692).
* Add support for geoip_netspeedcell_by_name(), geoip_asnum_by_name() and geoip_domain_by_name() (bug #67121).
* Fix memory leak with custom directories (bug #67138).
* Support changing custom directory via ini_set() (bug #61607).

diffstat:

 net/php-geoip/Makefile |   8 +++++---
 net/php-geoip/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 8 deletions(-)

diffs (40 lines):

diff -r c87922c0d771 -r e69483508405 net/php-geoip/Makefile
--- a/net/php-geoip/Makefile    Fri Aug 19 06:40:01 2016 +0000
+++ b/net/php-geoip/Makefile    Fri Aug 19 07:16:34 2016 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2015/12/19 14:27:14 taca Exp $
+# $NetBSD: Makefile,v 1.4 2016/08/19 07:16:34 wen Exp $
 #
 
 MODNAME=               geoip
-PECL_VERSION=          1.0.8
+PECL_VERSION=          1.1.1
 CATEGORIES=            net geography
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
@@ -10,7 +10,9 @@
 COMMENT=               PHP module to map IP address to geographic places
 LICENSE=               php
 
-PHP_VERSIONS_ACCEPTED= 55 56
+PHP_VERSIONS_ACCEPTED= 55 56 70
+
+USE_LANGUAGES=         c c++
 
 CONFIGURE_ARGS+=       --with-${MODNAME}
 CONFIGURE_ARGS+=       --with-${PKGMODNAME}=shared,${BUILDLINK_DIR}
diff -r c87922c0d771 -r e69483508405 net/php-geoip/distinfo
--- a/net/php-geoip/distinfo    Fri Aug 19 06:40:01 2016 +0000
+++ b/net/php-geoip/distinfo    Fri Aug 19 07:16:34 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 00:35:28 agc Exp $
+$NetBSD: distinfo,v 1.3 2016/08/19 07:16:34 wen Exp $
 
-SHA1 (php-geoip/geoip-1.0.8.tgz) = f8d17da3e192002332ab54b9b4ab0f5deeaf9f15
-RMD160 (php-geoip/geoip-1.0.8.tgz) = cea5d556b2d502f40cc197cb8acec09d8482aac0
-SHA512 (php-geoip/geoip-1.0.8.tgz) = 3a8a64f1d420472cc5b3a760391be28bd6bd8a34092715b0f75f308502fa76ca71a029cb2f0ba2fb87ba26166781547edbb7f151609c91db48bb025add4d0447
-Size (php-geoip/geoip-1.0.8.tgz) = 10061 bytes
+SHA1 (php-geoip/geoip-1.1.1.tgz) = 704932e9e42eede8f60ffcb33cdc7bf2413c7509
+RMD160 (php-geoip/geoip-1.1.1.tgz) = 60c128064decb959b497bd2f627712b7be32fa79
+SHA512 (php-geoip/geoip-1.1.1.tgz) = 395715297726aa8e7ed71297d403bea9cb08417a03adfca29dc6ea68bbc738c176f71ea621f9026109e07cd5a2adc647e2af8e140e18a6af1c8f0fe4ed1a9c6b
+Size (php-geoip/geoip-1.1.1.tgz) = 13004 bytes



Home | Main Index | Thread Index | Old Index