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 <daniel.engberg.lists@pyret.net>
This commit is contained in:
parent
cd85551580
commit
9460b1b1c8
1 changed files with 3 additions and 4 deletions
|
@ -8,11 +8,11 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=expat
|
PKG_NAME:=expat
|
||||||
PKG_VERSION:=2.2.0
|
PKG_VERSION:=2.2.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_MD5SUM:=2f47841c829facb346eb6e3fab5212e2
|
PKG_HASH:=cd77a2869e32354b004cc6b34fcb0bee56114caa2d9ed862aaa8071441e34eb7
|
||||||
PKG_SOURCE_URL:=@SF/expat
|
PKG_SOURCE_URL:=@SF/expat
|
||||||
PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org>
|
PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org>
|
||||||
|
|
||||||
|
@ -20,7 +20,6 @@ PKG_LICENSE:=MIT
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
|
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
PKG_REMOVE_FILES:=conftools/libtool.m4
|
|
||||||
|
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
|
@ -32,7 +31,7 @@ define Package/libexpat
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=An XML parsing library
|
TITLE:=An XML parsing library
|
||||||
URL:=http://expat.sourceforge.net/
|
URL:=https://libexpat.github.io/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libexpat/description
|
define Package/libexpat/description
|
||||||
|
|
Loading…
Reference in a new issue