From 213a3ac198b3f0bbf74d43d1da966ef1538ecb9b Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Wed, 22 Apr 2026 12:07:08 +0300 Subject: [PATCH] libmaxminddb: update to 1.13.3 Changelog: - Fix MMDB_open incorrectly rejecting databases with 0-element map/array fields at the end of metadata (v1.13.3) - Fix compilation conflict with bswap32/bswap64 macros on macOS 26 Tahoe (v1.13.2) - Fix validation and edge-case handling in database open path (v1.12.x) Signed-off-by: Alexandru Ardelean --- libs/libmaxminddb/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libmaxminddb/Makefile b/libs/libmaxminddb/Makefile index b7d971f3fe..aeaf5f334d 100644 --- a/libs/libmaxminddb/Makefile +++ b/libs/libmaxminddb/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libmaxminddb -PKG_VERSION:=1.11.0 -PKG_RELEASE=2 +PKG_VERSION:=1.13.3 +PKG_RELEASE=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/maxmind/libmaxminddb/releases/download/$(PKG_VERSION) -PKG_HASH:=b2eea79a96fed77ad4d6c39ec34fed83d45fcb75a31c58956813d58dcf30b19f +PKG_HASH:=a66502ea76eadbe17f2cd6fd708946777253972d2ae8157dee1b23a2fb528171 PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=Apache-2.0