From b9e39b5fab062385f130b39c688c60a1519422df Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Mon, 6 Oct 2025 19:24:45 +0200 Subject: [PATCH] imagemagick: upgrade 7.1.1-43 -> 7.1.2-5 This release contains fixes for the following vulnerabilities: CVE-2025-53014, CVE-2025-53015, CVE-2025-53019, CVE-2025-53101, CVE-2025-55004, CVE-2025-55005, CVE-2025-55154, CVE-2025-55160, CVE-2025-55212, CVE-2025-55298, CVE-2025-57803, CVE-2025-57807 Also remove jp2 PACKAGECONFIG: it was superseded by openjpeg PACKAGECONFIG, which also provides jpeg 2000 support. Signed-off-by: Gyorgy Sarvari Signed-off-by: Khem Raj --- .../{imagemagick_7.1.1-43.bb => imagemagick_7.1.2-5.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-oe/recipes-support/imagemagick/{imagemagick_7.1.1-43.bb => imagemagick_7.1.2-5.bb} (99%) diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.1.1-43.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-5.bb similarity index 99% rename from meta-oe/recipes-support/imagemagick/imagemagick_7.1.1-43.bb rename to meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-5.bb index 10d2150998..588aeea3a6 100644 --- a/meta-oe/recipes-support/imagemagick/imagemagick_7.1.1-43.bb +++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-5.bb @@ -12,8 +12,8 @@ DEPENDS = "lcms bzip2 jpeg libpng tiff zlib fftw freetype libtool" BASE_PV = "${@d.getVar('PV').split('-')[0]}" UPSTREAM_CHECK_GITTAGREGEX = "(?P([0-9][\.|_|-]?)+)" -SRC_URI = "git://github.com/ImageMagick/ImageMagick.git;branch=main;protocol=https" -SRCREV = "a2d96f40e707ba54b57e7d98c3277d3ea6611ace" +SRC_URI = "git://github.com/ImageMagick/ImageMagick.git;branch=main;protocol=https;tag=${PV}" +SRCREV = "4a620c2a89a7481e83cb4a0ff32db0ccbb3afcd2" inherit autotools pkgconfig update-alternatives @@ -24,7 +24,6 @@ EXTRA_OECONF = "--program-prefix= --program-suffix=.im7 --without-perl --enable- PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} cxx webp xml" PACKAGECONFIG[cxx] = "--with-magick-plus-plus,--without-magick-plus-plus" PACKAGECONFIG[graphviz] = "--with-gvc,--without-gvc,graphviz" -PACKAGECONFIG[jp2] = "--with-jp2,,jasper" PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,xz" PACKAGECONFIG[openjpeg] = "--with-openjp2,--without-openjp2,openjpeg" PACKAGECONFIG[pango] = "--with-pango,--without-pango,pango cairo"