pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang Update sun-j*14 to Sun JDK/JRE version 1.4.2_07.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b251294877a8
branches: trunk
changeset: 488204:b251294877a8
user: jschauma <jschauma%pkgsrc.org@localhost>
date: Tue Jan 25 17:37:37 2005 +0000
description:
Update sun-j*14 to Sun JDK/JRE version 1.4.2_07.
Bugs fixed according to http://java.sun.com/j2se/1.4.2/ReleaseNotes.html:
1.4.2_04 Server JVM crashes on Linux
ClassLoaders do not get released by GC, causing OutOfMemory in Perm Space
PE with no stack Trace: Enable -XX:-OmitStackTraceInFastThrow for 1.4.2
1.4.2 fastdebug assert on linkResolver.cpp, 49
Unexpected Full GC occurs at 54% of old generation capacity
CMS: precleaning causes crash if perm gen collection enabled
SIGSEGV in ContiguousSpace::prepare_for_compaction(CompactPoint*)
async exception can be delivered on entry from native to vm
indirecting typecodes is wrong
(cs) Charset.isSupported is slow when invoked for different charsets
java.lang.IllegalStateException: recursive invocation using LANG=hu_HU.ISO8859-2
NPE @ sun.awt.font.AdvanceCache.get(AdvanceCache.java:135)
Exponential performance regression in AWT components (multiple monitors)
J2SE 142_06: Regression in java.beans.Introspector (property re-ordering)
Error msg on exception is not displayed correctly in Japanese on XP
ServerSocket(Proxy) and Socket(Proxy) do not work with sun one proxy server
InetAddress.getAllByName does not obey setting of java.net.preferIPv6Addresses
(fs) MappedByteBuffer.force() throws IOException / ENOSPC
(se) select not immune to EINTR (linux)
Need JKS KeyStore with case sensitive alias names
Accelerator keys don't work when JPopupMenu is outside its parent
1.4.2 REGRESSION: JComboBox has problem in JTable in Windows L&F
JFileChooser in Motif L&F does not comply with Section 508
JDI can't connect to the app server a second time
Vmark hang after 66 hours with 1.5.0-beta-b19 C2 on itanium2 with RH AS
stack size assertion failure in hotspot\src\os\win32\vm\os_win32.cpp:2410
NullPointerException when trying to pass byte[] between JVM and ActiveX
JVM Leaks large amount of memory when running applets
Java Plug-In no longer supports 'javascript:' URLs after MS Hotfix 867801
LiveConnect method eval() runs in incorrect context when using frames (IE only)
Occasional ConcurrentModificationException during applet download
Javascript in Applet hangs Netscape Browser
Kerberos library should only select keys of types that it supports
Problem with Kerberos Obfuscated classes
diffstat:
lang/sun-jdk14/Makefile | 8 ++++----
lang/sun-jdk14/distinfo | 6 +++---
lang/sun-jre14/Makefile | 8 ++++----
lang/sun-jre14/distinfo | 6 +++---
4 files changed, 14 insertions(+), 14 deletions(-)
diffs (71 lines):
diff -r 21c09e6504ea -r b251294877a8 lang/sun-jdk14/Makefile
--- a/lang/sun-jdk14/Makefile Tue Jan 25 17:34:46 2005 +0000
+++ b/lang/sun-jdk14/Makefile Tue Jan 25 17:37:37 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2004/10/14 14:32:32 jschauma Exp $
+# $NetBSD: Makefile,v 1.23 2005/01/25 17:37:37 jschauma Exp $
-DISTNAME= j2sdk-1_4_2_06-linux-i586
-PKGNAME= sun-jdk14-2.6
+DISTNAME= j2sdk-1_4_2_07-linux-i586
+PKGNAME= sun-jdk14-2.7
MASTER_SITES= # empty
COMMENT= Sun's Java(tm) 2 SDK, Standard Edition 1.4.2
@@ -10,7 +10,7 @@
DEPENDS= sun-jre14>=2.6:../../lang/sun-jre14
-WRKSRC= ${WRKDIR}/j2sdk1.4.2_06
+WRKSRC= ${WRKDIR}/j2sdk1.4.2_07
JAVA_WRAPPERS= appletviewer extcheck idlj jar jarsigner \
javac javadoc javah javap jdb rmic serialver
diff -r 21c09e6504ea -r b251294877a8 lang/sun-jdk14/distinfo
--- a/lang/sun-jdk14/distinfo Tue Jan 25 17:34:46 2005 +0000
+++ b/lang/sun-jdk14/distinfo Tue Jan 25 17:37:37 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2004/10/14 14:32:32 jschauma Exp $
+$NetBSD: distinfo,v 1.13 2005/01/25 17:37:37 jschauma Exp $
-SHA1 (j2sdk-1_4_2_06-linux-i586.bin) = fa02d491e26700c14817585c1f970669c9e885c6
-Size (j2sdk-1_4_2_06-linux-i586.bin) = 36417364 bytes
+SHA1 (j2sdk-1_4_2_07-linux-i586.bin) = ea61c8870ec6e4e71d6863eaa50d83f0498fbc50
+Size (j2sdk-1_4_2_07-linux-i586.bin) = 36406456 bytes
diff -r 21c09e6504ea -r b251294877a8 lang/sun-jre14/Makefile
--- a/lang/sun-jre14/Makefile Tue Jan 25 17:34:46 2005 +0000
+++ b/lang/sun-jre14/Makefile Tue Jan 25 17:37:37 2005 +0000
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.21 2004/10/14 14:32:32 jschauma Exp $
+# $NetBSD: Makefile,v 1.22 2005/01/25 17:37:37 jschauma Exp $
# Note: Regen distinfo with SUN_JRE14_USE_JCE=YES
-DISTNAME= j2re-1_4_2_06-linux-i586
-PKGNAME= sun-jre14-2.6
+DISTNAME= j2re-1_4_2_07-linux-i586
+PKGNAME= sun-jre14-2.7
MASTER_SITES= # empty
COMMENT= Sun's Java(tm) 2 Runtime Environment 1.4.2
SHORT= JRE
-WRKSRC= ${WRKDIR}/j2re1.4.2_06
+WRKSRC= ${WRKDIR}/j2re1.4.2_07
USE_PKGINSTALL= yes
JAVA_WRAPPERS= java keytool orbd policytool rmid rmiregistry \
servertool tnameserv
diff -r 21c09e6504ea -r b251294877a8 lang/sun-jre14/distinfo
--- a/lang/sun-jre14/distinfo Tue Jan 25 17:34:46 2005 +0000
+++ b/lang/sun-jre14/distinfo Tue Jan 25 17:37:37 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2004/10/14 14:32:32 jschauma Exp $
+$NetBSD: distinfo,v 1.14 2005/01/25 17:37:37 jschauma Exp $
-SHA1 (j2re-1_4_2_06-linux-i586.bin) = d86aca7f4c8e61ca9460f313ae853fad5d34c59c
-Size (j2re-1_4_2_06-linux-i586.bin) = 14396068 bytes
+SHA1 (j2re-1_4_2_07-linux-i586.bin) = 1b5eaccf23f049e71fe3fcdec400e385ed086e11
+Size (j2re-1_4_2_07-linux-i586.bin) = 14378891 bytes
SHA1 (jce_policy-1_4_2.zip) = ea17b649ebcaaf4246e9dd28dbc77926176c64ee
Size (jce_policy-1_4_2.zip) = 12195 bytes
Home |
Main Index |
Thread Index |
Old Index