pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang Update sun-j*13 to latest version 1.3.1_10. Bugs...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b4bdba48cf8
branches:  trunk
changeset: 465593:1b4bdba48cf8
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Fri Jan 02 17:07:21 2004 +0000

description:
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:

 lang/sun-jdk13/Makefile |  10 +++++-----
 lang/sun-jdk13/distinfo |   6 +++---
 lang/sun-jre13/Makefile |   8 ++++----
 lang/sun-jre13/distinfo |   6 +++---
 4 files changed, 15 insertions(+), 15 deletions(-)

diffs (64 lines):

diff -r e09f46e03fe1 -r 1b4bdba48cf8 lang/sun-jdk13/Makefile
--- a/lang/sun-jdk13/Makefile   Fri Jan 02 17:04:40 2004 +0000
+++ b/lang/sun-jdk13/Makefile   Fri Jan 02 17:07:21 2004 +0000
@@ -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 -r e09f46e03fe1 -r 1b4bdba48cf8 lang/sun-jdk13/distinfo
--- a/lang/sun-jdk13/distinfo   Fri Jan 02 17:04:40 2004 +0000
+++ b/lang/sun-jdk13/distinfo   Fri Jan 02 17:07:21 2004 +0000
@@ -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
diff -r e09f46e03fe1 -r 1b4bdba48cf8 lang/sun-jre13/Makefile
--- a/lang/sun-jre13/Makefile   Fri Jan 02 17:04:40 2004 +0000
+++ b/lang/sun-jre13/Makefile   Fri Jan 02 17:07:21 2004 +0000
@@ -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 -r e09f46e03fe1 -r 1b4bdba48cf8 lang/sun-jre13/distinfo
--- a/lang/sun-jre13/distinfo   Fri Jan 02 17:04:40 2004 +0000
+++ b/lang/sun-jre13/distinfo   Fri Jan 02 17:07:21 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index