pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/GeoIP GeoIP: Update to 1.6.12



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1aaaaf8eaa4a
branches:  trunk
changeset: 347128:1aaaaf8eaa4a
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Jan 08 11:59:43 2020 +0000

description:
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:

 net/GeoIP/Makefile |  11 +++++------
 net/GeoIP/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 11 deletions(-)

diffs (41 lines):

diff -r b750410e0eed -r 1aaaaf8eaa4a net/GeoIP/Makefile
--- a/net/GeoIP/Makefile        Wed Jan 08 11:59:27 2020 +0000
+++ b/net/GeoIP/Makefile        Wed Jan 08 11:59:43 2020 +0000
@@ -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@localhost
-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 -r b750410e0eed -r 1aaaaf8eaa4a net/GeoIP/distinfo
--- a/net/GeoIP/distinfo        Wed Jan 08 11:59:27 2020 +0000
+++ b/net/GeoIP/distinfo        Wed Jan 08 11:59:43 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index