svn commit: r364018 - in head/print: acroread8 acroread9

Matthias Andree mandree at FreeBSD.org
Mon Aug 4 15:10:42 UTC 2014


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


More information about the svn-ports-head mailing list