diff --git a/CVE-2019-10192.patch b/CVE-2019-10192-1.patch similarity index 100% rename from CVE-2019-10192.patch rename to CVE-2019-10192-1.patch diff --git a/cve-2019-10192.patch b/CVE-2019-10192-2.patch similarity index 100% rename from cve-2019-10192.patch rename to CVE-2019-10192-2.patch diff --git a/redis.spec b/redis.spec index f3b33ecdffe31eeb9931ad5b4fe6c093a98d1d37..237e24203fd2895915ab95e7ea44cd0637c1675c 100644 --- a/redis.spec +++ b/redis.spec @@ -1,6 +1,6 @@ Name: redis Version: 4.0.11 -Release: 4 +Release: 5 Summary: A persistent key-value database License: BSD and MIT URL: https://redis.io @@ -10,9 +10,9 @@ Source2: %{name}-sentinel.service Source3: %{name}.service #CVE fix -Patch0001: CVE-2019-10192.patch +Patch0001: CVE-2019-10192-1.patch #Optimization of the above problem -Patch0002: cve-2019-10192.patch +Patch0002: CVE-2019-10192-2.patch %description 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 %changelog +* Tue Mar 17 2020 wangye - 4.0.11-5 +- CVE name fix + * Tue Mar 17 2020 wangye - 4.0.11-4 - CVE fix