svn commit: r407248 - in head/java: linux-sun-jdk17 linux-sun-jre17

Jung-uk Kim jkim at FreeBSD.org
Tue Jan 26 00:22:10 UTC 2016


Author: jkim
Date: Tue Jan 26 00:22:09 2016
New Revision: 407248
URL: https://svnweb.freebsd.org/changeset/ports/407248

Log:
  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
  
  MFH:		2016Q1

Modified:
  head/java/linux-sun-jdk17/Makefile
  head/java/linux-sun-jre17/Makefile

Modified: head/java/linux-sun-jdk17/Makefile
==============================================================================
--- head/java/linux-sun-jdk17/Makefile	Mon Jan 25 23:58:14 2016	(r407247)
+++ head/java/linux-sun-jdk17/Makefile	Tue Jan 26 00:22:09 2016	(r407248)
@@ -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: head/java/linux-sun-jre17/Makefile
==============================================================================
--- head/java/linux-sun-jre17/Makefile	Mon Jan 25 23:58:14 2016	(r407247)
+++ head/java/linux-sun-jre17/Makefile	Tue Jan 26 00:22:09 2016	(r407248)
@@ -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-head mailing list