diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-08-12 16:37:04 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-08-12 16:37:04 +0000 |
commit | 8f03bdf914bb0f4d1d7ac04f112064ffe2f98edb (patch) | |
tree | cd42c2adc356fa37e1126c732521179ab90aeea2 /lang/sun-jdk13/Makefile | |
parent | df3a34844386c5d53d1eebb04d278c6098ac5cc2 (diff) | |
download | pkgsrc-8f03bdf914bb0f4d1d7ac04f112064ffe2f98edb.tar.gz |
Update Sun's JRE and JDK 1.3.1 to latest 1.3.1_09 (or, as we call it,
sun-jre13-1.0.9 and sun-jdk13-1.0.9). A complete list of changes is
available at http://java.sun.com/j2se/1.3/ReleaseNotes.html
Bugs fixed in this release:
readObject in java.net.URL fails to restore transient fields
java_g -version throws Segmentation Fault in Linux
Solaris/Intel: Synch test hangs trying to get to compiled code safepoint
LINUX: process reaping is broken
BigInteger(String, int) does not fail on multiple minus signs
JCK1.4, api/java_net/... tests hang in "-Xprof -verbose -verify" mode, linux
JVMPI_MONITOR_WAITED value returned is wrong
Java HotSpot(TM) Client VM warning: Attempt to allocate stack guard pages failed
JDK Downgrade Install: Java Plugin 1.4 Fatal Error
incorrect localization for javac diagnostic in J2SE 1.3.1
JDK 1.3.1_07/1.4.1_02 - New ORBs create new threads forever
1.3.1_03] Infinite loop seems to happen in phaseX.cpp with -server
JNI GetArrayElements fails with zero length arrays.
1.3.1 Escalation: JFileChooser: Access key Alt+o doesn't work for "ok" button
1.3.1 Escalation: JFileChooser: Key not working
1.3.1: Fix CDRInputStream.java optimization code to avoid chunk overflow errors
Right borders missing in JMenuItem and JScrollbar in 1.3.1_0x
behaviour of method changes after dynamic compilation occurs
JVM crashes w/ SEGV when trying to execute Java code > 64 kB
JVM crash while reading FVD described class
JVM crashes trying to draw very small Arc2D pie fraction when antialiasing is on
Backward compatibility - jni apps need to dereference bogus returned reference
[1.3.1_04] JVM Crashes
Bottom border missing in JComboBox.
Applies to 1.3.1 only - ServerSocket's accept() throws unexpected SocketException
Diffstat (limited to 'lang/sun-jdk13/Makefile')
-rw-r--r-- | lang/sun-jdk13/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lang/sun-jdk13/Makefile b/lang/sun-jdk13/Makefile index e5822b5320c..be4d7d130d0 100644 --- a/lang/sun-jdk13/Makefile +++ b/lang/sun-jdk13/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.22 2003/05/02 08:42:05 abs Exp $ +# $NetBSD: Makefile,v 1.23 2003/08/12 16:37:04 jschauma Exp $ -DISTNAME= j2sdk-1_3_1_08-linux-i586 -PKGNAME= sun-jdk13-1.0.8 -PKGREVISION= 1 -WRKSRC= ${WRKDIR}/jdk1.3.1_08 +DISTNAME= j2sdk-1_3_1_09-linux-i586 +PKGNAME= sun-jdk13-1.0.9 +WRKSRC= ${WRKDIR}/jdk1.3.1_09 MASTER_SITES= # empty COMMENT= Sun's Java(tm) Development Kit 1.3.1 -DEPENDS= sun-jre13>=1.0.8nb1:../../lang/sun-jre13 +DEPENDS= sun-jre13>=1.0.9:../../lang/sun-jre13 # Remove parts that are in common with the JRE. # |