Found on CNET about the Acrobat reader security advisory ... http://www.adobe.com/support/techdocs/321644.html ... solution is to upgrade from 7.0.0 to 7.0.1
Responsible Changed From-To: freebsd-ports-bugs->trevor Over to maintainer. Note that this concerns a security problem.
Here is the patch to upgrade print/acroread7 to new version with security bugfix: ----- diff -ruN acroread7.orig/Makefile acroread7/Makefile --- acroread7.orig/Makefile Fri Aug 19 21:44:03 2005 +++ acroread7/Makefile Fri Aug 19 20:36:30 2005 @@ -6,11 +6,11 @@ # PORTNAME= acroread7 -PORTVERSION= 7.0.0 +PORTVERSION= 7.0.1 CATEGORIES= print linux MASTER_SITES= http://download.adobe.com/pub/adobe/reader/unix/7x/7.0/enu/ \ ftp://ftp.adobe.com/pub/adobe/reader/unix/7x/7.0/enu/ -DISTNAME= AdobeReader_enu-7.0.0-2.i386.rpm +DISTNAME= AdobeReader_enu-7.0.1-1.i386.rpm EXTRACT_SUFX= DIST_SUBDIR= acroread EXTRACT_ONLY= diff -ruN acroread7.orig/distinfo acroread7/distinfo --- acroread7.orig/distinfo Fri Aug 19 20:29:31 2005 +++ acroread7/distinfo Fri Aug 19 21:00:05 2005 @@ -1,2 +1,2 @@ -MD5 (acroread/AdobeReader_enu-7.0.0-2.i386.rpm) = 386dd54cb91014f1e631764ba10deef7 -SIZE (acroread/AdobeReader_enu-7.0.0-2.i386.rpm) = 39263484 +MD5 (acroread/AdobeReader_enu-7.0.1-1.i386.rpm) = b3b40ae184724551ab76f9168647b906 +SIZE (acroread/AdobeReader_enu-7.0.1-1.i386.rpm) = 39261960 ----- To apply the patch do: $ cd /usr/ports/print $ patch < the_patch WBR -- bsam
State Changed From-To: open->closed Committed, thanks!
Responsible Changed From-To: trevor->simon I committed the patch due to maintainer timeout on security issue.