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/Makefile | |
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/Makefile')
-rw-r--r-- | lang/sun-jre13/Makefile | 8 |
1 files changed, 4 insertions, 4 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 |