diff options
author | nia <nia@pkgsrc.org> | 2020-01-08 11:59:43 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-01-08 11:59:43 +0000 |
commit | 771ee67bcbca42b97da406c031054bd8453e4e18 (patch) | |
tree | 99be022547b2b5248b1dada35dae3ce6f94feb18 /net/GeoIP | |
parent | ad2822b508cef96a76c4354e490c219badd0060b (diff) | |
download | pkgsrc-771ee67bcbca42b97da406c031054bd8453e4e18.tar.gz |
GeoIP: Update to 1.6.12
1.6.12 2018-01-17
* Populate metro and area code when performing lookups in IPv6 City databases.
Previously this was only done when using IPv4 City databases.
1.6.11 2017-05-15
* Fix use of a NULL pointer when opening a corrupt database with
`GeoIP_open`. Reported by Stephan Zeisberg. GitHub #87.
1.6.10 2017-03-29
* GeoIP_database_info now returns the full version string rather than
incorrectly truncating it. GitHub #79.
* This API is now distributed with a small test copy of GeoIP.dat rather than
a full copy.
* Fix issue where Visual Studio 2015 was optimizing out initialization code.
Reported and fixed by Scott Godin. GitHub #81.
* Fix test/benchmark on Windows. Gisle Vanem. GitHub #75.
Diffstat (limited to 'net/GeoIP')
-rw-r--r-- | net/GeoIP/Makefile | 11 | ||||
-rw-r--r-- | net/GeoIP/distinfo | 10 |
2 files changed, 10 insertions, 11 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index a05f5dde8ca..f6e24c873b9 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -1,17 +1,16 @@ -# $NetBSD: Makefile,v 1.31 2016/10/19 11:59:25 fhajny Exp $ +# $NetBSD: Makefile,v 1.32 2020/01/08 11:59:43 nia Exp $ -DISTNAME= GeoIP-1.6.9 +DISTNAME= GeoIP-1.6.12 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=maxmind/} +GITHUB_PROJECT= geoip-api-c +GITHUB_RELEASE= v${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.maxmind.com/app/c +HOMEPAGE= https://github.com/maxmind/geoip-api-c COMMENT= GeoIP Legacy C API LICENSE= gnu-lgpl-v2.1 -GITHUB_PROJECT= geoip-api-c -GITHUB_RELEASE= v${PKGVERSION_NOREV} - USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/net/GeoIP/distinfo b/net/GeoIP/distinfo index d27c7306d28..c8296bc1433 100644 --- a/net/GeoIP/distinfo +++ b/net/GeoIP/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2016/10/19 11:59:25 fhajny Exp $ +$NetBSD: distinfo,v 1.16 2020/01/08 11:59:43 nia Exp $ -SHA1 (GeoIP-1.6.9.tar.gz) = ac0deb2309c14d5763e82fa4139de1f3193ab6b1 -RMD160 (GeoIP-1.6.9.tar.gz) = 244fa293f86bc24df6a4b7a6643f111830faf1ed -SHA512 (GeoIP-1.6.9.tar.gz) = d9fc385db994d48066fb18e98ebaa882f80c04faf3d3e59004e3f05f455fd8c4b95041aeb5f197f3c2352ffe5c5913c58f0353fa16d2a1780cb0ccb5b7e8b986 -Size (GeoIP-1.6.9.tar.gz) = 926978 bytes +SHA1 (GeoIP-1.6.12.tar.gz) = ac1a6809afbb7624aff2f6e12ceb300b12de1715 +RMD160 (GeoIP-1.6.12.tar.gz) = 80d8c7d9c4822879e33ecde31056e56bfbb78a6e +SHA512 (GeoIP-1.6.12.tar.gz) = a1c8120692a7ba6de5836550917f86f4797dd236a8b7d71b6f92b5389e4b071d89e57036654f5de1d4b762730a2a5c331c31414eab0c889c9befaa097941fee7 +Size (GeoIP-1.6.12.tar.gz) = 473914 bytes |