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

This commit is contained in:
wk333 2021-11-01 16:19:18 +08:00
parent 5c0fe99959
commit b63202ccb6
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 _log_dir %{_var}/log/storm
%define _data_dir %{_sharedstatedir}/storm %define _data_dir %{_sharedstatedir}/storm
Name: storm Name: storm
Version: 1.2.3 Version: 1.2.4
Release: 4 Release: 1
Summary: Apache Storm realtime computation system Summary: Apache Storm realtime computation system
License: Apache-2.0 License: Apache-2.0
Url: http://storm.apache.org Url: http://storm.apache.org
@ -16,9 +16,9 @@ Source3: %{name}-logviewer.service
Source4: %{name}-ui.service Source4: %{name}-ui.service
Source5: %{name}.logrotate Source5: %{name}.logrotate
Source6: %{name}.conf Source6: %{name}.conf
Source7: apache-storm-1.2.3.tar.gzaa Source7: apache-storm-1.2.4.tar.gzaa
Source8: apache-storm-1.2.3.tar.gzab Source8: apache-storm-1.2.4.tar.gzab
Source9: apache-storm-1.2.3.tar.gzac Source9: apache-storm-1.2.4.tar.gzac
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{?systemd_requires} %{?systemd_requires}
BuildRequires: systemd BuildRequires: systemd
@ -88,6 +88,9 @@ done
%dir %{_data_dir} %dir %{_data_dir}
%changelog %changelog
* Mon 1 Sep 2021 wangkai <wangkai385@huawei.com> 1.2.4 - 1
- Upgrade to 1.2.4 for fix CVE-2021-38294-CVE-2021-40865
* Fri 20 Aug 2021 sunguoshuai <sunguoshuai@huawei.com> 1.2.3 - 4 * Fri 20 Aug 2021 sunguoshuai <sunguoshuai@huawei.com> 1.2.3 - 4
- Fix runtime error and uninstall warning - Fix runtime error and uninstall warning