[Buildroot] [git commit] package/upx: set UPX_CPE_ID_VALID

Peter Korsgaard peter at korsgaard.com
Wed Feb 10 19:01:41 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=69ef423d66140a99df5043efe537bc2c628a0bef
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

cpe:2.3:a:upx_project:upx is a valid CPE identifier for this package:

  https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Aupx_project%3Aupx

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/upx/upx.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/upx/upx.mk b/package/upx/upx.mk
index c577dfc2df..2449fa643b 100644
--- a/package/upx/upx.mk
+++ b/package/upx/upx.mk
@@ -9,6 +9,7 @@ UPX_SITE = https://github.com/upx/upx/releases/download/v$(UPX_VERSION)
 UPX_SOURCE = upx-$(UPX_VERSION)-src.tar.xz
 UPX_LICENSE = GPL-2.0+
 UPX_LICENSE_FILES = COPYING
+UPX_CPE_ID_VALID = YES
 
 HOST_UPX_DEPENDENCIES = host-ucl host-zlib
 


More information about the buildroot mailing list