Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ImageMagick for openSUSE:Factory checked in at 2026-03-11 20:49:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ImageMagick (Old) and /work/SRC/openSUSE:Factory/.ImageMagick.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ImageMagick" Wed Mar 11 20:49:32 2026 rev:327 rq:1337880 version:7.1.2.16 Changes: -------- --- /work/SRC/openSUSE:Factory/ImageMagick/ImageMagick.changes 2026-03-04 21:02:43.666259424 +0100 +++ /work/SRC/openSUSE:Factory/.ImageMagick.new.8177/ImageMagick.changes 2026-03-11 20:49:41.608085031 +0100 @@ -1,0 +2,14 @@ +Mon Mar 9 08:43:02 UTC 2026 - Petr Gajdos <[email protected]> + +- version update to 7.1.2.16 + * Add overflow check to JXL write path #8591 + * fix heap over-read in BilateralBlurImage with even-dimension kernels #8595 + * Add overflow checks to PS3 write path #8590 + * Add overflow check to sixel write path #8587 + * Add overflow check to SGI write path #8588 + * Add overflow checks to BMP/DIB write paths and DIB read path #8573 + * fix NULL pointer dereference in HEIC NCLX color profile allocation #8585 + * Fix double-free in SVG gradientTransform / transform parsing #8583 + * Typo fix in coders/dng.c #8580 + +------------------------------------------------------------------- @@ -6 +20 @@ - instead, as intended + instead, as intended (bsc#1258780) Old: ---- ImageMagick-7.1.2-15.tar.xz ImageMagick-7.1.2-15.tar.xz.asc New: ---- ImageMagick-7.1.2-16.tar.xz ImageMagick-7.1.2-16.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ImageMagick.spec ++++++ --- /var/tmp/diff_new_pack.NIFLpT/_old 2026-03-11 20:49:42.672128170 +0100 +++ /var/tmp/diff_new_pack.NIFLpT/_new 2026-03-11 20:49:42.672128170 +0100 @@ -22,7 +22,7 @@ %define debug_build 0 %define asan_build 0 %define mfr_version 7.1.2 -%define mfr_revision 15 +%define mfr_revision 16 %define quantum_depth 16 %define source_version %{mfr_version}-%{mfr_revision} %define clibver 10 ++++++ ImageMagick-7.1.2-15.tar.xz -> ImageMagick-7.1.2-16.tar.xz ++++++ /work/SRC/openSUSE:Factory/ImageMagick/ImageMagick-7.1.2-15.tar.xz /work/SRC/openSUSE:Factory/.ImageMagick.new.8177/ImageMagick-7.1.2-16.tar.xz differ: char 15, line 1 ++++++ ImageMagick-configuration-SUSE.patch ++++++ --- /var/tmp/diff_new_pack.NIFLpT/_old 2026-03-11 20:49:42.740130927 +0100 +++ /var/tmp/diff_new_pack.NIFLpT/_new 2026-03-11 20:49:42.748131251 +0100 @@ -1,6 +1,7 @@ -diff -ur ImageMagick-7.1.2-15.orig/config/policy-SUSE.xml ImageMagick-7.1.2-15/config/policy-SUSE ---- ImageMagick-7.1.2-15.orig/config/policy-SUSE.xml 2026-02-23 22:24:51.662615465 +0100 -+++ ImageMagick-7.1.2-15/config/policy-SUSE.xml 2026-02-23 22:39:43.613341024 +0100 +Index: ImageMagick-7.1.2-16/config/policy-SUSE.xml +=================================================================== +--- ImageMagick-7.1.2-16.orig/config/policy-SUSE.xml ++++ ImageMagick-7.1.2-16/config/policy-SUSE.xml @@ -62,7 +62,7 @@ <policy domain="resource" name="disk" value="2GiB"/> <!-- Set the maximum length of an image sequence. When this limit is @@ -25,9 +26,9 @@ <!-- Sensitive paths are not permitted. --> <policy domain="path" rights="none" pattern="/etc/*"/> @@ -110,4 +110,20 @@ - <!-- Set the maximum amount of memory in bytes that are permitted for - allocation requests. --> <policy domain="system" name="max-memory-request" value="256MiB"/> + <!-- If the basename of path is a symbolic link, the open fails --> + <policy domain="system" name="symlink" rights="none" pattern="follow"/> + <!-- Disable insecure coders by default --> + <policy domain="coder" rights="none" pattern="EPHEMERAL" /> + <policy domain="coder" rights="none" pattern="URL" /> ++++++ ImageMagick-library-installable-in-parallel.patch ++++++ --- /var/tmp/diff_new_pack.NIFLpT/_old 2026-03-11 20:49:42.764131900 +0100 +++ /var/tmp/diff_new_pack.NIFLpT/_new 2026-03-11 20:49:42.768132061 +0100 @@ -1,8 +1,8 @@ -Index: ImageMagick-7.1.2-11/configure +Index: ImageMagick-7.1.2-16/configure =================================================================== ---- ImageMagick-7.1.2-11.orig/configure -+++ ImageMagick-7.1.2-11/configure -@@ -37253,7 +37253,9 @@ fi +--- ImageMagick-7.1.2-16.orig/configure ++++ ImageMagick-7.1.2-16/configure +@@ -37284,7 +37284,9 @@ fi # Subdirectory to place architecture-dependent configuration files
