import OL redis-6.2.22-1.0.1.module+el8.10.0+90916+da0c6127
This commit is contained in:
parent
aea38516b8
commit
f18115aaf2
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
SOURCES/redis-6.2.20.tar.gz
|
||||
SOURCES/redis-6.2.22.tar.gz
|
||||
SOURCES/redis-doc-8d4bf9b.tar.gz
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
b402148e645aa3a461ff85f31877c9ddc9fcc5cd SOURCES/redis-6.2.20.tar.gz
|
||||
9578ff7ac74a6d6f2d98700b108b42dfaffb6e35 SOURCES/redis-6.2.22.tar.gz
|
||||
45ec7c3b4a034891252507febace7e25ee64b4d9 SOURCES/redis-doc-8d4bf9b.tar.gz
|
||||
|
||||
0
SOURCES/redis-sentinel.init
Normal file → Executable file
0
SOURCES/redis-sentinel.init
Normal file → Executable file
0
SOURCES/redis-shutdown
Normal file → Executable file
0
SOURCES/redis-shutdown
Normal file → Executable file
0
SOURCES/redis.init
Normal file → Executable file
0
SOURCES/redis.init
Normal file → Executable file
@ -19,8 +19,8 @@
|
||||
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
||||
|
||||
Name: redis
|
||||
Version: 6.2.20
|
||||
Release: 1%{?dist}
|
||||
Version: 6.2.22
|
||||
Release: 1.0.1%{?dist}
|
||||
Summary: A persistent key-value database
|
||||
# redis, jemalloc, linenoise, lzf, hiredis are BSD
|
||||
# lua is MIT
|
||||
@ -153,6 +153,10 @@ fi
|
||||
|
||||
%global make_flags DEBUG="" V="echo" LDFLAGS="%{?__global_ldflags}" CFLAGS+="%{optflags} -fPIC" INSTALL="install -p" PREFIX=%{buildroot}%{_prefix} BUILD_WITH_SYSTEMD=yes BUILD_TLS=yes
|
||||
|
||||
# Oracle patches:
|
||||
# Build with 64k pages to support redis on both UEK6 and UEK7 on aarch64
|
||||
sed -i 's/--with-jemalloc-prefix=je_/& --with-lg-page=16 /' deps/Makefile
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} %{make_flags} all
|
||||
|
||||
@ -281,6 +285,12 @@ exit 0
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 15 2026 EL Errata <el-errata_ww@oracle.com> - 6.2.22-1.0.1
|
||||
- Build with 64k pages to support redis on both UEK6 and UEK7 on aarch64
|
||||
|
||||
* Thu May 21 2026 Petr Khartskhaev <pkhartsk@redhat.com> - 6.2.22-1
|
||||
- rebase to 6.2.22 for CVE-2026-25243
|
||||
|
||||
* Tue Oct 7 2025 Remi Collet <rcollet@redhat.com> - 6.2.20-1
|
||||
- rebase to 6.2.20 for CVE-2025-49844 CVE-2025-46817 CVE-2025-46818 CVE-2025-46819
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user