diff options
author | jschauma <jschauma@pkgsrc.org> | 2005-01-25 18:06:44 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2005-01-25 18:06:44 +0000 |
commit | ac9381558a15e6ba2cdf0db1edf1ac8c4b245f76 (patch) | |
tree | 8c00921680c7cbd1fa342e6b58f61da850809fae /lang/sun-jre13 | |
parent | 7538e56e519375e736756ed191c962dd022f7d47 (diff) | |
download | pkgsrc-ac9381558a15e6ba2cdf0db1edf1ac8c4b245f76.tar.gz |
Update sun-j*13 to version 1.0.15.
Changes according to http://java.sun.com/j2se/1.3/ReleaseNotes.html
Incorrect clsid is registered in windows registry for jre 1.3.1_14 release
NullPointerException with no stack trace
Focus disappears after deiconifying frame
Runtime exec hangs if ulimit nofiles is unlimite
CTW assertion at srcsharevmoptolock.cpp, 379
A bug of javax.swing.JTextField
GregorianCalendar uses wrong ERA value in non-lenient mode
Application crashes using :XX+UseTLE and -server on Windows
REGRESSION: 4789981 fails for 1.3.1_13-b01 on Solaris for Mozilla 1.0.1
java.lang.IllegalArgumentException: Signal already used by VM: SIGHUP
JCK: QuickSilver api test fails with -Xprof 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 39889661380..99005681ccf 100644 --- a/lang/sun-jre13/Makefile +++ b/lang/sun-jre13/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2004/11/23 16:56:33 jschauma Exp $ +# $NetBSD: Makefile,v 1.38 2005/01/25 18:06:44 jschauma Exp $ -DISTNAME= j2re-1_3_1_13-linux-i586 -PKGNAME= sun-jre13-1.0.13 +DISTNAME= j2re-1_3_1_15-linux-i586 +PKGNAME= sun-jre13-1.0.15 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 keytool policytool rmid rmiregistry tnameserv -WRKSRC= ${WRKDIR}/jre1.3.1_13 +WRKSRC= ${WRKDIR}/jre1.3.1_15 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 ba7becd3b34..80cfdfe6a4a 100644 --- a/lang/sun-jre13/distinfo +++ b/lang/sun-jre13/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2004/11/23 16:56:33 jschauma Exp $ +$NetBSD: distinfo,v 1.13 2005/01/25 18:06:44 jschauma Exp $ -SHA1 (j2re-1_3_1_13-linux-i586.bin) = c7e118e4ccbc87d12eaa485dd6ce206f0b373385 -Size (j2re-1_3_1_13-linux-i586.bin) = 15470536 bytes +SHA1 (j2re-1_3_1_15-linux-i586.bin) = 8e13b9d83cb3bca521be615b7e8a5ced22a9ec7a +Size (j2re-1_3_1_15-linux-i586.bin) = 15471679 bytes SHA1 (patch-aa) = d77d939b5c38ca8c8f9b387632e40441015c47cf SHA1 (patch-ab) = 1a1664d2be48d7a4f8fc05876b7aa5f225c65b16 |