pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography/libmaxminddb



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Thu Sep 29 15:03:18 UTC 2022

Modified Files:
        pkgsrc/geography/libmaxminddb: Makefile distinfo
Removed Files:
        pkgsrc/geography/libmaxminddb/patches: patch-t_libtap_tap.c

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.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/geography/libmaxminddb/Makefile \
    pkgsrc/geography/libmaxminddb/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/geography/libmaxminddb/patches/patch-t_libtap_tap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/libmaxminddb/Makefile
diff -u pkgsrc/geography/libmaxminddb/Makefile:1.8 pkgsrc/geography/libmaxminddb/Makefile:1.9
--- pkgsrc/geography/libmaxminddb/Makefile:1.8  Mon Jul 25 11:12:24 2022
+++ pkgsrc/geography/libmaxminddb/Makefile      Thu Sep 29 15:03:18 2022
@@ -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}
Index: pkgsrc/geography/libmaxminddb/distinfo
diff -u pkgsrc/geography/libmaxminddb/distinfo:1.8 pkgsrc/geography/libmaxminddb/distinfo:1.9
--- pkgsrc/geography/libmaxminddb/distinfo:1.8  Tue Oct 26 10:45:11 2021
+++ pkgsrc/geography/libmaxminddb/distinfo      Thu Sep 29 15:03:18 2022
@@ -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



Home | Main Index | Thread Index | Old Index