]> git.99rst.org Git - openwrt-packages.git/commitdiff
expat: update to 2.8.1
authorWei-Ting Yang <redacted>
Tue, 23 Jun 2026 04:46:26 +0000 (12:46 +0800)
committerJosef Schlehofer <redacted>
Wed, 24 Jun 2026 10:22:05 +0000 (12:22 +0200)
This version bump includes fixes for the following CVEs:
- CVE-2026-32776
- CVE-2026-32777
- CVE-2026-32778
- CVE-2026-41080
- CVE-2026-45186

Full release notes:
https://github.com/libexpat/libexpat/blob/master/expat/Changes

Signed-off-by: Wei-Ting Yang <redacted>
libs/expat/Makefile

index f30d20ba9bf5abcd4544913a4424a6f3ce54c31c..bca5de6f51c3699091c6b5b06d1175c3d73abb94 100644 (file)
@@ -6,12 +6,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=expat
-PKG_VERSION:=2.7.4
+PKG_VERSION:=2.8.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/libexpat/libexpat/releases/download/R_$(subst .,_,$(PKG_VERSION))
-PKG_HASH:=461ecc8aa98ab1a68c2db788175665d1a4db640dc05bf0e289b6ea17122144ec
+PKG_HASH:=a52eb72108be160e190b5cafa5bba8663f1313f2013e26060d1c18e26e31067b
 
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=COPYING
git clone https://git.99rst.org/PROJECT