mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
package/freerdp: remove stale IGNORE_CVES
The NVD DB is now correctly tracking the vulnerability starting version 3.0 (see [1]). The IGNORE_CVES entry introduced in [2] is then no longer needed. [1] https://nvd.nist.gov/vuln/detail/CVE-2025-4478 [2]f741e8f6e6package/freerdp: ignore CVE-2025-4478 Signed-off-by: Thomas Perale <thomas.perale@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commitb3007ebcaf) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
@@ -13,10 +13,6 @@ FREERDP_LICENSE = Apache-2.0
|
||||
FREERDP_LICENSE_FILES = LICENSE
|
||||
FREERDP_CPE_ID_VENDOR = freerdp
|
||||
|
||||
# As explained on https://github.com/FreeRDP/FreeRDP/pull/11573#issuecomment-2904160524,
|
||||
# the affected code is new with 3.x, was not there on 2.x
|
||||
FREERDP_IGNORE_CVES += CVE-2025-4478
|
||||
|
||||
FREERDP_INSTALL_STAGING = YES
|
||||
|
||||
FREERDP_CONF_OPTS = -DWITH_MANPAGES=OFF -Wno-dev -DWITH_GSTREAMER_0_10=OFF
|
||||
|
||||
Reference in New Issue
Block a user