summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens2024-10-03 20:02:51 +0000
committerRobert Marko2025-03-31 11:57:20 +0000
commit94751c995931ceb336fcf0059e2fc46b41a28d2f (patch)
treee91392150a76a4eaffa2732fc4d2494050ee74aa
parent066e418c70d8b41a92019c7dfd7bbe28e60d980f (diff)
downloadopenwrt-94751c995931ceb336fcf0059e2fc46b41a28d2f.tar.gz
libxml2: update to 2.13.4
Release Notes: https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.13.0 https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.13.1 https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.13.2 https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.13.3 https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.13.4 Small size reduction: 415095 bin/packages/mips_24kc-old/base/libxml2_2.12.6-r1_mips_24kc.ipk 87175 bin/packages/mips_24kc-old/base/libxml2-dev_2.12.6-r1_mips_24kc.ipk 20190 bin/packages/mips_24kc-old/base/libxml2-utils_2.12.6-r1_mips_24kc.ipk 398070 bin/packages/mips_24kc-new/base/libxml2_2.13.4-r1_mips_24kc.ipk 86760 bin/packages/mips_24kc-new/base/libxml2-dev_2.13.4-r1_mips_24kc.ipk 19479 bin/packages/mips_24kc-new/base/libxml2-utils_2.13.4-r1_mips_24kc.ipk 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/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/libxml2/Makefile b/package/libs/libxml2/Makefile
index d8f7d55154..c2a804b98f 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.9
+PKG_VERSION:=2.13.4
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNOME/libxml2/$(basename $(PKG_VERSION))
-PKG_HASH:=59912db536ab56a3996489ea0299768c7bcffe57169f0235e7f962a91f483590
+PKG_HASH:=65d042e1c8010243e617efb02afda20b85c2160acdbfbcb5b26b80cec6515650
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=COPYING