mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/upx: fix deprecated CPE
The CPE 'upx_project:upx' has been deprecated in favour of 'upx:upx'. See the following: - https://nvd.nist.gov/products/cpe/detail/36CA8E94-4A35-4373-8D69-22313060322B - https://nvd.nist.gov/vuln/detail/CVE-2020-24119 Signed-off-by: Thomas Perale <thomas.perale@mind.be> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
2f993d55e8
commit
ff492a2c87
@@ -9,7 +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
|
||||
UPX_CPE_ID_VENDOR = upx
|
||||
UPX_SUPPORTS_IN_SOURCE_BUILD = NO
|
||||
|
||||
$(eval $(host-cmake-package))
|
||||
|
||||
Reference in New Issue
Block a user