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 | f828c10a9b376ac6f28235cf57f4ba955619a22d (patch) | |
tree | cd42c2adc356fa37e1126c732521179ab90aeea2 /lang/sun-jre13 | |
parent | 76cbd5589bdcd3a8a067b21129ea6d93f3cb50d9 (diff) | |
download | pkgsrc-f828c10a9b376ac6f28235cf57f4ba955619a22d.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/sun-jre13')
-rw-r--r-- | lang/sun-jre13/Makefile | 9 | ||||
-rw-r--r-- | lang/sun-jre13/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
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 |