Skip to content
Snippets Groups Projects
Commit 11b8b62f authored by Fabrice Fontaine's avatar Fabrice Fontaine Committed by Hauke Mehrtens
Browse files

tools/flex: fix PKG_CPE_ID

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: c61a2395 (add PKG_CPE_ID ids to package and tools)

Signed-off-by: default avatarFabrice Fontaine <fontaine.fabrice@gmail.com>
(cherry picked from commit 832460b452d840451adf44713e90515fc61c88ab)
Link: https://github.com/openwrt/openwrt/pull/15881


Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
parent c5875737
Branches
Tags
1 merge request!433Merge OpenWrt tag 'v23.05.4' into devel
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=flex PKG_NAME:=flex
PKG_CPE_ID:=cpe:/a:flex_project:flex PKG_CPE_ID:=cpe:/a:westes:flex
PKG_VERSION:=2.6.4 PKG_VERSION:=2.6.4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment