pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang Commit patch provided by Hauke Fath in PR pkg/315...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b19acdd1033
branches:  trunk
changeset: 500559:3b19acdd1033
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Mon Oct 10 14:59:20 2005 +0000

description:
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:

 lang/sun-jdk13/Makefile |  11 +++++------
 lang/sun-jdk13/distinfo |   8 ++++----
 lang/sun-jre13/Makefile |   9 ++++-----
 lang/sun-jre13/distinfo |   8 ++++----
 4 files changed, 17 insertions(+), 19 deletions(-)

diffs (81 lines):

diff -r f03b775e92e4 -r 3b19acdd1033 lang/sun-jdk13/Makefile
--- a/lang/sun-jdk13/Makefile   Mon Oct 10 14:51:02 2005 +0000
+++ b/lang/sun-jdk13/Makefile   Mon Oct 10 14:59:20 2005 +0000
@@ -1,20 +1,19 @@
-# $NetBSD: Makefile,v 1.35 2005/08/20 19:16:23 jlam Exp $
+# $NetBSD: Makefile,v 1.36 2005/10/10 14:59:20 jschauma Exp $
 
-DISTNAME=      j2sdk-1_3_1_15-linux-i586
-PKGNAME=       sun-jdk13-1.0.15
-PKGREVISION=   2
+DISTNAME=      j2sdk-1_3_1_16-linux-i586
+PKGNAME=       sun-jdk13-1.0.16
 MASTER_SITES=  # empty
 
 COMMENT=       Sun's Java(tm) Development Kit 1.3.1
 
 SHORT=         JDK
 
-DEPENDS=       sun-jre13>=1.0.15:../../lang/sun-jre13
+DEPENDS=       sun-jre13>=1.0.16:../../lang/sun-jre13
 
 JAVA_CLASSPATH=        ${JAVA_HOME}/src.jar
 JAVA_WRAPPERS= appletviewer extcheck idlj jar jarsigner \
                javac javadoc javah javap jdb rmic serialver
-WRKSRC=                ${WRKDIR}/jdk1.3.1_15
+WRKSRC=                ${WRKDIR}/jdk1.3.1_16
 
 # Remove parts that are in common with the JRE.
 #
diff -r f03b775e92e4 -r 3b19acdd1033 lang/sun-jdk13/distinfo
--- a/lang/sun-jdk13/distinfo   Mon Oct 10 14:51:02 2005 +0000
+++ b/lang/sun-jdk13/distinfo   Mon Oct 10 14:59:20 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2005/05/25 11:17:51 wiz Exp $
+$NetBSD: distinfo,v 1.17 2005/10/10 14:59:20 jschauma Exp $
 
-SHA1 (j2sdk-1_3_1_15-linux-i586.bin) = 35fcec334745670d9c33c7b8dbc4916c353267c0
-RMD160 (j2sdk-1_3_1_15-linux-i586.bin) = 2026d93b3f225e2c2ae60b3ec2ed190ed9b845d3
-Size (j2sdk-1_3_1_15-linux-i586.bin) = 26654349 bytes
+SHA1 (j2sdk-1_3_1_16-linux-i586.bin) = cda5c32eda7f5cb2e0fb9a44f49ea505d76d9aa3
+RMD160 (j2sdk-1_3_1_16-linux-i586.bin) = 12a9a397b53e4ab839219ec5735a3cd16c9fb9f9
+Size (j2sdk-1_3_1_16-linux-i586.bin) = 26660278 bytes
diff -r f03b775e92e4 -r 3b19acdd1033 lang/sun-jre13/Makefile
--- a/lang/sun-jre13/Makefile   Mon Oct 10 14:51:02 2005 +0000
+++ b/lang/sun-jre13/Makefile   Mon Oct 10 14:59:20 2005 +0000
@@ -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 @@
 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 -r f03b775e92e4 -r 3b19acdd1033 lang/sun-jre13/distinfo
--- a/lang/sun-jre13/distinfo   Mon Oct 10 14:51:02 2005 +0000
+++ b/lang/sun-jre13/distinfo   Mon Oct 10 14:59:20 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index