summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2004-06-08 14:52:38 +0000
committerjschauma <jschauma@pkgsrc.org>2004-06-08 14:52:38 +0000
commit0f7bb0d5a1f695ab6caa4b8aefc650966fe69f82 (patch)
tree08ffc1462df4024eaf820c13cbe777f696bf0566 /lang
parentf6887a97b1cf54e4589596de7e95eb1ba7b75bdf (diff)
downloadpkgsrc-0f7bb0d5a1f695ab6caa4b8aefc650966fe69f82.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')
-rw-r--r--lang/sun-jdk13/Makefile10
-rw-r--r--lang/sun-jdk13/distinfo6
-rw-r--r--lang/sun-jre13/Makefile8
-rw-r--r--lang/sun-jre13/distinfo6
4 files changed, 15 insertions, 15 deletions
diff --git a/lang/sun-jdk13/Makefile b/lang/sun-jdk13/Makefile
index c61bb355e2c..d260d0d4330 100644
--- a/lang/sun-jdk13/Makefile
+++ b/lang/sun-jdk13/Makefile
@@ -1,18 +1,18 @@
-# $NetBSD: Makefile,v 1.28 2004/05/22 21:22:59 jmmv Exp $
+# $NetBSD: Makefile,v 1.29 2004/06/08 14:52:38 jschauma Exp $
-DISTNAME= j2sdk-1_3_1_11-linux-i586
-PKGNAME= sun-jdk13-1.0.11
+DISTNAME= j2sdk-1_3_1_12-linux-i586
+PKGNAME= sun-jdk13-1.0.12
MASTER_SITES= # empty
COMMENT= Sun's Java(tm) Development Kit 1.3.1
SHORT= JDK
-DEPENDS= sun-jre13>=1.0.11:../../lang/sun-jre13
+DEPENDS= sun-jre13>=1.0.12:../../lang/sun-jre13
JAVA_CLASSPATH= ${JAVA_HOME}/src.jar
JAVA_WRAPPERS= appletviewer jar javac javadoc javah javap
-WRKSRC= ${WRKDIR}/jdk1.3.1_11
+WRKSRC= ${WRKDIR}/jdk1.3.1_12
# Remove parts that are in common with the JRE.
#
diff --git a/lang/sun-jdk13/distinfo b/lang/sun-jdk13/distinfo
index f5b24becd3f..0526b449215 100644
--- a/lang/sun-jdk13/distinfo
+++ b/lang/sun-jdk13/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2004/05/22 20:20:06 jmmv Exp $
+$NetBSD: distinfo,v 1.13 2004/06/08 14:52:38 jschauma Exp $
-SHA1 (j2sdk-1_3_1_11-linux-i586.bin) = 784e6544373e250d1096b291dcc3dce70c3c074d
-Size (j2sdk-1_3_1_11-linux-i586.bin) = 26630049 bytes
+SHA1 (j2sdk-1_3_1_12-linux-i586.bin) = 4d22994582798be4b698abf72489f0fcbb867a4e
+Size (j2sdk-1_3_1_12-linux-i586.bin) = 26645804 bytes
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