pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang Update sun-{jre,jdk}14 to 2.12.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c3fc283fc9e3
branches:  trunk
changeset: 520260:c3fc283fc9e3
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Oct 18 05:07:07 2006 +0000

description:
Update sun-{jre,jdk}14 to 2.12.
Patch based on PR 34035, PR 34604 and add some missing entries to PLIST.

Changes in 1.4.2_12
The official version number for this update release is 1.4.2_12-b03. Bug fixes are listed in the following table.

BugId Category Subcategory Description
6322757  hotspot  compiler2  GC crash in ParRootScanWithoutBarrierClosure::do_oop
6332641  hotspot  compiler2  CORBA product_rmijrmp_dgc:Test01 fails with exception
4971887  hotspot  compiler2  Incorrect floating-point arithmetic or loop unrolling with -server -Xcomp option
6343401  hotspot  compiler2  Crash removing empty loop
4965987  hotspot  compiler2  CTW assertion at assembler_sparc.hpp, 787
6374905  hotspot  garbage_collector  SurvivorRatio is ignored when using -XX:+UseConcMarkSweepGC
6319671  hotspot  garbage_collector  CMS should use Heap_lock for protecting heap resizing, instead of CMS token
6319688  hotspot  garbage_collector  Incorrect locking in CMSPermGen::mem_allocate()
5093520  hotspot  jvmti  objects being kept alive in perm gen and old gen when debugger attached
6312208  hotspot  other  Windows JVM crashes under load in java.lang.Win32Process.create()
5030646  hotspot  runtime_system  CMS: atg crashed with fastdebug build on rhas_3.0 SP1
6352819  hotspot  runtime_system  -Xloggc in _JAVA_OPTIONS logs to garbage filename
6325849  hotspot  runtime_system  Java Thread Dump shows the same 'nid' for all threads
5067940  idl  orb  [CORBA!] POA WrongAdapter thrown on roundtrip between 1.5 and 1.4.2
6292322  java  char_encodings  unexpected exception occurs in InputStreamReader for UTF-16, little endian, and Byte-order-mark
6394302  java  char_encodings  Test sun/nio/cs/CheckHistoricalNames.java failed on 142u12b1 but passed on previous 142u11b6.
6255588  java  classes_2d  JDK windows printing implementation leaks GDI objects.
6195047  java  classes_2d  hinting engine is not correctly initialized with Bar39, Bar25i and related fonts
6312510  java  classes_2d  jdk 1.4.2_07 java apps color problem with patch 109147-34
4823180  java  classes_awt  JDK 1.4.1: Race conditions in Motif java.awt.Choice
6374321  java  classes_awt  Textfield loses focus after alt key hit in IE browser
6312028  java  classes_awt  1.4.2_08 crash in awt!AwtObject::SendEvent
6343810  java  classes_net  connect in java/net/PlainSocketImpl.c should handle EALREADY
5083450  java  classes_nio  (se) Temporary selectors not closed upon thread exit
6181598  java  classes_nio  String constructor with "KSC5601" encoding throws AccessControlException
4869859  java  classes_nio  Test java/nio/channels/FileChannel/ScatteringRead.java fails (solaris -d64)
6350061  java  classes_security  JGSS requires big-endian credential cache
6404731  java  classes_security  Add teliasonera root CA certs to the JDK
4836635  java  classes_swing  Resource leak in JFileChooser Windows L&F
4793761  java  classes_swing  Password in JPasswordField can be copied and pasted via middle mouse button
5075580  java  classes_swing  JFileChooser in FILES_AND_DIRECTORIES mode doesn't contain fix for 4239219
6378990  java  classes_util_i18n  (tz) Support tzdata2006a
6371531  java  classes_util_i18n  Currency change for Mozambique
5092263  java  classes_util_jarzip  GZIPInputStream spuriously reports "Corrupt GZIP trailer" for sizes > 2GB
6364346  java  classes_util_jarzip  GZIPOutputStream is slower on 1.4.2_11-b02 than on 1.4.2_09
5106044  java  debugger  SA-JDI: port SA to Solaris/AMD-64
6399782  java  install  Solaris packaging changes required for Nevada
4980600  java  install  Syntax used when invoking coreutils does not conform to POSIX 1003.1-2001
5057119  java  runtime  Java.exe (ver 1.4.2_04) access-violates on windows 64-bit IA64 with Oracle's JDB
6394781  java  serviceability  test vm/sa/OOME/6173515/Test6173515.sh failed on 142u12b1 but passed on 142u11b6
6323688  java  serviceability  SA: jmap heap dumper should dump java.lang.Object as super class for all array classes
6280629  java  serviceability  Need ability to dump the heap at OutOfMemoryError
6307570  java  serviceability  jmap performance and robustness improvement
6315235  java  serviceability  SA: jmap heap dumper does not use correct class ID for object arrays
6377036  java_deployment  update  consolidating rtpatch binary resources will save 2.2MB on all JRE download and 9MB on JDK downloads
6332100  java_plugin  iexplorer  Focus lost in Textfield after doing a back/forward from Internet Explorer using
6367496  java_plugin  iexplorer  Applets in IE causing screen to blank, used to work in _04/_05
6393921  java_plugin  iexplorer  JVM hang when multiple applets are loaded and simultaneous window refocus actions
6370565  java_plugin  iexplorer  IE browser hangs when multiple applets are reloaded several times
6358629  jsse  runtime  SSLSocket.close() and SSLSocket.read() deadlock

