mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
Update GeoIP to 1.6.12.
* Populate metro and area code when performing lookups in IPv6 City databases. Previously this was only done when using IPv4 City databases.
This commit is contained in:
parent
d27e5917f1
commit
1c3670c42d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=459312
2 changed files with 5 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= GeoIP
|
||||
PORTVERSION= 1.6.11
|
||||
PORTVERSION= 1.6.12
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= net geography
|
||||
|
||||
|
@ -20,6 +20,7 @@ USES= autoreconf libtool pathfix
|
|||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
TEST_TARGET= check
|
||||
|
||||
SUB_FILES= geoipupdate.sh pkg-message
|
||||
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1494888785
|
||||
SHA256 (maxmind-geoip-api-c-v1.6.11_GH0.tar.gz) = 8859cb7c9cb63e77f4aedb40a4622024359b956b251aba46b255acbe190c34e0
|
||||
SIZE (maxmind-geoip-api-c-v1.6.11_GH0.tar.gz) = 161934
|
||||
TIMESTAMP = 1516243686
|
||||
SHA256 (maxmind-geoip-api-c-v1.6.12_GH0.tar.gz) = 99b119f8e21e94f1dfd6d49fbeed29a70df1544896e76cd456f25e397b07d476
|
||||
SIZE (maxmind-geoip-api-c-v1.6.12_GH0.tar.gz) = 160826
|
||||
|
|
Loading…
Add table
Reference in a new issue