mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
lang/tcl: fix PKG_CPE_ID
tcl:tcl is a better CPE ID than tcl_tk:tcl_tk as this CPE ID has the
latest CVE (whereas tcl_tk:tcl_tk only has CVEs up to 2008):
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:tcl:tcl
Fixes: 299e5b0a9b (treewide: add PKG_CPE_ID for better cvescanner coverage)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
This commit is contained in:
committed by
Hannu Nyman
parent
996f0b81c6
commit
6de9eebf51
@@ -21,7 +21,7 @@ HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)$(PKG_VERSION)
|
||||
PKG_MAINTAINER:=Joe Mistachkin <joe@mistachkin.com>
|
||||
PKG_LICENSE:=TCL
|
||||
PKG_LICENSE_FILES:=license.terms
|
||||
PKG_CPE_ID:=cpe:/a:tcl_tk:tcl_tk
|
||||
PKG_CPE_ID:=cpe:/a:tcl:tcl
|
||||
|
||||
PKG_BUILD_DEPENDS:=HOST_OS_MACOS:fakeuname/host
|
||||
PKG_FIXUP:=autoreconf
|
||||
|
||||
Reference in New Issue
Block a user