Resolves: RHEL-46163 - tomcat: Improper Handling of Exceptional Conditions
This commit is contained in:
parent
9b523e3add
commit
9736ea63b9
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ apache-tomcat-*-src/
|
||||
/tomcat-9.0.62.redhat-00017-src.zip
|
||||
/tomcat-9.0.62.redhat-00018-src.zip
|
||||
/tomcat-9.0.87.redhat-00003-src.zip
|
||||
/tomcat-9.0.87.redhat-00005-src.zip
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (tomcat-9.0.87.redhat-00003-src.zip) = 5064b32f5a572c7333524471a21b4781819eefbaff2449ddef9238bc09792b615b36812e499d7d7ded06b4150360396b49f1da872faad9df341451b13c45f26e
|
||||
SHA512 (tomcat-9.0.87.redhat-00005-src.zip) = a8574039027b7fd990dc6a6a705e58fb45e5a2e6051cc2da9e7d46513b0d2b0846ffa85ae33be747436ad108464087ba7029880287903e0a53788cfa18a889cf
|
||||
|
@ -32,7 +32,7 @@
|
||||
%global major_version 9
|
||||
%global minor_version 0
|
||||
%global micro_version 87
|
||||
%global packdname %{name}-%{major_version}.%{minor_version}.%{micro_version}.redhat-00003-src
|
||||
%global packdname %{name}-%{major_version}.%{minor_version}.%{micro_version}.redhat-00005-src
|
||||
%global servletspec 4.0
|
||||
%global elspec 3.0
|
||||
%global tcuid 53
|
||||
@ -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
|
||||
@ -557,6 +557,10 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 08 2024 Adam Krajcik <akrajcik@redhat.com> - 1:9.0.87-2
|
||||
- Resolves: RHEL-46163
|
||||
tomcat: Improper Handling of Exceptional Conditions (CVE-2024-34750)
|
||||
|
||||
* Fri May 03 2024 Sokratis Zappis <szappis@redhat.com> - 1:9.0.87-1
|
||||
- Resolves: RHEL-35812 - Rebase tomcat to version 9.0.87
|
||||
- Resolves: RHEL-29257
|
||||
|
Loading…
Reference in New Issue
Block a user