changeset 2799:5f20cc5a384a icedtea-2.5.6pre02

Bump to icedtea-2.5.6pre02. Upstream changes: - PR2458: Policy JAR files should be timestamped with the date of the policy file they hold - PR2482, RH489586, RH1236619: OpenJDK can't handle spaces in zone names in /etc/sysconfig/clock - S8039921, PR2421: SHA1WithDSA with key > 1024 bits not working - S8065238, PR2478: javax.naming.NamingException after upgrade to JDK 8 - S8074761, PR2470: Empty optional parameters of LDAP query are not interpreted as empty - S8081315, PR2405: Avoid giflib interlacing workaround with giflib 5.0.0 on - S8081475, PR2494: SystemTap does not work when JDK is compiled with GCC 5 2015-07-17 Andrew John Hughes <gnu_andrew@member.fsf.org> * Makefile.am, (CORBA_CHANGESET): Update to icedtea-2.5.6pre02. (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.5.6pre02. * hotspot.map.in: Update to icedtea-2.5.6pre02.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Fri, 17 Jul 2015 21:58:53 +0100
parents 8251173ab7e3
children 281064e2548b
files ChangeLog Makefile.am NEWS configure.ac hotspot.map.in
diffstat 5 files changed, 40 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Jul 17 20:03:15 2015 +0100
+++ b/ChangeLog	Fri Jul 17 21:58:53 2015 +0100
@@ -1,3 +1,22 @@
+2015-07-17  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+	* Makefile.am,
+	(CORBA_CHANGESET): Update to icedtea-2.5.6pre02.
+	(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.5.6pre02.
+	* hotspot.map.in: Update to icedtea-2.5.6pre02.
+
 2015-07-13  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
 	PR2507, G541462: Only apply PaX markings by default
--- a/Makefile.am	Fri Jul 17 20:03:15 2015 +0100
+++ b/Makefile.am	Fri Jul 17 21:58:53 2015 +0100
@@ -4,19 +4,19 @@
 BUILD_VERSION = b14
 COMBINED_VERSION = $(JDK_UPDATE_VERSION)-$(BUILD_VERSION)
 
-CORBA_CHANGESET = d4586b6d7058
-JAXP_CHANGESET = 9f1c230ad1c0
-JAXWS_CHANGESET = 7a5610512bad
-JDK_CHANGESET = c9edd4f4aee1
-LANGTOOLS_CHANGESET = 2d42dbec0a46
-OPENJDK_CHANGESET = abd83c9a9b6a
+CORBA_CHANGESET = 85c15dd40753
+JAXP_CHANGESET = 1ec4219703e9
+JAXWS_CHANGESET = 9ccf5a20c8c3
+JDK_CHANGESET = cb913465f11d
+LANGTOOLS_CHANGESET = 786c463e408a
+OPENJDK_CHANGESET = 0aa744125281
 
-CORBA_SHA256SUM = 36ba60f4e079acf3e1b5730d2f6d677c80f54aa1bf17d4ed572cf12bf2b44266
-JAXP_SHA256SUM = 9f8aa3b6038574909c601df025cb0c539e3eea3edc3cc95baea671d8f6065070
-JAXWS_SHA256SUM = eff217999552bc888ff8c6591dae097b8b3d04691d0ffddba31b6285436feefd
-JDK_SHA256SUM = 588b9a76818b7d5f023a4c170bd9455fb401320046ced6ff6472e9d2b8a4664f
-LANGTOOLS_SHA256SUM = c33d1d8bc25659059efde036e4d2255e3a837dc4d7d89616843c648cadba7b3f
-OPENJDK_SHA256SUM = 0c07d3c11345d56d49c260e442345acf438d6452fae172e40a9794179abadbaf
+CORBA_SHA256SUM = f629f9c2dfb476ebc254ce719fff710949a53b9a0314ecfc66f2244c4daef463
+JAXP_SHA256SUM = 460596c598071e7f3dc5f73f0eab2d8cd334d3f76120be1786c07286bb8f9733
+JAXWS_SHA256SUM = 01c645b31bf64e1f5d2430f3eb24098935550f0f929049e5b3035e37bdb81212
+JDK_SHA256SUM = 75fa5cc197c19b5757d4271966c6138c032b7b27204d98a52557e5c96b2709b3
+LANGTOOLS_SHA256SUM = d006a5dbda6461e6816f238de99f5f4c5b08d966f7ecaac6cf550ad2d9fdec41
+OPENJDK_SHA256SUM = a146f8ddc8ac0d899b3ad00a3a9999f85ed69a2cb67c02daef0f0be2b80f0ee7
 
 DROP_URL = http://icedtea.classpath.org/download/drops
 
--- a/NEWS	Fri Jul 17 20:03:15 2015 +0100
+++ b/NEWS	Fri Jul 17 21:58:53 2015 +0100
@@ -19,18 +19,25 @@
   - S6991580, PR2308: IPv6 Nameservers in resolv.conf throws NumberFormatException
   - S8021120, PR2301: TieredCompilation can be enabled even if TIERED is undefined
   - S8029607, PR2418: Type of Service (TOS) cannot be set in IPv6 header
+  - S8039921, PR2421: SHA1WithDSA with key > 1024 bits not working
   - S8043129, PR2338: JAF initialisation in SAAJ clashing with the one in javax.mail
   - S8048212, PR2418: Two tests failed with "java.net.SocketException: Bad protocol option" on Windows after 8029607
   - S8048214, PR2357: Linker error when compiling G1SATBCardTableModRefBS after include order changes
+  - S8065238, PR2478: javax.naming.NamingException after upgrade to JDK 8
   - S8072385, PR2387: Only the first DNSName entry is checked for endpoint identification
+  - S8074761, PR2470: Empty optional parameters of LDAP query are not interpreted as empty
   - S8078654, PR2333: CloseTTFontFileFunc callback should be removed
   - S8078666, PR2326: JVM fastdebug build compiled with GCC 5 asserts with "widen increases"
+  - S8081315, PR2405: Avoid giflib interlacing workaround with giflib 5.0.0 on
+  - S8081475, PR2494: SystemTap does not work when JDK is compiled with GCC 5
 * Bug fixes
   - PR2328: GCJ uses ppc64el named libarch directory on ppc64le
   - PR2341: Update README & INSTALL files
   - PR2367: 7 no longer builds with 6 - Util is not public in sun.management
   - PR2390: Make elliptic curve removal optional
   - PR2395: Path to jvm.cfg is wrong in add-systemtap-boot
+  - PR2458: Policy JAR files should be timestamped with the date of the policy file they hold
+  - PR2482, RH489586, RH1236619: OpenJDK can't handle spaces in zone names in /etc/sysconfig/clock
   - PR2499: Update remove-intree-libraries.sh script
   - PR2507, G541462: Only apply PaX markings by default on running PaX kernels
 * CACAO
--- a/configure.ac	Fri Jul 17 20:03:15 2015 +0100
+++ b/configure.ac	Fri Jul 17 21:58:53 2015 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea], [2.5.6pre01], [distro-pkg-dev@openjdk.java.net])
+AC_INIT([icedtea], [2.5.6pre02], [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	Fri Jul 17 20:03:15 2015 +0100
+++ b/hotspot.map.in	Fri Jul 17 21:58:53 2015 +0100
@@ -1,3 +1,3 @@
 # version type(drop/hg) url changeset sha256sum
-default drop http://icedtea.classpath.org/download/drops/icedtea7/@ICEDTEA_RELEASE@ 9b1de9bff274 27bcbf916cc7650807d22fa6ab759f81c6469682d9b868909b0481eccbc79b64
+default drop http://icedtea.classpath.org/download/drops/icedtea7/@ICEDTEA_RELEASE@ a694d681dba7 0d2aa5f164b9e95e0abda29c21d540c421d363c2c54f48fec4d0272b98258639
 aarch64 drop http://icedtea.classpath.org/download/drops/icedtea7/@ICEDTEA_RELEASE@ 1939c010fd37 ac35bd6620553478700aaf8c825e373a7329d66473899f7184eb5a317f3db97f