From: Steven Barth Date: Mon, 20 Oct 2014 08:57:42 +0000 (+0200) Subject: libxml2: update to 2.9.2 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=1426670b8aa4017f8d92ec9280fab4c867977e75;p=feed%2Fpackages.git libxml2: update to 2.9.2 fixes CVE-2014-3660, CVE-2014-0191 among other issues Signed-off-by: Steven Barth --- diff --git a/libs/libxml2/Makefile b/libs/libxml2/Makefile index d7accab5fb..1a7ed5d6a7 100644 --- a/libs/libxml2/Makefile +++ b/libs/libxml2/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libxml2 -PKG_VERSION:=2.9.1 +PKG_VERSION:=2.9.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://gd.tuwien.ac.at/languages/libxml/ \ http://xmlsoft.org/sources/ \ ftp://fr.rpmfind.net/pub/libxml/ -PKG_MD5SUM:=9c0cfef285d5c4a5c80d00904ddab380 +PKG_MD5SUM:=9e6a9aca9d155737868b3dc5fd82f788 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING