Upgrade to 1.2.4 for fix CVE-2021-38294,CVE-2021-40865

(cherry picked from commit 14c803c80d916a3fbac4f56c3138abbdf2ecd779)
This commit is contained in:
wk333 2021-11-02 10:08:00 +08:00 committed by openeuler-sync-bot
parent 6329693c04
commit 34eff256da
6 changed files with 8 additions and 5 deletions

Binary file not shown.

BIN
apache-storm-1.2.4.tar.gzac Normal file

Binary file not shown.

View File

@ -4,8 +4,8 @@
%define _log_dir %{_var}/log/storm
%define _data_dir %{_sharedstatedir}/storm
Name: storm
Version: 1.2.3
Release: 3
Version: 1.2.4
Release: 1
Summary: Apache Storm realtime computation system
License: Apache-2.0
Url: http://storm.apache.org
@ -16,9 +16,9 @@ Source3: %{name}-logviewer.service
Source4: %{name}-ui.service
Source5: %{name}.logrotate
Source6: %{name}.conf
Source7: apache-storm-1.2.3.tar.gzaa
Source8: apache-storm-1.2.3.tar.gzab
Source9: apache-storm-1.2.3.tar.gzac
Source7: apache-storm-1.2.4.tar.gzaa
Source8: apache-storm-1.2.4.tar.gzab
Source9: apache-storm-1.2.4.tar.gzac
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{?systemd_requires}
BuildRequires: systemd
@ -88,6 +88,9 @@ done
%dir %{_data_dir}
%changelog
* Tue Nov 2 2021 wangkai <wangkai385@huawei.com> 1.2.4 - 1
- Upgrade to 1.2.4 for fix CVE-2021-38294,CVE-2021-40865
* Mon Jun 14 2021 lingsheng <lingsheng@huawei.com> 1.2.3 - 3
- Fix status failure after stopping service