diff options
author | wiz <wiz@pkgsrc.org> | 2005-12-31 00:35:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-12-31 00:35:55 +0000 |
commit | 28e0535bae4865e9b74f514057572f3732b81851 (patch) | |
tree | db55580fcf7399d53c768f6697c5f24d1192ccb2 /print/poppler-qt | |
parent | 0445cbe3605f6ff2f68781a3c09c10beb2e1323b (diff) | |
download | pkgsrc-28e0535bae4865e9b74f514057572f3732b81851.tar.gz |
Update to 0.4.3:
- Fix selection crasher (Nickolay V. Shmyrev, #4402).
- Fix printing problem for single page output (#4555).
- Fix miscellaneous compile problems/warnings.
- CVE-2005-3191 and CAN-2005-2097 security fixes.
Diffstat (limited to 'print/poppler-qt')
-rw-r--r-- | print/poppler-qt/Makefile | 4 | ||||
-rw-r--r-- | print/poppler-qt/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/print/poppler-qt/Makefile b/print/poppler-qt/Makefile index f6a41e9bcf8..659f10e931b 100644 --- a/print/poppler-qt/Makefile +++ b/print/poppler-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/12/11 10:07:31 markd Exp $ +# $NetBSD: Makefile,v 1.2 2005/12/31 00:35:56 wiz Exp $ # DISTNAME= poppler-${POPPLER_VERS} @@ -15,7 +15,7 @@ USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-qt.pc.in INCS=-I. `pkg-config poppler --cflags` -I${QTDIR}/include -POPPLER_VERS=0.4.2 +POPPLER_VERS=0.4.3 do-build: (cd ${WRKSRC}/qt; \ diff --git a/print/poppler-qt/distinfo b/print/poppler-qt/distinfo index b44ca2853de..62cf4793c32 100644 --- a/print/poppler-qt/distinfo +++ b/print/poppler-qt/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/12/11 10:07:31 markd Exp $ +$NetBSD: distinfo,v 1.2 2005/12/31 00:35:56 wiz Exp $ -SHA1 (poppler-0.4.2.tar.gz) = fa1dec65f0df87f9348441563593915344caf9be -RMD160 (poppler-0.4.2.tar.gz) = e81a8d900c4f3ca51b09ebec8f0ca62b0165d3a3 -Size (poppler-0.4.2.tar.gz) = 777935 bytes +SHA1 (poppler-0.4.3.tar.gz) = 1817e811e49fa58facc0df2c76a25e0876e44377 +RMD160 (poppler-0.4.3.tar.gz) = 4c6b0d5e70d55655fb65bdd26621bb11720543cb +Size (poppler-0.4.3.tar.gz) = 779582 bytes |