pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/atril atril: don't enable dvi support by default...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/551935dc7490
branches:  trunk
changeset: 343034:551935dc7490
user:      maya <maya%pkgsrc.org@localhost>
date:      Mon Oct 28 21:49:22 2019 +0000

description:
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:

 print/atril/Makefile   |  4 ++--
 print/atril/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r 07038eda4ae4 -r 551935dc7490 print/atril/Makefile
--- a/print/atril/Makefile      Mon Oct 28 21:39:49 2019 +0000
+++ b/print/atril/Makefile      Mon Oct 28 21:49:22 2019 +0000
@@ -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 -r 07038eda4ae4 -r 551935dc7490 print/atril/options.mk
--- a/print/atril/options.mk    Mon Oct 28 21:39:49 2019 +0000
+++ b/print/atril/options.mk    Mon Oct 28 21:49:22 2019 +0000
@@ -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"
 



Home | Main Index | Thread Index | Old Index