Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2016 18:23:13 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r407282 - in branches/2016Q1/java: linux-sun-jdk17 linux-sun-jre17
Message-ID:  <201601261823.u0QINDCJ015898@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601261823.u0QINDCJ015898>