pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/GeoIP



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jan  8 11:59:43 UTC 2020

Modified Files:
        pkgsrc/net/GeoIP: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/GeoIP/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/GeoIP/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/GeoIP/Makefile
diff -u pkgsrc/net/GeoIP/Makefile:1.31 pkgsrc/net/GeoIP/Makefile:1.32
--- pkgsrc/net/GeoIP/Makefile:1.31      Wed Oct 19 11:59:25 2016
+++ pkgsrc/net/GeoIP/Makefile   Wed Jan  8 11:59:43 2020
@@ -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
 

Index: pkgsrc/net/GeoIP/distinfo
diff -u pkgsrc/net/GeoIP/distinfo:1.15 pkgsrc/net/GeoIP/distinfo:1.16
--- pkgsrc/net/GeoIP/distinfo:1.15      Wed Oct 19 11:59:25 2016
+++ pkgsrc/net/GeoIP/distinfo   Wed Jan  8 11:59:43 2020
@@ -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