diff --git a/.gitignore b/.gitignore index deb76bd..c5bbcae 100644 --- a/.gitignore +++ b/.gitignore @@ -284,3 +284,4 @@ /java-1.8.0-openjdk-portable-1.8.0.362.b08-4.portable.unstripped.jdk.el.x86_64.tar.xz /openjdk-shenandoah-jdk8u-shenandoah-jdk8u372-b07-4curve.tar.xz /openjdk-shenandoah-jdk8u-shenandoah-jdk8u382-b01-4curve.tar.xz +/openjdk-shenandoah-jdk8u-shenandoah-jdk8u382-b04-4curve.tar.xz diff --git a/NEWS b/NEWS index 643f359..f8b9f73 100644 --- a/NEWS +++ b/NEWS @@ -9,26 +9,99 @@ Live versions of these release notes can be found at: * https://bit.ly/openjdk8u382 * Other changes + - JDK-8072678: Wrong exception messages in java.awt.color.ICC_ColorSpace - JDK-8151460: Metaspace counters can have inconsistent values - JDK-8152432: Implement setting jtreg @requires properties vm.flavor, vm.bits, vm.compMode - JDK-8185736: missing default exception handler in calls to rethrow_Stub + - JDK-8186801: Add regression test to test mapping based charsets (generated at build time) - JDK-8215105: java/awt/Robot/HiDPIScreenCapture/ScreenCaptureTest.java: Wrong Pixel Color + - JDK-8241311: Move some charset mapping tests from closed to open - JDK-8263059: security/infra/java/security/cert/CertPathValidator/certification/ComodoCA.java fails due to revoked cert - - JDK-8263404: RsaPrivateKeySpec is always recognized as RSAPrivateCrtKeySpec in RSAKeyFactory.engineGetKeySpec + - JDK-8268558: [TESTBUG] Case 2 in TestP11KeyFactoryGetRSAKeySpec is skipped - JDK-8271199: Mutual TLS handshake fails signing client certificate with custom sensitive PKCS11 key - JDK-8276841: Add support for Visual Studio 2022 - JDK-8277881: Missing SessionID in TLS1.3 resumption in compatibility mode - JDK-8278851: Correct signer logic for jars signed with multiple digest algorithms - JDK-8282345: handle latest VS2022 in abstract_vm_version - JDK-8282600: SSLSocketImpl should not use user_canceled workaround when not necessary + - JDK-8285515: (dc) DatagramChannel.disconnect fails with "Invalid argument" on macOS 12.4 - JDK-8289301: P11Cipher should not throw out of bounds exception during padding - JDK-8293232: Fix race condition in pkcs11 SessionManager - JDK-8293815: P11PSSSignature.engineUpdate should not print debug messages during normal operation - JDK-8295530: Update Zlib Data Compression Library to Version 1.2.13 + - JDK-8298108: Add a regression test for JDK-8297684 + - JDK-8298271: java/security/SignedJar/spi-calendar-provider/TestSPISigned.java failing on Windows + - JDK-8301400: Allow additional characters for GB18030-2022 support - JDK-8302791: Add specific ClassLoader object to Proxy IllegalArgumentException message + - JDK-8303028: Update system property for Java SE specification maintenance version - JDK-8303462: Bump update version of OpenJDK: 8u382 - - JDK-8305113: (tz) Update Timezone Data to 2023c + - JDK-8304760: Add 2 Microsoft TLS roots - JDK-8305165: [8u] ServiceThread::nmethods_do is not called to keep nmethods from being zombied while in the queue + - JDK-8305681: Allow additional characters for GB18030-2022 (Level 2) support + - JDK-8305975: Add TWCA Global Root CA + - JDK-8307134: Add GTS root CAs + - JDK-8307310: Backport the tests for JDK-8058969 and JDK-8039271 to the OpenJDK8 + - JDK-8307531: [aarch64] JDK8 single-step debugging is extremely slow + +Notes on individual issues: +=========================== + +core-libs/java.lang: + +JDK-8305681: Allow additional characters for GB18030-2022 (Level 2) support +=========================================================================== +In order to support "Implementation Level 2" of the GB18030-2022 +standard, the JDK must be able to use characters from the CJK Unified +Ideographs Extension E block of Unicode 8.0. The addition of these +characters forms Maintenance Release 5 of the Java SE 8 specification, +which is implemented in this release of OpenJDK via the addition of a +new UnicodeBlock instance, +Character.CJK_UNIFIED_IDEOGRAPHS_EXTENSION_E. + +security-libs/java.security: + +JDK-8307134: Added 4 GTS Root CA Certificates +============================================= +The following root certificates have been added to the cacerts +truststore: + +Name: Google Trust Services LLC +Alias Name: gtsrootcar1 +Distinguished Name: CN=GTS Root R1, O=Google Trust Services LLC, C=US + +Name: Google Trust Services LLC +Alias Name: gtsrootcar2 +Distinguished Name: CN=GTS Root R2, O=Google Trust Services LLC, C=US + +Name: Google Trust Services LLC +Alias Name: gtsrootcar3 +Distinguished Name: CN=GTS Root R3, O=Google Trust Services LLC, C=US + +Name: Google Trust Services LLC +Alias Name: gtsrootcar4 +Distinguished Name: CN=GTS Root R4, O=Google Trust Services LLC, C=US + +JDK-8304760: Added Microsoft Corporation's 2 TLS Root CA Certificates +===================================================================== +The following root certificates has been added to the cacerts +truststore: + +Name: Microsoft Corporation +Alias Name: microsoftecc2017 +Distinguished Name: CN=Microsoft ECC Root Certificate Authority 2017, O=Microsoft Corporation, C=US + +Name: Microsoft Corporation +Alias Name: microsoftrsa2017 +Distinguished Name: CN=Microsoft RSA Root Certificate Authority 2017, O=Microsoft Corporation, C=US + +JDK-8305975: Added TWCA Root CA Certificate +=========================================== +The following root certificate has been added to the cacerts +truststore: + +Name: TWCA +Alias Name: twcaglobalrootca +Distinguished Name: CN=TWCA Global Root CA, OU=Root CA, O=TAIWAN-CA, C=TW New in release OpenJDK 8u372 (2023-04-18): =========================================== diff --git a/java-1.8.0-openjdk-portable.specfile b/java-1.8.0-openjdk-portable.specfile index d4ec700..0dd1862 100644 --- a/java-1.8.0-openjdk-portable.specfile +++ b/java-1.8.0-openjdk-portable.specfile @@ -298,7 +298,7 @@ # note, following three variables are sedded from update_sources if used correctly. Hardcode them rather there. %global shenandoah_project openjdk %global shenandoah_repo shenandoah-jdk8u -%global openjdk_revision jdk8u382-b01 +%global openjdk_revision jdk8u382-b04 %global shenandoah_revision shenandoah-%{openjdk_revision} # Define old aarch64/jdk8u tree variables for compatibility %global project %{shenandoah_project} @@ -1522,6 +1522,10 @@ done %{_jvmdir}/%{miscportablearchive}.sha256sum %changelog +* Fri Jul 07 2023 Andrew Hughes - 1:1.8.0.382.b04-0.1.ea +- Update to shenandoah-jdk8u382-b04 (EA) +- Update release notes for shenandoah-8u382-b04. + * Wed Jun 28 2023 Andrew Hughes - 1:1.8.0.382.b01-0.1.ea - Update to shenandoah-jdk8u382-b01 (EA) - Update release notes for shenandoah-8u382-b01. diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec index 77a895c..381e937 100644 --- a/java-1.8.0-openjdk.spec +++ b/java-1.8.0-openjdk.spec @@ -338,7 +338,7 @@ # note, following three variables are sedded from update_sources if used correctly. Hardcode them rather there. %global shenandoah_project openjdk %global shenandoah_repo shenandoah-jdk8u -%global openjdk_revision jdk8u382-b01 +%global openjdk_revision jdk8u382-b04 %global shenandoah_revision shenandoah-%{openjdk_revision} # Define old aarch64/jdk8u tree variables for compatibility %global project %{shenandoah_project} @@ -2851,6 +2851,12 @@ cjc.mainProgram(args) %endif %changelog +* Fri Jul 07 2023 Andrew Hughes - 1:1.8.0.382.b04-0.1.ea +- Update to shenandoah-jdk8u382-b04 (EA) +- Update release notes for shenandoah-8u382-b04. +- Sync the copy of the portable specfile with the latest update +- Resolves: rhbz#2217711 + * Wed Jul 05 2023 Andrew Hughes - 1:1.8.0.382.b01-0.1.ea - Introduce 'prelease' for the portable release versioning, to handle EA builds - Sync the copy of the portable specfile with the latest update diff --git a/sources b/sources index 3b9cfac..9214eee 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (tapsets-icedtea-3.15.0.tar.xz) = c752a197cb3d812d50c35e11e4722772be40096c81d2a57933e0d9b8a3c708b9c157b8108a4e33a06ca7bb81648170994408c75d6f69d5ff12785d0c31009671 -SHA512 (openjdk-shenandoah-jdk8u-shenandoah-jdk8u382-b01-4curve.tar.xz) = e6219684046922a4fcfc577fe3457d28a48e79f3bb57b575b0195273b559293a8a8990197d5a37ca63d6a9d9c50ebf41b7d7630b1b16841df6396eb58b72f404 +SHA512 (openjdk-shenandoah-jdk8u-shenandoah-jdk8u382-b04-4curve.tar.xz) = 225cc8290d33d72903bc0fc1d72c60f99a80315c28b6e4e0ab362ccf178c3cf32d9b56612167e5d4be5e0166a161eb00c9b0561550740f2940d19763aea28a76