From 032778fd2c2cf7f96bab4d9c74256eb8ea6e93f7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Oct 2023 11:00:57 +0200 Subject: Redis 7.2.2 Released Wed 18 Oct 2023 10:33:40 IDT Upgrade urgency SECURITY: CVE-2023-45145 --- redis.spec | 12 ++++++++---- 1 file 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 - 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 - 7.2.1-2 - set jemalloc page size #2240293 -- cgit