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:   adam
Date:           Fri Mar  6 06:21:35 UTC 2026

Modified Files:
        pkgsrc/geography/libmaxminddb: Makefile distinfo

Log Message:
libmaxminddb: updated to 1.13.3

1.13.3 - 2026-03-05

- Fixed validation of empty maps and arrays at the end of the metadata section.
  `MMDB_open` would incorrectly reject databases where a 0-element map or array
  was the last field in metadata.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/geography/libmaxminddb/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/geography/libmaxminddb/distinfo

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.17 pkgsrc/geography/libmaxminddb/Makefile:1.18
--- pkgsrc/geography/libmaxminddb/Makefile:1.17 Mon Mar  2 12:12:08 2026
+++ pkgsrc/geography/libmaxminddb/Makefile      Fri Mar  6 06:21:35 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2026/03/02 12:12:08 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2026/03/06 06:21:35 adam Exp $
 
-DISTNAME=      libmaxminddb-1.13.2
+DISTNAME=      libmaxminddb-1.13.3
 CATEGORIES=    geography
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=maxmind/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -10,17 +10,16 @@ HOMEPAGE=   https://maxmind.github.io/libm
 COMMENT=       C library for the MaxMind DB file format
 LICENSE=       apache-2.0
 
-GNU_CONFIGURE=         yes
-USE_LANGUAGES+=                c
+USE_CC_FEATURES=       c99
+USE_LANGUAGES=         c
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake
+GNU_CONFIGURE=         yes
+PKGCONFIG_OVERRIDE+=   src/libmaxminddb.pc.in
+TEST_TARGET=           check
 # cmake build doesn't install man pages yet
 # https://github.com/maxmind/libmaxminddb/issues/351
 #CMAKE_CONFIGURE_ARGS+=        -DBUILD_SHARED_LIBS=ON
 
-USE_CC_FEATURES=       c99
-
-PKGCONFIG_OVERRIDE+=   src/libmaxminddb.pc.in
-
 #.include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/geography/libmaxminddb/distinfo
diff -u pkgsrc/geography/libmaxminddb/distinfo:1.16 pkgsrc/geography/libmaxminddb/distinfo:1.17
--- pkgsrc/geography/libmaxminddb/distinfo:1.16 Mon Mar  2 12:12:08 2026
+++ pkgsrc/geography/libmaxminddb/distinfo      Fri Mar  6 06:21:35 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2026/03/02 12:12:08 wiz Exp $
+$NetBSD: distinfo,v 1.17 2026/03/06 06:21:35 adam Exp $
 
-BLAKE2s (libmaxminddb-1.13.2.tar.gz) = 0b9ee5cd14cca9f4a26e25d5ce39947c86b8bc7de185ceebeeaa407dddc90e23
-SHA512 (libmaxminddb-1.13.2.tar.gz) = ad19b4ec31c00f0a36a5db12ec7dc81eb51987d56fb98c9ade99c7b0a889517c8681beca3810abc85e02d6f8e70e51da26ff427afd46cba5fa3e8dd222778491
-Size (libmaxminddb-1.13.2.tar.gz) = 789733 bytes
+BLAKE2s (libmaxminddb-1.13.3.tar.gz) = ec87037cd678c2812c1c4ca8a239060e2ff0a0d0a4c74e2919c23d245dea124a
+SHA512 (libmaxminddb-1.13.3.tar.gz) = 62098af00e7a827c079f169a73f2b259bb3a20144a8d6a17e10f531a77fc836ddd7c93d73c10d775ea50aad134b2461aa2c81b6f7cd208cca7ef2956e4de0f31
+Size (libmaxminddb-1.13.3.tar.gz) = 795830 bytes



Home | Main Index | Thread Index | Old Index