Import from CS git
This commit is contained in:
parent
0bb89e9774
commit
aba305d58d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/tomcat-9.0.87.redhat-00003-src.zip
|
||||
SOURCES/tomcat-9.0.87.redhat-00005-src.zip
|
||||
|
@ -1 +1 @@
|
||||
4e1552026d103c3310c1bd678ac8fe7bab597e4b SOURCES/tomcat-9.0.87.redhat-00003-src.zip
|
||||
3aeb163e738a5f2a4d2fc20f72d978813a459d5c SOURCES/tomcat-9.0.87.redhat-00005-src.zip
|
||||
|
@ -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}.1
|
||||
Release: 1%{?dist}.2
|
||||
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-1.el9_4.2
|
||||
- Resolves: RHEL-46167
|
||||
tomcat: Improper Handling of Exceptional Conditions (CVE-2024-34750)
|
||||
|
||||
* Fri May 03 2024 Sokratis Zappis <szappis@redhat.com> - 1:9.0.87-1.el9_4.1
|
||||
- Resolves: RHEL-34815 - Rebase tomcat to version 9.0.87
|
||||
- Resolves: RHEL-31048
|
||||
|
Loading…
Reference in New Issue
Block a user