pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/GraphicsMagick
Module Name: pkgsrc
Committed By: nia
Date: Tue Jul 16 19:31:16 UTC 2019
Modified Files:
pkgsrc/graphics/GraphicsMagick: Makefile options.mk
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/graphics/GraphicsMagick/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/GraphicsMagick/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/GraphicsMagick/Makefile
diff -u pkgsrc/graphics/GraphicsMagick/Makefile:1.97 pkgsrc/graphics/GraphicsMagick/Makefile:1.98
--- pkgsrc/graphics/GraphicsMagick/Makefile:1.97 Tue Jun 18 13:30:52 2019
+++ pkgsrc/graphics/GraphicsMagick/Makefile Tue Jul 16 19:31:16 2019
@@ -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
Index: pkgsrc/graphics/GraphicsMagick/options.mk
diff -u pkgsrc/graphics/GraphicsMagick/options.mk:1.8 pkgsrc/graphics/GraphicsMagick/options.mk:1.9
--- pkgsrc/graphics/GraphicsMagick/options.mk:1.8 Mon Apr 1 09:21:23 2019
+++ pkgsrc/graphics/GraphicsMagick/options.mk Tue Jul 16 19:31:16 2019
@@ -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