Date: Mon, 4 Aug 2014 15:10:41 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364018 - in head/print: acroread8 acroread9 Message-ID: <53dfa272.5c85.5d36e9d1@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Mon Aug 4 15:10:41 2014 New Revision: 364018 URL: http://svnweb.freebsd.org/changeset/ports/364018 QAT: https://qat.redports.org/buildarchive/r364018/ Log: 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. Modified: head/print/acroread8/Makefile head/print/acroread9/Makefile Modified: head/print/acroread8/Makefile ============================================================================== --- head/print/acroread8/Makefile Mon Aug 4 15:08:00 2014 (r364017) +++ head/print/acroread8/Makefile Mon Aug 4 15:10:41 2014 (r364018) @@ -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 Modified: head/print/acroread9/Makefile ============================================================================== --- head/print/acroread9/Makefile Mon Aug 4 15:08:00 2014 (r364017) +++ head/print/acroread9/Makefile Mon Aug 4 15:10:41 2014 (r364018) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53dfa272.5c85.5d36e9d1>