summaryrefslogtreecommitdiff
path: root/lang/sun-jdk14/Makefile
diff options
context:
space:
mode:
authorsnj <snj>2004-12-01 06:58:37 +0000
committersnj <snj>2004-12-01 06:58:37 +0000
commitb890aac592e3e99bad241e81234b7ea087deaf44 (patch)
treec2fafae554464f63dfad03b21facbe70e41743b6 /lang/sun-jdk14/Makefile
parent14f7c2dc8ad4487dc96cd7583d3af77f75ee9d66 (diff)
downloadpkgsrc-b890aac592e3e99bad241e81234b7ea087deaf44.tar.gz
Pullup ticket 161 - Requested by Jan Schaumann
security fix for sun-jre14 and sun-jdk14 Module Name: pkgsrc Committed By: tv Date: Tue Oct 5 22:09:23 UTC 2004 Modified Files: pkgsrc/lang/sun-jdk13: Makefile PLIST pkgsrc/lang/sun-jdk14: Makefile PLIST pkgsrc/lang/sun-jdk15: Makefile PLIST pkgsrc/lang/sun-jre13: Makefile PLIST pkgsrc/lang/sun-jre14: Makefile PLIST pkgsrc/lang/sun-jre15: Makefile PLIST Log Message: Expand the JAVA_WRAPPERS definitions for the sun-j{re,dk}* packages. This adds many commonly used tools to $PREFIX/bin, such as keytool, rmiregistry, rmic, idlj, etc. --- Module Name: pkgsrc Committed By: tv Date: Mon Oct 11 14:07:38 UTC 2004 Modified Files: pkgsrc/lang/blackdown-jdk13: Makefile PLIST pkgsrc/lang/jdk: Makefile PLIST pkgsrc/lang/sun-jdk13: Makefile PLIST pkgsrc/lang/sun-jdk14: Makefile PLIST pkgsrc/lang/win32-jdk: PLIST Log Message: Fix the "jre" symlink in the various Sun-based JDK packages; it was wrong for quite some time after the ${PREFIX}/java migration. Since pkgsrc now has proper symlink handling in pkg_install, this can now be a simple PLIST entry rather than an @exec/@unexec pair. --- Committed By: jschauma Date: Thu Oct 14 14:32:32 UTC 2004 Modified Files: pkgsrc/lang/sun-jdk14: Makefile distinfo pkgsrc/lang/sun-jre14: Makefile Makefile.common PLIST distinfo Log Message: Tell people to fetch the JCE file if necessary. Update sun-j*4 to 14-2.6 (aka sun-jdk/jre version 1.4.2_06). Bugs fixed since last according to http://java.sun.com/j2se/1.4.2/ReleaseNotes.html: - jResourceBundle holds ClassLoader references using SoftReference (not weak) - enablev006: JVMPI_EVENT_ OBJECT_ALLOC request crashes Server VM - Update cacerts with new VeriSign ca certs - (so) Selector.select() throws CancelledKeyException - Internal Error occurs during offet conversion of byte code in rewrite/relocate - SEGV in MapLoops test - REGRESSION 1.4: PropertyDescriptors do not find the most specific methods - REGRESSION 1.5: Introspector.getBeanInfo throws NPE if a primitive type is passed - CMS: vtest died with tiger b26 - JVM crashes during deoptimization phase - CMS thread/SLT deadlock problem - Unable to create Logger during JVM shutdown - 64bit j2sdk1.4.2_01 and j2sdk1.4.2_03 dump core with oracle 64bit jdbc oci driver - Cannot set different runtime parameters for different 1.4.2_x versions - "java_g -version" dies on an assertion on RH9.0 and RHEL 3.0 - 1.4.2_05: 3 JCK tests failing with -Xcheck:jni flag on Linux - RH Enterprise 3 and Suse Ent 8 server / desktop asian font properties needed - Clent VM crash while compiling a large JSP generated method - NullPointerException in reading an rtf-file into a javax.swing.text.rtf.RTFEdito - RTFEditorKit wrongly parses rtf if fontname has unicode characters - 1.4.2_04 Server VM - C2 crash in PhaseCFG::ScheduleLate on Solaris - bf) Direct memory cannot be unreserved while reserving thread sleeps - Hotspot compiler changes behaviour of program - VM segv's running jvmti/jvmpi profiler - J2SE 1.4.2 cannot display certain awt components in Asian characters in RH2.1 AS - exception thows from jconsole when run any GUI which works fine with jdk1.4.x - Can not eliminate implicit null checks for method invocations based on profile - Regression 1.4.2_06b1 4937429 failing. cacerts in javaws and security dirs diffe - /api/javax_swing/ SwingUtilities/descriptions.html fails for JCK14a, 1.4.2_06b1 - Regression:4683022 fails for 1.4.2_06-b01 - REGRESSION: ResourceBundle.getBundle(String, Locale) is broken in jdk 1.4.2_05
Diffstat (limited to 'lang/sun-jdk14/Makefile')
-rw-r--r--lang/sun-jdk14/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/lang/sun-jdk14/Makefile b/lang/sun-jdk14/Makefile
index 75b57dacf1c..67aa9038c0b 100644
--- a/lang/sun-jdk14/Makefile
+++ b/lang/sun-jdk14/Makefile
@@ -1,17 +1,18 @@
-# $NetBSD: Makefile,v 1.19 2004/07/02 14:40:21 jschauma Exp $
+# $NetBSD: Makefile,v 1.19.2.1 2004/12/01 06:58:37 snj Exp $
-DISTNAME= j2sdk-1_4_2_05-linux-i586
-PKGNAME= sun-jdk14-2.5
+DISTNAME= j2sdk-1_4_2_06-linux-i586
+PKGNAME= sun-jdk14-2.6
MASTER_SITES= # empty
COMMENT= Sun's Java(tm) 2 SDK, Standard Edition 1.4.2
SHORT= SDK
-DEPENDS= sun-jre14>=2.5:../../lang/sun-jre14
+DEPENDS= sun-jre14>=2.6:../../lang/sun-jre14
-WRKSRC= ${WRKDIR}/j2sdk1.4.2_05
-JAVA_WRAPPERS= appletviewer jar javac javadoc javah javap
+WRKSRC= ${WRKDIR}/j2sdk1.4.2_06
+JAVA_WRAPPERS= appletviewer extcheck idlj jar jarsigner \
+ javac javadoc javah javap jdb rmic serialver
# Remove parts that are in common with the JRE
#