diff options
author | jschauma <jschauma@pkgsrc.org> | 2005-04-18 15:39:04 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2005-04-18 15:39:04 +0000 |
commit | 37fc720f053ea36691c2343af28f711bc4ffc088 (patch) | |
tree | 0f41f626eccf8e730918ae02b654b9753c2cc55f /lang/sun-jre14 | |
parent | d243a72f478ceda09bec52b32084caa9a954210f (diff) | |
download | pkgsrc-37fc720f053ea36691c2343af28f711bc4ffc088.tar.gz |
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 (limited to 'lang/sun-jre14')
-rw-r--r-- | lang/sun-jre14/Makefile | 10 | ||||
-rw-r--r-- | lang/sun-jre14/distinfo | 9 |
2 files changed, 9 insertions, 10 deletions
diff --git a/lang/sun-jre14/Makefile b/lang/sun-jre14/Makefile index 237c1c37298..9c1b1aa8387 100644 --- a/lang/sun-jre14/Makefile +++ b/lang/sun-jre14/Makefile @@ -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 --git a/lang/sun-jre14/distinfo b/lang/sun-jre14/distinfo index f12934a8ba9..b4cb0043f54 100644 --- a/lang/sun-jre14/distinfo +++ b/lang/sun-jre14/distinfo @@ -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 |