diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-11-26 16:25:34 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-11-26 16:25:34 +0000 |
commit | 08f133291185e4a0c130a22d59919a17c344e0dc (patch) | |
tree | 6a631dfdac86c19717e9e3a3a1c0be9edeaacdba /lang/sun-jdk6 | |
parent | 45e0f2a557865a53f4249017faa6ef40f78d5f7f (diff) | |
download | pkgsrc-08f133291185e4a0c130a22d59919a17c344e0dc.tar.gz |
Update to 6.0.37
Changelog:
Java(TM) SE Development Kit 6, Update 37 (JDK 6u37)
The full version string for this update release is 1.6.0_37-b06 (where "b" means "build") and the version number is 6u37.
Olson Data 2012c
JDK 6u37 contains Olson time zone data version 2012c. For more information, refer to Timezone Data Versions in the JRE Software.
Security Baselines
The security baselines for the Java Runtime Environment (JRE) at the time of the release of JDK 6u37 are specified in the following table:
JRE Family Version JRE Security Baseline(Full Version String)
6 1.6.0_37
5.0 1.5.0_38
1.4.2 1.4.2_40
For more information about security baselines, see Deploying Java Applets With Family JRE Versions in Java Plug-in for Internet Explorer.
Blacklist Entries
This update release includes the following new entries to the Blacklist:
Cisco AnyConnect Secure Mobility Client
Note: For more information, see Blacklist Jar Feature documentation.
Bug Fixes
This release contains fixes for security vulnerabilities. For more information, see Oracle Java SE Critical Patch Update Advisory.
The following table lists some of the notable bug fixes included in this release:
Bug ID Category Sub_Category Description
7183263 java_deployment security Regression: crossdomain.xml with dtd does not work
7195301 java classese_security XML Signature DOM implementation should not use instanceof to determine type of Node
Diffstat (limited to 'lang/sun-jdk6')
-rw-r--r-- | lang/sun-jdk6/Makefile | 8 | ||||
-rw-r--r-- | lang/sun-jdk6/distinfo | 14 |
2 files changed, 11 insertions, 11 deletions
diff --git a/lang/sun-jdk6/Makefile b/lang/sun-jdk6/Makefile index c966dad7ee8..fc2d3543d48 100644 --- a/lang/sun-jdk6/Makefile +++ b/lang/sun-jdk6/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.31 2012/08/31 11:34:01 obache Exp $ +# $NetBSD: Makefile,v 1.32 2012/11/26 16:25:34 ryoon Exp $ -DISTNAME= jdk-6u35-linux-${DIST_ARCH} -PKGNAME= sun-jdk6-6.0.35 +DISTNAME= jdk-6u37-linux-${DIST_ARCH} +PKGNAME= sun-jdk6-6.0.37 MASTER_SITES= # empty LICENSE= sun-jdk6-license DEPENDS+= ${PKGNAME_NOREV:S/jdk/jre/}*:../../lang/sun-jre6 -WRKSRC= ${WRKDIR}/jdk1.6.0_35 +WRKSRC= ${WRKDIR}/jdk1.6.0_37 JAVA_WRAPPERS= appletviewer apt extcheck idlj jar jarsigner \ javac javadoc javah javap jdb rmic serialver diff --git a/lang/sun-jdk6/distinfo b/lang/sun-jdk6/distinfo index 2399d7ea8cd..b73f9425278 100644 --- a/lang/sun-jdk6/distinfo +++ b/lang/sun-jdk6/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.20 2012/08/31 11:34:01 obache Exp $ +$NetBSD: distinfo,v 1.21 2012/11/26 16:25:34 ryoon Exp $ -SHA1 (jdk-6u35-linux-i586.bin) = 95b412dd2b04eba26620d7300b65b4f28598e989 -RMD160 (jdk-6u35-linux-i586.bin) = e836f8403229e33ca927799ec795a03436cfe3ba -Size (jdk-6u35-linux-i586.bin) = 71758261 bytes -SHA1 (jdk-6u35-linux-x64.bin) = eb6d296520549f76757263843bb648feecc90afa -RMD160 (jdk-6u35-linux-x64.bin) = 38b0498bfcd34ac8bef5901cac0c2053615722e1 -Size (jdk-6u35-linux-x64.bin) = 72039455 bytes +SHA1 (jdk-6u37-linux-i586.bin) = 5e35efc6d2cb215596669edee4f8e3bce59f13f6 +RMD160 (jdk-6u37-linux-i586.bin) = d3e00f7abc4f4f00ce02eda4bcecb1e49b752e17 +Size (jdk-6u37-linux-i586.bin) = 71764073 bytes +SHA1 (jdk-6u37-linux-x64.bin) = 930645bcb3bacecb510a25cd733e1ae607ed2485 +RMD160 (jdk-6u37-linux-x64.bin) = 9ac1989c0ea85b57c3a5858b81cc207503ebc4d6 +Size (jdk-6u37-linux-x64.bin) = 72048548 bytes |