diff options
author | trevor <trevor@FreeBSD.org> | 2003-08-19 00:01:42 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-08-19 00:01:42 +0800 |
commit | d59d97ed0557f98d80920138b373a4b2a99f47eb (patch) | |
tree | 4593c365972ba0abb2e05d898a8d6dbc0ba8074e | |
parent | 166d851ccd2cc6d93779c3ac84fbdcd78e5640b8 (diff) | |
download | freebsd-ports-gnome-d59d97ed0557f98d80920138b373a4b2a99f47eb.tar.gz freebsd-ports-gnome-d59d97ed0557f98d80920138b373a4b2a99f47eb.tar.zst freebsd-ports-gnome-d59d97ed0557f98d80920138b373a4b2a99f47eb.zip |
Update to 5.0.8. As reported by Paul Szabo in
<200307092234.h69MYHM43920@milan.maths.usyd.edu.au> on the
full-disclosure and bugtraq lists,
Despite recent security fixes, an exploitable buffer overflow
with long URL strings remains [in version 5.0.7]. The
overflow occurs when you click on the link, and allows
execution of arbitrary code.
Version 5.0.8 is a second attempt at correcting the problem.
Submitted by: Shiozaki Takehiko of be.to
Also remove some cruft, and add another master site. I only tested
this with linux_base-8-8.0_1.
-rw-r--r-- | print/acroread5/Makefile | 8 | ||||
-rw-r--r-- | print/acroread5/distinfo | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile index 8628fcfe2c07..175eaa779698 100644 --- a/print/acroread5/Makefile +++ b/print/acroread5/Makefile @@ -6,13 +6,13 @@ # PORTNAME= acroread -PORTVERSION= 5.07 -#PORTREVISION= 1 +PORTVERSION= 5.08 CATEGORIES= print linux -MASTER_SITES= ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/ +MASTER_SITES= http://download.adobe.com/pub/adobe/acrobatreader/unix/5.x/ \ + ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/ .include <bsd.port.pre.mk> .if ${ARCH} == "i386" -DISTNAME= linux-507 +DISTNAME= linux-508 .endif DIST_SUBDIR= acroread diff --git a/print/acroread5/distinfo b/print/acroread5/distinfo index 2e5986c4c0b2..c21693d3fae8 100644 --- a/print/acroread5/distinfo +++ b/print/acroread5/distinfo @@ -1 +1 @@ -MD5 (acroread/linux-507.tar.gz) = 25f0ab387ebed3bf63ca24962ffcf9fa +MD5 (acroread/linux-508.tar.gz) = fbf4e174be41987addacca7cf677dd58 |