commit
c5b3ef177d
@ -1,6 +1,6 @@
|
|||||||
Name: redis
|
Name: redis
|
||||||
Version: 4.0.11
|
Version: 4.0.11
|
||||||
Release: 4
|
Release: 5
|
||||||
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
|
||||||
@ -10,9 +10,9 @@ Source2: %{name}-sentinel.service
|
|||||||
Source3: %{name}.service
|
Source3: %{name}.service
|
||||||
|
|
||||||
#CVE fix
|
#CVE fix
|
||||||
Patch0001: CVE-2019-10192.patch
|
Patch0001: CVE-2019-10192-1.patch
|
||||||
#Optimization of the above problem
|
#Optimization of the above problem
|
||||||
Patch0002: cve-2019-10192.patch
|
Patch0002: CVE-2019-10192-2.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Redis is an advanced key-value store. It is often referred to as a dattructure server since keys can contain strings, hashes
|
Redis is an advanced key-value store. It is often referred to as a dattructure server since keys can contain strings, hashes
|
||||||
@ -60,6 +60,9 @@ install -pDm640 sentinel.conf %{buildroot}%{_sysconfdir}/%{name}-sentinel.conf
|
|||||||
%{_unitdir}/%{name}-sentinel.service
|
%{_unitdir}/%{name}-sentinel.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 17 2020 wangye <wangye54@huawei.com> - 4.0.11-5
|
||||||
|
- CVE name fix
|
||||||
|
|
||||||
* Tue Mar 17 2020 wangye <wangye54@huawei.com> - 4.0.11-4
|
* Tue Mar 17 2020 wangye <wangye54@huawei.com> - 4.0.11-4
|
||||||
- CVE fix
|
- CVE fix
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user