/hg/icedtea7: Bump to icedtea-2.7.0pre03.

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Thu Oct 15 20:39:47 UTC 2015


changeset 151921e40c23 in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=151921e40c23
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Thu Oct 15 20:28:15 2015 +0100

	Bump to icedtea-2.7.0pre03.

	Upstream changes:
	  - Bump to icedtea-2.7.0pre03
	  - S8027058: sun/management/jmxremote/bootstrap/RmiBootstrapTest.sh Failed to initialize connector
	  - S8048194: GSSContext.acceptSecContext fails when a supported mech is not initiator preferred
	  - S8073773: Presume path preparedness
	  - S8073894: Getting to the root of certificate chains
	  - S8074098: 2D_Font/Bug8067699 test fails with SIGBUS crash on Solaris Sparc
	  - S8074297: substring in XSLT returns wrong character if string contains supplementary chars
	  - S8074330: Set font anchors more solidly
	  - S8074335: Substitute for substitution formats
	  - S8074865: General crypto resilience changes
	  - S8074871: Adjust device table handling
	  - S8075374: Responding to OCSP responses
	  - S8075378: JNDI DnsClient Exception Handling
	  - S8075575: com/sun/security/auth/login/ConfigFile/InconsistentError.java failed in certain env.
	  - S8075576: com/sun/security/auth/module/KeyStoreLoginModule/OptionTest.java failed in certain env.
	  - S8075667: (tz) Support tzdata2015b
	  - S8075738: Better multi-JVM sharing
	  - S8075833: Straighter Elliptic Curves
	  - S8075838: Method for typing MethodTypes
	  - S8075853: Proxy for MBean proxies
	  - S8076290: JCK test api/xsl/conf/string/string17 starts failing after JDK-8074297
	  - S8076328: Enforce key exchange constraints
	  - S8076397: Better MBean connections
	  - S8076409: Reinforce RMI framework
	  - S8077520: Morph tables into improved form
	  - S8077685: (tz) Support tzdata2015d
	  - S8078348: sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java fails with BindException
	  - S8078439: SPNEGO auth fails if client proposes MS krb5 OID
	  - S8078529: Increment the build value to b02 for hs24.85 in 7u85
	  - S8078562: Add modified dates
	  - S8080318: jdk7u85 l10n resource file translation update
	  - S8081386: Test sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh test has RC4 dependencies
	  - S8081622: Increment the build value to b03 for hs24.85 in 7u85
	  - S8081775: two lib/testlibrary tests are failing with "Error. failed to clean up files after test" with jtreg 4.1 b12
	  - S8133966: Allow OpenJDK to build on PaX-enabled kernels
	  - S8133967: Fix build where PAX_COMMAND is not specified
	  - S8133968: Revert 8014464 on OpenJDK 7
	  - S8133970: Only apply PaX-marking when needed by a running PaX kernel
	  - S8133990: Revert introduction of lambda expression in sun.lwawt.macosx.LWCToolkit
	  - S8133991: Fix mistake in 8075374 backport
	  - S8133993: [TEST_BUG] Make CipherInputStreamExceptions compile on OpenJDK 7
	  - S8134248: Fix recently backported tests to work with OpenJDK 7u
	  - S8134610: Mac OS X build fails after July 2015 CPU
	  - S8134618: test/javax/xml/jaxp/transform/8062923/XslSubstringTest.java has bad license header

	2015-10-15  Andrew John Hughes  <gnu.andrew at member.fsf.org>

		* Makefile.am:
		(BUILD_VERSION): Bump to b02.
		(CORBA_CHANGESET): Update to icedtea-2.7.0pre03.
		(JAXP_CHANGESET): Likewise.
		(JAXWS_CHANGESET): Likewise.
		(JDK_CHANGESET): Likewise.
		(LANGTOOLS_CHANGESET): Likewise.
		(OPENJDK_CHANGESET): Likewise.
		(CORBA_SHA256SUM): Likewise.
		(JAXP_SHA256SUM): Likewise.
		(JAXWS_SHA256SUM): Likewise.
		(JDK_SHA256SUM): Likewise.
		(LANGTOOLS_SHA256SUM): Likewise.
		(OPENJDK_SHA256SUM): Likewise.
		* NEWS: Updated.
		* configure.ac: Bump to 2.7.0pre03.
		* hotspot.map.in: Update to icedtea-2.7.0pre03.


diffstat:

 ChangeLog      |  20 ++++++++++++++++++++
 Makefile.am    |  28 ++++++++++++++--------------
 NEWS           |   6 ++++++
 configure.ac   |   2 +-
 hotspot.map.in |   2 +-
 5 files changed, 42 insertions(+), 16 deletions(-)

diffs (99 lines):

diff -r c87d567df6fd -r 151921e40c23 ChangeLog
--- a/ChangeLog	Sun Oct 04 02:08:47 2015 +0100
+++ b/ChangeLog	Thu Oct 15 20:28:15 2015 +0100
@@ -1,3 +1,23 @@
+2015-10-15  Andrew John Hughes  <gnu.andrew at member.fsf.org>
+
+	* Makefile.am:
+	(BUILD_VERSION): Bump to b02.
+	(CORBA_CHANGESET): Update to icedtea-2.7.0pre03.
+	(JAXP_CHANGESET): Likewise.
+	(JAXWS_CHANGESET): Likewise.
+	(JDK_CHANGESET): Likewise.
+	(LANGTOOLS_CHANGESET): Likewise.
+	(OPENJDK_CHANGESET): Likewise.
+	(CORBA_SHA256SUM): Likewise.
+	(JAXP_SHA256SUM): Likewise.
+	(JAXWS_SHA256SUM): Likewise.
+	(JDK_SHA256SUM): Likewise.
+	(LANGTOOLS_SHA256SUM): Likewise.
+	(OPENJDK_SHA256SUM): Likewise.
+	* NEWS: Updated.
+	* configure.ac: Bump to 2.7.0pre03.
+	* hotspot.map.in: Update to icedtea-2.7.0pre03.
+
 2015-10-03  Andrew John Hughes  <gnu.andrew at member.fsf.org>
 
 	* Makefile.am:
