diff options
author | wiz <wiz@pkgsrc.org> | 2013-12-06 13:10:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-12-06 13:10:59 +0000 |
commit | 351e85289c9d1112716d0d956b650d737f1e9b53 (patch) | |
tree | 4a60c7ce6ed4bc1a9e15dc7c908906520c0484d2 /print | |
parent | 4016fa642b9ec253f2c7d1250732cbd93e2437fc (diff) | |
download | pkgsrc-351e85289c9d1112716d0d956b650d737f1e9b53.tar.gz |
poppler updated to 0.24.4. changes shlib major again, PKGREVISION bump
follows next.
Changes:
Release 0.24.4
core:
* Fix regression in broken endstream detection. Bug #70854
* Catalog: sort entries of NameTrees to make sure lookup works. Bug #26049
* Don't infinite loop if reading from GooFile::read fails. Bug #71835
utils:
* pdftotext: Do not close stdout. Bug #71639
* pdftotext: Silence warning for may be used uninitialized variable. Bug #71640
* pdftotext: Escape the text of the xml headers
* Warn the user if he provides a wrong range
qt4:
* Fix typo in xml API. Bug #71643
qt5:
* Fix typo in xml API. Bug #71643
Diffstat (limited to 'print')
-rw-r--r-- | print/poppler-cpp/Makefile | 3 | ||||
-rw-r--r-- | print/poppler/Makefile.common | 4 | ||||
-rw-r--r-- | print/poppler/distinfo | 8 |
3 files changed, 7 insertions, 8 deletions
diff --git a/print/poppler-cpp/Makefile b/print/poppler-cpp/Makefile index 2782506882a..de5d1c2f37f 100644 --- a/print/poppler-cpp/Makefile +++ b/print/poppler-cpp/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2013/10/29 19:05:23 drochner Exp $ -# +# $NetBSD: Makefile,v 1.12 2013/12/06 13:10:59 wiz Exp $ .include "../../print/poppler/Makefile.common" diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common index 9387216b90b..0fd2bdb14d0 100644 --- a/print/poppler/Makefile.common +++ b/print/poppler/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.59 2013/10/29 19:05:23 drochner Exp $ +# $NetBSD: Makefile.common,v 1.60 2013/12/06 13:10:59 wiz Exp $ # # used by print/poppler/Makefile # used by print/poppler-cpp/Makefile @@ -7,7 +7,7 @@ # used by print/poppler-qt4/Makefile # used by print/poppler-utils/Makefile -POPPLER_VERS= 0.24.3 +POPPLER_VERS= 0.24.4 DISTNAME= poppler-${POPPLER_VERS} CATEGORIES= print MASTER_SITES= http://poppler.freedesktop.org/ diff --git a/print/poppler/distinfo b/print/poppler/distinfo index 9c60531a91d..2350ad9429f 100644 --- a/print/poppler/distinfo +++ b/print/poppler/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.85 2013/10/29 19:05:23 drochner Exp $ +$NetBSD: distinfo,v 1.86 2013/12/06 13:10:59 wiz Exp $ -SHA1 (poppler-0.24.3.tar.xz) = 9aca24a8b012587ea579f72892863d9b3245009a -RMD160 (poppler-0.24.3.tar.xz) = 6967df43f2630ad5bbbf9082da5ffe93fc2029cc -Size (poppler-0.24.3.tar.xz) = 1506152 bytes +SHA1 (poppler-0.24.4.tar.xz) = 7938c92c61b63331f2af463db0d10048bf0d4712 +RMD160 (poppler-0.24.4.tar.xz) = 2a71b7da5562e1ac655c9591812551f3fbfe6fe9 +Size (poppler-0.24.4.tar.xz) = 1511248 bytes SHA1 (patch-aa) = f67de7b11651207d968972e5b27eb017cf59ceb7 SHA1 (patch-ab) = 758c541fa14c82cb44a247cbc37e1582b0167229 SHA1 (patch-ag) = de9ef3e2498d5c07a8f35f1d215e377953a5dad8 |