diff options
author | hrs <hrs@FreeBSD.org> | 2009-05-13 16:51:44 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2009-05-13 16:51:44 +0800 |
commit | dc34877aadaeafb45dd9f6cb62df32efbb185fe8 (patch) | |
tree | 753265e8426baf45e5566d9736a57149e7f925e4 /print | |
parent | 005c9e2a7947ba4ac4077c811052dcf8ccd1c8eb (diff) | |
download | freebsd-ports-gnome-dc34877aadaeafb45dd9f6cb62df32efbb185fe8.tar.gz freebsd-ports-gnome-dc34877aadaeafb45dd9f6cb62df32efbb185fe8.tar.zst freebsd-ports-gnome-dc34877aadaeafb45dd9f6cb62df32efbb185fe8.zip |
Update to 9.1.1. Two critical vulnerabilities have been fixed:
- CVE-2009-1492
The getAnnots Doc method in the JavaScript API in Adobe Reader
and Acrobat 9.1, 8.1.4, 7.1.1, and earlier allows remote
attackers to cause a denial of service (memory corruption) or
execute arbitrary code via a PDF file that contains an
annotation, and has an OpenAction entry with JavaScript code
that calls this method with crafted integer arguments.
- CVE-2009-1493
The customDictionaryOpen spell method in the JavaScript API in
Adobe Reader 8.1.4 and 9.1 on Linux allows remote attackers to
cause a denial of service (memory corruption) or execute
arbitrary code via a PDF file that triggers a call to this
method with a long string in the second argument.
Security: CVE-2009-1492
Security: CVE-2009-1493
Security: http://www.adobe.com/support/security/bulletins/apsb09-06.html
Diffstat (limited to 'print')
-rw-r--r-- | print/acroread9/Makefile | 9 | ||||
-rw-r--r-- | print/acroread9/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/print/acroread9/Makefile b/print/acroread9/Makefile index cf9c3460c63e..08577cbd0964 100644 --- a/print/acroread9/Makefile +++ b/print/acroread9/Makefile @@ -6,11 +6,10 @@ # PORTNAME= acroread9 -PORTVERSION= 9.1.0 -PORTREVISION= 2 +PORTVERSION= 9.1.1 CATEGORIES?= print linux -MASTER_SITES?= http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/${PORTVERSION:S,.0$,,}/${ADOBE_LANG:L}/ \ - ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/${PORTVERSION:S,.0$,,}/${ADOBE_LANG:L}/ +MASTER_SITES?= http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/${PORTVERSION}/${ADOBE_LANG:L}/ \ + ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/${PORTVERSION}/${ADOBE_LANG:L}/ DISTNAME= AdbeRdr${PORTVERSION}-1_i486linux_${ADOBE_LANG:L} DIST_SUBDIR= acroread @@ -23,7 +22,7 @@ RESTRICTED= Must fill out redistribution form at http://www.adobe.com/products/a ONLY_FOR_ARCHS= amd64 i386 USE_BZIP2= yes USE_LINUX= yes -USE_LINUX_APPS= gdkpixbuf gtk2 libxml2 pango scimgtk webauth +USE_LINUX_APPS= gdkpixbuf gtk2 libxml2 pango webauth USE_LDCONFIG= yes #USE_GNOME= desktopfileutils NO_BUILD= yes diff --git a/print/acroread9/distinfo b/print/acroread9/distinfo index 963908fbd626..7f6a2af2b098 100644 --- a/print/acroread9/distinfo +++ b/print/acroread9/distinfo @@ -1,3 +1,3 @@ -MD5 (acroread/AdbeRdr9.1.0-1_i486linux_enu.tar.bz2) = 6f8279f55d57f4fa610a0e22a0eab861 -SHA256 (acroread/AdbeRdr9.1.0-1_i486linux_enu.tar.bz2) = c783b6cdb15a30ad9eecd5df950346e9e0eabeac03c155af1b62d5772bb53e52 -SIZE (acroread/AdbeRdr9.1.0-1_i486linux_enu.tar.bz2) = 60093913 +MD5 (acroread/AdbeRdr9.1.1-1_i486linux_enu.tar.bz2) = 6319d5c1e1ceff635bb3ff7a60e466e7 +SHA256 (acroread/AdbeRdr9.1.1-1_i486linux_enu.tar.bz2) = caee100293f47d80a9033b1d3563a84b0b43b4320e0913de36d5f9a34b3b6ec8 +SIZE (acroread/AdbeRdr9.1.1-1_i486linux_enu.tar.bz2) = 60094182 |