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*4 to 1.4.2_08, a bug fix release.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e694802b6386
branches:  trunk
changeset: 492686:e694802b6386
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Mon Apr 18 15:39:04 2005 +0000

description:
Update sun-j*4 to 1.4.2_08, a bug fix release.
Changes since 1.4.2_07 according to http://java.sun.com/j2se/1.4.2/ReleaseNotes.html:

- Hotspot client compiler overfills CodeBuffer: crashes when deoptimizing.
- ShouldNotReachHere() failure at hotspot/src/cpu/i486/vm/c1_FrameMap_i486.cpp, 92
- JVM outputs exceptions or crash with a program using Big interger in 1.4.2_08b2
- Flattened alias type for [KlassPtr + offset] must be consistent
- vtest failed intermittenly when running with tiger b23 -server -Xcomp
- BugFixes from Azul Systems
- SIGSEGV in Type*Type::meet(const Type*)const+0x0
- 1.4.2_06 crashes when setting -XX:CompileThreshold=200 -server on Windows
- -XX:+AggressiveHeap broken in build 1.4.2_22 for Windows/IA64
- CMS: large unused perm gen can degrade scavenge times on MP
- IA64 - JVM crashes on Itanium 2 and AS3.0 box in 1.5b55 when stackoverflow occurs
- JVM abort on unexpected signal
- Add java runtime flag SuppressFatalErrorMessage to skip all error handling logic on fatal error.
- Incorrect abstract interface semantics in JDK ValueHandler
- String.getBytes() does not work on some strings larger than 16MB
- UnixPrintServiceLookup should not require file permission
- Bundled com.sun.image.codec.jpeg JPEG API has errors for a new type of JPEG image
- Invisible applet steals focus from HTML form field (MSIE, Sun plug-in only)
- J2SE NIO: eucJP-open failed to be looked up.
- using defaultReadTimeout appear to retry request upon timeout
- App fails w/ classnotfound exception after restoring n/w connectivity
- ZipFile$ZipFileInputStream doesn't close handle to zipfile
- UDP DatagramSocket close causes delayed IOException
- (ch) Interrupt-signal handler improperly installed, causing random exits (lnx)
- Cannot change file filter on motif look & feel
- 1.4 REGRESSION: In Motif L&F JComboBox doesn't react when spacebar is pressed
- ALT + I does not work with Motif L & F
- test/java/text/Format/CurrencyFormat.java failed for tr_TR
- 142_xx: Missing exception/error messages while using unsynchronized Collection objects concurrently
- deadlock in locking of TimeZone class during a read
- New Turkish currency
- JarFile.getInputStream throws ClassCastException when jar file is signed
- current version functionality is incorrect in online docs
- normal DnD program causes "FATAL ERROR in native method"
- Java 1.4.2 on RedHat Enterprise Linux 4.0 Beta-1 (32 bit) seg faults.
- JVM Crashes in verifier in Tigerb64
- Problem with embedded Internet Explorer using Sun Java
- classes are loaded 512 bytes at a time, slowing down applet start time
- memory leak in many jni calls (NewString etc.)
- Java Webstart application startup is too slow
- Java Webstart incremental update fails with java.util.ZipException

diffstat:

 lang/sun-jdk14/Makefile |  12 ++++++------
 lang/sun-jdk14/distinfo |   7 ++++---
 lang/sun-jre14/Makefile |  10 +++++-----
 lang/sun-jre14/distinfo |   9 ++++-----
 4 files changed, 19 insertions(+), 19 deletions(-)

diffs (79 lines):

diff -r b482ec9ba0d0 -r e694802b6386 lang/sun-jdk14/Makefile
--- a/lang/sun-jdk14/Makefile   Mon Apr 18 15:33:23 2005 +0000
+++ b/lang/sun-jdk14/Makefile   Mon Apr 18 15:39:04 2005 +0000
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.24 2005/01/30 23:18:38 jmmv Exp $
+# $NetBSD: Makefile,v 1.25 2005/04/18 15:39:04 jschauma Exp $
 
