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:
37a60ca
)
libs/apr: fix PKG_CPE_ID
author
Fabrice Fontaine
<fontaine.fabrice@gmail.com>
Wed, 24 Jan 2024 21:48:33 +0000
(22:48 +0100)
committer
Rosen Penev
<rosenp@gmail.com>
Wed, 24 Jan 2024 22:55:30 +0000
(14:55 -0800)
There is not a single CVE under cpe:/a:apache:apr
so use cpe:/a:apache:portable_runtime:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Aapache%3Aportable_runtime
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
libs/apr/Makefile
patch
|
blob
|
history
diff --git
a/libs/apr/Makefile
b/libs/apr/Makefile
index 8138e6325884a66c401dc0a6133338268017186c..afd2727304da329f58b20bd21c381410e84dc7a0 100644
(file)
--- a/
libs/apr/Makefile
+++ b/
libs/apr/Makefile
@@
-20,7
+20,7
@@
PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de>
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
-PKG_CPE_ID:=cpe:/a:apache:
apr
+PKG_CPE_ID:=cpe:/a:apache:
portable_runtime
PKG_BUILD_PARALLEL:=1