diff options
author | jschauma <jschauma@pkgsrc.org> | 2004-06-08 14:52:38 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2004-06-08 14:52:38 +0000 |
commit | 9b4d5454118c7f636dffec6fbec6f0e0d97061ad (patch) | |
tree | 08ffc1462df4024eaf820c13cbe777f696bf0566 /lang/sun-jre13 | |
parent | 46b378506ab7810ff867330e0f1c25aae5471317 (diff) | |
download | pkgsrc-9b4d5454118c7f636dffec6fbec6f0e0d97061ad.tar.gz |
Update Sun's JDK version 1.3 to latest release 1.3.1_12, making this
sun-jre13-1.0.12 and sun-jdk13-1.0.12 respectively. Patches provided by
Hauke Fath in PR pkg/25870 and PR pkg/25871. This update done during the
freeze as Sun removes the older distfiles when they release a new version.
Changes since latest version, according to
http://java.sun.com/j2se/1.3/ReleaseNotes.html:
- stack yellow zone not re-enabled after a StackOverflowError
- Gregorian calendar gives a java.lang.Illegal ArgumentException only on 12-31-00
- [server] stack yellow zone not re-enabled after a StackOverflowError
- compilation results in stack overflow while unrolling loop
- rmic uses AWT ?!
- -Xcheck:jni uses oop directly in _thread_in_native state
- Loop related Hotspot crash
- internal Error occurs during offet conversion of byte code in rewrite/relocate
- [1.3.1_09]JVM crashes when big number is specified in fillRect()
- Japanese characters not converting correctly from Codepage 930 to Codepage 943
- JVM crash with error "Fatal: null exception in compiled code"
- Client blocks on getInputStream even after server completes its response
- Error ID: e:\ws\1.3.1\hotspot\src\share \vm\ci\ciInstanceKlass.cpp, 121
- 5 JCK tests failing with -Xcheck:jni flag
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 9be99720408..f1d471d102e 100644 --- a/lang/sun-jre13/Makefile +++ b/lang/sun-jre13/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2004/05/22 21:22:59 jmmv Exp $ +# $NetBSD: Makefile,v 1.35 2004/06/08 14:52:38 jschauma Exp $ -DISTNAME= j2re-1_3_1_11-linux-i586 -PKGNAME= sun-jre13-1.0.11 +DISTNAME= j2re-1_3_1_12-linux-i586 +PKGNAME= sun-jre13-1.0.12 MASTER_SITES= # empty COMMENT= Sun's Java(tm) Runtime Environment 1.3.1 @@ -9,7 +9,7 @@ COMMENT= Sun's Java(tm) Runtime Environment 1.3.1 SHORT= JRE JAVA_WRAPPERS= java -WRKSRC= ${WRKDIR}/jre1.3.1_11 +WRKSRC= ${WRKDIR}/jre1.3.1_12 USE_PKGINSTALL= yes OWN_DIRS= ${JAVA_HOME} OWN_DIRS+= ${JAVA_HOME}/lib diff --git a/lang/sun-jre13/distinfo b/lang/sun-jre13/distinfo index 8eb226e7371..ac74068f45e 100644 --- a/lang/sun-jre13/distinfo +++ b/lang/sun-jre13/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2004/05/22 20:20:06 jmmv Exp $ +$NetBSD: distinfo,v 1.11 2004/06/08 14:52:38 jschauma Exp $ -SHA1 (j2re-1_3_1_11-linux-i586.bin) = 9f361988c363062cc958776f072954d3b31b5462 -Size (j2re-1_3_1_11-linux-i586.bin) = 15448820 bytes +SHA1 (j2re-1_3_1_12-linux-i586.bin) = 6143a9deeabbe360bdeaa01dc65cd8f6910a7d38 +Size (j2re-1_3_1_12-linux-i586.bin) = 15462648 bytes SHA1 (patch-aa) = d77d939b5c38ca8c8f9b387632e40441015c47cf SHA1 (patch-ab) = 1a1664d2be48d7a4f8fc05876b7aa5f225c65b16 |