summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-03-17 15:33:19 +0100
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-03-26 10:29:24 +0530
commite4a9ec5350328e82b8ebae0eeaa4e268b7070faf (patch)
tree3c2eada9956e3c08f44c4b155e078ef0c174df25 /meta-oe
parenteb76962875191b7cf8368e3394a3575951574dfd (diff)
downloadmeta-openembedded-e4a9ec5350328e82b8ebae0eeaa4e268b7070faf.tar.gz
imagemagick: upgrade 7.1.2-15 -> 7.1.2-16
Changelog: =========== * client: Fix use-after-free when creating async proxy failed * daemon: Fix race on subscribers list when on thread * ftp: Validate fe_size when parsing symlink target * ftp: Check localtime() return value before use * CVE-2026-28295: ftp: Use control connection address for PASV data * CVE-2026-28296: ftp: Reject paths containing CR/LF characters * gphoto2: Use g_try_realloc() instead of g_realloc() * cdda: Reject path traversal in mount URI host * client: Fail when URI has invalid UTF-8 chars * Some other fixes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-16.bb (renamed from meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-15.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-15.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-16.bb
index d48fae6bd3..beeb11f970 100644
--- a/meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-15.bb
+++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-16.bb
@@ -17,7 +17,7 @@ SRC_URI = "git://github.com/ImageMagick/ImageMagick.git;branch=main;protocol=htt
17 file://imagemagick-ptest.sh \ 17 file://imagemagick-ptest.sh \
18" 18"
19 19
20SRCREV = "b5fdb90dac0e6d0bf1bbd95704bbd60216a5bc23" 20SRCREV = "70563ce3759b7a55801900a11e69978a9301fbeb"
21 21
22 22
23inherit autotools pkgconfig update-alternatives ptest 23inherit autotools pkgconfig update-alternatives ptest