summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-10-18 11:00:57 +0200
committerRemi Collet <remi@php.net>2023-10-18 11:00:57 +0200
commit032778fd2c2cf7f96bab4d9c74256eb8ea6e93f7 (patch)
tree63ff03afbbd73d6c8b36b8ceb3a817523c1948df
parent87ac355e90bd3c6fb29454846276e1b8d496a902 (diff)
Redis 7.2.2 Released Wed 18 Oct 2023 10:33:40 IDT
Upgrade urgency SECURITY: CVE-2023-45145
-rw-r--r--redis.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/redis.spec b/redis.spec
index df53a81..b702349 100644
--- a/redis.spec
+++ b/redis.spec
@@ -24,7 +24,7 @@
# Tests fail in mock, not in local build.
%bcond_with tests
-%global upstream_ver 7.2.1
+%global upstream_ver 7.2.2
#global upstream_pre rc3
# Commit IDs for the (unversioned) redis-doc repository
@@ -32,7 +32,7 @@
# https://github.com/redis/redis-doc/commits/master
%global gh_owner redis
%global gh_project redis
-%global doc_commit b91cd8b4a3c979e21ae0b1502c80543713a470ea
+%global doc_commit 4d345ac90a0c8dbf759238478b38829e2c5e807e
%global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7})
# %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpms-macros)
@@ -40,7 +40,7 @@
Name: redis
Version: %{upstream_ver}%{?upstream_pre:~%{upstream_pre}}
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: A persistent key-value database
# redis, hiredis: BSD-3-Clause
# hdrhistogram, jemalloc, lzf, linenoise: BSD-2-Clause
@@ -195,7 +195,7 @@ sed -i -e 's|^dir .*$|dir /var/lib/redis|g' redis.conf
# See https://bugzilla.redhat.com/2240293
# See https://src.fedoraproject.org/rpms/jemalloc/blob/rawhide/f/jemalloc.spec#_34
-%ifarch %ix86 %arm x86_64 s390x x86_64
+%ifarch %ix86 %arm x86_64 s390x
sed -e 's/--with-lg-quantum/--with-lg-page=12 --with-lg-quantum/' -i deps/Makefile
%endif
%ifarch ppc64 ppc64le aarch64
@@ -409,6 +409,10 @@ fi
%changelog
+* Wed Oct 18 2023 Remi Collet <remi@remirepo.net> - 7.2.2-1
+- Redis 7.2.2 Released Wed 18 Oct 2023 10:33:40 IDT
+- Upgrade urgency SECURITY: CVE-2023-45145
+
* Mon Sep 25 2023 Remi Collet <remi@remirepo.net> - 7.2.1-2
- set jemalloc page size #2240293