summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2019-10-28 21:49:22 +0000
committermaya <maya@pkgsrc.org>2019-10-28 21:49:22 +0000
commit1eea9c3b69227581a09dae14de492ded5ec4aee6 (patch)
treee5c027e585e1ff62a445bc7413e5a6c7239a2aca /print
parent390fba70aaa04cad83c0fc4774fc011f040d8bed (diff)
downloadpkgsrc-1eea9c3b69227581a09dae14de492ded5ec4aee6.tar.gz
atril: don't enable dvi support by default. bump pkgrevision.
This option is pulling in t1lib. t1lib is an enormous security risk. It hasn't seen maintenance since 2011 and we have local patches for security issues from 2011. Given the lack of attention, it's likely there are more security issues lurking. Documents are usually obtained from untrusted sources, and thus are considered a remote attack vector Documents may embed their own fonts. If one embeds a T1 font, it might be parsed by this unmaintained library. To avoid this risk, rip out the t1lib dependency.
Diffstat (limited to 'print')
-rw-r--r--print/atril/Makefile4
-rw-r--r--print/atril/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/print/atril/Makefile b/print/atril/Makefile
index 577abff0920..a5f2179da7c 100644
--- a/print/atril/Makefile
+++ b/print/atril/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2019/10/19 12:46:06 nia Exp $
+# $NetBSD: Makefile,v 1.50 2019/10/28 21:49:22 maya Exp $
-PKGREVISION= 5
+PKGREVISION= 6
.include "../../meta-pkgs/mate/Makefile.common"
DISTNAME= atril-${VERSION:R}.1
diff --git a/print/atril/options.mk b/print/atril/options.mk
index 516dcf56861..dd7a55319f3 100644
--- a/print/atril/options.mk
+++ b/print/atril/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.3 2019/03/06 05:48:55 gutteridge Exp $
+# $NetBSD: options.mk,v 1.4 2019/10/28 21:49:22 maya Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.atril
PKG_SUPPORTED_OPTIONS= dbus pdf ps xps dvi djvu tiff gdk-pixbuf keyring introspection
-PKG_SUGGESTED_OPTIONS= dbus pdf ps xps dvi djvu tiff gdk-pixbuf keyring
+PKG_SUGGESTED_OPTIONS= dbus pdf ps xps djvu tiff gdk-pixbuf keyring
.include "../../mk/bsd.options.mk"