mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/icu: update CPE vendor
The CPE "cpe:2.3:a:unicode:international_components_for_unicode:*:*:*:*:*:*:*:*" is valid for this package. Also remove the no longer needed "ICU_CPE_ID_VERSION" subst since [1]. The previous CPE hasn't been used since 2020. While the new one got two CVE assigned since 2020. [1]5bf0db998bpackage/icu: bump version to 78.1 [2] https://nvd.nist.gov/vuln/detail/CVE-2025-5222 [3] https://nvd.nist.gov/vuln/detail/CVE-2020-21913 Signed-off-by: Thomas Perale <thomas.perale@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit4893eeefde) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
@@ -13,9 +13,8 @@ ICU_SITE = \
|
||||
https://github.com/unicode-org/icu/releases/download/release-$(ICU_VERSION)
|
||||
ICU_LICENSE = ICU License
|
||||
ICU_LICENSE_FILES = LICENSE
|
||||
ICU_CPE_ID_VENDOR = icu-project
|
||||
ICU_CPE_ID_VENDOR = unicode
|
||||
ICU_CPE_ID_PRODUCT = international_components_for_unicode
|
||||
ICU_CPE_ID_VERSION = $(subst -,.,$(ICU_VERSION))
|
||||
|
||||
ICU_DEPENDENCIES = host-icu
|
||||
ICU_INSTALL_STAGING = YES
|
||||
|
||||
Reference in New Issue
Block a user