diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-05-22 20:20:06 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-05-22 20:20:06 +0000 |
commit | ac25ddcb1723f615221411aef5dc068f939f89b1 (patch) | |
tree | 77c02bd5c36ad003cec626fcfd031df337722190 /lang/sun-jdk13 | |
parent | 421444a764148613b937a52aed1e91dde9c4cef9 (diff) | |
download | pkgsrc-ac25ddcb1723f615221411aef5dc068f939f89b1.tar.gz |
Update sun-{jre,jdk}13 to 1.3.1_11. Bugs fixed since 1.3.1_10:
- GetCurrentThreadCpuTime returns wrong information
- infinite loop in sun.net.www.http. KeepAliveStream [due to skip()]
- fatal error handler enhancements
- RFE: DNS-related functions in PAC file support do not support foward DNS
lookups
- Reading entries from certain zipped files causes JVM death (native exception)
- Missing encoding conversion in PlainSocketImpl.socketCreate
- in with J2se1.3 in multithread situation, socket reads data unexpectly
- REGRESSION 1.4: PropertyDescriptors do not find the most specific methods
- C2 crash in adjust_check
- Null Pointer in creating Window
- Signature timestamps in signed jar files break forward compatibility
- java.sql.TimeStamp results in wrong time for some timezones when dates are
in BC
- (thread) Thread.interrupt() is not executed after first try
- REGRESSION:Ctor IndexedPropertyDescriptor works incorrectly
- Netscape hang situation
Diffstat (limited to 'lang/sun-jdk13')
-rw-r--r-- | lang/sun-jdk13/Makefile | 10 | ||||
-rw-r--r-- | lang/sun-jdk13/distinfo | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/lang/sun-jdk13/Makefile b/lang/sun-jdk13/Makefile index 59a06407a34..d017a8a89c1 100644 --- a/lang/sun-jdk13/Makefile +++ b/lang/sun-jdk13/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.26 2004/01/20 12:19:17 agc Exp $ +# $NetBSD: Makefile,v 1.27 2004/05/22 20:20:06 jmmv Exp $ -DISTNAME= j2sdk-1_3_1_10-linux-i586 -PKGNAME= sun-jdk13-1.0.10 +DISTNAME= j2sdk-1_3_1_11-linux-i586 +PKGNAME= sun-jdk13-1.0.11 MASTER_SITES= # empty COMMENT= Sun's Java(tm) Development Kit 1.3.1 SHORT= JDK -DEPENDS= sun-jre13>=1.0.10:../../lang/sun-jre13 +DEPENDS= sun-jre13>=1.0.11:../../lang/sun-jre13 -WRKSRC= ${WRKDIR}/jdk1.3.1_10 +WRKSRC= ${WRKDIR}/jdk1.3.1_11 # Remove parts that are in common with the JRE. # diff --git a/lang/sun-jdk13/distinfo b/lang/sun-jdk13/distinfo index 8a7c549a8ec..f5b24becd3f 100644 --- a/lang/sun-jdk13/distinfo +++ b/lang/sun-jdk13/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.11 2004/01/02 17:07:21 jschauma Exp $ +$NetBSD: distinfo,v 1.12 2004/05/22 20:20:06 jmmv Exp $ -SHA1 (j2sdk-1_3_1_10-linux-i586.bin) = 5722f577c863139adf2b28f0c69880daff93771a -Size (j2sdk-1_3_1_10-linux-i586.bin) = 26624701 bytes +SHA1 (j2sdk-1_3_1_11-linux-i586.bin) = 784e6544373e250d1096b291dcc3dce70c3c074d +Size (j2sdk-1_3_1_11-linux-i586.bin) = 26630049 bytes |