git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
c9d8e26
)
libs/libxerces-c: assign PKG_CPE_ID
author
Fabrice Fontaine
<redacted>
Sat, 14 Mar 2026 12:40:54 +0000
(13:40 +0100)
committer
Alexandru Ardelean
<redacted>
Sun, 15 Mar 2026 07:24:48 +0000
(09:24 +0200)
cpe:/a:apache:xerces-c\+\+ is the correct CPE ID for libxerces-c:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe%3A2.3%3Aa%3Aapache%3Axerces-c%5C%2B%5C%2B
Signed-off-by: Fabrice Fontaine <redacted>
libs/libxerces-c/Makefile
patch
|
blob
|
history
diff --git
a/libs/libxerces-c/Makefile
b/libs/libxerces-c/Makefile
index 00e2c708934087c5ea4a39ad18ebc266e391deeb..ed7026d76c28c7f4eef443eae23b8bfd3e0a1b22 100644
(file)
--- a/
libs/libxerces-c/Makefile
+++ b/
libs/libxerces-c/Makefile
@@
-18,6
+18,7
@@
PKG_HASH:=6239e6035645b21bc9bf7f02004db334dce3fe6d85428ee4fe7e180c2d948230
PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com>
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
+PKG_CPE_ID:=cpe:/a:apache:xerces-c\+\+
include $(INCLUDE_DIR)/nls.mk
include $(INCLUDE_DIR)/package.mk
git clone https://git.99rst.org/PROJECT