pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang Update sun-jdk14 and sun-jre14 to latest version ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/076bd52457c0
branches:  trunk
changeset: 477416:076bd52457c0
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Fri Jul 02 14:40:21 2004 +0000

description:
Update sun-jdk14 and sun-jre14 to latest version 1.4.2_05

Changes and bugs fixed since 1.4.2_04 according to
http://java.sun.com/j2se/1.4.2/ReleaseNotes.html:

- NullPointerException with no stack trace
- java.util.zip.ZipFile. getInputStream(name). available() returns incorrect value
- Codepage aliases for EURO codepages missing
- JCK1.4a-runtime api/java_awt/interactive /FrameStateTests.html #FrameStateTests fa
- new warning "finally cannot complete normally" should not be enabled by default
- Intermittent assertion failure running appserver 7 with mantis-beta on solsparc
- Assertion as (peek() == null()), "what's left behind is null" at parseHelper.cpp
- Introspector doesn't synchronize its caches
- (cs) Default charsets must be hardwired
- default CompilerThreadStackSize computation too small in 64bit sparc VM
- CMS/Train: soft refs not cleared as intended
- demo: FileChooserDemo: ShowPlainJFileChooser doesn't open empty dir correctly
- CMS: CL options MaxTenuringThreshold, MaxNewSize and SurvivorRatio are ignored
- (bf) Allocating direct buffers causes OutOfMemoryError
- JTable: Weird column resizing behavior in auto resize modes
- Hard coded version string in ConverterHelp*.java
- JAVA program hangs with XInitThreads call with JDK1.4, but works with JDK1.3.1
- CTW assertion at type.hpp, 349
- deep recursion into PhaseIdealLoop::spinup: atg core dumped with fastdebug build
- Cannot deploy Java Web Start 1.4.2 in enterprise deployment
- JDK 1.4.2 LDAP Library leaves worker threads orphaned
- Japanese characters not converting correctly from Codepage 930 to Codepage 943
- Win: Server VM crashes with test/java/util/Date/ DateGregorian CalendarTest.java
- JVM Server Crash on Solaris
- JVM crash with error "Fatal: null exception in compiled code"
- VM/C2 crashes when running a java program on amd64 (and sparc v9)
- Printing not working on mercury b12 with jdk 1.4.2_04 Build 01
- AMD64: Hotspot crashes with Suse 2.4.21 beta kernel
- JIT Compiler crashes c2/opto/server VM on 1.4.2 ( Windows + Solaris )
- Only in 1.4.2, URLEncoder outputs exception in Japanese locale
- Same jni code causes jvm to crash after upgrading from 141 to 142_03
- Incompatibility in https behaviour between 1.3.1 (with jsse 1.0.3) and 1.4
- [1.4.2_05] cjk font.properties files for quicksilver needs to be updated
- C2 compiler crash in const Type*TypeInstPtr::xmeet
- printing text using Courier New bold results in incorrect spacing
- 1.4.2_03-b02 Crashes during Concurrent collections
- Java 1.4.2_03 C2 Compiler Crash with SIGBUS on Solaris
- Frame. setExtendedState(int state) may work incorrect with misleading WM's
- l10n for 4938868/4912570: GTK L&F: Behaviour in JFileChooser unlike mercury
- 1.4.2 certificate dialog "Scary text"
- 1.4.2_03 client JIT compiler optimization causing JVM to core
- 142_04: wrong copyright year in about dialog on HtmlConverter
- Sun JDK 1.4.2 JWS does not recognize OS architecture "x86"; not compatible with
- compute_compiled _exc_handler() called with pending exception
- 1.4.2_04 fails to recognize the jar cache contents for versions <_04
- VM crashes on deoptimization
- Korean: Java Web Start-add entry, buttons are stuck to the bottom of the page
- JVM 1.4.2_04 Linux SLES8 Itanium crash
- [1.4.2_x] some AWT components show garbled characters using font.properties for
- Object integrity maybe changing using ParallelGC when a Full GC occurs
- REGRESSION: test java/nio/charset/coders/ IsSupported.java fails,1.4.2_05b01
- problem affecting xalan 2.4.1 as supplied with jdk 1.4.2
- REG: Text not rendered properly on vertical progressbar for some locale strings

