summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-07-10 15:57:37 +0200
committerRemi Collet <remi@php.net>2023-07-10 15:57:37 +0200
commit2edcec7635ed309fb7aaa42e26ff9b92421eb125 (patch)
treeec4fde467d8522439d679e418a21762e86cd6d18
parent5a064ed088cd35389522e289758bbd3ec359d321 (diff)
Redis 6.0.20 Released Mon July 10 12:00:00 IDT 2023
Upgrade urgency SECURITY
-rw-r--r--redis.spec14
1 files changed, 9 insertions, 5 deletions
diff --git a/redis.spec b/redis.spec
index 2757e5d..8b74e24 100644
--- a/redis.spec
+++ b/redis.spec
@@ -37,7 +37,7 @@
%bcond_with tests
# Pre-version are only available in github
-%global upstream_ver 6.0.19
+%global upstream_ver 6.0.20
#global upstream_pre RC4
%global gh_commit 281af38767956c125d237ff4015485516bcfaf23
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
@@ -47,7 +47,7 @@
# Commit IDs for the (unversioned) redis-doc repository
# https://fedoraproject.org/wiki/Packaging:SourceURL "Commit Revision"
# https://github.com/redis/redis-doc/commits/master
-%global doc_commit c7880ba85fd67cb09110a4be790da47d4a6cec80
+%global doc_commit ab025f62797f2622ddad7bad938e747bebb6ab09
%global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7})
# %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpms-macros)
@@ -214,9 +214,9 @@ and removal, status checks, resharding, rebalancing, and other operations.
%setup -q -b 10
%endif
mv ../%{name}-doc-%{doc_commit} doc
-%patch0001 -p1
-%patch0002 -p1
-%patch0003 -p1
+%patch -P0001 -p1
+%patch -P0002 -p1
+%patch -P0003 -p1
%if %{with jemalloc}
rm -frv deps/jemalloc
@@ -465,6 +465,10 @@ fi
%changelog
* Tue Apr 18 2023 Remi Collet <remi@remirepo.net> - 6.0.19-1
+- Redis 6.0.20 Released Mon July 10 12:00:00 IDT 2023
+- Upgrade urgency SECURITY
+
+* Tue Apr 18 2023 Remi Collet <remi@remirepo.net> - 6.0.19-1
- Redis 6.0.19 Released Mon Apr 17 16:00:00 IST 2023
- Upgrade urgency: SECURITY, contains fixes to security issues.