diff options
author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-10-06 19:24:45 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-10-06 11:34:43 -0700 |
commit | b9e39b5fab062385f130b39c688c60a1519422df (patch) | |
tree | efe491edfb99de88dc04b89bb7622d3a3ebdeec7 | |
parent | a986e3962c368486c16de94260f0cab3fac4aa99 (diff) | |
download | meta-openembedded-b9e39b5fab062385f130b39c688c60a1519422df.tar.gz |
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 <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-5.bb (renamed from meta-oe/recipes-support/imagemagick/imagemagick_7.1.1-43.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
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 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" | |||
12 | BASE_PV = "${@d.getVar('PV').split('-')[0]}" | 12 | BASE_PV = "${@d.getVar('PV').split('-')[0]}" |
13 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>([0-9][\.|_|-]?)+)" | 13 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>([0-9][\.|_|-]?)+)" |
14 | 14 | ||
15 | SRC_URI = "git://github.com/ImageMagick/ImageMagick.git;branch=main;protocol=https" | 15 | SRC_URI = "git://github.com/ImageMagick/ImageMagick.git;branch=main;protocol=https;tag=${PV}" |
16 | SRCREV = "a2d96f40e707ba54b57e7d98c3277d3ea6611ace" | 16 | SRCREV = "4a620c2a89a7481e83cb4a0ff32db0ccbb3afcd2" |
17 | 17 | ||
18 | 18 | ||
19 | inherit autotools pkgconfig update-alternatives | 19 | inherit autotools pkgconfig update-alternatives |
@@ -24,7 +24,6 @@ EXTRA_OECONF = "--program-prefix= --program-suffix=.im7 --without-perl --enable- | |||
24 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} cxx webp xml" | 24 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} cxx webp xml" |
25 | PACKAGECONFIG[cxx] = "--with-magick-plus-plus,--without-magick-plus-plus" | 25 | PACKAGECONFIG[cxx] = "--with-magick-plus-plus,--without-magick-plus-plus" |
26 | PACKAGECONFIG[graphviz] = "--with-gvc,--without-gvc,graphviz" | 26 | PACKAGECONFIG[graphviz] = "--with-gvc,--without-gvc,graphviz" |
27 | PACKAGECONFIG[jp2] = "--with-jp2,,jasper" | ||
28 | PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,xz" | 27 | PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,xz" |
29 | PACKAGECONFIG[openjpeg] = "--with-openjp2,--without-openjp2,openjpeg" | 28 | PACKAGECONFIG[openjpeg] = "--with-openjp2,--without-openjp2,openjpeg" |
30 | PACKAGECONFIG[pango] = "--with-pango,--without-pango,pango cairo" | 29 | PACKAGECONFIG[pango] = "--with-pango,--without-pango,pango cairo" |