projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9ecaad
)
tools/flex: fix PKG_CPE_ID
author
Fabrice Fontaine
<fontaine.fabrice@gmail.com>
Fri, 26 Apr 2024 08:51:16 +0000
(10:51 +0200)
committer
Robert Marko
<robimarko@gmail.com>
Sat, 27 Apr 2024 10:08:11 +0000
(12:08 +0200)
cpe:/a:westes:flex is the correct CPE ID for flex:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:westes:flex
Fixes: c61a2395140d92cdd37d3d6ee43a765427e8e318 (add PKG_CPE_ID ids to package and tools)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
tools/flex/Makefile
patch
|
blob
|
history
diff --git
a/tools/flex/Makefile
b/tools/flex/Makefile
index 86ba5a4415d3a82aaf5e9897736b465cc7e30c42..177136b78c77c31c56db2fc993d1273d3dd81562 100644
(file)
--- a/
tools/flex/Makefile
+++ b/
tools/flex/Makefile
@@
-7,7
+7,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=flex
-PKG_CPE_ID:=cpe:/a:
flex_project
:flex
+PKG_CPE_ID:=cpe:/a:
westes
:flex
PKG_VERSION:=2.6.4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz