Subject: CVS commit: pkgsrc/lang
To: None <pkgsrc-changes@NetBSD.org>
From: Jan Schaumann <jschauma@netbsd.org>
List: pkgsrc-changes
Date: 01/02/2004 17:07:21
Module Name:	pkgsrc
Committed By:	jschauma
Date:		Fri Jan  2 17:07:21 UTC 2004

Modified Files:
	pkgsrc/lang/sun-jdk13: Makefile distinfo
	pkgsrc/lang/sun-jre13: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 pkgsrc/lang/sun-jdk13/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/lang/sun-jdk13/distinfo
cvs rdiff -r1.30 -r1.31 pkgsrc/lang/sun-jre13/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/lang/sun-jre13/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.