pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/GraphicsMagick GraphicsMagick: Disable jp2 su...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c57e7e3340ec
branches:  trunk
changeset: 336514:c57e7e3340ec
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jul 16 19:31:16 2019 +0000

description:
GraphicsMagick: Disable jp2 support by default

Re-enable it with the 'jasper' option.

Part of the process of trying to minimize the potential impact of a
vulnerable jasper.

Bump PKGREVISION

diffstat:

 graphics/GraphicsMagick/Makefile   |  3 ++-
 graphics/GraphicsMagick/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r c079b4c3c43f -r c57e7e3340ec graphics/GraphicsMagick/Makefile
--- a/graphics/GraphicsMagick/Makefile  Tue Jul 16 15:45:03 2019 +0000
+++ b/graphics/GraphicsMagick/Makefile  Tue Jul 16 19:31:16 2019 +0000
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.97 2019/06/18 13:30:52 adam Exp $
+# $NetBSD: Makefile,v 1.98 2019/07/16 19:31:16 nia Exp $
 
+PKGREVISION=   1
 .include "Makefile.common"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r c079b4c3c43f -r c57e7e3340ec graphics/GraphicsMagick/options.mk
--- a/graphics/GraphicsMagick/options.mk        Tue Jul 16 15:45:03 2019 +0000
+++ b/graphics/GraphicsMagick/options.mk        Tue Jul 16 19:31:16 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.8 2019/04/01 09:21:23 abs Exp $
+# $NetBSD: options.mk,v 1.9 2019/07/16 19:31:16 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.GraphicsMagick
 PKG_SUPPORTED_OPTIONS= x11 jasper ghostscript wmf
-PKG_SUGGESTED_OPTIONS= x11 jasper
+PKG_SUGGESTED_OPTIONS= x11
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index