pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/geography/libmaxminddb libmaxminddb: update to 1.7.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f9716f56180c
branches: trunk
changeset: 385981:f9716f56180c
user: fcambus <fcambus%pkgsrc.org@localhost>
date: Thu Sep 29 15:03:18 2022 +0000
description:
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:
geography/libmaxminddb/Makefile | 4 ++--
geography/libmaxminddb/distinfo | 9 ++++-----
geography/libmaxminddb/patches/patch-t_libtap_tap.c | 15 ---------------
3 files changed, 6 insertions(+), 22 deletions(-)
diffs (45 lines):
diff -r c67e9caf117e -r f9716f56180c geography/libmaxminddb/Makefile
--- a/geography/libmaxminddb/Makefile Thu Sep 29 13:53:20 2022 +0000
+++ b/geography/libmaxminddb/Makefile Thu Sep 29 15:03:18 2022 +0000
@@ -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 -r c67e9caf117e -r f9716f56180c geography/libmaxminddb/distinfo
--- a/geography/libmaxminddb/distinfo Thu Sep 29 13:53:20 2022 +0000
+++ b/geography/libmaxminddb/distinfo Thu Sep 29 15:03:18 2022 +0000
@@ -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 -r c67e9caf117e -r f9716f56180c geography/libmaxminddb/patches/patch-t_libtap_tap.c
--- a/geography/libmaxminddb/patches/patch-t_libtap_tap.c Thu Sep 29 13:53:20 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
-
Home |
Main Index |
Thread Index |
Old Index