diff options
author | jschauma <jschauma@pkgsrc.org> | 2004-01-02 17:07:21 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2004-01-02 17:07:21 +0000 |
commit | 8f254484268edf75cc2b76ba473b4aebb8bfd08d (patch) | |
tree | 3553853961a9d5d2653f18fd6e0f5d25f2b5a2e7 /lang/sun-jre13 | |
parent | 64338eda55bc52659781a307faefca7263e06c73 (diff) | |
download | pkgsrc-8f254484268edf75cc2b76ba473b4aebb8bfd08d.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-jre13')
-rw-r--r-- | lang/sun-jre13/Makefile | 8 | ||||
-rw-r--r-- | lang/sun-jre13/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lang/sun-jre13/Makefile b/lang/sun-jre13/Makefile index 4f7d0c23224..88bb3a37e99 100644 --- a/lang/sun-jre13/Makefile +++ b/lang/sun-jre13/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2004/01/02 16:56:01 jschauma Exp $ +# $NetBSD: Makefile,v 1.31 2004/01/02 17:07:21 jschauma Exp $ -DISTNAME= j2re-1_3_1_09-linux-i586 -PKGNAME= sun-jre13-1.0.9 -WRKSRC= ${WRKDIR}/jre1.3.1_09 +DISTNAME= j2re-1_3_1_10-linux-i586 +PKGNAME= sun-jre13-1.0.10 +WRKSRC= ${WRKDIR}/jre1.3.1_10 MASTER_SITES= # empty COMMENT= Sun's Java(tm) Runtime Environment 1.3.1 diff --git a/lang/sun-jre13/distinfo b/lang/sun-jre13/distinfo index 92082a97c4b..60d3623524e 100644 --- a/lang/sun-jre13/distinfo +++ b/lang/sun-jre13/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2003/08/12 16:37:05 jschauma Exp $ +$NetBSD: distinfo,v 1.9 2004/01/02 17:07:21 jschauma Exp $ -SHA1 (j2re-1_3_1_09-linux-i586.bin) = 1bde2d9a1c91c4fd7ee82a2cc0e47a21b823c248 -Size (j2re-1_3_1_09-linux-i586.bin) = 15415666 bytes +SHA1 (j2re-1_3_1_10-linux-i586.bin) = fb4cc08c847dd6c06bffaccb68d06ef3f2654e05 +Size (j2re-1_3_1_10-linux-i586.bin) = 15446070 bytes SHA1 (patch-aa) = d77d939b5c38ca8c8f9b387632e40441015c47cf SHA1 (patch-ab) = 1a1664d2be48d7a4f8fc05876b7aa5f225c65b16 |