!20 [sync] PR-19: Upgrade to 1.2.4 for fix CVE-2021-38294,CVE-2021-40865

From: @openeuler-sync-bot
Reviewed-by: @zhengzhenyu
Signed-off-by: @zhengzhenyu
This commit is contained in:
openeuler-ci-bot 2021-11-02 07:47:25 +00:00 committed by Gitee
commit 1db3283e09
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