diff options
author | jschauma <jschauma@pkgsrc.org> | 2004-10-14 14:32:32 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2004-10-14 14:32:32 +0000 |
commit | 55eb6e7e2f3cda72ddf2723d9a00504915fb8c8a (patch) | |
tree | d3110f4629e3d16c3ade4ce82bddcd665e11a086 /lang/sun-jdk14 | |
parent | b81cf2a7284841b949a5ae14e1a505f8aa8fa0ec (diff) | |
download | pkgsrc-55eb6e7e2f3cda72ddf2723d9a00504915fb8c8a.tar.gz |
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 passe d
- 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')
-rw-r--r-- | lang/sun-jdk14/Makefile | 11 | ||||
-rw-r--r-- | lang/sun-jdk14/distinfo | 6 |
2 files changed, 8 insertions, 9 deletions
diff --git a/lang/sun-jdk14/Makefile b/lang/sun-jdk14/Makefile index b3241624048..bdb6cb52aee 100644 --- a/lang/sun-jdk14/Makefile +++ b/lang/sun-jdk14/Makefile @@ -1,17 +1,16 @@ -# $NetBSD: Makefile,v 1.21 2004/10/11 14:07:38 tv Exp $ +# $NetBSD: Makefile,v 1.22 2004/10/14 14:32:32 jschauma Exp $ -DISTNAME= j2sdk-1_4_2_05-linux-i586 -PKGNAME= sun-jdk14-2.5 -PKGREVISION= 2 +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 +WRKSRC= ${WRKDIR}/j2sdk1.4.2_06 JAVA_WRAPPERS= appletviewer extcheck idlj jar jarsigner \ javac javadoc javah javap jdb rmic serialver diff --git a/lang/sun-jdk14/distinfo b/lang/sun-jdk14/distinfo index 2a9f322746d..d5b9e94e462 100644 --- a/lang/sun-jdk14/distinfo +++ b/lang/sun-jdk14/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.11 2004/07/02 14:40:21 jschauma Exp $ +$NetBSD: distinfo,v 1.12 2004/10/14 14:32:32 jschauma Exp $ -SHA1 (j2sdk-1_4_2_05-linux-i586.bin) = d7961739360721cc801382b71364acbb78babbd4 -Size (j2sdk-1_4_2_05-linux-i586.bin) = 36384457 bytes +SHA1 (j2sdk-1_4_2_06-linux-i586.bin) = fa02d491e26700c14817585c1f970669c9e885c6 +Size (j2sdk-1_4_2_06-linux-i586.bin) = 36417364 bytes |