diff options
author | jschauma <jschauma> | 2004-01-02 17:07:21 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2004-01-02 17:07:21 +0000 |
commit | 8bde7fbd41906efc569551d51f30c411426d8025 (patch) | |
tree | 3553853961a9d5d2653f18fd6e0f5d25f2b5a2e7 /lang/sun-jdk13 | |
parent | 04c9047a035a20a4e7ade2bd6135879f971f7b0b (diff) | |
download | pkgsrc-8bde7fbd41906efc569551d51f30c411426d8025.tar.gz |
Update sun-j*13 to latest version 1.3.1_10. Bugs fixed since 1.3.1_09
according to http://java.sun.com/j2se/1.3/ReleaseNotes.html:
- J# Compiler silently generates bytecode that exceeds VM limits.
- BigDecimal String constructor throws StringIndexOutOfBounds.
- URL constructor throws java.lang.StringIndexOutOfBoundsException
- VM crashes if a run method throws an expection in a finally block
- JVM crash in java.net.ServerSocket.implAccept
- -Xcheck:jni overly strict in JNI method IsSameObject
- JVM hangs up with C++ std lib because of mutex deadlock in 1.3.1_03/1.4.0_0X
- jvm crashes without any error message
- java.util.Date(int,int,int,int,int,int) is unable to give hour information
- 1.3.1_09: JVM process size grows after every JVMPI heap dump request.
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 96860fbabf6..5bd8f43f390 100644 --- a/lang/sun-jdk13/Makefile +++ b/lang/sun-jdk13/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.24 2004/01/02 16:56:01 jschauma Exp $ +# $NetBSD: Makefile,v 1.25 2004/01/02 17:07:21 jschauma Exp $ -DISTNAME= j2sdk-1_3_1_09-linux-i586 -PKGNAME= sun-jdk13-1.0.9 -WRKSRC= ${WRKDIR}/jdk1.3.1_09 +DISTNAME= j2sdk-1_3_1_10-linux-i586 +PKGNAME= sun-jdk13-1.0.10 +WRKSRC= ${WRKDIR}/jdk1.3.1_10 MASTER_SITES= # empty COMMENT= Sun's Java(tm) Development Kit 1.3.1 SHORT= JDK -DEPENDS= sun-jre13>=1.0.9:../../lang/sun-jre13 +DEPENDS= sun-jre13>=1.0.10:../../lang/sun-jre13 # Remove parts that are in common with the JRE. # diff --git a/lang/sun-jdk13/distinfo b/lang/sun-jdk13/distinfo index 47e4643980e..8a7c549a8ec 100644 --- a/lang/sun-jdk13/distinfo +++ b/lang/sun-jdk13/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2003/08/12 16:37:04 jschauma Exp $ +$NetBSD: distinfo,v 1.11 2004/01/02 17:07:21 jschauma Exp $ -SHA1 (j2sdk-1_3_1_09-linux-i586.bin) = 185546e53de19ed69a438f7a9b5cd1a58e3bbefa -Size (j2sdk-1_3_1_09-linux-i586.bin) = 26590961 bytes +SHA1 (j2sdk-1_3_1_10-linux-i586.bin) = 5722f577c863139adf2b28f0c69880daff93771a +Size (j2sdk-1_3_1_10-linux-i586.bin) = 26624701 bytes |