pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang Update sun-{jdk,jre}6 to 6.0.29, aka, 6u29.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/044d20a3b334
branches:  trunk
changeset: 594138:044d20a3b334
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Oct 20 12:28:09 2011 +0000

description:
Update sun-{jdk,jre}6 to 6.0.29, aka, 6u29.

Changes:

[Olson Data 2011g]
Java SE 6u29 contains Olson time zone data version 2011g. For more information,
refer to Timezone Data Versions in the JRE Software .

[Skipped Version Number]
Release Java SE 6u29 follows release Java SE 6u27. There is no publicly
available Java SE 6u28 release. Oracle used release version 6u28 for an internal
build, which was not necessary once the fixes delivered on Java SE 6u29 were
released.

[Blacklist Entries]
This update release includes the following new entries to the Blacklist:
 * Cisco AnyConnect Mobility Client
 * Microsoft UAG Client

[RMI Registry Issue]
A bug in the rmiregistry command included in this release may cause unintended
exceptions to be thrown when an RMI server attempts to bind an exported object
which includes codebase annotations using the "file:" URL scheme. The RMI
servers most likely to be effected are those which are invoked only by RMI
clients executing on the same host as the server.

RMI annotates codebase information as part of the serialized state of a remote
object reference to assist RMI clients in loading the required classes and
interfaces associated with the object at runtime. Exported objects which are
looked up in the RMI registry and invoked by RMI clients running on hosts other
than the server are usually annotated with codebase URL schemes, such as
"http:" or "ftp:" and these should continue to work correctly.

As a workaround, RMI servers can set the java.rmi.server.codebase property to
use codebase URLs other than the "file:" scheme for the objects they export.

[Bug Fixes]
This release contains fixes for security vulnerabilities. For more information,
please see Oracle Java SE Critical Patch Update advisory.

diffstat:

 lang/sun-jdk6/Makefile |   8 ++++----
 lang/sun-jdk6/distinfo |  14 +++++++-------
 lang/sun-jre6/Makefile |  10 +++++-----
 lang/sun-jre6/distinfo |  14 +++++++-------
 4 files changed, 23 insertions(+), 23 deletions(-)

diffs (91 lines):

diff -r cc47c94f8290 -r 044d20a3b334 lang/sun-jdk6/Makefile
--- a/lang/sun-jdk6/Makefile    Thu Oct 20 11:32:11 2011 +0000
+++ b/lang/sun-jdk6/Makefile    Thu Oct 20 12:28:09 2011 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.26 2011/09/10 14:09:49 obache Exp $
+# $NetBSD: Makefile,v 1.27 2011/10/20 12:28:09 obache Exp $
 
-DISTNAME=      jdk-6u27-linux-${DIST_ARCH}
-PKGNAME=       sun-jdk6-6.0.27
+DISTNAME=      jdk-6u29-linux-${DIST_ARCH}
+PKGNAME=       sun-jdk6-6.0.29
 MASTER_SITES=  # empty
 
 LICENSE=       sun-jdk6-license
 
 DEPENDS+=      ${PKGNAME_NOREV:S/jdk/jre/}*:../../lang/sun-jre6
 
-WRKSRC=                ${WRKDIR}/jdk1.6.0_27
+WRKSRC=                ${WRKDIR}/jdk1.6.0_29
 JAVA_WRAPPERS= appletviewer apt extcheck idlj jar jarsigner \
                javac javadoc javah javap jdb rmic serialver
 
diff -r cc47c94f8290 -r 044d20a3b334 lang/sun-jdk6/distinfo
--- a/lang/sun-jdk6/distinfo    Thu Oct 20 11:32:11 2011 +0000
+++ b/lang/sun-jdk6/distinfo    Thu Oct 20 12:28:09 2011 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.15 2011/09/10 14:09:49 obache Exp $
+$NetBSD: distinfo,v 1.16 2011/10/20 12:28:09 obache Exp $
 
