Upgrade redis5 to 5.0.14 for fix CVES
(cherry picked from commit ecc176663518cd1642147e322503af5baf6eb9ae)
This commit is contained in:
parent
6ece37cb34
commit
9cba34cc13
BIN
redis-5.0.14.tar.gz
Normal file
BIN
redis-5.0.14.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
13
redis5.spec
13
redis5.spec
@ -5,8 +5,8 @@
|
||||
%global make_flags DEBUG="" V="echo" LDFLAGS="%{?__global_ldflags}" CFLAGS+="%{optflags} -fPIC" INSTALL="install -p" PREFIX=%{buildroot}%{_prefix}
|
||||
%global Pname redis
|
||||
Name: redis5
|
||||
Version: 5.0.7
|
||||
Release: 3
|
||||
Version: 5.0.14
|
||||
Release: 1
|
||||
Summary: A persistent key-value database
|
||||
License: BSD and MIT
|
||||
URL: https://redis.io
|
||||
@ -28,8 +28,8 @@ BuildRequires: gcc
|
||||
%if %{with tests}
|
||||
BuildRequires: procps-ng tcl
|
||||
%endif
|
||||
BuildRequires: systemd
|
||||
Obsoletes: redis-trib
|
||||
BuildRequires: systemd libatomic
|
||||
Obsoletes: redis-trib < 5
|
||||
Requires: /bin/awk logrotate
|
||||
Provides: bundled(hiredis)
|
||||
Provides: bundled(jemalloc)
|
||||
@ -187,6 +187,11 @@ exit 0
|
||||
%{_docdir}/%{Pname}
|
||||
|
||||
%changelog
|
||||
* Tue Nov 30 2021 yaoxin <yaoxin30@huawei.com> - 5.0.14-1
|
||||
- Upgrade redis5 to 5.0.14 for fix cves: CVE-2021-41099
|
||||
CVE-2021-32762 CVE-2021-32675 CVE-2021-32687 CVE-2021-32626
|
||||
CVE-2021-32627 CVE-2021-32628
|
||||
|
||||
* Thu Sep 02 2021 lingsheng <lingsheng@huawei.com> - 5.0.7-3
|
||||
- Fix missing patch in source package
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user