Import from CS git
This commit is contained in:
parent
69e9e9eb93
commit
0e379df1cf
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/tomcat-9.0.87.redhat-00005-src.zip
|
SOURCES/tomcat-9.0.87.redhat-00008-src.zip
|
||||||
|
@ -1 +1 @@
|
|||||||
3aeb163e738a5f2a4d2fc20f72d978813a459d5c SOURCES/tomcat-9.0.87.redhat-00005-src.zip
|
d7a9c6c9ac2c92886aa3ade5c653c7854c6df1f1 SOURCES/tomcat-9.0.87.redhat-00008-src.zip
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
%global major_version 9
|
%global major_version 9
|
||||||
%global minor_version 0
|
%global minor_version 0
|
||||||
%global micro_version 87
|
%global micro_version 87
|
||||||
%global packdname %{name}-%{major_version}.%{minor_version}.%{micro_version}.redhat-00005-src
|
%global packdname %{name}-%{major_version}.%{minor_version}.%{micro_version}.redhat-00008-src
|
||||||
%global servletspec 4.0
|
%global servletspec 4.0
|
||||||
%global elspec 3.0
|
%global elspec 3.0
|
||||||
%global tcuid 53
|
%global tcuid 53
|
||||||
@ -56,7 +56,7 @@
|
|||||||
Name: tomcat
|
Name: tomcat
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: %{major_version}.%{minor_version}.%{micro_version}
|
Version: %{major_version}.%{minor_version}.%{micro_version}
|
||||||
Release: 1%{?dist}.2
|
Release: 1%{?dist}.3
|
||||||
Summary: Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API
|
Summary: Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -556,6 +556,12 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 02 2025 Adam Krajcik <akrajcik@redhat.com> - 1:9.0.87-1.el8_10.3
|
||||||
|
- Resolves: RHEL-82934
|
||||||
|
tomcat: Potential RCE and/or information disclosure and/or information corruption with partial PUT (CVE-2025-24813)
|
||||||
|
- Resolves: RHEL-71708
|
||||||
|
tomcat: RCE due to TOCTOU issue in JSP compilation (CVE-2024-50379)
|
||||||
|
|
||||||
* Thu Aug 08 2024 Adam Krajcik <akrajcik@redhat.com> - 1:9.0.87-1.el8_10.2
|
* Thu Aug 08 2024 Adam Krajcik <akrajcik@redhat.com> - 1:9.0.87-1.el8_10.2
|
||||||
- Resolves: RHEL-46167
|
- Resolves: RHEL-46167
|
||||||
tomcat: Improper Handling of Exceptional Conditions (CVE-2024-34750)
|
tomcat: Improper Handling of Exceptional Conditions (CVE-2024-34750)
|
||||||
|
Loading…
Reference in New Issue
Block a user