Skip to content

Commit 7ac991e

Browse files
author
adam
committed
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.
1 parent 89ec65e commit 7ac991e

2 files changed

Lines changed: 11 additions & 12 deletions

File tree

geography/libmaxminddb/Makefile

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.17 2026/03/02 12:12:08 wiz Exp $
1+
# $NetBSD: Makefile,v 1.18 2026/03/06 06:21:35 adam Exp $
22

3-
DISTNAME= libmaxminddb-1.13.2
3+
DISTNAME= libmaxminddb-1.13.3
44
CATEGORIES= geography
55
MASTER_SITES= ${MASTER_SITE_GITHUB:=maxmind/}
66
GITHUB_RELEASE= ${PKGVERSION_NOREV}
@@ -10,17 +10,16 @@ HOMEPAGE= https://maxmind.github.io/libmaxminddb/
1010
COMMENT= C library for the MaxMind DB file format
1111
LICENSE= apache-2.0
1212

13-
GNU_CONFIGURE= yes
14-
USE_LANGUAGES+= c
13+
USE_CC_FEATURES= c99
14+
USE_LANGUAGES= c
1515
USE_LIBTOOL= yes
1616
USE_TOOLS+= gmake
17+
GNU_CONFIGURE= yes
18+
PKGCONFIG_OVERRIDE+= src/libmaxminddb.pc.in
19+
TEST_TARGET= check
1720
# cmake build doesn't install man pages yet
1821
# https://github.com/maxmind/libmaxminddb/issues/351
1922
#CMAKE_CONFIGURE_ARGS+= -DBUILD_SHARED_LIBS=ON
2023

21-
USE_CC_FEATURES= c99
22-
23-
PKGCONFIG_OVERRIDE+= src/libmaxminddb.pc.in
24-
2524
#.include "../../devel/cmake/build.mk"
2625
.include "../../mk/bsd.pkg.mk"

geography/libmaxminddb/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.16 2026/03/02 12:12:08 wiz Exp $
1+
$NetBSD: distinfo,v 1.17 2026/03/06 06:21:35 adam Exp $
22

3-
BLAKE2s (libmaxminddb-1.13.2.tar.gz) = 0b9ee5cd14cca9f4a26e25d5ce39947c86b8bc7de185ceebeeaa407dddc90e23
4-
SHA512 (libmaxminddb-1.13.2.tar.gz) = ad19b4ec31c00f0a36a5db12ec7dc81eb51987d56fb98c9ade99c7b0a889517c8681beca3810abc85e02d6f8e70e51da26ff427afd46cba5fa3e8dd222778491
5-
Size (libmaxminddb-1.13.2.tar.gz) = 789733 bytes
3+
BLAKE2s (libmaxminddb-1.13.3.tar.gz) = ec87037cd678c2812c1c4ca8a239060e2ff0a0d0a4c74e2919c23d245dea124a
4+
SHA512 (libmaxminddb-1.13.3.tar.gz) = 62098af00e7a827c079f169a73f2b259bb3a20144a8d6a17e10f531a77fc836ddd7c93d73c10d775ea50aad134b2461aa2c81b6f7cd208cca7ef2956e4de0f31
5+
Size (libmaxminddb-1.13.3.tar.gz) = 795830 bytes

0 commit comments

Comments
 (0)