diffstat:

 lang/sun-jdk14/Makefile        |  11 +++++------
 lang/sun-jdk14/distinfo        |   6 +++---
 lang/sun-jre14/Makefile        |   9 ++++-----
 lang/sun-jre14/Makefile.common |   7 +++----
 lang/sun-jre14/PLIST           |  13 +++++++++++--
 lang/sun-jre14/distinfo        |   6 +++---
 6 files changed, 29 insertions(+), 23 deletions(-)

diffs (124 lines):

diff -r 8676a29f9399 -r 076bd52457c0 lang/sun-jdk14/Makefile
--- a/lang/sun-jdk14/Makefile   Fri Jul 02 13:42:39 2004 +0000
+++ b/lang/sun-jdk14/Makefile   Fri Jul 02 14:40:21 2004 +0000
@@ -1,17 +1,16 @@
-# $NetBSD: Makefile,v 1.18 2004/05/22 21:32:34 jmmv Exp $
+# $NetBSD: Makefile,v 1.19 2004/07/02 14:40:21 jschauma Exp $
 
-DISTNAME=      j2sdk-1_4_2_04-linux-i586
-PKGNAME=       sun-jdk14-2.4
-PKGREVISION=   1
+DISTNAME=      j2sdk-1_4_2_05-linux-i586
+PKGNAME=       sun-jdk14-2.5
 MASTER_SITES=  # empty
 
 COMMENT=       Sun's Java(tm) 2 SDK, Standard Edition 1.4.2
 
 SHORT=         SDK
 
-DEPENDS=       sun-jre14>=2.4nb1:../../lang/sun-jre14
+DEPENDS=       sun-jre14>=2.5:../../lang/sun-jre14
 
-WRKSRC=                ${WRKDIR}/j2sdk1.4.2_04
+WRKSRC=                ${WRKDIR}/j2sdk1.4.2_05
 JAVA_WRAPPERS= appletviewer jar javac javadoc javah javap
 
 # Remove parts that are in common with the JRE
diff -r 8676a29f9399 -r 076bd52457c0 lang/sun-jdk14/distinfo
--- a/lang/sun-jdk14/distinfo   Fri Jul 02 13:42:39 2004 +0000
+++ b/lang/sun-jdk14/distinfo   Fri Jul 02 14:40:21 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2004/03/17 22:01:43 jschauma Exp $
+$NetBSD: distinfo,v 1.11 2004/07/02 14:40:21 jschauma Exp $
 
-SHA1 (j2sdk-1_4_2_04-linux-i586.bin) = 7b9900c750d9aff43b7b25314ec70baf711e2b1d
-Size (j2sdk-1_4_2_04-linux-i586.bin) = 35829260 bytes
+SHA1 (j2sdk-1_4_2_05-linux-i586.bin) = d7961739360721cc801382b71364acbb78babbd4
+Size (j2sdk-1_4_2_05-linux-i586.bin) = 36384457 bytes
diff -r 8676a29f9399 -r 076bd52457c0 lang/sun-jre14/Makefile
--- a/lang/sun-jre14/Makefile   Fri Jul 02 13:42:39 2004 +0000
+++ b/lang/sun-jre14/Makefile   Fri Jul 02 14:40:21 2004 +0000
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.17 2004/05/22 21:32:34 jmmv Exp $
+# $NetBSD: Makefile,v 1.18 2004/07/02 14:40:21 jschauma Exp $
 
-DISTNAME=      j2re-1_4_2_04-linux-i586
-PKGNAME=       sun-jre14-2.4
-PKGREVISION=   1
+DISTNAME=      j2re-1_4_2_05-linux-i586
+PKGNAME=       sun-jre14-2.5
 MASTER_SITES=  # empty
 
 COMMENT=       Sun's Java(tm) 2 Runtime Environment 1.4.2
 
 SHORT=         JRE
 
-WRKSRC=                ${WRKDIR}/j2re1.4.2_04
+WRKSRC=                ${WRKDIR}/j2re1.4.2_05
 USE_PKGINSTALL=        yes
 JAVA_WRAPPERS= java
 OWN_DIRS=      ${JAVA_HOME}
