diff options
author | glewis <glewis@FreeBSD.org> | 2004-11-24 23:16:38 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-11-24 23:16:38 +0800 |
commit | a87a2cae91bacbf7ed4b0d17a316fb40e2610ec5 (patch) | |
tree | e272723f750bf626d3ae91ece463aaa2e1f2a109 /java/jdk15 | |
parent | 486241f10012550240d784e424cc3e42d831f62d (diff) | |
download | freebsd-ports-gnome-a87a2cae91bacbf7ed4b0d17a316fb40e2610ec5.tar.gz freebsd-ports-gnome-a87a2cae91bacbf7ed4b0d17a316fb40e2610ec5.tar.zst freebsd-ports-gnome-a87a2cae91bacbf7ed4b0d17a316fb40e2610ec5.zip |
. Mark FORBIDDEN when building with the browser plugin due to the
vulnerabilities discussed in:
http://sunsolve.sun.com/search/document.do?assetkey=1-26-57591-1
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1029
Diffstat (limited to 'java/jdk15')
-rw-r--r-- | java/jdk15/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/jdk15/Makefile b/java/jdk15/Makefile index 337da810e227..6ab93e3cb8e4 100644 --- a/java/jdk15/Makefile +++ b/java/jdk15/Makefile @@ -99,6 +99,8 @@ MAKE_ENV= ALT_BOOTDIR="${JDK14DIR}" \ .if defined(MINIMAL) MAKE_ENV+= NO_PLUGIN="YES" \ NO_JAVAWS="YES" +.else +FORBIDDEN= Vulnerabilities in the browser plugin .endif ALL_TARGET= all PLIST_SUB+= JDK_VERSION=${JDK_VERSION} |