Path to this page:
./
net/php-geoip,
PHP module to map IP address to geographic places
Branch: CURRENT,
Version: 1.1.1nb1,
Package name: php56-geoip-1.1.1nb1,
Maintainer: pkgsrc-usersThis PHP extension allows you to find the location of an IP address - City,
State, Country, Longitude, Latitude, and other information as all, such as ISP
and connection type. For more info, please visit Maxmind's website.
Required to run:[
net/GeoIP] [
lang/php56]
Required to build:[
pkgtools/cwrappers]
Master sites:
Version history: (Expand)
- (2025-02-08) Updated to version: php56-geoip-1.1.1nb1
- (2021-10-07) Updated to version: php74-geoip-1.1.1
- (2016-08-19) Updated to version: php56-geoip-1.1.1
- (2015-12-19) Updated to version: php55-geoip-1.0.8
- (2012-11-12) Updated to version: php54-geoip-1.0.8
- (2012-10-23) Updated to version: php53-geoip-1.0.8
CVS history: (Expand)
2025-02-08 04:49:23 by Takahiro Kambe | Files touched by this commit (19) |
Log message:
multiple PHP support
* Use PHP_BASE_VERS in DEPENDS if required.
* Use REPLACE_PHP.
* A few minor clean up.
Bump PKGREVISION.
|
2022-05-22 16:11:05 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
net/php-geoip: dose not support PHP 8 and later
This package dose not support php80 and php81.
|
2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts...):
net/radsecproxy/distinfo
The following distfiles could not be fetched (fetched conditionally?):
./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
|
2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962) |
Log message:
net: Remove SHA1 hashes for distfiles
|
2017-02-07 11:36:59 by Jaromir Dolecek | Files touched by this commit (1) |
Log message:
drop override for PHP_VERSIONS_ACCEPTED - this package compiles for both 5.x
and 7.x, so the default is fine
|
2016-09-11 19:03:29 by Takahiro Kambe | Files touched by this commit (53) |
Log message:
Drop "55" (php55) from PHP_VERSIONS_ACCEPTED.
|
2016-08-19 09:16:34 by Wen Heping | Files touched by this commit (2) |
Log message:
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).
|
2015-12-19 15:27:15 by Takahiro Kambe | Files touched by this commit (26) |
Log message:
Restrict PHP_VERSIONS_ACCEPTED to 55 and 56.
|