changeset 2593:f731589b0b25 icedtea-3.0.0pre05

Bump to icedtea-3.0.0pre05. Upstream changes: - PR2415: JVM -Xmx requirement is too high on s390 - PR2428: OpenJDK build can't handle commas in LDFLAGS - S8000650, PR2462: unpack200.exe should check gzip crc - S8039921, PR2467: SHA1WithDSA with key > 1024 bits not working - S8074761, PR2471: Empty optional parameters of LDAP query are not interpreted as empty - S8074839, PR2462: Resolve disabled warnings for libunpack and the unpack200 binary - S8078439, PR2430, RH1231999: SPNEGO auth fails if client proposes MS krb5 OID - S8078490, PR2431, RH1213280: Missed submissions in ForkJoinPool - S8081475, PR2427: SystemTap does not work when JDK is compiled with GCC 5 - S8087156, PR2444: SetupNativeCompilation ignores CFLAGS_release for cpp files
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Wed, 16 Sep 2015 17:17:44 +0100
parents 8d2c9a898f50
children 7c2fc44b8b6b
files ChangeLog Makefile.am NEWS configure.ac hotspot.map.in
diffstat 5 files changed, 47 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Jul 16 17:16:09 2015 +0100
+++ b/ChangeLog	Wed Sep 16 17:17:44 2015 +0100
@@ -1,3 +1,24 @@
+2015-09-16  Andrew John Hughes  <gnu.andrew@member.fsf.org>
+
+	* Makefile.am,
+	(CORBA_CHANGESET): Update to icedtea-3.0.0pre05 tag.
+	(JAXP_CHANGESET): Likewise.
+	(JAXWS_CHANGESET): Likewise.
+	(JDK_CHANGESET): Likewise.
+	(LANGTOOLS_CHANGESET): Likewise.
+	(OPENJDK_CHANGESET): Likewise.
+	(NASHORN_CHANGESET): Likewise.
+	(CORBA_SHA256SUM): Likewise.
+	(JAXP_SHA256SUM): Likewise.
+	(JAXWS_SHA256SUM): Likewise.
+	(JDK_SHA256SUM): Likewise.
+	(LANGTOOLS_SHA256SUM): Likewise.
+	(OPENJDK_SHA256SUM): Likewise.
+	(NASHORN_SHA256SUM): Likewise.
+	* NEWS: Updated.
+	* configure.ac: Bump to 3.0.0pre05.
+	* hotspot.map: Update to icedtea-3.0.0pre05 tag.
+
 2014-12-05  Andrew John Hughes  <gnu.andrew@member.fsf.org>
 
 	PR2126: Synchronise elliptic curves in
--- a/Makefile.am	Thu Jul 16 17:16:09 2015 +0100
+++ b/Makefile.am	Wed Sep 16 17:17:44 2015 +0100
@@ -4,21 +4,21 @@
 BUILD_VERSION = b21
 COMBINED_VERSION = $(JDK_UPDATE_VERSION)-$(BUILD_VERSION)
 
-CORBA_CHANGESET = b493e7b682c9
-JAXP_CHANGESET = c62dd685e517
-JAXWS_CHANGESET = db7fdb068af9
-JDK_CHANGESET = 8450ad6fa3f5
-LANGTOOLS_CHANGESET = 66f265db6f47
-OPENJDK_CHANGESET = 0503e9c58a13
-NASHORN_CHANGESET = bb36d4894aa4
+CORBA_CHANGESET = a5ec6d805e38
+JAXP_CHANGESET = 792da500df0d
+JAXWS_CHANGESET = 561f103796e5
+JDK_CHANGESET = d64c0a9b8b5a
+LANGTOOLS_CHANGESET = 811deb5a72d3
+OPENJDK_CHANGESET = 44d6e4ff3770
+NASHORN_CHANGESET = f78a53946897
 
-CORBA_SHA256SUM = ededc4d28a6735c88ced8642caf4e08af285f9f5e6cec8ea96aedd525d539468
-JAXP_SHA256SUM = c624f315d5b381c830f3df4e673c6f11200bb8036359524b1f0943fe1f1e7e55
-JAXWS_SHA256SUM = 45abcc59f9910017f6fa0949a76051cad36ea11199acebef01fbc6801cdf5a77
-JDK_SHA256SUM = c69a236376c4d2f9008a2c0f375d572fd8d54f34a8c656761d4c5ac315765af0
-LANGTOOLS_SHA256SUM = 23e22a4e6fdfe3d9a4e09d4001316ec29fee2329f3aaf52fade9e67764b3e7c3
-OPENJDK_SHA256SUM = 50733aaaee4dd8df3206f63eb1a2a7ad001a58370c370da7846d3f32a44486f5
-NASHORN_SHA256SUM = 6932a9f964d76682595279f96364b90bf9f24f557c86b8a68352c93bf94ae386
+CORBA_SHA256SUM = 915224954be37aa49b3899648dfed076562ef5493b4b384bbd5290d58ef18c44
+JAXP_SHA256SUM = 6f05830ca54c3d834952732e159a7e63586e49d573cd1117f7e24a0b86a2303c
+JAXWS_SHA256SUM = 3d9fe0190707e067a145ee2510b2f6e3ed0bd26fb8ad629b533c7f5a37a5b0c3
+JDK_SHA256SUM = 907893bb472fa08ea38add9e28b87cebaf9a9c42aa26935ec970e9ff594f59fb
+LANGTOOLS_SHA256SUM = 3f7f6bc156c20b025f76f570f091a98db9d023d6c76378347cded4d1c31bd363
+OPENJDK_SHA256SUM = 3d8b521a38ddf34653062a4b01294d6744230923e5cdf0960e48744772aae3db
+NASHORN_SHA256SUM = bd6c90ca87cff5eab024f0716bc27cbfbf92eee76b4e2cb751072277d7b2a870
 
 HS_TYPE = "`$(AWK) 'version==$$1 {print $$2}' version=$(HSBUILD) $(abs_top_builddir)/hotspot.map`"
 HS_URL = "`$(AWK) 'version==$$1 {print $$3}' version=$(HSBUILD) $(abs_top_builddir)/hotspot.map`"