diff -r c87d567df6fd -r 151921e40c23 Makefile.am
--- a/Makefile.am	Sun Oct 04 02:08:47 2015 +0100
+++ b/Makefile.am	Thu Oct 15 20:28:15 2015 +0100
@@ -1,22 +1,22 @@
 # Dependencies
 
 JDK_UPDATE_VERSION = 85
-BUILD_VERSION = b01
+BUILD_VERSION = b02
 COMBINED_VERSION = $(JDK_UPDATE_VERSION)-$(BUILD_VERSION)
 
-CORBA_CHANGESET = 2ee3bf6c37d8
-JAXP_CHANGESET = b82f2b034df7
-JAXWS_CHANGESET = ddb79b7d0995
-JDK_CHANGESET = 6a8bf2d80489
-LANGTOOLS_CHANGESET = b9a7cf56b4de
-OPENJDK_CHANGESET = 7c427330aa46
-
-CORBA_SHA256SUM = 1de41b87f8876194355ab7d9898d24957f8aa3a9435b1865b25e4b0f9d5083af
-JAXP_SHA256SUM = cdc267617e81ae94b295ad48b2f828bae6b98fd648132e1530b5cf7a2924d285
-JAXWS_SHA256SUM = de98302a4bcb087169039506d33adb3a36fee11031babb2c026fe1f0ce576e45
-JDK_SHA256SUM = 44be3f8cde527950ecef74983d2ed033e447e8c93dd3ceaf55edcc56f7ade618
-LANGTOOLS_SHA256SUM = 9438fa2065b0ffd5a6e1f9d02344c94dad99fa3bd2550b1fbf9630c186495095
-OPENJDK_SHA256SUM = fad2ebee3448c9788758f88555e87be70455dbffbde196e5eaa566a2f023d5ac
+CORBA_CHANGESET = da5abda100e8
+JAXP_CHANGESET = 10d0204f4318
+JAXWS_CHANGESET = eb23ce90740d
+JDK_CHANGESET = dbb972937b50
+LANGTOOLS_CHANGESET = e5daf5b722d5
+OPENJDK_CHANGESET = 8a0021f6f237
+
+CORBA_SHA256SUM = d0c8582b7a283e3e991e967328c0a1e67e0823e32b3f98ae37f6592b8e3129f1
+JAXP_SHA256SUM = 83de7a2cd3b1b83b954b057217f3463490be0d171962e6627257401fe9b9b0b1
+JAXWS_SHA256SUM = 3413149a17409e827900424b8d92728aaff2384e5a872ded87f25111138da32d
+JDK_SHA256SUM = 9e847e0a00155860e6623fe742da3b60f98cd6daeb2187cee283759ba2206773
+LANGTOOLS_SHA256SUM = 7c60d17a2cb72acf3ad4c2d76eb6e7217a0651474fbfe0242f1a1456eb536e93
+OPENJDK_SHA256SUM = 9a073f2f11e93307d5af1505482ecec3af09e8408a2d0f8a80d83c6857afcb60
 
 DROP_URL = http://icedtea.classpath.org/download/drops
 
diff -r c87d567df6fd -r 151921e40c23 NEWS
--- a/NEWS	Sun Oct 04 02:08:47 2015 +0100
+++ b/NEWS	Thu Oct 15 20:28:15 2015 +0100
@@ -14,6 +14,12 @@
 
 New in release 2.7.0 (201X-XX-XX):
 
+* Import of OpenJDK 7 u85 build 2
+  - S8133968: Revert 8014464 on OpenJDK 7
+  - S8133993: [TEST_BUG] Make CipherInputStreamExceptions compile on OpenJDK 7
+  - S8134248: Fix recently backported tests to work with OpenJDK 7u
+  - S8134610: Mac OS X build fails after July 2015 CPU
+  - S8134618: test/javax/xml/jaxp/transform/8062923/XslSubstringTest.java has bad license header
 * Backports
   - S7105461, PR2571: Large JTables are not rendered correctly with Xrender pipeline
   - S7105883, PR2560: JDWP: agent crash if there exists a ThreadGroup with null name
diff -r c87d567df6fd -r 151921e40c23 configure.ac
--- a/configure.ac	Sun Oct 04 02:08:47 2015 +0100
+++ b/configure.ac	Thu Oct 15 20:28:15 2015 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea], [2.7.0pre02], [distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea], [2.7.0pre03], [distro-pkg-dev at openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AM_MAINTAINER_MODE([enable])
 AC_CONFIG_FILES([Makefile])
diff -r c87d567df6fd -r 151921e40c23 hotspot.map.in
--- a/hotspot.map.in	Sun Oct 04 02:08:47 2015 +0100
+++ b/hotspot.map.in	Thu Oct 15 20:28:15 2015 +0100
@@ -1,2 +1,2 @@
 # version type(drop/hg) url changeset sha256sum
-default drop http://icedtea.classpath.org/download/drops/icedtea7/@ICEDTEA_RELEASE@ 08b2ebf152c2 13fc6383d45016a61e0dc0675ef6f314d28ca8f2d873892d0a06970d9168f9c9
+default drop http://icedtea.classpath.org/download/drops/icedtea7/@ICEDTEA_RELEASE@ 193c9550e6f7 75f5edfe9fd848db3232c3c90ced86cbadda9e85288f184dd358592c18370724


More information about the distro-pkg-dev mailing list