From 9460b1b1c86d6a8651eb08190c3c00efe8eaf257 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Tue, 11 Jul 2017 09:42:04 +0200 Subject: [PATCH] libs/expat: Update to 2.2.2 Update (lib)expat to 2.2.2 Fixes following CVEs: CVE-2017-9233 and CVE-2016-9063 (2.2.2) Update homepage URL Signed-off-by: Daniel Engberg --- libs/expat/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/libs/expat/Makefile b/libs/expat/Makefile index 27a8e50d9..c3788b198 100644 --- a/libs/expat/Makefile +++ b/libs/expat/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=expat -PKG_VERSION:=2.2.0 +PKG_VERSION:=2.2.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_MD5SUM:=2f47841c829facb346eb6e3fab5212e2 +PKG_HASH:=cd77a2869e32354b004cc6b34fcb0bee56114caa2d9ed862aaa8071441e34eb7 PKG_SOURCE_URL:=@SF/expat PKG_MAINTAINER:=Steven Barth @@ -20,7 +20,6 @@ PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING PKG_FIXUP:=autoreconf -PKG_REMOVE_FILES:=conftools/libtool.m4 PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 @@ -32,7 +31,7 @@ define Package/libexpat SECTION:=libs CATEGORY:=Libraries TITLE:=An XML parsing library - URL:=http://expat.sourceforge.net/ + URL:=https://libexpat.github.io/ endef define Package/libexpat/description