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 make_flags DEBUG="" V="echo" LDFLAGS="%{?__global_ldflags}" CFLAGS+="%{optflags} -fPIC" INSTALL="install -p" PREFIX=%{buildroot}%{_prefix}
|
||||||
%global Pname redis
|
%global Pname redis
|
||||||
Name: redis5
|
Name: redis5
|
||||||
Version: 5.0.7
|
Version: 5.0.14
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: A persistent key-value database
|
Summary: A persistent key-value database
|
||||||
License: BSD and MIT
|
License: BSD and MIT
|
||||||
URL: https://redis.io
|
URL: https://redis.io
|
||||||
@ -28,8 +28,8 @@ BuildRequires: gcc
|
|||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: procps-ng tcl
|
BuildRequires: procps-ng tcl
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd libatomic
|
||||||
Obsoletes: redis-trib
|
Obsoletes: redis-trib < 5
|
||||||
Requires: /bin/awk logrotate
|
Requires: /bin/awk logrotate
|
||||||
Provides: bundled(hiredis)
|
Provides: bundled(hiredis)
|
||||||
Provides: bundled(jemalloc)
|
Provides: bundled(jemalloc)
|
||||||
@ -187,6 +187,11 @@ exit 0
|
|||||||
%{_docdir}/%{Pname}
|
%{_docdir}/%{Pname}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Sep 02 2021 lingsheng <lingsheng@huawei.com> - 5.0.7-3
|
||||||
- Fix missing patch in source package
|
- Fix missing patch in source package
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user