diff options
author | jschauma <jschauma@pkgsrc.org> | 2005-10-10 14:59:20 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2005-10-10 14:59:20 +0000 |
commit | e04c320df6379e6eebcb210fbc76bc68d82d75db (patch) | |
tree | 73c3303079a5c3aeac98a30e2bac11882e9b319c /lang/sun-jre13 | |
parent | dff74caa08e730d107c52c5bd1a970ec9d7e3940 (diff) | |
download | pkgsrc-e04c320df6379e6eebcb210fbc76bc68d82d75db.tar.gz |
Commit patch provided by Hauke Fath in PR pkg/31538 to update
sun-j*13 to version 1_3_1_16 aka 1.0.16.
Changes and bugs fixed, according to
http://java.sun.com/j2se/1.3/ReleaseNotes.html#131_16
SIGSEGV in Type*Type::meet(const Type*)const+0x0
JVM crashes at assert(!n->is_Phi() && !n->is_CFG(),..) with java_g in 1.3.1_11
JVM stops merging state vectors for blocks where there's a monitor mismatch.
Incorrect abstract interface semantics in JDK ValueHandler
1.3.1-only: JVM crashes during WTextComponentPeer.getText() using Citrix
java.util.zip stream classes do not close default {De,In}flaters
Unnecessary object retention in java.util.zip.Deflater
Test CTE_REGTEST/Generic/4894903 is unpredictable
Java 1.4.2 on RedHat Enterprise Linux 4.0 Beta-1 (32 bit) seg faults.
different behavior among 1.3.1, 1.4.2 and tiger-b63 in Java plug-in for PrintJob
JRE 1.3.1+ series Plugin Changes Windows registry settings of JRE 1.4.2+,that is already installed
JNDI sending premature ABANDON after connection has closed
Diffstat (limited to 'lang/sun-jre13')
-rw-r--r-- | lang/sun-jre13/Makefile | 9 | ||||
-rw-r--r-- | lang/sun-jre13/distinfo | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/lang/sun-jre13/Makefile b/lang/sun-jre13/Makefile index 97c7cafd7d7..749710c8f42 100644 --- a/lang/sun-jre13/Makefile +++ b/lang/sun-jre13/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2005/08/20 19:16:23 jlam Exp $ +# $NetBSD: Makefile,v 1.42 2005/10/10 14:59:20 jschauma Exp $ -DISTNAME= j2re-1_3_1_15-linux-i586 -PKGNAME= sun-jre13-1.0.15 -PKGREVISION= 2 +DISTNAME= j2re-1_3_1_16-linux-i586 +PKGNAME= sun-jre13-1.0.16 MASTER_SITES= # empty COMMENT= Sun's Java(tm) Runtime Environment 1.3.1 @@ -10,7 +9,7 @@ COMMENT= Sun's Java(tm) Runtime Environment 1.3.1 SHORT= JRE JAVA_WRAPPERS= java keytool policytool rmid rmiregistry tnameserv -WRKSRC= ${WRKDIR}/jre1.3.1_15 +WRKSRC= ${WRKDIR}/jre1.3.1_16 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 c3aec8a765a..9a7e23e8247 100644 --- a/lang/sun-jre13/distinfo +++ b/lang/sun-jre13/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.14 2005/05/25 11:17:11 wiz Exp $ +$NetBSD: distinfo,v 1.15 2005/10/10 14:59:20 jschauma Exp $ -SHA1 (j2re-1_3_1_15-linux-i586.bin) = 8e13b9d83cb3bca521be615b7e8a5ced22a9ec7a -RMD160 (j2re-1_3_1_15-linux-i586.bin) = af16d32d4de85c4c8ee4ea6ec3b7e80a1e8c9716 -Size (j2re-1_3_1_15-linux-i586.bin) = 15471679 bytes +SHA1 (j2re-1_3_1_16-linux-i586.bin) = 9b2f452504f8cb65f079d1c031ca81f6e6cacf3a +RMD160 (j2re-1_3_1_16-linux-i586.bin) = 3f6e33fe83a933653ff5dde9343ad497a3f27bc5 +Size (j2re-1_3_1_16-linux-i586.bin) = 15474756 bytes SHA1 (patch-aa) = d77d939b5c38ca8c8f9b387632e40441015c47cf SHA1 (patch-ab) = 1a1664d2be48d7a4f8fc05876b7aa5f225c65b16 |