diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-08-12 16:37:04 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-08-12 16:37:04 +0000 |
commit | 8f03bdf914bb0f4d1d7ac04f112064ffe2f98edb (patch) | |
tree | cd42c2adc356fa37e1126c732521179ab90aeea2 /lang | |
parent | df3a34844386c5d53d1eebb04d278c6098ac5cc2 (diff) | |
download | pkgsrc-8f03bdf914bb0f4d1d7ac04f112064ffe2f98edb.tar.gz |
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 (limited to 'lang')
-rw-r--r-- | lang/sun-jdk13/Makefile | 11 | ||||
-rw-r--r-- | lang/sun-jdk13/distinfo | 6 | ||||
-rw-r--r-- | lang/sun-jre13/Makefile | 9 | ||||
-rw-r--r-- | lang/sun-jre13/distinfo | 6 |
4 files changed, 15 insertions, 17 deletions
diff --git a/lang/sun-jdk13/Makefile b/lang/sun-jdk13/Makefile index e5822b5320c..be4d7d130d0 100644 --- a/lang/sun-jdk13/Makefile +++ b/lang/sun-jdk13/Makefile @@ -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 --git a/lang/sun-jdk13/distinfo b/lang/sun-jdk13/distinfo index 6b448f2005d..47e4643980e 100644 --- a/lang/sun-jdk13/distinfo +++ b/lang/sun-jdk13/distinfo @@ -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 --git a/lang/sun-jre13/Makefile b/lang/sun-jre13/Makefile index 590fb1e9e33..4a0631ce859 100644 --- a/lang/sun-jre13/Makefile +++ b/lang/sun-jre13/Makefile @@ -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 --git a/lang/sun-jre13/distinfo b/lang/sun-jre13/distinfo index 0f73a9a466a..92082a97c4b 100644 --- a/lang/sun-jre13/distinfo +++ b/lang/sun-jre13/distinfo @@ -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 |