-DISTNAME=      j2sdk-1_4_2_07-linux-i586
-PKGNAME=       sun-jdk14-2.7
-PKGREVISION=   1
+DISTNAME=      j2sdk-1_4_2_08-linux-i586
+PKGNAME=       sun-jdk14-2.8
+PKGREVISION=   # none
 MASTER_SITES=  # empty
 
 COMMENT=       Sun's Java(tm) 2 SDK, Standard Edition 1.4.2
 
 SHORT=         SDK
 
-DEPENDS=       sun-jre14>=2.6:../../lang/sun-jre14
+DEPENDS=       sun-jre14>=2.8:../../lang/sun-jre14
 
-WRKSRC=                ${WRKDIR}/j2sdk1.4.2_07
+WRKSRC=                ${WRKDIR}/j2sdk1.4.2_08
 JAVA_WRAPPERS= appletviewer extcheck idlj jar jarsigner \
                javac javadoc javah javap jdb rmic serialver
 
diff -r b482ec9ba0d0 -r e694802b6386 lang/sun-jdk14/distinfo
--- a/lang/sun-jdk14/distinfo   Mon Apr 18 15:33:23 2005 +0000
+++ b/lang/sun-jdk14/distinfo   Mon Apr 18 15:39:04 2005 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.13 2005/01/25 17:37:37 jschauma Exp $
+$NetBSD: distinfo,v 1.14 2005/04/18 15:39:04 jschauma Exp $
 
-SHA1 (j2sdk-1_4_2_07-linux-i586.bin) = ea61c8870ec6e4e71d6863eaa50d83f0498fbc50
-Size (j2sdk-1_4_2_07-linux-i586.bin) = 36406456 bytes
+SHA1 (j2sdk-1_4_2_08-linux-i586.bin) = 5ba50340a3df542e4002e8154d4eafe1361e610a
+RMD160 (j2sdk-1_4_2_08-linux-i586.bin) = a3737f35cd59f58ca07c26979e2e780727f3e11d
+Size (j2sdk-1_4_2_08-linux-i586.bin) = 36418360 bytes
diff -r b482ec9ba0d0 -r e694802b6386 lang/sun-jre14/Makefile
--- a/lang/sun-jre14/Makefile   Mon Apr 18 15:33:23 2005 +0000
+++ b/lang/sun-jre14/Makefile   Mon Apr 18 15:39:04 2005 +0000
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.23 2005/01/30 23:18:38 jmmv Exp $
+# $NetBSD: Makefile,v 1.24 2005/04/18 15:39:04 jschauma Exp $
 
 # Note: Regen distinfo with SUN_JRE14_USE_JCE=YES
 
-DISTNAME=      j2re-1_4_2_07-linux-i586
-PKGNAME=       sun-jre14-2.7
-PKGREVISION=   1
+DISTNAME=      j2re-1_4_2_08-linux-i586
+PKGNAME=       sun-jre14-2.8
+PKGREVISION=   # none
 MASTER_SITES=  # empty
 
 COMMENT=       Sun's Java(tm) 2 Runtime Environment 1.4.2
 
 SHORT=         JRE
 
-WRKSRC=                ${WRKDIR}/j2re1.4.2_07
+WRKSRC=                ${WRKDIR}/j2re1.4.2_08
 USE_PKGINSTALL=        yes
 JAVA_WRAPPERS= java keytool orbd policytool rmid rmiregistry \
                servertool tnameserv
diff -r b482ec9ba0d0 -r e694802b6386 lang/sun-jre14/distinfo
--- a/lang/sun-jre14/distinfo   Mon Apr 18 15:33:23 2005 +0000
+++ b/lang/sun-jre14/distinfo   Mon Apr 18 15:39:04 2005 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.14 2005/01/25 17:37:37 jschauma Exp $
+$NetBSD: distinfo,v 1.15 2005/04/18 15:39:04 jschauma Exp $
 
-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
+SHA1 (j2re-1_4_2_08-linux-i586.bin) = 3cfe84935ba4a2a9d193631ea15fc60da5240af5
+RMD160 (j2re-1_4_2_08-linux-i586.bin) = 4cb146c3e7ab23c615630e68916d3fe824b19847
+Size (j2re-1_4_2_08-linux-i586.bin) = 14389429 bytes



Home | Main Index | Thread Index | Old Index