# HG changeset patch # User Andrew John Hughes # Date 1436180273 -3600 # Node ID 4e4ff14ad549e37fd3f53cb7874eee84a3736ac6 # Parent 1622389d9e59602b63325be88de11286ce56fa3e Bump to icedtea-2.5.6pre01. Upstream changes: - S4890063, PR2305, RH1214835: HPROF: default text truncated when using doe=n option - 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 - 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 - S8069590: AIX port of "8050807: Better performing performance data handling" - S8072385, PR2387: Only the first DNSName entry is checked for endpoint identification - S8078482, PR2307: ppc: pass thread to throw_AbstractMethodError - S8078654, PR2333: CloseTTFontFileFunc callback should be removed - S8078666, PR2326: JVM fastdebug build compiled with GCC 5 asserts with "widen increases" - S8080190: PPC64: Fix wrong rotate instructions in the .ad file 2015-07-03 Andrew John Hughes * Makefile.am: (CORBA_CHANGESET): Update to icedtea-2.5.6pre01. (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. * hotspot.map.in: Update to icedtea-2.5.6pre01. * patches/boot/ecj-diamond.patch: Add new case in sun.security.ssl.ClientHandshaker diff -r 1622389d9e59 -r 4e4ff14ad549 ChangeLog --- a/ChangeLog Thu Apr 16 02:32:38 2015 +0100 +++ b/ChangeLog Mon Jul 06 11:57:53 2015 +0100 @@ -1,3 +1,23 @@ +2015-07-03 Andrew John Hughes + + * Makefile.am: + (CORBA_CHANGESET): Update to icedtea-2.5.6pre01. + (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. + * hotspot.map.in: Update to icedtea-2.5.6pre01. + * patches/boot/ecj-diamond.patch: + Add new case in sun.security.ssl.ClientHandshaker + 2015-04-16 Andrew John Hughes * NEWS: Add Gentoo giflib 5.1 bug. diff -r 1622389d9e59 -r 4e4ff14ad549 Makefile.am --- a/Makefile.am Thu Apr 16 02:32:38 2015 +0100 +++ b/Makefile.am Mon Jul 06 11:57:53 2015 +0100 @@ -4,19 +4,19 @@ BUILD_VERSION = b14 COMBINED_VERSION = $(JDK_UPDATE_VERSION)-$(BUILD_VERSION) -CORBA_CHANGESET = 52db6f325d61 -JAXP_CHANGESET = 80b5a93b1406 -JAXWS_CHANGESET = 3706d41e1476 -JDK_CHANGESET = fb9961d8dfda -LANGTOOLS_CHANGESET = 3ffd17553e8c -OPENJDK_CHANGESET = f8c87dd516ff +CORBA_CHANGESET = d4586b6d7058 +JAXP_CHANGESET = 9f1c230ad1c0 +JAXWS_CHANGESET = 7a5610512bad +JDK_CHANGESET = c9edd4f4aee1 +LANGTOOLS_CHANGESET = 2d42dbec0a46 +OPENJDK_CHANGESET = abd83c9a9b6a -CORBA_SHA256SUM = f0576599b474f56e58068071242cedbbf2f181b58c9010b614c9096be764ac51 -JAXP_SHA256SUM = 293218d595763f7e02a91ea88860e5314e42330cbc21b73dc5de32e7e26fd256 -JAXWS_SHA256SUM = 76d6d0670ede806b01d39e07c644e423a50984f1cf0ec560afa23f0fedf575be -JDK_SHA256SUM = c1bc0d25457ccf40fcaeb5311052f6d2fbab8ef316b0381995835827711da483 -LANGTOOLS_SHA256SUM = 71b269ea930da36d751c6183816ef53a65c0587b7cf0195f87759b4c02c3b660 -OPENJDK_SHA256SUM = 5301baacfb6b4ee28a3469b8429a0017898615532f727bb50d94777682c5fd0d +CORBA_SHA256SUM = 36ba60f4e079acf3e1b5730d2f6d677c80f54aa1bf17d4ed572cf12bf2b44266 +JAXP_SHA256SUM = 9f8aa3b6038574909c601df025cb0c539e3eea3edc3cc95baea671d8f6065070 +JAXWS_SHA256SUM = eff217999552bc888ff8c6591dae097b8b3d04691d0ffddba31b6285436feefd +JDK_SHA256SUM = 588b9a76818b7d5f023a4c170bd9455fb401320046ced6ff6472e9d2b8a4664f +LANGTOOLS_SHA256SUM = c33d1d8bc25659059efde036e4d2255e3a837dc4d7d89616843c648cadba7b3f +OPENJDK_SHA256SUM = 0c07d3c11345d56d49c260e442345acf438d6452fae172e40a9794179abadbaf DROP_URL = http://icedtea.classpath.org/download/drops diff -r 1622389d9e59 -r 4e4ff14ad549 NEWS --- a/NEWS Thu Apr 16 02:32:38 2015 +0100 +++ b/NEWS Mon Jul 06 11:57:53 2015 +0100 @@ -14,6 +14,22 @@ New in release 2.5.6 (2015-07-XX): +* Backports + - S4890063, PR2305, RH1214835: HPROF: default text truncated when using doe=n option + - 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 + - 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 + - S8072385, PR2387: Only the first DNSName entry is checked for endpoint identification + - S8078654, PR2333: CloseTTFontFileFunc callback should be removed + - S8078666, PR2326: JVM fastdebug build compiled with GCC 5 asserts with "widen increases" +* PPC & AIX port + - S8069590: AIX port of "8050807: Better performing performance data handling" + - S8078482, PR2307: ppc: pass thread to throw_AbstractMethodError + - S8080190: PPC64: Fix wrong rotate instructions in the .ad file + New in release 2.5.5 (2015-04-14): * Security fixes diff -r 1622389d9e59 -r 4e4ff14ad549 hotspot.map.in --- a/hotspot.map.in Thu Apr 16 02:32:38 2015 +0100 +++ b/hotspot.map.in Mon Jul 06 11:57: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@ cac66550581b d724a9749f51a3c66351ad8a27bc4570640720eace33cd03f1a52e2e45731dfb +default drop http://icedtea.classpath.org/download/drops/icedtea7/@ICEDTEA_RELEASE@ 9b1de9bff274 27bcbf916cc7650807d22fa6ab759f81c6469682d9b868909b0481eccbc79b64 aarch64 drop http://icedtea.classpath.org/download/drops/icedtea7/@ICEDTEA_RELEASE@ 1939c010fd37 ac35bd6620553478700aaf8c825e373a7329d66473899f7184eb5a317f3db97f diff -r 1622389d9e59 -r 4e4ff14ad549 patches/boot/ecj-diamond.patch --- a/patches/boot/ecj-diamond.patch Thu Apr 16 02:32:38 2015 +0100 +++ b/patches/boot/ecj-diamond.patch Mon Jul 06 11:57:53 2015 +0100 @@ -5669,6 +5669,15 @@ for (CipherSuite suite : cipherSuites.collection()) { if (suite != CipherSuite.C_SCSV) { cipherList.add(suite); +@@ -1548,7 +1548,7 @@ + if ((subAltDnsName != null) && !subAltDnsName.isEmpty()) { + if (subAltDnsNames == null) { + subAltDnsNames = +- new HashSet<>(subjectAltNames.size()); ++ new HashSet(subjectAltNames.size()); + } + subAltDnsNames.add(subAltDnsName); + } diff -Nru openjdk-boot.orig/jdk/src/share/classes/sun/security/ssl/HandshakeMessage.java openjdk-boot/jdk/src/share/classes/sun/security/ssl/HandshakeMessage.java --- openjdk-boot.orig/jdk/src/share/classes/sun/security/ssl/HandshakeMessage.java 2015-04-06 15:23:57.000000000 +0100 +++ openjdk-boot/jdk/src/share/classes/sun/security/ssl/HandshakeMessage.java 2015-04-06 16:15:01.453764550 +0100