From 9b1f3ccd02f7ce3711b405e34c6716bd6e458d9f Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Wed, 24 Nov 2004 15:16:38 +0000 Subject: . 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 --- java/jdk14/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'java/jdk14') diff --git a/java/jdk14/Makefile b/java/jdk14/Makefile index 337da810e227..6ab93e3cb8e4 100644 --- a/java/jdk14/Makefile +++ b/java/jdk14/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} -- cgit v1.2.3