--- a/NEWS	Thu Jul 16 17:16:09 2015 +0100
+++ b/NEWS	Wed Sep 16 17:17:44 2015 +0100
@@ -16,10 +16,12 @@
   - S4890063, PR2304, RH1214835: HPROF: default text truncated when using doe=n option
   - S6584008, PR2192, RH1173326: jvmtiStringPrimitiveCallback should not be invoked when string value is null
   - S6991580, PR2403: IPv6 Nameservers in resolv.conf throws NumberFormatException
+  - S8000650, PR2462: unpack200.exe should check gzip crc
   - S8011278: Allow using a system-installed giflib
   - S8012224: AWT_TopLevels/TopLevelEvents/Automated/WindowIconifyDeiconifyEventsTest02 fails on Ubuntu 12.04 Unity shell
   - S8035341: Allow using a system installed libpng
   - S8038392: Generating prelink cache breaks JAVA 'jinfo' utility normal behavior
+  - S8039921, PR2467: SHA1WithDSA with key > 1024 bits not working
   - S8042159: Allow using a system-installed lcms2
   - S8042806: Splashscreen uses libjpeg-internal macros
   - S8043805: Allow using a system-installed libjpeg
@@ -30,11 +32,17 @@
   - S8071705. PR2399, RH1182694: Java application menu misbehaves when running multiple screen stacked vertically
   - S8072385, PR2404: Only the first DNSName entry is checked for endpoint identification
   - S8074312, PR2253: Enable hotspot builds on 4.x Linux kernels
+  - S8074761, PR2471: Empty optional parameters of LDAP query are not interpreted as empty
+  - S8074839, PR2462: Resolve disabled warnings for libunpack and the unpack200 binary
   - S8074859, PR1937: Turn on warnings as error
   - S8076212, PR2402: AllocateHeap() and ReallocateHeap() should be inlined.
+  - S8078439, PR2430, RH1231999: SPNEGO auth fails if client proposes MS krb5 OID
   - S8078482, PR2398, RH1201393: ppc: pass thread to throw_AbstractMethodError
+  - S8078490, PR2431, RH1213280: Missed submissions in ForkJoinPool
   - S8078654, PR2332: CloseTTFontFileFunc callback should be removed
   - S8078666, PR2325: JVM fastdebug build compiled with GCC 5 asserts with "widen increases"
+  - S8081475, PR2427: SystemTap does not work when JDK is compiled with GCC 5
+  - S8087156, PR2444: SetupNativeCompilation ignores CFLAGS_release for cpp files
 * Bug fixes
   - S8041658: Use of -fdevirtualize on macroAssembler_x86.o (via -O2) with gcc 4.9.0 creates broken VM
   - PR94: empty install target in Makefile.am
@@ -104,6 +112,8 @@
   - PR2411: Fix references to hotspot.map following PR2001
   - PR2413: OpenJDK doesn't auto-select Zero on architectures where no server JVM is available
   - PR2414: CFLAGS, CXXFLAGS and LDFLAGS should be passed to OpenJDK build
+  - PR2415: JVM -Xmx requirement is too high on s390
+  - PR2428: OpenJDK build can't handle commas in LDFLAGS
   - PR2429: OpenJDK build does not copy a symlinked cacerts file
   - PR2432: ppc64 JIT doesn't support class data sharing
   - PR2433: ppc64le does not support -Xshare:dump
--- a/configure.ac	Thu Jul 16 17:16:09 2015 +0100
+++ b/configure.ac	Wed Sep 16 17:17:44 2015 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea], [3.0.0pre04], [distro-pkg-dev@openjdk.java.net])
+AC_INIT([icedtea], [3.0.0pre05], [distro-pkg-dev@openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AM_MAINTAINER_MODE([enable])
 AC_CONFIG_FILES([Makefile])
--- a/hotspot.map.in	Thu Jul 16 17:16:09 2015 +0100
+++ b/hotspot.map.in	Wed Sep 16 17:17:44 2015 +0100
@@ -1,2 +1,2 @@
 # version url changeset md5sum
-default drop http://icedtea.classpath.org/download/drops/icedtea8/@ICEDTEA_RELEASE@ 7e5a87c79d69 5204a95ccacd5d6d7569063bb38788d1f89464e1305d97ebff334bcb922039a8
+default drop http://icedtea.classpath.org/download/drops/icedtea8/@ICEDTEA_RELEASE@ b07272ef9ccd c17e1cb4f638a7506c5f917105119f079f8c9a9aeeb9d7e68d2ebdaa352c6d89