mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
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 <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
806158c32d
commit
213a3ac198
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user