Path to this page:
Subject: CVS commit: pkgsrc/geography/libmaxminddb
From: Thomas Klausner
Date: 2024-06-17 11:29:10
Message id: 20240617092910.C9721FC74@cvs.NetBSD.org
Log Message:
libmaxminddb: update to 1.10.0.
## 1.10.0 - 2024-06-10
* When building with CMake, it is now possible to disable the building
of binaries (e.g., `mmdblookup`) with the `MAXMINDDB_BUILD_BINARIES`
option and the install target generation with the `MAXMINDDB_INSTALL`
option. Pull request by Seena Fallah. GitHub #342.
* CMake now makes greater use of GNUInstallDirs. Pull request by Maximilian
Downey Twiss. GitHub #346.
* The reader can now lookup records on a database with a search tree
that is greater than 4 gigabytes without sometimes returning erroneous
results due to an integer overflow.
Files: