Add CVEs to NEWS file

Related: RHEL-188874
This commit is contained in:
Andrew Hughes 2026-07-27 21:12:55 +01:00
parent a5be5af678
commit c66a899a2e
2 changed files with 16 additions and 1 deletions

11
NEWS
View File

@ -8,6 +8,17 @@ New in release OpenJDK 8u502 (2026-07-21):
Live versions of these release notes can be found at:
* https://bit.ly/openjdk8u502
* CVEs
- CVE-2026-46968
- CVE-2026-47010
- CVE-2026-47021
- CVE-2026-47027
- CVE-2026-60147
- CVE-2026-47059
- CVE-2026-47063
- CVE-2026-47057
- CVE-2026-47058
- CVE-2026-41254
* Changes
- JDK-6815126: intermittent SimulResumerTest.java failure
- JDK-8162545: Mac build failure

View File

@ -18,7 +18,7 @@
%global updatever %(VERSION=%{whole_update}; echo ${VERSION##*u})
# eg jdk8u60-b27 -> b27
%global buildver %(VERSION=%{version_tag}; echo ${VERSION##*-})
%global portablerelease 1
%global portablerelease 2
%global rpmrelease 1
# Define IcedTea version used for SystemTap tapsets and desktop files
@ -2715,6 +2715,10 @@ cjc.mainProgram(args)
%endif
%changelog
* Mon Jul 27 2026 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.502.b07-2.1
- Add CVEs to NEWS file
- Related: RHEL-188874
* Fri Jul 17 2026 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.502.b07-1.1
- Update to 8u502-b07 (GA).
- Update release notes for 8u502-b07.