Path to this page:
Subject: CVS commit: pkgsrc/geography/libmaxminddb
From: Frederic Cambus
Date: 2021-05-01 18:08:45
Message id: 20210501160846.0E6A3FA95@cvs.NetBSD.org
Log Message:
libmaxminddb: update to 1.6.0.
## 1.6.0 - 2021-04-29
* This release includes several improvements to the CMake build. In
particular:
* C99 support is now properly enabled, fixing builds on older `gcc`
versions. Pull request by Jan Vcelak. GitHub #257.
* `CMAKE_SHARED_LIBRARY_PREFIX` and `CMAKE_STATIC_LIBRARY_PREFIX` are
no longer explicitly set and now use the default values for the platform.
Pull request by Jan Vcelak. GitHub #258.
* `target_include_directories` now works as expected. Pull request by Jan
Vcelak. GitHub #259.
* DLLs are now installed on Windows when `libmaxminddb` is built as a
shared library. Pull request by Jan Vcelak. GitHub #261.
* When built as a dynamic library on Windows, all symbols are now exported.
Pull request by Jan Vcelak. GitHub #262.
Files: