diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2007-01-18 05:35:33 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2007-01-18 05:35:33 +0000 |
commit | 7f26c21995373f6f61b0b531d59adb391365e8d8 (patch) | |
tree | 22d5dbd2687b01c03efe9ccd5865db827d644f94 /print/acroread7/Makefile | |
parent | 70827e93bbd23b00aa5824eb4f1a79d1bf87d830 (diff) |
Update to 7.0.9. Various security vulnerabilities have been fixed.
Security: CVE-2006-5857, CVE-2007-0045, CVE-2007-0046, CVE-2007-0047,
CVE-2007-0048
Security: http://www.adobe.com/support/security/bulletins/apsb07-01.html
Notes
Notes:
svn path=/head/; revision=182687
Diffstat (limited to 'print/acroread7/Makefile')
-rw-r--r-- | print/acroread7/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/print/acroread7/Makefile b/print/acroread7/Makefile index 676aebbd81a1..8164bbb55f05 100644 --- a/print/acroread7/Makefile +++ b/print/acroread7/Makefile @@ -6,7 +6,7 @@ # PORTNAME= acroread7 -PORTVERSION?= 7.0.8 +PORTVERSION?= 7.0.9 PORTREVISION?= 0 PORTEPOCH?= 1 CATEGORIES?= print linux @@ -38,15 +38,9 @@ SUB_LIST= ADOBE_LANG=${ADOBE_LANG:U} PKGMESSAGE= ${WRKDIR}/pkg-message WRKSRC= ${WRKDIR}/AdobeReader -.if ${PORTVERSION} == 7.0.8 VERSIONDIR= ${PORTVERSION} DISTNAME= AdobeReader_${ADOBE_LANG:L}-${PORTVERSION}-1.i386 POSTPROCESS= > /dev/null -.else -VERSIONDIR= 7.0 -DISTNAME= AdbeRdr701_linux_${ADOBE_LANG:L} -IS_INTERACTIVE= yes -.endif LANGCODE= chs:zh_CN cht:zh_TW dan:da_DK deu:de_DE enu:en_US \ esp:es_ES fra:fr_FR ita:it_IT jpn:ja_JP kor:ko_KR \ nld:nl_NL nor:nb_NO ptb:pt_BR suo:fi_FI sve:sv_SE |