Skip to content

Commit

Permalink
GeoIP: Update to 1.6.12
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
alarixnia committed Jan 8, 2020
1 parent 2e7ce98 commit 3688b17
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
11 changes: 5 additions & 6 deletions net/GeoIP/Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
10 changes: 5 additions & 5 deletions net/GeoIP/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3688b17

Please sign in to comment.