diff options
author | abs <abs> | 2003-05-02 08:42:05 +0000 |
---|---|---|
committer | abs <abs> | 2003-05-02 08:42:05 +0000 |
commit | 08e13f16c65c0dd8bc40096f546897248ee8a540 (patch) | |
tree | 90abb1fad1e25c1ec416eafe46cc42f90c0fe637 /lang/sun-jdk13 | |
parent | 616fb6feb925c219c4d0718e39fa3b1751cb7cf1 (diff) | |
download | pkgsrc-08e13f16c65c0dd8bc40096f546897248ee8a540.tar.gz |
Update sun-jdk13 and sun-jre13 to sun-jdk13-1.0.8 and sun-jre13-1.0.8
Changes since 13-1.0.7:
- A de-serialized GregorianCalendar did not correctly handle the
Calendar.set(int field, int value) method.
- Java Plug-in Security Warning dialog did not show buttons.
- java.beans.Introspector returned results depending on the order
that classes were loaded by the Virtual Machine.
- A help viewer search would sometimes yield NullPointerExceptions,
and search hit highlighting was unstable.
- The "~" character was not properly displayed in an HTML file
using the SJIS character set.
- There was a system crash generating a Fatal: unhandled ci exception.
- Plugin regional locale parameters were incorrectly displayed.
- The VM crashed while running a large application.
- An application ignored the nohup(1) command, caught and processed
the SIGHUP signal, resulting in application exit with a return code
of 129.
- In some cases, the text field caret did not return when window
focus was moved and then restored.
- SIGSEGV during C2 compilation of a method.
- System crashed with hotspot errors.
- Plug-in crashed when the ethernet cable was unplugged.
- Signed applet failed only on JRE 1.3.1_06.
- System crashed when attempting to widen the range check of an IF
node during compilation.
- The background color of a Menu was different from that of the
MenuBar for classic style.
- Application crashed due to problems in JVM/plug-in/Mozilla.
- Serviceability is improved by exposing VM version and flags to
Serviceability Agent.
- Double primitive lost value when using -client.
- White background persisted when applet exited to a different web
page.
- An applet could access a local resource without permission on
IE60+JRE1.3.1_06.
Diffstat (limited to 'lang/sun-jdk13')
-rw-r--r-- | lang/sun-jdk13/Makefile | 10 | ||||
-rw-r--r-- | lang/sun-jdk13/distinfo | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/lang/sun-jdk13/Makefile b/lang/sun-jdk13/Makefile index 3fca34fa168..e5822b5320c 100644 --- a/lang/sun-jdk13/Makefile +++ b/lang/sun-jdk13/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.21 2003/02/11 04:23:15 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2003/05/02 08:42:05 abs Exp $ -DISTNAME= j2sdk-1_3_1_07-linux-i586 -PKGNAME= sun-jdk13-1.0.7 +DISTNAME= j2sdk-1_3_1_08-linux-i586 +PKGNAME= sun-jdk13-1.0.8 PKGREVISION= 1 -WRKSRC= ${WRKDIR}/jdk1.3.1_07 +WRKSRC= ${WRKDIR}/jdk1.3.1_08 MASTER_SITES= # empty COMMENT= Sun's Java(tm) Development Kit 1.3.1 -DEPENDS= sun-jre13>=1.0.7nb1:../../lang/sun-jre13 +DEPENDS= sun-jre13>=1.0.8nb1:../../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 7a9c241127d..aa911736d84 100644 --- a/lang/sun-jdk13/distinfo +++ b/lang/sun-jdk13/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2003/01/29 11:10:19 jlam Exp $ +$NetBSD: distinfo,v 1.8 2003/05/02 08:42:05 abs Exp $ -SHA1 (j2sdk-1_3_1_07-linux-i586.bin) = 51fc6536420d79218c11aebc72d71099d253a9a9 -Size (j2sdk-1_3_1_07-linux-i586.bin) = 26532079 bytes +SHA1 (j2sdk-1_3_1_08-linux-i586.bin) = f2250bbd214f9096be0af9e310d8abd6fd97c02c +Size (j2sdk-1_3_1_08-linux-i586.bin) = 19759104 bytes |