[openwrt/openwrt] libxml2: update to 2.11.4

LEDE Commits lede-commits at lists.infradead.org
Thu May 25 01:40:16 PDT 2023


dangole pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/ea9a7f1250e84744ae89f14af328908326b0aa6b

commit ea9a7f1250e84744ae89f14af328908326b0aa6b
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Sun May 21 23:21:14 2023 +0200

    libxml2: update to 2.11.4
    
    Release Notes:
    https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.11.4
    
    Signed-off-by: Nick Hainke <vincent at systemli.org>
    (cherry picked from commit c520d682f02890afb38e43b862ca856e2b933507)
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 package/libs/libxml2/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libs/libxml2/Makefile b/package/libs/libxml2/Makefile
index 5a7de0d8a1..ed1965c019 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.11.3
+PKG_VERSION:=2.11.4
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@GNOME/libxml2/$(basename $(PKG_VERSION))
-PKG_HASH:=f1acae1664bda006cd81bfc238238217043d586d06659d5c0e3d1bcebe040870
+PKG_HASH:=737e1d7f8ab3f139729ca13a2494fd17bf30ddb4b7a427cf336252cab57f57f7
 
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=COPYING




More information about the lede-commits mailing list