diff options
author | tonnerre <tonnerre@pkgsrc.org> | 2008-04-20 15:48:12 +0000 |
---|---|---|
committer | tonnerre <tonnerre@pkgsrc.org> | 2008-04-20 15:48:12 +0000 |
commit | 4ad89e4880ab9c7ced53bd568a52af11c6d05032 (patch) | |
tree | d7eb22d2c4f7bd067493bf5c4962d3c8fae9f6a2 /print/xpdf/Makefile | |
parent | 0114f2e8ef5fb2ffc055af529264b6c882ec3184 (diff) | |
download | pkgsrc-4ad89e4880ab9c7ced53bd568a52af11c6d05032.tar.gz |
Fix embedded font handling (CVE-2008-1693). While at it, add a patch
from upstream CVS which fixes display of 16-bit colors. Update from
print/poppler.
Approved-by: joerg
Diffstat (limited to 'print/xpdf/Makefile')
-rw-r--r-- | print/xpdf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/xpdf/Makefile b/print/xpdf/Makefile index 0b58bdeb3d7..f302c3fc8f5 100644 --- a/print/xpdf/Makefile +++ b/print/xpdf/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.64 2008/03/29 03:00:57 obache Exp $ +# $NetBSD: Makefile,v 1.65 2008/04/20 15:48:12 tonnerre Exp $ DISTNAME= xpdf-3.02 PKGNAME= xpdf-3.02pl2 +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \ ${MASTER_SITE_SUNSITE:=apps/graphics/viewers/X/xpdf/} \ |