diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-07 07:26:31 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-07 07:26:31 +0200 |
commit | 47f379bab2532e7a27640d5ef2572cc54c41ac3c (patch) | |
tree | bcb741ce855a05028ef02c95ec3a24852438c758 | |
parent | 6326310b3ba8fcc072d95551e969a9b2dc1db3bd (diff) |
Update urgency: SECURITY: CVE-2025-32023 and CVE-2025-48367
-rw-r--r-- | redis.spec | 16 |
1 files changed, 6 insertions, 10 deletions
@@ -18,11 +18,11 @@ # Tests fail in mock, not in local build. %bcond_with tests -%global upstream_ver 8.0.2 +%global upstream_ver 8.0.3 Name: redis Version: %{upstream_ver} -Release: 2%{?dist} +Release: 1%{?dist} Summary: A persistent key-value database # redis: RSALv2 or SSPLv1 or AGPLv3 (only AGPLv3 is OSS) # hiredis: BSD-3-Clause @@ -199,11 +199,6 @@ chmod 755 %{buildroot}%{_bindir}/%{name}-* # Install redis module header install -pDm644 src/%{name}module.h %{buildroot}%{_includedir}/%{name}module.h -%if %{with redistrib} -# Install redis-trib -install -pDm755 src/%{name}-trib.rb %{buildroot}%{_bindir}/%{name}-trib -%endif - # Install rpm macros for redis modules mkdir -p %{buildroot}%{_rpmmacrodir} install -pDm644 %{S:9} %{buildroot}%{_rpmmacrodir}/macros.%{name} @@ -294,9 +289,6 @@ fi %dir %{redis_modules_dir} %dir %attr(0750, redis, redis) %{_sharedstatedir}/%{name} %dir %attr(0750, redis, redis) %{_localstatedir}/log/%{name} -%if %{with redistrib} -%exclude %{_bindir}/%{name}-trib -%endif %exclude %{_rpmmacrodir} %exclude %{_includedir} %exclude %{_docdir}/%{name}/* @@ -314,6 +306,10 @@ fi %changelog +* Mon Jul 7 2025 Remi Collet <remi@remirepo.net> - 8.0.3-1 +- Redis 8.0.3 Released Sun 6 Jul 2025 12:00:00 IST +- Update urgency: SECURITY: CVE-2025-32023 and CVE-2025-48367 + * Thu Jun 19 2025 Remi Collet <remi@remirepo.net> - 8.0.2-2 - remove limit.conf config files |