Subject: CVS commit: pkgsrc/geography/libmaxminddb
From: Frederic Cambus
Date: 2022-09-29 17:03:18
Message id: 20220929150318.5D325FA90@cvs.NetBSD.org

Log Message:
libmaxminddb: update to 1.7.0.

## 1.7.0 - 2022-09-28

* `FD_CLOEXEC` is now set on platforms that do not support `O_CLOEXEC`.
  Reported by rittneje. GitHub #273.
* When building with Visual Studio, you may now build a static runtime with
  CMake by setting `MSVC_STATIC_RUNTIME` to `ON`. Pull request by Rafael
  Santiago. GitHub #269.
* The CMake build now works on iOS. Pull request by SpaceIm. GitHub #271.
* The CMake build now uses the correct library directory on Linux systems
  using alternate directory structures. Pull request by Satadru Pramanik.
  GitHub #284.
* File size check now correctly compares the size to `SSIZE_MAX`. Reported
  by marakew. GitHub #301.

Files:
RevisionActionfile
1.9modifypkgsrc/geography/libmaxminddb/Makefile
1.9modifypkgsrc/geography/libmaxminddb/distinfo
1.1removepkgsrc/geography/libmaxminddb/patches/patch-t_libtap_tap.c