pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang Update Sun's JRE and JDK 1.3.1 to latest 1.3.1_09...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9313019ee6e4
branches:  trunk
changeset: 459945:9313019ee6e4
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Tue Aug 12 16:37:04 2003 +0000

description:
Update Sun's JRE and JDK 1.3.1 to latest 1.3.1_09 (or, as we call it,
sun-jre13-1.0.9 and sun-jdk13-1.0.9).  A complete list of changes is
available at http://java.sun.com/j2se/1.3/ReleaseNotes.html
Bugs fixed in this release:

readObject in java.net.URL fails to restore transient fields
java_g -version throws Segmentation Fault in Linux
Solaris/Intel: Synch test hangs trying to get to compiled code safepoint
LINUX: process reaping is broken
BigInteger(String, int) does not fail on multiple minus signs
JCK1.4, api/java_net/... tests hang in "-Xprof -verbose -verify" mode, linux
JVMPI_MONITOR_WAITED value returned is wrong
Java HotSpot(TM) Client VM warning: Attempt to allocate stack guard pages failed
JDK Downgrade Install: Java Plugin 1.4 Fatal Error
incorrect localization for javac diagnostic in J2SE 1.3.1
JDK 1.3.1_07/1.4.1_02 - New ORBs create new threads forever
1.3.1_03] Infinite loop seems to happen in phaseX.cpp with -server
JNI GetArrayElements fails with zero length arrays.
1.3.1 Escalation: JFileChooser: Access key Alt+o doesn't work for "ok" button
1.3.1 Escalation: JFileChooser:  Key not working
1.3.1: Fix CDRInputStream.java optimization code to avoid chunk overflow errors
Right borders missing in JMenuItem and JScrollbar in 1.3.1_0x
behaviour of method changes after dynamic compilation occurs
JVM crashes w/ SEGV when trying to execute Java code > 64 kB
JVM crash while reading FVD described class
JVM crashes trying to draw very small Arc2D pie fraction when antialiasing is on
Backward compatibility - jni apps need to dereference bogus returned reference
[1.3.1_04] JVM Crashes
Bottom border missing in JComboBox.
Applies to 1.3.1 only - ServerSocket's accept() throws unexpected SocketException

diffstat:

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

diffs (64 lines):

diff -r 2100133ad968 -r 9313019ee6e4 lang/sun-jdk13/Makefile
--- a/lang/sun-jdk13/Makefile   Tue Aug 12 16:27:19 2003 +0000
+++ b/lang/sun-jdk13/Makefile   Tue Aug 12 16:37:04 2003 +0000
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.22 2003/05/02 08:42:05 abs Exp $
+# $NetBSD: Makefile,v 1.23 2003/08/12 16:37:04 jschauma Exp $
 
-DISTNAME=      j2sdk-1_3_1_08-linux-i586
-PKGNAME=       sun-jdk13-1.0.8
-PKGREVISION=   1
-WRKSRC=                ${WRKDIR}/jdk1.3.1_08
+DISTNAME=      j2sdk-1_3_1_09-linux-i586
+PKGNAME=       sun-jdk13-1.0.9
+WRKSRC=                ${WRKDIR}/jdk1.3.1_09
 MASTER_SITES=  # empty
 
 COMMENT=       Sun's Java(tm) Development Kit 1.3.1
 
-DEPENDS=       sun-jre13>=1.0.8nb1:../../lang/sun-jre13
+DEPENDS=       sun-jre13>=1.0.9:../../lang/sun-jre13
 
 # Remove parts that are in common with the JRE.
 #
diff -r 2100133ad968 -r 9313019ee6e4 lang/sun-jdk13/distinfo
--- a/lang/sun-jdk13/distinfo   Tue Aug 12 16:27:19 2003 +0000
+++ b/lang/sun-jdk13/distinfo   Tue Aug 12 16:37:04 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2003/05/03 18:26:58 tron Exp $
+$NetBSD: distinfo,v 1.10 2003/08/12 16:37:04 jschauma Exp $
 
-SHA1 (j2sdk-1_3_1_08-linux-i586.bin) = 60b0f18a01855a82518c46206c8c96cadc040e01
-Size (j2sdk-1_3_1_08-linux-i586.bin) = 26578701 bytes
+SHA1 (j2sdk-1_3_1_09-linux-i586.bin) = 185546e53de19ed69a438f7a9b5cd1a58e3bbefa
+Size (j2sdk-1_3_1_09-linux-i586.bin) = 26590961 bytes
diff -r 2100133ad968 -r 9313019ee6e4 lang/sun-jre13/Makefile
--- a/lang/sun-jre13/Makefile   Tue Aug 12 16:27:19 2003 +0000
+++ b/lang/sun-jre13/Makefile   Tue Aug 12 16:37:04 2003 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2003/05/02 08:42:05 abs Exp $
+# $NetBSD: Makefile,v 1.29 2003/08/12 16:37:05 jschauma Exp $
 
-DISTNAME=      j2re-1_3_1_08-linux-i586
-PKGNAME=       sun-jre13-1.0.8
-PKGREVISION=   1
-WRKSRC=                ${WRKDIR}/jre1.3.1_08
+DISTNAME=      j2re-1_3_1_09-linux-i586
+PKGNAME=       sun-jre13-1.0.9
+WRKSRC=                ${WRKDIR}/jre1.3.1_09
 MASTER_SITES=  # empty
 
 COMMENT=       Sun's Java(tm) Runtime Environment 1.3.1
diff -r 2100133ad968 -r 9313019ee6e4 lang/sun-jre13/distinfo
--- a/lang/sun-jre13/distinfo   Tue Aug 12 16:27:19 2003 +0000
+++ b/lang/sun-jre13/distinfo   Tue Aug 12 16:37:04 2003 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2003/05/02 08:42:05 abs Exp $
+$NetBSD: distinfo,v 1.8 2003/08/12 16:37:05 jschauma Exp $
 
-SHA1 (j2re-1_3_1_08-linux-i586.bin) = ae3e9e4f9b394c4172a31b08811f0779070c891d
-Size (j2re-1_3_1_08-linux-i586.bin) = 15403064 bytes
+SHA1 (j2re-1_3_1_09-linux-i586.bin) = 1bde2d9a1c91c4fd7ee82a2cc0e47a21b823c248
+Size (j2re-1_3_1_09-linux-i586.bin) = 15415666 bytes
 SHA1 (patch-aa) = d77d939b5c38ca8c8f9b387632e40441015c47cf
 SHA1 (patch-ab) = 1a1664d2be48d7a4f8fc05876b7aa5f225c65b16



Home | Main Index | Thread Index | Old Index