diff options
Diffstat (limited to 'redis.spec')
-rw-r--r-- | redis.spec | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -25,7 +25,7 @@ %bcond_with tests # Pre-version are only available in github -%global upstream_ver 7.0.13 +%global upstream_ver 7.0.14 #global upstream_pre RC3 %global gh_commit 5921ba4cdef2761bfed34b982368f1fe077d03e9 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) @@ -35,7 +35,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 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) @@ -43,7 +43,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 @@ -202,7 +202,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 @@ -415,6 +415,10 @@ fi %changelog +* Wed Oct 18 2023 Remi Collet <remi@remirepo.net> - 7.0.14-1 +- Redis 7.0.14 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.0.13-2 - set jemalloc page size #2240293 |