!17 [sync] PR-14: Upgrade redis5 to 5.0.14 for fix cves: CVE-2021-41099 CVE-2021-32762 CVE-2021-32675 CVE-2021-32687 CVE-2021-32628 CVE-2021-32627 CVE-2021-32626

From: @openeuler-sync-bot
Reviewed-by: @njlzk
Signed-off-by: @njlzk
This commit is contained in:
openeuler-ci-bot 2021-11-30 13:16:43 +00:00 committed by Gitee
commit 4340d14daf
3 changed files with 9 additions and 4 deletions

BIN
redis-5.0.14.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -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