diff --git a/redis-7.0.3.tar.gz b/redis-7.0.3.tar.gz deleted file mode 100644 index 41011aa..0000000 --- a/redis-7.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cde7d17214ffe305953da9fff12333e8a72caa57fd4923e4872f6362a208e73 -size 2962858 diff --git a/redis-7.0.4.tar.gz b/redis-7.0.4.tar.gz new file mode 100644 index 0000000..baadae1 --- /dev/null +++ b/redis-7.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e65fda74c44a3dd4fa9d512d4d4d833dd0939c934e946a5c622a630d057f2f +size 2963216 diff --git a/redis.changes b/redis.changes index 21f294f..d605fb5 100644 --- a/redis.changes +++ b/redis.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Jul 18 14:36:34 UTC 2022 - Michael Ströder + +- Security update to version 7.0.4 + (CVE-2022-31144) A specially crafted XAUTOCLAIM command on a stream + key in a specific state may result with heap overflow, and potentially + remote code execution. The problem affects Redis versions 7.0.0 or newer. + ------------------------------------------------------------------- Mon Jul 11 15:02:24 UTC 2022 - Michael Ströder diff --git a/redis.hashes b/redis.hashes index 0f389f8..b2d6cef 100644 --- a/redis.hashes +++ b/redis.hashes @@ -141,3 +141,4 @@ hash redis-7.0.0.tar.gz sha256 284d8bd1fd85d6a55a05ee4e7c31c31977ad56cbf344ed837 hash redis-7.0.1.tar.gz sha256 ca1820d527e4759884620be2917079e61e996fa81da5fbe5c07c4a7b507264dc http://download.redis.io/releases/redis-7.0.1.tar.gz hash redis-7.0.2.tar.gz sha256 5e57eafe7d4ac5ecb6a7d64d6b61db775616dbf903293b3fcc660716dbda5eeb http://download.redis.io/releases/redis-7.0.2.tar.gz hash redis-7.0.3.tar.gz sha256 2cde7d17214ffe305953da9fff12333e8a72caa57fd4923e4872f6362a208e73 http://download.redis.io/releases/redis-7.0.3.tar.gz +hash redis-7.0.4.tar.gz sha256 f0e65fda74c44a3dd4fa9d512d4d4d833dd0939c934e946a5c622a630d057f2f http://download.redis.io/releases/redis-7.0.4.tar.gz diff --git a/redis.spec b/redis.spec index 5ba38fd..e3bd258 100644 --- a/redis.spec +++ b/redis.spec @@ -20,7 +20,7 @@ %define _log_dir %{_localstatedir}/log/%{name} %define _conf_dir %{_sysconfdir}/%{name} Name: redis -Version: 7.0.3 +Version: 7.0.4 Release: 0 Summary: Persistent key-value database License: BSD-3-Clause