diff mbox series

[meta-oe,08/64] imagemagick: upgrade 7.1.2-15 -> 7.1.2-16

Message ID 20260312105220.1856-8-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/64] castxml: upgrade 0.6.13 -> 0.7.0 | expand

Commit Message

Wang Mingyu March 12, 2026, 10:51 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 .../{imagemagick_7.1.2-15.bb => imagemagick_7.1.2-16.bb}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/imagemagick/{imagemagick_7.1.2-15.bb => imagemagick_7.1.2-16.bb} (99%)
diff mbox series

Patch

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
similarity index 99%
rename from meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-15.bb
rename to meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-16.bb
index 952f8c4028..56b6c0710a 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
            file://imagemagick-ptest.sh \
 "
 
-SRCREV = "b5fdb90dac0e6d0bf1bbd95704bbd60216a5bc23"
+SRCREV = "70563ce3759b7a55801900a11e69978a9301fbeb"
 
 inherit autotools pkgconfig update-alternatives ptest
 export ac_cv_sys_file_offset_bits = "64"