diff options
author | abs <abs@pkgsrc.org> | 2003-05-02 08:42:05 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2003-05-02 08:42:05 +0000 |
commit | 7fd76d35cd8b32f1329913b7fc340cf6f35c3464 (patch) | |
tree | 90abb1fad1e25c1ec416eafe46cc42f90c0fe637 /lang/sun-jre13 | |
parent | 8417adcc99326b8b5698d53ec478842da469638f (diff) | |
download | pkgsrc-7fd76d35cd8b32f1329913b7fc340cf6f35c3464.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-jre13')
-rw-r--r-- | lang/sun-jre13/Makefile | 8 | ||||
-rw-r--r-- | lang/sun-jre13/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lang/sun-jre13/Makefile b/lang/sun-jre13/Makefile index c6cc8dbb124..590fb1e9e33 100644 --- a/lang/sun-jre13/Makefile +++ b/lang/sun-jre13/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.27 2003/02/11 04:15:10 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2003/05/02 08:42:05 abs Exp $ -DISTNAME= j2re-1_3_1_07-linux-i586 -PKGNAME= sun-jre13-1.0.7 +DISTNAME= j2re-1_3_1_08-linux-i586 +PKGNAME= sun-jre13-1.0.8 PKGREVISION= 1 -WRKSRC= ${WRKDIR}/jre1.3.1_07 +WRKSRC= ${WRKDIR}/jre1.3.1_08 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 c36266363d7..0f73a9a466a 100644 --- a/lang/sun-jre13/distinfo +++ b/lang/sun-jre13/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2003/01/29 11:10:24 jlam Exp $ +$NetBSD: distinfo,v 1.7 2003/05/02 08:42:05 abs Exp $ -SHA1 (j2re-1_3_1_07-linux-i586.bin) = 824294203178db005e79a787d1e40cebb3e1519f -Size (j2re-1_3_1_07-linux-i586.bin) = 15358216 bytes +SHA1 (j2re-1_3_1_08-linux-i586.bin) = ae3e9e4f9b394c4172a31b08811f0779070c891d +Size (j2re-1_3_1_08-linux-i586.bin) = 15403064 bytes SHA1 (patch-aa) = d77d939b5c38ca8c8f9b387632e40441015c47cf SHA1 (patch-ab) = 1a1664d2be48d7a4f8fc05876b7aa5f225c65b16 |