diff options
| author | Hauke Mehrtens | 2024-10-03 19:59:21 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-03-31 11:57:20 +0000 |
| commit | 066e418c70d8b41a92019c7dfd7bbe28e60d980f (patch) | |
| tree | 7f07c0c40f25fd243d403b175594b82a9c8c47da | |
| parent | 2820ab6a2871dc61616b0741992c89c834ad5ce0 (diff) | |
| download | openwrt-066e418c70d8b41a92019c7dfd7bbe28e60d980f.tar.gz | |
libxml2: update to 2.12.9
Release Notes:
https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.12.7
https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.12.8
https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.12.9
This fixes:
CVE-2024-34459: Fix buffer overread with xmllint --htmlout
CVE-2024-40896: Fix XXE protection in downstream code
Link: https://github.com/openwrt/openwrt/pull/16593
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Link: https://github.com/openwrt/openwrt/pull/18280
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | package/libs/libxml2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/libxml2/Makefile b/package/libs/libxml2/Makefile index 2be8026e89..d8f7d55154 100644 --- a/package/libs/libxml2/Makefile +++ b/package/libs/libxml2/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libxml2 -PKG_VERSION:=2.12.6 +PKG_VERSION:=2.12.9 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNOME/libxml2/$(basename $(PKG_VERSION)) -PKG_HASH:=889c593a881a3db5fdd96cc9318c87df34eb648edfc458272ad46fd607353fbb +PKG_HASH:=59912db536ab56a3996489ea0299768c7bcffe57169f0235e7f962a91f483590 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING |