summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2024-12-27 11:56:07 +0100
committerKhem Raj <raj.khem@gmail.com>2024-12-27 09:21:43 -0800
commit7cec219b508d42bbe85a699936df87d711b52c66 (patch)
tree95fc784e89ed1a4fe9b182e2545aead21b63e466
parent4e5fdfc4231772521e281b76fac0baf9108d31f6 (diff)
downloadmeta-openembedded-7cec219b508d42bbe85a699936df87d711b52c66.tar.gz
imagemagick: upgrade 7.1.1-26 -> 7.1.1-43
This fixes at least CVE-2024-41817 (in 7.1.1-36). Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/imagemagick/imagemagick_7.1.1-43.bb (renamed from meta-oe/recipes-support/imagemagick/imagemagick_7.1.1-26.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.1.1-26.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.1.1-43.bb
index 78cbb9ddea..f692370de0 100644
--- a/meta-oe/recipes-support/imagemagick/imagemagick_7.1.1-26.bb
+++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.1.1-43.bb
@@ -13,7 +13,7 @@ BASE_PV = "${@d.getVar('PV').split('-')[0]}"
13UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>([0-9][\.|_|-]?)+)" 13UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>([0-9][\.|_|-]?)+)"
14 14
15SRC_URI = "git://github.com/ImageMagick/ImageMagick.git;branch=main;protocol=https" 15SRC_URI = "git://github.com/ImageMagick/ImageMagick.git;branch=main;protocol=https"
16SRCREV = "570a9a048bb0e3a5c221ca87be9408ae35f711e2" 16SRCREV = "a2d96f40e707ba54b57e7d98c3277d3ea6611ace"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19