diff options
author | abs <abs> | 2005-12-28 09:22:31 +0000 |
---|---|---|
committer | abs <abs> | 2005-12-28 09:22:31 +0000 |
commit | 62d2364d0850ca1a440f36646299605ac965d37a (patch) | |
tree | 5e6e081c91b6d1a3ed0eafe64a5f0d569e631a33 /lang | |
parent | 5281c5c27548524dfbd1f601e22aaca5dccb8c96 (diff) | |
download | pkgsrc-62d2364d0850ca1a440f36646299605ac965d37a.tar.gz |
Update lang/sun-jdk13 to sun-jre13-1.0.17.
Changes since sun-jdk13-1.0.16
- REGRESSION: hotspot c2 crash running rmi JCK tests
- server VM crashes with -Xcomp in 1.4.2_05
- Crashes at Function name=JVM_GetCPFieldSignatureUTF in jdk 1.3.1_13
- Exception message's size is more than doubled everytime an
exception is thrown
- RFE: Stall allocation requests while heap is full and GC locker
is held
- VolanoTest OOM with mustang b14
- JVMPI obj_frees come before method_exits
- improve the performance of GC_locker
- JRE/Browser crash during repaint - IE/XP on MP or HT systems.
- GregorianCalendar returns bad WEEK_OF_YEAR
- Escalation: broken for time zone issue with date on windows
- Memory leak due to unreferenced Objects created via 1.3.1 ActiveX
bridge
- Possible regression in ActiveX Bridge 1.3.1_13 and higher
- Beans extending JPanel class are not released when created via
1.3.1 ActiveX bridge
Diffstat (limited to 'lang')
-rw-r--r-- | lang/sun-jdk13/Makefile | 10 | ||||
-rw-r--r-- | lang/sun-jdk13/distinfo | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/lang/sun-jdk13/Makefile b/lang/sun-jdk13/Makefile index 81ce7ab9962..ce681b7770c 100644 --- a/lang/sun-jdk13/Makefile +++ b/lang/sun-jdk13/Makefile @@ -1,19 +1,19 @@ -# $NetBSD: Makefile,v 1.37 2005/12/05 20:50:27 rillig Exp $ +# $NetBSD: Makefile,v 1.38 2005/12/28 09:22:31 abs Exp $ -DISTNAME= j2sdk-1_3_1_16-linux-i586 -PKGNAME= sun-jdk13-1.0.16 +DISTNAME= j2sdk-1_3_1_17-linux-i586 +PKGNAME= sun-jdk13-1.0.17 MASTER_SITES= # empty COMMENT= Sun's Java(tm) Development Kit 1.3.1 SHORT= JDK -DEPENDS+= sun-jre13>=1.0.16:../../lang/sun-jre13 +DEPENDS+= sun-jre13>=1.0.17:../../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_16 +WRKSRC= ${WRKDIR}/jdk1.3.1_17 # Remove parts that are in common with the JRE. # diff --git a/lang/sun-jdk13/distinfo b/lang/sun-jdk13/distinfo index 939a53c1857..fd0ee5410e0 100644 --- a/lang/sun-jdk13/distinfo +++ b/lang/sun-jdk13/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2005/10/10 14:59:20 jschauma Exp $ +$NetBSD: distinfo,v 1.18 2005/12/28 09:22:31 abs Exp $ -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 +SHA1 (j2sdk-1_3_1_17-linux-i586.bin) = e8b6240ee618b20dd86a938998476d7007a0085d +RMD160 (j2sdk-1_3_1_17-linux-i586.bin) = 6bdcc5d60ef9c06125de965dae34b324d0f8ab90 +Size (j2sdk-1_3_1_17-linux-i586.bin) = 26660449 bytes |