package/libraw: fix IGNORE_CVES assignment
Commitbc4110b073
("package/libraw: fix CVE-2023-1729") mistakenly added the patch name to IGNORE_CVES instead of the CVE reference. Fix that. Cc: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit23166132eb
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
8acfae6962
commit
8a3260bbc5
@ -19,7 +19,7 @@ LIBRAW_CXXFLAGS = $(TARGET_CXXFLAGS)
|
||||
LIBRAW_CONF_ENV = CXXFLAGS="$(LIBRAW_CXXFLAGS)"
|
||||
|
||||
# 0001-do-not-set-shrink-flag-for-3-4-component-images.patch
|
||||
LIBRAW_IGNORE_CVES += 0001-do-not-set-shrink-flag-for-3-4-component-images.patch
|
||||
LIBRAW_IGNORE_CVES += CVE-2023-1729
|
||||
|
||||
ifeq ($(BR2_PACKAGE_JASPER),y)
|
||||
LIBRAW_CONF_OPTS += --enable-jasper
|
||||
|
Loading…
Reference in New Issue
Block a user