diff --git a/java-1.8.0-openjdk-portable.specfile b/java-1.8.0-openjdk-portable.specfile index 831cbd4..0233cbe 100644 --- a/java-1.8.0-openjdk-portable.specfile +++ b/java-1.8.0-openjdk-portable.specfile @@ -273,7 +273,7 @@ # Define version of OpenJDK 8 used %global project openjdk %global repo shenandoah-jdk8u -%global openjdk_revision 8u452-b09 +%global openjdk_revision 8u462-b08 %global shenandoah_revision shenandoah%{openjdk_revision} # Define IcedTea version used for SystemTap tapsets and desktop file %global icedteaver 3.15.0 @@ -605,13 +605,14 @@ Patch15: jdk8141590-bundle_libffi-followup.patch ############################################# # -# Patches appearing in 8u382 +# Patches appearing in 8u472 # # This section includes patches which are present # in the listed OpenJDK 8u release and should be # able to be removed once that release is out # and used by this RPM. ############################################# +Patch901: jdk8339414-fix_8202369_backport.patch ############################################# # @@ -886,6 +887,11 @@ pushd %{top_level_dir_name} %patch -P15 -p1 popd +# Early fixes +pushd %{top_level_dir_name} +%patch -P901 -p1 +popd + pushd %{top_level_dir_name} # Add crypto policy and FIPS support %patch -P1001 -p1 @@ -1551,6 +1557,13 @@ done %endif %changelog +* Thu Jul 10 2025 Andrew Hughes - 1:1.8.0.462.b08-1 +- Update to 8u462-b08 (GA) +- Update release notes for 8u462-b08. +- Add early backport of JDK-8339414 +- ** This tarball is embargoed until 2025-07-15 @ 1pm PT. ** +- Resolves: OPENJDK-3965 + * Fri Apr 11 2025 Andrew Hughes - 1:1.8.0.452.b09-1 - Update to 8u452-b09 (GA) - Update release notes for 8u452-b09. diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec index 84d13c9..309ebde 100644 --- a/java-1.8.0-openjdk.spec +++ b/java-1.8.0-openjdk.spec @@ -2977,6 +2977,7 @@ cjc.mainProgram(args) - Update release notes for 8u462-b08. - Require tzdata 2025b due to upstream inclusion of JDK-8352716 - Add early backport of JDK-8339414 +- Sync the copy of the portable specfile with the latest update - ** This tarball is embargoed until 2025-07-15 @ 1pm PT. ** - Resolves: RHEL-101648 - Resolves: RHEL-102312