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: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2026-03-12 18:51:24 +08:00 committed by Khem Raj
parent e52dfaeb4f
commit 0985c5c84e
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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"