projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a768c8
)
libxml2: add cpe id for CVE tracking
author
Michael Heimpold
<mhei@heimpold.de>
Tue, 21 Aug 2018 19:19:01 +0000
(21:19 +0200)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/libs/libxml2/Makefile
b/libs/libxml2/Makefile
index 6ad85af4824fc1bdd88ba2dc9064a5cf72691239..414c0b0492e4c4b24b532582395a92deb9ba45ae 100644
(file)
--- a/
libs/libxml2/Makefile
+++ b/
libs/libxml2/Makefile
@@
-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>