svn commit: r407282 - in branches/2016Q1/java: linux-sun-jdk17 linux-sun-jre17

Jung-uk Kim jkim at FreeBSD.org
Tue Jan 26 18:23:14 UTC 2016


Author: jkim
Date: Tue Jan 26 18:23:12 2016
New Revision: 407282
URL: https://svnweb.freebsd.org/changeset/ports/407282

Log:
  MFH:	r407248
  
  Mark forbidden.  Oracle Java SE 7 has reached end-of-life status and it has
  multiple security vulnerabilities.
  
  http://www.oracle.com/technetwork/java/eol-135779.html
  
  Approved by:	ports-secteam (feld)

Modified:
  branches/2016Q1/java/linux-sun-jdk17/Makefile
  branches/2016Q1/java/linux-sun-jre17/Makefile
Directory Properties:
  branches/2016Q1/   (props changed)

Modified: branches/2016Q1/java/linux-sun-jdk17/Makefile
==============================================================================
--- branches/2016Q1/java/linux-sun-jdk17/Makefile	Tue Jan 26 18:06:31 2016	(r407281)
+++ branches/2016Q1/java/linux-sun-jdk17/Makefile	Tue Jan 26 18:23:12 2016	(r407282)
@@ -11,6 +11,8 @@ DISTNAME=	jdk-${JDK_VERSION}u${JDK_UPDAT
 MAINTAINER=	java at FreeBSD.org
 COMMENT=	Oracle Java ${JDK_VERSION} Development Kit for Linux
 
+FORBIDDEN=	Multiple security vulnerabilities
+
 RUN_DEPENDS=	javavm:${PORTSDIR}/java/javavmwrapper
 
 OPTIONS_DEFINE=	DEMO

Modified: branches/2016Q1/java/linux-sun-jre17/Makefile
==============================================================================
--- branches/2016Q1/java/linux-sun-jre17/Makefile	Tue Jan 26 18:06:31 2016	(r407281)
+++ branches/2016Q1/java/linux-sun-jre17/Makefile	Tue Jan 26 18:23:12 2016	(r407282)
@@ -10,6 +10,8 @@ DISTNAME=	jre-${JRE_VERSION}u${JRE_UPDAT
 MAINTAINER=	java at FreeBSD.org
 COMMENT=	Oracle Java ${JRE_VERSION} Runtime Environment for Linux
 
+FORBIDDEN=	Multiple security vulnerabilities
+
 RUN_DEPENDS=	javavm:${PORTSDIR}/java/javavmwrapper
 
 NO_CDROM=	License does not allow distribution with fee


More information about the svn-ports-all mailing list