mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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>
16 lines
448 B
Makefile
16 lines
448 B
Makefile
################################################################################
|
|
#
|
|
# upx
|
|
#
|
|
################################################################################
|
|
|
|
UPX_VERSION = 4.2.1
|
|
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_VENDOR = upx
|
|
UPX_SUPPORTS_IN_SOURCE_BUILD = NO
|
|
|
|
$(eval $(host-cmake-package))
|