diffstat:

 lang/sun-jdk14/Makefile |   8 ++++----
 lang/sun-jdk14/distinfo |   8 ++++----
 lang/sun-jre14/Makefile |   9 ++++-----
 lang/sun-jre14/PLIST    |  12 +++++++++++-
 lang/sun-jre14/distinfo |   8 ++++----
 5 files changed, 27 insertions(+), 18 deletions(-)

diffs (140 lines):

diff -r 4a425eb6c7f3 -r c3fc283fc9e3 lang/sun-jdk14/Makefile
--- a/lang/sun-jdk14/Makefile   Wed Oct 18 03:06:14 2006 +0000
+++ b/lang/sun-jdk14/Makefile   Wed Oct 18 05:07:07 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2006/03/07 03:22:30 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2006/10/18 05:07:07 obache Exp $
 
-DISTNAME=      j2sdk-1_4_2_11-linux-i586
-PKGNAME=       sun-jdk14-2.11
+DISTNAME=      j2sdk-1_4_2_12-linux-i586
+PKGNAME=       sun-jdk14-2.12
 MASTER_SITES=  # empty
 
 COMMENT=       Sun's Java(tm) 2 SDK, Standard Edition 1.4.2
@@ -10,7 +10,7 @@
 
 DEPENDS+=      sun-jre14>=2.9:../../lang/sun-jre14
 
-WRKSRC=                ${WRKDIR}/j2sdk1.4.2_11
+WRKSRC=                ${WRKDIR}/j2sdk1.4.2_12
 JAVA_WRAPPERS+=        appletviewer extcheck idlj jar jarsigner \
                javac javadoc javah javap jdb rmic serialver
 
diff -r 4a425eb6c7f3 -r c3fc283fc9e3 lang/sun-jdk14/distinfo
--- a/lang/sun-jdk14/distinfo   Wed Oct 18 03:06:14 2006 +0000
+++ b/lang/sun-jdk14/distinfo   Wed Oct 18 05:07:07 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2006/03/07 03:22:31 wiz Exp $
+$NetBSD: distinfo,v 1.17 2006/10/18 05:07:07 obache Exp $
 
-SHA1 (j2sdk-1_4_2_11-linux-i586.bin) = 58ab733b0d9110263ba3b4ef0e0915d2562a4ac9
-RMD160 (j2sdk-1_4_2_11-linux-i586.bin) = e63124fdb66c798d1db87b3eeb37037ea4cfb7df
-Size (j2sdk-1_4_2_11-linux-i586.bin) = 36307574 bytes
+SHA1 (j2sdk-1_4_2_12-linux-i586.bin) = 74f88c386985ba01b7c574e441f3f479b4a3b549
+RMD160 (j2sdk-1_4_2_12-linux-i586.bin) = 6b1499cf3bd46158293506b8a0d701ec52b78ef3
+Size (j2sdk-1_4_2_12-linux-i586.bin) = 36337163 bytes
diff -r 4a425eb6c7f3 -r c3fc283fc9e3 lang/sun-jre14/Makefile
--- a/lang/sun-jre14/Makefile   Wed Oct 18 03:06:14 2006 +0000
+++ b/lang/sun-jre14/Makefile   Wed Oct 18 05:07:07 2006 +0000
@@ -1,17 +1,16 @@
-# $NetBSD: Makefile,v 1.36 2006/05/28 14:16:34 joerg Exp $
+# $NetBSD: Makefile,v 1.37 2006/10/18 05:07:07 obache Exp $
 
 # Note: Regen distinfo with PKG_DEFAULT_OPTIONS+=sun-jre-jce
 
-DISTNAME=      j2re-1_4_2_11-linux-i586
-PKGNAME=       sun-jre14-2.11
-PKGREVISION=   1
+DISTNAME=      j2re-1_4_2_12-linux-i586
+PKGNAME=       sun-jre14-2.12
 MASTER_SITES=  # empty
 
 COMMENT=       Sun's Java(tm) 2 Runtime Environment 1.4.2
 
 SHORT=         JRE
 
-WRKSRC=                ${WRKDIR}/j2re1.4.2_11
+WRKSRC=                ${WRKDIR}/j2re1.4.2_12
 JAVA_WRAPPERS= java keytool orbd policytool rmid rmiregistry \
                servertool tnameserv
 REQD_DIRS=     ${JAVA_HOME}
