summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorfcambus <fcambus@pkgsrc.org>2022-09-29 15:03:18 +0000
committerfcambus <fcambus@pkgsrc.org>2022-09-29 15:03:18 +0000
commitc7e7c5487540af96f8f4533aa14c50dc0eedbbe0 (patch)
treee03745d371a102a83faf984a2efc56db0249369c /geography
parentae6a5889de7a1dc658662a25f1b98a38c499a940 (diff)
downloadpkgsrc-c7e7c5487540af96f8f4533aa14c50dc0eedbbe0.tar.gz
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.
Diffstat (limited to 'geography')
-rw-r--r--geography/libmaxminddb/Makefile4
-rw-r--r--geography/libmaxminddb/distinfo9
-rw-r--r--geography/libmaxminddb/patches/patch-t_libtap_tap.c15
3 files changed, 6 insertions, 22 deletions
diff --git a/geography/libmaxminddb/Makefile b/geography/libmaxminddb/Makefile
index 8aa9dc2c677..efd4141a4e2 100644
--- a/geography/libmaxminddb/Makefile
+++ b/geography/libmaxminddb/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2022/07/25 11:12:24 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2022/09/29 15:03:18 fcambus Exp $
-DISTNAME= libmaxminddb-1.6.0
+DISTNAME= libmaxminddb-1.7.0
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_GITHUB:=maxmind/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
diff --git a/geography/libmaxminddb/distinfo b/geography/libmaxminddb/distinfo
index 934c2a1e538..4b13787c71b 100644
--- a/geography/libmaxminddb/distinfo
+++ b/geography/libmaxminddb/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:45:11 nia Exp $
+$NetBSD: distinfo,v 1.9 2022/09/29 15:03:18 fcambus Exp $
-BLAKE2s (libmaxminddb-1.6.0.tar.gz) = 4b86e9f8167d150056225fbf6864d3d674826d67557b665fa7e0e5169c33e2a7
-SHA512 (libmaxminddb-1.6.0.tar.gz) = 9394e8dd959982d4ef5d15a928d32700722ed9d6c9988d9cc1bf2f4e67de0a53cc6987e90aaef3a6926c9ff36ac378f7a1fe47818fda4f5a3a22539210b2d004
-Size (libmaxminddb-1.6.0.tar.gz) = 605099 bytes
-SHA1 (patch-t_libtap_tap.c) = 85cefd897f2eade00a0c9e9b2cf5e0ca7c7c9337
+BLAKE2s (libmaxminddb-1.7.0.tar.gz) = 5934efbb17134a71130f33a6bf5cec8ff4d0a639b12aa7d1c9ed23adaf403d18
+SHA512 (libmaxminddb-1.7.0.tar.gz) = b1d6bf8dc3f5d3cc594f670c8a51100d7f032ce40d6e8a620b90133d1f27c668a7362146e7973cb0e3b84649ec60fe145e82e85b459dd50ae1e168e87d936109
+Size (libmaxminddb-1.7.0.tar.gz) = 609484 bytes
diff --git a/geography/libmaxminddb/patches/patch-t_libtap_tap.c b/geography/libmaxminddb/patches/patch-t_libtap_tap.c
deleted file mode 100644
index 154c9822c4a..00000000000
--- a/geography/libmaxminddb/patches/patch-t_libtap_tap.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-t_libtap_tap.c,v 1.1 2018/09/29 12:54:16 tnn Exp $
-
-don't redefine MAP_ANONYMOUS
-
---- t/libtap/tap.c.orig 2018-01-17 21:35:26.000000000 +0000
-+++ t/libtap/tap.c
-@@ -298,7 +298,7 @@ tap_end_todo () {
- #include <sys/param.h>
- #include <regex.h>
-
--#if defined __APPLE__ || defined BSD
-+#if !defined(MAP_ANONYMOUS)
- #define MAP_ANONYMOUS MAP_ANON
- #endif
-