diff options
author | mandree <mandree@FreeBSD.org> | 2014-08-04 23:10:41 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2014-08-04 23:10:41 +0800 |
commit | 0ccd9309ca695726cb85b8fa840fef07066dc95f (patch) | |
tree | 150a8c822535bd20e7222a4eb51daafdebe9d410 /print | |
parent | eb3b3f7c0332f43e5f3e37a0520ca65d53dc5d57 (diff) | |
download | freebsd-ports-gnome-0ccd9309ca695726cb85b8fa840fef07066dc95f.tar.gz freebsd-ports-gnome-0ccd9309ca695726cb85b8fa840fef07066dc95f.tar.zst freebsd-ports-gnome-0ccd9309ca695726cb85b8fa840fef07066dc95f.zip |
Forbid installation of these discontinued products.
Since Adobe has issued multiple security advisories for newer versions of the
product, after support for the old version was discontinued, we must assume
that the old versions are also vulnerable. Hence forbid installation.
Diffstat (limited to 'print')
-rw-r--r-- | print/acroread8/Makefile | 4 | ||||
-rw-r--r-- | print/acroread9/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/print/acroread8/Makefile b/print/acroread8/Makefile index f38e1d1464be..26844f131b40 100644 --- a/print/acroread8/Makefile +++ b/print/acroread8/Makefile @@ -20,6 +20,10 @@ LICENSE_PERMS= auto-accept RUN_DEPENDS= acroreadwrapper>=0.0.20100806:${PORTSDIR}/print/acroreadwrapper +FORBIDDEN= No longer maintained upstream since 2011-11-03 +DEPRECATED= No longer maintained upstream since 2011-11-03 +EXPIRATION_DATE=2014-08-31 + RESTRICTED= Must fill out redistribution form at http://www.adobe.com/products/acrobat/distribute.html ONLY_FOR_ARCHS= amd64 i386 USES= tar:bzip2 diff --git a/print/acroread9/Makefile b/print/acroread9/Makefile index b051cd3704ba..ecae8516a607 100644 --- a/print/acroread9/Makefile +++ b/print/acroread9/Makefile @@ -20,6 +20,10 @@ LICENSE_PERMS= auto-accept RUN_DEPENDS= acroreadwrapper>=0.0.20110529:${PORTSDIR}/print/acroreadwrapper +FORBIDDEN= No longer maintained upstream since 2013-06-26 +DEPRECATED= No longer maintained upstream since 2013-06-26 +EXPIRATION_DATE=2014-08-31 + USES= tar:bzip2 RESTRICTED= Must fill out redistribution form at http://www.adobe.com/products/acrobat/distribute.html ONLY_FOR_ARCHS= amd64 i386 |