libxml2: add cpe id for CVE tracking
authorMichael Heimpold <mhei@heimpold.de>
Tue, 21 Aug 2018 19:19:01 +0000 (21:19 +0200)
committerMichael Heimpold <mhei@heimpold.de>
Tue, 21 Aug 2018 19:19:01 +0000 (21:19 +0200)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
libs/libxml2/Makefile

index 6ad85af4824fc1bdd88ba2dc9064a5cf72691239..414c0b0492e4c4b24b532582395a92deb9ba45ae 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libxml2
 PKG_VERSION:=2.9.8
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://xmlsoft.org/sources/
@@ -17,6 +17,7 @@ PKG_HASH:=0b74e51595654f958148759cfef0993114ddccccbb6f31aee018f3558e8e2732
 
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=COPYING
+PKG_CPE_ID:=cpe:/a:xmlsoft:libxml2
 
 PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de>