From 6755ff08394d769a2d3fc99bc4636ff5024f248d Mon Sep 17 00:00:00 2001 From: Adam Krajcik Date: Mon, 19 Aug 2024 20:44:23 +0200 Subject: [PATCH] Resolves: RHEL-55194 --- tomcat.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tomcat.spec b/tomcat.spec index e1c3932..c5d52c3 100644 --- a/tomcat.spec +++ b/tomcat.spec @@ -56,7 +56,7 @@ Name: tomcat Epoch: 1 Version: %{major_version}.%{minor_version}.%{micro_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API License: ASL 2.0 @@ -544,11 +544,12 @@ fi %{appdir}/ROOT %changelog -* Mon Aug 12 2024 Adam Krajcik - 9.0.87-1 +* Mon Aug 12 2024 Adam Krajcik - 1:9.0.87-2 - Resolves: RHEL-50166 - Rebase tomcat to version 9.0.87 - Resolves: RHEL-12274 - Use src.zip file as a Source0 instead of tar.gz - Resolves: RHEL-51277 - Prune changelog to remove non-relevant history - Resolves: RHEL-52906 - tomcat: Switch to using Java 21 as the default JDK +- Resolves: RHEL-55194 - Fix changelog version - Resolves: RHEL-46156 tomcat: Improper Handling of Exceptional Conditions (CVE-2024-34750)