summaryrefslogtreecommitdiff
path: root/print/poppler/buildlink3.mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-11-08 10:51:01 +0000
committerwiz <wiz@pkgsrc.org>2016-11-08 10:51:01 +0000
commitcee3c6dbc3ed627eb3c06b3ae98ea64824d437a1 (patch)
tree79eeec881808af2dcc7bac39a47b277ef2a1e5c8 /print/poppler/buildlink3.mk
parentc204c933150414b7a917c19ed0006e2b60f55bd7 (diff)
downloadpkgsrc-cee3c6dbc3ed627eb3c06b3ae98ea64824d437a1.tar.gz
Updated poppler to 0.48.0.
Release 0.48.0 core: * Fix crashes and memory leaks in invalid files. * Small memory usage improvements. * TextOutputDev: Remove null characters from PDF text. Bug #97144 * TextOutputDev: Break words on all whitespace characters. Bug #97399 * Fix UTF16 decoding of document outline title. Bug #97156 * Add functions for named destination name in name-tree/dict glib: * Increase glib requirement to 2.41 Release 0.47.0 core: * Fix abort on documents where the docinfo obj is not a dict. Bug #97134 * Check for XRefEntry existing before using it. Bug #97005 * Fix memory leak on PDFDoc::setDocInfoStringEntry() with empty string * Don't presume that DocInfo is a dictionary in XRef::createDocInfoIfNoneExists() build system: * configure: Work with non gnu greps
Diffstat (limited to 'print/poppler/buildlink3.mk')
-rw-r--r--print/poppler/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/poppler/buildlink3.mk b/print/poppler/buildlink3.mk
index 8b29addfc66..4e7edbd9a3c 100644
--- a/print/poppler/buildlink3.mk
+++ b/print/poppler/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.50 2016/08/01 14:23:55 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.51 2016/11/08 10:51:01 wiz Exp $
BUILDLINK_TREE+= poppler
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= poppler
POPPLER_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.poppler+= poppler>=0.5.1
-BUILDLINK_ABI_DEPENDS.poppler+= poppler>=0.46.0
+BUILDLINK_ABI_DEPENDS.poppler+= poppler>=0.48.0
BUILDLINK_PKGSRCDIR.poppler?= ../../print/poppler
.include "../../graphics/lcms2/buildlink3.mk"