diff options
author | jkim <jkim@FreeBSD.org> | 2016-01-26 08:22:09 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2016-01-26 08:22:09 +0800 |
commit | 17bc7ce9c49df03bf48eba5690e9414f499e5e4d (patch) | |
tree | 2263615018d2cde555c1f89ae7a15717b1cf79db | |
parent | d0765ae73b21fed1ab774aac2a67b263fb84ce20 (diff) | |
download | freebsd-ports-gnome-17bc7ce9c49df03bf48eba5690e9414f499e5e4d.tar.gz freebsd-ports-gnome-17bc7ce9c49df03bf48eba5690e9414f499e5e4d.tar.zst freebsd-ports-gnome-17bc7ce9c49df03bf48eba5690e9414f499e5e4d.zip |
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
-rw-r--r-- | java/linux-sun-jdk17/Makefile | 2 | ||||
-rw-r--r-- | java/linux-sun-jre17/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/java/linux-sun-jdk17/Makefile b/java/linux-sun-jdk17/Makefile index a91754179947..14056c4ba325 100644 --- a/java/linux-sun-jdk17/Makefile +++ b/java/linux-sun-jdk17/Makefile @@ -11,6 +11,8 @@ DISTNAME= jdk-${JDK_VERSION}u${JDK_UPDATE_VERSION}-linux-i586 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 diff --git a/java/linux-sun-jre17/Makefile b/java/linux-sun-jre17/Makefile index 82381391b07f..498da3f88132 100644 --- a/java/linux-sun-jre17/Makefile +++ b/java/linux-sun-jre17/Makefile @@ -10,6 +10,8 @@ DISTNAME= jre-${JRE_VERSION}u${JRE_UPDATE_VERSION}-linux-i586 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 |