diff -r 4a425eb6c7f3 -r c3fc283fc9e3 lang/sun-jre14/PLIST
--- a/lang/sun-jre14/PLIST      Wed Oct 18 03:06:14 2006 +0000
+++ b/lang/sun-jre14/PLIST      Wed Oct 18 05:07:07 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2006/03/07 03:22:31 wiz Exp $
+@comment $NetBSD: PLIST,v 1.18 2006/10/18 05:07:07 obache Exp $
 bin/sun14-java
 bin/sun14-keytool
 bin/sun14-orbd
@@ -308,7 +308,9 @@
 java/sun-1.4/lib/zi/America/Indiana/Indianapolis
 java/sun-1.4/lib/zi/America/Indiana/Knox
 java/sun-1.4/lib/zi/America/Indiana/Marengo
+java/sun-1.4/lib/zi/America/Indiana/Petersburg
 java/sun-1.4/lib/zi/America/Indiana/Vevay
+java/sun-1.4/lib/zi/America/Indiana/Vincennes
 java/sun-1.4/lib/zi/America/Inuvik
 java/sun-1.4/lib/zi/America/Iqaluit
 java/sun-1.4/lib/zi/America/Jamaica
@@ -327,6 +329,7 @@
 java/sun-1.4/lib/zi/America/Merida
 java/sun-1.4/lib/zi/America/Mexico_City
 java/sun-1.4/lib/zi/America/Miquelon
+java/sun-1.4/lib/zi/America/Moncton
 java/sun-1.4/lib/zi/America/Monterrey
 java/sun-1.4/lib/zi/America/Montevideo
 java/sun-1.4/lib/zi/America/Montreal
@@ -480,7 +483,10 @@
 java/sun-1.4/lib/zi/Australia/Perth
 java/sun-1.4/lib/zi/Australia/Sydney
 java/sun-1.4/lib/zi/CET
+java/sun-1.4/lib/zi/CST6CDT
 java/sun-1.4/lib/zi/EET
+java/sun-1.4/lib/zi/EST
+java/sun-1.4/lib/zi/EST5EDT
 java/sun-1.4/lib/zi/Etc/GMT
 java/sun-1.4/lib/zi/Etc/GMT+1
 java/sun-1.4/lib/zi/Etc/GMT+10
@@ -553,6 +559,7 @@
 java/sun-1.4/lib/zi/Europe/Zaporozhye
 java/sun-1.4/lib/zi/Europe/Zurich
 java/sun-1.4/lib/zi/GMT
+java/sun-1.4/lib/zi/HST
 java/sun-1.4/lib/zi/Indian/Antananarivo
 java/sun-1.4/lib/zi/Indian/Chagos
 java/sun-1.4/lib/zi/Indian/Christmas
@@ -565,6 +572,8 @@
 java/sun-1.4/lib/zi/Indian/Mayotte
 java/sun-1.4/lib/zi/Indian/Reunion
 java/sun-1.4/lib/zi/MET
+java/sun-1.4/lib/zi/MST
+java/sun-1.4/lib/zi/MST7MDT
 java/sun-1.4/lib/zi/Pacific/Apia
 java/sun-1.4/lib/zi/Pacific/Auckland
 java/sun-1.4/lib/zi/Pacific/Chatham
@@ -603,6 +612,7 @@
 java/sun-1.4/lib/zi/Pacific/Truk
 java/sun-1.4/lib/zi/Pacific/Wake
 java/sun-1.4/lib/zi/Pacific/Wallis
+java/sun-1.4/lib/zi/PST8PDT
 java/sun-1.4/lib/zi/WET
 java/sun-1.4/lib/zi/ZoneInfoMappings
 java/sun-1.4/man/ja
diff -r 4a425eb6c7f3 -r c3fc283fc9e3 lang/sun-jre14/distinfo
--- a/lang/sun-jre14/distinfo   Wed Oct 18 03:06:14 2006 +0000
+++ b/lang/sun-jre14/distinfo   Wed Oct 18 05:07:07 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.20 2006/03/07 03:22:31 wiz Exp $
+$NetBSD: distinfo,v 1.21 2006/10/18 05:07:07 obache Exp $
 
-SHA1 (j2re-1_4_2_11-linux-i586.bin) = 5374084faae50042ad9af5f5fd31c6ea6e8ed5a1
-RMD160 (j2re-1_4_2_11-linux-i586.bin) = 123f9dbcabe4325e06e84a8b45fda0f3e49f3a87
-Size (j2re-1_4_2_11-linux-i586.bin) = 14309559 bytes
+SHA1 (j2re-1_4_2_12-linux-i586.bin) = 18631914aeff51fcd89d226dbe3396ea91d21408
+RMD160 (j2re-1_4_2_12-linux-i586.bin) = a63313d5a57f770ec6cd6c89c56b101f7a77f964
+Size (j2re-1_4_2_12-linux-i586.bin) = 14339018 bytes
 SHA1 (jce_policy-1_4_2.zip) = ea17b649ebcaaf4246e9dd28dbc77926176c64ee
 RMD160 (jce_policy-1_4_2.zip) = 323340fa8a96f315a35b0ebc918731e6fe56c370
 Size (jce_policy-1_4_2.zip) = 12195 bytes



Home | Main Index | Thread Index | Old Index