diff options
author | simonb <simonb@pkgsrc.org> | 2003-06-18 14:47:20 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 2003-06-18 14:47:20 +0000 |
commit | d4c140a6ef05ce4129e45a4fe194eed846c6194e (patch) | |
tree | 198952ae6369bfeda9da8e3132838df6bba0d3c2 /print | |
parent | 26ccfd17f2c05a988cb68ba97a40b12fb4a05615 (diff) | |
download | pkgsrc-d4c140a6ef05ce4129e45a4fe194eed846c6194e.tar.gz |
Update to version 2.02pl1. From the xpdf website:
This version includes a small patch that fixes a security hole in
version 2.02. It was possible to construct a malicious URL link in a
PDF file which would cause an arbitrary command to be run. The patch
changes things to that the various characters which can cause trouble
are escaped (%xx) before calling system(). This patch also changes the
"launch" link verification dialog to provde a scrolling view of the
command about to be run when the command string is excessively long.
Diffstat (limited to 'print')
-rw-r--r-- | print/xpdf/Makefile | 4 | ||||
-rw-r--r-- | print/xpdf/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/print/xpdf/Makefile b/print/xpdf/Makefile index 9a9caff33ed..9f48c928b1e 100644 --- a/print/xpdf/Makefile +++ b/print/xpdf/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2003/06/02 01:17:21 jschauma Exp $ +# $NetBSD: Makefile,v 1.20 2003/06/18 14:47:20 simonb Exp $ # -DISTNAME= xpdf-2.02 +DISTNAME= xpdf-2.02pl1 CATEGORIES= print MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \ ${MASTER_SITE_SUNSITE:=apps/graphics/viewers/X/} diff --git a/print/xpdf/distinfo b/print/xpdf/distinfo index 8c83c582562..ab55f468dac 100644 --- a/print/xpdf/distinfo +++ b/print/xpdf/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.11 2003/03/25 14:02:38 salo Exp $ +$NetBSD: distinfo,v 1.12 2003/06/18 14:47:21 simonb Exp $ -SHA1 (xpdf-2.02.tar.gz) = 482b6a33addc50fd1ec73f676b4db74a17d4dd75 -Size (xpdf-2.02.tar.gz) = 476001 bytes +SHA1 (xpdf-2.02pl1.tar.gz) = a8b482e49027c6166f7399b8d5f412ddcaef2eb3 +Size (xpdf-2.02pl1.tar.gz) = 476349 bytes SHA1 (patch-aa) = bf57c8955a25fc723fdcc86acc2055876c39a686 SHA1 (patch-ab) = e0e7bca53918c125db5dcece7153afbec6e089ce SHA1 (patch-ac) = 6fa74df05e01510c792eb2b20f670e6903f30aa2 |