Received: by mail.netbsd.org (Postfix, from userid 605) id DF48484D6F; Wed, 22 Aug 2018 13:38:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D204D84CCC for ; Wed, 22 Aug 2018 13:38:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ahhLHUK0nRfW for ; Wed, 22 Aug 2018 13:38:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EE08E84D55 for ; Wed, 22 Aug 2018 13:38:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E1821FBEC; Wed, 22 Aug 2018 13:38:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1534945080107330" MIME-Version: 1.0 Date: Wed, 22 Aug 2018 13:38:00 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/graphics/ImageMagick6 To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20180822133800.E1821FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1534945080107330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Wed Aug 22 13:38:00 UTC 2018 Modified Files: pkgsrc/graphics/ImageMagick6: Makefile distinfo Added Files: pkgsrc/graphics/ImageMagick6/patches: patch-config_policy.xml Log Message: ImageMagick6: Disable ghostscript coders by default in policy.xml Disable ghostscript coders in policy.xml as a workaround for VU#332928 (). Please note that apart commenting/removing lines added in policy.xml, the ghostscript coders can be enabled per-user by copying policy.xml to ~/.config/ImageMagick/policy.xml and adjusting it with the following lines: | [...] | | | | | [...] Bump PKGREVISION To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/graphics/ImageMagick6/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/ImageMagick6/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/graphics/ImageMagick6/patches/patch-config_policy.xml Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1534945080107330 Content-Disposition: inline Content-Length: 2688 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/ImageMagick6/Makefile diff -u pkgsrc/graphics/ImageMagick6/Makefile:1.17 pkgsrc/graphics/ImageMagick6/Makefile:1.18 --- pkgsrc/graphics/ImageMagick6/Makefile:1.17 Wed Aug 22 09:45:10 2018 +++ pkgsrc/graphics/ImageMagick6/Makefile Wed Aug 22 13:38:00 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2018/08/22 09:45:10 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2018/08/22 13:38:00 leot Exp $ -PKGREVISION= 3 +PKGREVISION= 4 .include "Makefile.common" PKGNAME= ImageMagick6-${DISTVERSION} Index: pkgsrc/graphics/ImageMagick6/distinfo diff -u pkgsrc/graphics/ImageMagick6/distinfo:1.9 pkgsrc/graphics/ImageMagick6/distinfo:1.10 --- pkgsrc/graphics/ImageMagick6/distinfo:1.9 Mon Mar 12 15:47:00 2018 +++ pkgsrc/graphics/ImageMagick6/distinfo Wed Aug 22 13:38:00 2018 @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.9 2018/03/12 15:47:00 fhajny Exp $ +$NetBSD: distinfo,v 1.10 2018/08/22 13:38:00 leot Exp $ SHA1 (ImageMagick-6.9.9-38.tar.xz) = 2dc6b3c415b342efb7ab64d18bb801c7f1881212 RMD160 (ImageMagick-6.9.9-38.tar.xz) = 50008946057cde9fc7a6d0149414e870a2a351b0 SHA512 (ImageMagick-6.9.9-38.tar.xz) = 78ecb605d2ea529603bab723c284be9c03a7d370814bbe708c2c34e0b91f75c1a0c193a5a2ea8f3583019d3610ac08d0d28671d8fdb2df2478865d9ab7417b91 Size (ImageMagick-6.9.9-38.tar.xz) = 8913864 bytes SHA1 (patch-Makefile.in) = bb747b5e062f2a59e307289b5b33861dd5f96ab0 +SHA1 (patch-config_policy.xml) = 2b7e37cc8fedb0d06502ba1d7e65a5aea9d6ec96 Added files: Index: pkgsrc/graphics/ImageMagick6/patches/patch-config_policy.xml diff -u /dev/null pkgsrc/graphics/ImageMagick6/patches/patch-config_policy.xml:1.1 --- /dev/null Wed Aug 22 13:38:00 2018 +++ pkgsrc/graphics/ImageMagick6/patches/patch-config_policy.xml Wed Aug 22 13:38:00 2018 @@ -0,0 +1,22 @@ +$NetBSD: patch-config_policy.xml,v 1.1 2018/08/22 13:38:00 leot Exp $ + +Disable ghostscript coders by default to workaround VU#332928: + + +--- config/policy.xml.orig 2018-08-13 11:05:28.000000000 +0000 ++++ config/policy.xml +@@ -74,4 +74,14 @@ + + + ++ ++ ++ ++ ++ ++ ++ + --_----------=_1534945080107330--