libmaxminddb: update to 1.13.3
authorAlexandru Ardelean <redacted>
Wed, 22 Apr 2026 09:07:08 +0000 (12:07 +0300)
committerAlexandru Ardelean <redacted>
Thu, 7 May 2026 09:59:11 +0000 (12:59 +0300)
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 <redacted>
libs/libmaxminddb/Makefile

index b7d971f3fe601695c9c868a8dc912a579edf1d8f..aeaf5f334d44e2dd72c373ecf570b78a496f9248 100644 (file)
@@ -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 <ardeleanalex@gmail.com>
 PKG_LICENSE:=Apache-2.0
git clone https://git.99rst.org/PROJECT