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 | 04459b0fe8d676ca94519a4373da80497c332602 (patch) | |
tree | 77c02bd5c36ad003cec626fcfd031df337722190 /lang/sun-jdk13/Makefile | |
parent | 45fe3da9dfdd6af06fdebe5bfc71f7aa4bb9378f (diff) | |
download | pkgsrc-04459b0fe8d676ca94519a4373da80497c332602.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/Makefile')
-rw-r--r-- | lang/sun-jdk13/Makefile | 10 |
1 files changed, 5 insertions, 5 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. # |