From ed4a2798b28d729436c8c9bdf5760c140269a00e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 3 Feb 2023 14:55:54 +0200 Subject: [PATCH] Drop codecs/xtrn. Removed upstream > This coder is a kind of backdoor used by the COM object that allows it to > pass blobs back and forth using the coder interface. It simply encodes and > decodes the filename as a comma delimited string and extracts the info it > needs. - https://keybase.pub/wikibuda/ImageMagick-7.0.10-9/coders/xtrn.c Refs: - https://github.com/ImageMagick/ImageMagick/commit/0d1b03d3176d47e6f2e512bdc7968a9fa153189a - https://github.com/ImageMagick/ImageMagick/commit/6a863ccebb6d777739fb8d9b5b3b78c868dafb82 --- ImageMagick.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ImageMagick.spec b/ImageMagick.spec index 845b533..ba2cd17 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -1053,10 +1053,6 @@ rm -rf $RPM_BUILD_ROOT %{modulesdir}/coders/xps.la %attr(755,root,root) %{modulesdir}/coders/x.so %{modulesdir}/coders/x.la -%if 0 -%attr(755,root,root) %{modulesdir}/coders/xtrn.so -%{modulesdir}/coders/xtrn.la -%endif %attr(755,root,root) %{modulesdir}/coders/xwd.so %{modulesdir}/coders/xwd.la %attr(755,root,root) %{modulesdir}/coders/yaml.so -- 2.44.0