-SHA1 (jdk-6u27-linux-i586.bin) = 7a01bf274b265662acafacdd7b5740d1a3ab0539
-RMD160 (jdk-6u27-linux-i586.bin) = 56ba1d22b3daaaae7c64d5eee28b49e4508b97c4
-Size (jdk-6u27-linux-i586.bin) = 85147250 bytes
-SHA1 (jdk-6u27-linux-x64.bin) = 68bf4ece2f64dde2d3f07019df9ae3a3ec205999
-RMD160 (jdk-6u27-linux-x64.bin) = 6bb70446f6c52044606cb88c7b9746915d8f47a9
-Size (jdk-6u27-linux-x64.bin) = 85418489 bytes
+SHA1 (jdk-6u29-linux-i586.bin) = a73580ed8ac42040f1bbcab62617719a31c6f487
+RMD160 (jdk-6u29-linux-i586.bin) = fca7a51bf14486a81a684c91152493e8af621647
+Size (jdk-6u29-linux-i586.bin) = 85146345 bytes
+SHA1 (jdk-6u29-linux-x64.bin) = 45286e11864285c0d9d5cafd0355dbe04d272951
+RMD160 (jdk-6u29-linux-x64.bin) = 7bb1433728c9d263bfe9d968595aac7d73e6c2f3
+Size (jdk-6u29-linux-x64.bin) = 85411605 bytes
diff -r cc47c94f8290 -r 044d20a3b334 lang/sun-jre6/Makefile
--- a/lang/sun-jre6/Makefile    Thu Oct 20 11:32:11 2011 +0000
+++ b/lang/sun-jre6/Makefile    Thu Oct 20 12:28:09 2011 +0000
@@ -1,19 +1,19 @@
-# $NetBSD: Makefile,v 1.32 2011/09/10 14:09:49 obache Exp $
+# $NetBSD: Makefile,v 1.33 2011/10/20 12:28:09 obache Exp $
 
 # Note: Regen distinfo with PKG_DEFAULT_OPTIONS+=sun-jre-jce
 # Note: Update DOWNLOAD_NAME when you update the JRE version
 
-DISTNAME=      jre-6u27-linux-${DIST_ARCH}
-PKGNAME=       sun-jre6-6.0.27
+DISTNAME=      jre-6u29-linux-${DIST_ARCH}
+PKGNAME=       sun-jre6-6.0.29
 MASTER_SITES=  # empty
 
 LICENSE=       sun-jre6-license
 
-DOWNLOAD_NAME= Java Runtime Environment (JRE) 6u27
+DOWNLOAD_NAME= Java Runtime Environment (JRE) 6u29
 
 USE_TOOLS+=    pax
 
-WRKSRC=                ${WRKDIR}/jre1.6.0_27
+WRKSRC=                ${WRKDIR}/jre1.6.0_29
 JAVA_WRAPPERS= java javaws keytool orbd policytool rmid rmiregistry \
                servertool tnameserv
 REQD_DIRS=     ${JAVA_HOME}
diff -r cc47c94f8290 -r 044d20a3b334 lang/sun-jre6/distinfo
--- a/lang/sun-jre6/distinfo    Thu Oct 20 11:32:11 2011 +0000
+++ b/lang/sun-jre6/distinfo    Thu Oct 20 12:28:09 2011 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.18 2011/09/10 14:09:49 obache Exp $
+$NetBSD: distinfo,v 1.19 2011/10/20 12:28:09 obache Exp $
 
 SHA1 (jce_policy-6.zip) = 7b1b021bd63152b93a16c96bb3a64f0e685fc425
 RMD160 (jce_policy-6.zip) = 6f45ce5f3c067e186554f79b3f1a61e4d7d22aae
 Size (jce_policy-6.zip) = 9101 bytes
-SHA1 (jre-6u27-linux-i586.bin) = 5a3d2e304d6cf62ee6a56cce322014cf3ceab2ad
-RMD160 (jre-6u27-linux-i586.bin) = 3965b5149755859e1d0a853e6dfa5d7eb408a82f
-Size (jre-6u27-linux-i586.bin) = 21630577 bytes
-SHA1 (jre-6u27-linux-x64.bin) = 4003dca418d4a66d16de98a28d27298eeef6d079
-RMD160 (jre-6u27-linux-x64.bin) = baa092c893896eb8013ca5dab08b39099c248d39
-Size (jre-6u27-linux-x64.bin) = 21231226 bytes
+SHA1 (jre-6u29-linux-i586.bin) = 6de26b992a9920117d2f156ff5bbddf2d5b28f77
+RMD160 (jre-6u29-linux-i586.bin) = ce7ba2ec99643b6d47f6b634d7e9fa5877513b4a
+Size (jre-6u29-linux-i586.bin) = 21632980 bytes
+SHA1 (jre-6u29-linux-x64.bin) = 820399aed6db6c1960ba0942bc64c49a3b809b89
+RMD160 (jre-6u29-linux-x64.bin) = 53bb593ae6ff9f09bc1f00a94ebd6a3506260f87
+Size (jre-6u29-linux-x64.bin) = 21230518 bytes



Home | Main Index | Thread Index | Old Index