package/libraw: fix IGNORE_CVES assignment
Commit bc4110b073
("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>
This commit is contained in:
parent
9041b12d2a
commit
23166132eb
@ -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