diff -r 8676a29f9399 -r 076bd52457c0 lang/sun-jre14/Makefile.common
--- a/lang/sun-jre14/Makefile.common    Fri Jul 02 13:42:39 2004 +0000
+++ b/lang/sun-jre14/Makefile.common    Fri Jul 02 14:40:21 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2004/06/15 12:00:09 abs Exp $
+# $NetBSD: Makefile.common,v 1.21 2004/07/02 14:40:21 jschauma Exp $
 
 CATEGORIES=    lang java
 EXTRACT_SUFX=  .bin
@@ -50,9 +50,8 @@
        ${ECHO} "       ${DOWNLOAD}";                                   \
        ${ECHO} "       or ${ARCHIVE}";                                 \
        ${ECHO} ; \
-       ${ECHO} " Choose '32-bit/64-bit for Windows/Linux/Solaris SPARC' from"; \
-       ${ECHO} " the '${SHORT}' column, accept the license, then choose 'Linux ";\
-       ${ECHO} " self-extracting file'.";                              \
+       ${ECHO} " Click 'Download J2SE ${SHORT}', read and accept the"; \
+       ${ECHO} " license, then choose 'Linux self-extracting file'.";  \
        ${ECHO} ;                                                       \
        ${ECHO} "======================================================================"
 
diff -r 8676a29f9399 -r 076bd52457c0 lang/sun-jre14/PLIST
--- a/lang/sun-jre14/PLIST      Fri Jul 02 13:42:39 2004 +0000
+++ b/lang/sun-jre14/PLIST      Fri Jul 02 14:40:21 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2004/05/22 21:32:34 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.13 2004/07/02 14:40:21 jschauma Exp $
 bin/sun14-java
 java/sun-1.4/.systemPrefs/.system.lock
 java/sun-1.4/.systemPrefs/.systemRootModFile
@@ -67,12 +67,21 @@
 java/sun-1.4/lib/ext/sunjce_provider.jar
 java/sun-1.4/lib/flavormap.properties.default
 java/sun-1.4/lib/font.properties.default
-java/sun-1.4/lib/font.properties.ja.Sun
+java/sun-1.4/lib/font.properties.ja_JP.Sun
+java/sun-1.4/lib/font.properties.ja_JP.Sun2003
+java/sun-1.4/lib/font.properties.ja_JP_UTF8.Sun2003
+java/sun-1.4/lib/font.properties.ko_KR.Sun
+java/sun-1.4/lib/font.properties.ko_KR_UTF8.Sun
+java/sun-1.4/lib/font.properties.ko_KR_UTF8.Sun2003
 java/sun-1.4/lib/font.properties.ja_JP_UTF8.Sun
 java/sun-1.4/lib/font.properties.zh_CN.Sun
 java/sun-1.4/lib/font.properties.zh_CN_UTF8.Sun
+java/sun-1.4/lib/font.properties.zh_HK.Sun
+java/sun-1.4/lib/font.properties.zh_HK_UTF8.Sun
+java/sun-1.4/lib/font.properties.zh_HK_UTF8.Sun2003
 java/sun-1.4/lib/font.properties.zh_TW.Sun
 java/sun-1.4/lib/font.properties.zh_TW_UTF8.Sun
+java/sun-1.4/lib/font.properties.zh_TW_UTF8.Sun2003
 java/sun-1.4/lib/font.properties.Redhat6.1.default
 java/sun-1.4/lib/font.properties.ja.default
 java/sun-1.4/lib/font.properties.ja.Redhat6.1.default
diff -r 8676a29f9399 -r 076bd52457c0 lang/sun-jre14/distinfo
--- a/lang/sun-jre14/distinfo   Fri Jul 02 13:42:39 2004 +0000
+++ b/lang/sun-jre14/distinfo   Fri Jul 02 14:40:21 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2004/03/17 22:01:43 jschauma Exp $
+$NetBSD: distinfo,v 1.11 2004/07/02 14:40:21 jschauma Exp $
 
-SHA1 (j2re-1_4_2_04-linux-i586.bin) = 7b789583a09c1ca4037b5d1427ee1b3ec7a55b80
-Size (j2re-1_4_2_04-linux-i586.bin) = 14173427 bytes
+SHA1 (j2re-1_4_2_05-linux-i586.bin) = 326a50523fbedb449596f2c502c2572d9b88114c
+Size (j2re-1_4_2_05-linux-i586.bin) = 14381383 bytes



Home | Main Index | Thread Index | Old Index