Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package enigma for openSUSE:Factory checked in at 2026-07-21 22:59:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/enigma (Old) and /work/SRC/openSUSE:Factory/.enigma.new.24530 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "enigma" Tue Jul 21 22:59:54 2026 rev:3 rq:1366710 version:1.30 Changes: -------- --- /work/SRC/openSUSE:Factory/enigma/enigma.changes 2025-04-22 17:27:32.801227051 +0200 +++ /work/SRC/openSUSE:Factory/.enigma.new.24530/enigma.changes 2026-07-21 22:59:58.528842915 +0200 @@ -1,0 +2,7 @@ +Thu Jul 16 11:46:14 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Add enigma-imagemagick-policy.patch: Fix build failure caused by + ImageMagick's path security policy restricting relative path + traversals (..). Replace GFXDIR with abs_top_srcdir. + +------------------------------------------------------------------- New: ---- enigma-imagemagick-policy.patch ----------(New B)---------- New: - Add enigma-imagemagick-policy.patch: Fix build failure caused by ImageMagick's path security policy restricting relative path ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ enigma.spec ++++++ --- /var/tmp/diff_new_pack.pfyHio/_old 2026-07-21 22:59:59.352870996 +0200 +++ /var/tmp/diff_new_pack.pfyHio/_new 2026-07-21 22:59:59.356871132 +0200 @@ -1,7 +1,7 @@ # # spec file for package enigma # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,6 +30,7 @@ Source4: %{name}-help.png Source5: enigma_de.pdf Source6: french_russian.tar.bz2 +Patch0: enigma-imagemagick-policy.patch BuildRequires: ImageMagick BuildRequires: enet-devel BuildRequires: fdupes @@ -52,6 +53,7 @@ %prep %setup -q +%patch -P 0 -p1 %build %configure \ ++++++ enigma-imagemagick-policy.patch ++++++ --- a/doc/reference/images/Makefile.am +++ b/doc/reference/images/Makefile.am @@ -5,7 +5,7 @@ CONVERTOPT = -density 112x112 -units PixelsPerCentimeter # Enable out of source build -GFXDIR = $(abs_srcdir)/../../../data/gfx48 +GFXDIR = $(abs_top_srcdir)/data/gfx48 # List of files to copy from GFXDIR SIMPLEPNG = \ --- a/doc/reference/images/Makefile.in +++ b/doc/reference/images/Makefile.in @@ -320,7 +320,7 @@ CONVERTOPT = -density 112x112 -units PixelsPerCentimeter # Enable out of source build -GFXDIR = $(abs_srcdir)/../../../data/gfx48 +GFXDIR = $(abs_top_srcdir)/data/gfx48 # List of files to copy from GFXDIR SIMPLEPNG = \
