summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2016-08-19 07:16:34 +0000
committerwen <wen@pkgsrc.org>2016-08-19 07:16:34 +0000
commitd39f2ce786d527d96f573941e2a21ffe838578f5 (patch)
tree0204106e9bfc431ed9e0fec9f114a6501bcc97f8 /net
parent8ea1f1d6aa581aae48548b98d94c4a6278341c52 (diff)
downloadpkgsrc-d39f2ce786d527d96f573941e2a21ffe838578f5.tar.gz
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 (limited to 'net')
-rw-r--r--net/php-geoip/Makefile8
-rw-r--r--net/php-geoip/distinfo10
2 files changed, 10 insertions, 8 deletions
diff --git a/net/php-geoip/Makefile b/net/php-geoip/Makefile
index 963d6a89c29..60b02e24206 100644
--- a/net/php-geoip/Makefile
+++ b/net/php-geoip/Makefile
@@ -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
@@ -10,7 +10,9 @@ HOMEPAGE= http://pecl.php.net/package/geoip/
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 --git a/net/php-geoip/distinfo b/net/php-geoip/distinfo
index 91bedd2d83d..27824adc31b 100644
--- a/net/php-geoip/distinfo
+++ b/net/php-geoip/distinfo
@@ -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