diff options
author | jschauma <jschauma@pkgsrc.org> | 2004-06-08 14:52:38 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2004-06-08 14:52:38 +0000 |
commit | 0f7bb0d5a1f695ab6caa4b8aefc650966fe69f82 (patch) | |
tree | 08ffc1462df4024eaf820c13cbe777f696bf0566 /lang/sun-jdk13 | |
parent | f6887a97b1cf54e4589596de7e95eb1ba7b75bdf (diff) | |
download | pkgsrc-0f7bb0d5a1f695ab6caa4b8aefc650966fe69f82.tar.gz |
Update Sun's JDK version 1.3 to latest release 1.3.1_12, making this
sun-jre13-1.0.12 and sun-jdk13-1.0.12 respectively. Patches provided by
Hauke Fath in PR pkg/25870 and PR pkg/25871. This update done during the
freeze as Sun removes the older distfiles when they release a new version.
Changes since latest version, according to
http://java.sun.com/j2se/1.3/ReleaseNotes.html:
- stack yellow zone not re-enabled after a StackOverflowError
- Gregorian calendar gives a java.lang.Illegal ArgumentException only on 12-31-00
- [server] stack yellow zone not re-enabled after a StackOverflowError
- compilation results in stack overflow while unrolling loop
- rmic uses AWT ?!
- -Xcheck:jni uses oop directly in _thread_in_native state
- Loop related Hotspot crash
- internal Error occurs during offet conversion of byte code in rewrite/relocate
- [1.3.1_09]JVM crashes when big number is specified in fillRect()
- Japanese characters not converting correctly from Codepage 930 to Codepage 943
- JVM crash with error "Fatal: null exception in compiled code"
- Client blocks on getInputStream even after server completes its response
- Error ID: e:\ws\1.3.1\hotspot\src\share \vm\ci\ciInstanceKlass.cpp, 121
- 5 JCK tests failing with -Xcheck:jni flag
Diffstat (limited to 'lang/sun-jdk13')
-rw-r--r-- | lang/sun-jdk13/Makefile | 10 | ||||
-rw-r--r-- | lang/sun-jdk13/distinfo | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/lang/sun-jdk13/Makefile b/lang/sun-jdk13/Makefile index c61bb355e2c..d260d0d4330 100644 --- a/lang/sun-jdk13/Makefile +++ b/lang/sun-jdk13/Makefile @@ -1,18 +1,18 @@ -# $NetBSD: Makefile,v 1.28 2004/05/22 21:22:59 jmmv Exp $ +# $NetBSD: Makefile,v 1.29 2004/06/08 14:52:38 jschauma Exp $ -DISTNAME= j2sdk-1_3_1_11-linux-i586 -PKGNAME= sun-jdk13-1.0.11 +DISTNAME= j2sdk-1_3_1_12-linux-i586 +PKGNAME= sun-jdk13-1.0.12 MASTER_SITES= # empty COMMENT= Sun's Java(tm) Development Kit 1.3.1 SHORT= JDK -DEPENDS= sun-jre13>=1.0.11:../../lang/sun-jre13 +DEPENDS= sun-jre13>=1.0.12:../../lang/sun-jre13 JAVA_CLASSPATH= ${JAVA_HOME}/src.jar JAVA_WRAPPERS= appletviewer jar javac javadoc javah javap -WRKSRC= ${WRKDIR}/jdk1.3.1_11 +WRKSRC= ${WRKDIR}/jdk1.3.1_12 # Remove parts that are in common with the JRE. # diff --git a/lang/sun-jdk13/distinfo b/lang/sun-jdk13/distinfo index f5b24becd3f..0526b449215 100644 --- a/lang/sun-jdk13/distinfo +++ b/lang/sun-jdk13/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.12 2004/05/22 20:20:06 jmmv Exp $ +$NetBSD: distinfo,v 1.13 2004/06/08 14:52:38 jschauma Exp $ -SHA1 (j2sdk-1_3_1_11-linux-i586.bin) = 784e6544373e250d1096b291dcc3dce70c3c074d -Size (j2sdk-1_3_1_11-linux-i586.bin) = 26630049 bytes +SHA1 (j2sdk-1_3_1_12-linux-i586.bin) = 4d22994582798be4b698abf72489f0fcbb867a4e +Size (j2sdk-1_3_1_12-linux-i586.bin) = 26645804 bytes |