Resolves: #2210632 CVE-2023-28709 tomcat
This commit is contained in:
parent
c4784f940e
commit
4f9a737258
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ results_tomcat
|
||||
tomcat*.src.rpm
|
||||
apache-tomcat-*-src/
|
||||
/tomcat-9.0.62.redhat-00012.tar.gz
|
||||
/tomcat-9.0.62.redhat-00013.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (tomcat-9.0.62.redhat-00012.tar.gz) = e02ec42a27bbb67dce7de86caf18dd093fc0924c66086ff7dec8ae4bec5f73f523a688db28df2091384fc211d8f2b375b6fa7ebdba39d363aa824b1b5bf05e01
|
||||
SHA512 (tomcat-9.0.62.redhat-00013.tar.gz) = f2fd99557bbdfff2811518c7ee25a699df8594371421780de04e378d73730e4f942b725156a4a96056e9782780af578ed6f9360983514598d13d2deaba209264
|
||||
|
@ -32,7 +32,7 @@
|
||||
%global major_version 9
|
||||
%global minor_version 0
|
||||
%global micro_version 62
|
||||
%global packdname %{name}-%{major_version}.%{minor_version}.%{micro_version}.redhat-00012
|
||||
%global packdname %{name}-%{major_version}.%{minor_version}.%{micro_version}.redhat-00013
|
||||
%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: 13%{?dist}
|
||||
Release: 14%{?dist}
|
||||
Summary: Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API
|
||||
|
||||
License: ASL 2.0
|
||||
@ -595,6 +595,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 01 2023 Hui Wang <huwang@redhat.com> - 1:9.0.62-14
|
||||
- Resolves: #2210632 CVE-2023-28709 tomcat
|
||||
|
||||
* Wed Jul 26 2023 Hui Wang <huwang@redhat.com> - 1:9.0.62-13
|
||||
- Resolves: #2189675 Missing Tomcat POM files in RHEL 9.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user