Subject: PR/31538 CVS commit: pkgsrc/lang
To: None <jschauma@netbsd.org, gnats-admin@netbsd.org,>
From: Jan Schaumann <jschauma@netbsd.org>
List: pkgsrc-bugs
Date: 10/10/2005 15:00:04
The following reply was made to PR pkg/31538; it has been noted by GNATS.

From: Jan Schaumann <jschauma@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/31538 CVS commit: pkgsrc/lang
Date: Mon, 10 Oct 2005 14:59:20 +0000 (UTC)

 Module Name:	pkgsrc
 Committed By:	jschauma
 Date:		Mon Oct 10 14:59:20 UTC 2005
 
 Modified Files:
 	pkgsrc/lang/sun-jdk13: Makefile distinfo
 	pkgsrc/lang/sun-jre13: Makefile distinfo
 
 Log Message:
 Commit patch provided by Hauke Fath in PR pkg/31538 to update
 sun-j*13 to version 1_3_1_16 aka 1.0.16.
 
 Changes and bugs fixed, according to
 http://java.sun.com/j2se/1.3/ReleaseNotes.html#131_16
 
 SIGSEGV in Type*Type::meet(const Type*)const+0x0
 JVM crashes at assert(!n->is_Phi() && !n->is_CFG(),..) with java_g in 1.3.1_11
 JVM stops merging state vectors for blocks where there's a monitor mismatch.
 Incorrect abstract interface semantics in JDK ValueHandler
 1.3.1-only: JVM crashes during WTextComponentPeer.getText() using Citrix
 java.util.zip stream classes do not close default {De,In}flaters
 Unnecessary object retention in java.util.zip.Deflater
 Test CTE_REGTEST/Generic/4894903 is unpredictable
 Java 1.4.2 on RedHat Enterprise Linux 4.0 Beta-1 (32 bit) seg faults.
 different behavior among 1.3.1, 1.4.2 and tiger-b63 in Java plug-in for PrintJob
 JRE 1.3.1+ series Plugin Changes Windows registry settings of JRE 1.4.2+,that is already installed
 JNDI sending premature ABANDON after connection has closed
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.35 -r1.36 pkgsrc/lang/sun-jdk13/Makefile
 cvs rdiff -r1.16 -r1.17 pkgsrc/lang/sun-jdk13/distinfo
 cvs rdiff -r1.41 -r1.42 pkgsrc/lang/sun-jre13/Makefile
 cvs rdiff -r1.14 -r1.15 pkgsrc/lang/sun-jre13/distinfo
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.