diff --git a/redis-6.0.5.tar.gz b/redis-6.0.5.tar.gz deleted file mode 100644 index 9e692bc..0000000 --- a/redis-6.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42cf86a114d2a451b898fcda96acd4d01062a7dbaaad2801d9164a36f898f596 -size 2217666 diff --git a/redis-6.0.6.tar.gz b/redis-6.0.6.tar.gz new file mode 100644 index 0000000..8d451b6 --- /dev/null +++ b/redis-6.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ad49b163af5ef39466e8d2f7d212a58172116e5b441eebecb4e6ca22363d94 +size 2228781 diff --git a/redis.changes b/redis.changes index 0896e16..0d94e7a 100644 --- a/redis.changes +++ b/redis.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Jul 27 00:11:22 UTC 2020 - Andreas Stieger + +- redis 6.0.6: + * Fix crash when enabling CLIENT TRACKING with prefix + * EXEC always fails with EXECABORT and multi-state is cleared + * RESTORE ABSTTL won't store expired keys into the db + * redis-cli better handling of non-pritable key names + * TLS: Ignore client cert when tls-auth-clients off + * Tracking: fix invalidation message on flush + * Notify systemd on Sentinel startup + * Fix crash on a misuse of STRALGO + * Few fixes in module API + * Fix a few rare leaks (STRALGO error misuse, Sentinel) + * Fix a possible invalid access in defrag of scripts + * Add LPOS command to search in a list + * Use user+pass for MIGRATE in redis-cli and redis-benchmark in + cluster mode + * redis-cli support TLS for --pipe, --rdb and --replica options + * TLS: Session caching configuration support + ------------------------------------------------------------------- Wed Jun 10 15:18:18 UTC 2020 - Andreas Stieger diff --git a/redis.hashes b/redis.hashes index 4a522e7..8d665b6 100644 --- a/redis.hashes +++ b/redis.hashes @@ -107,3 +107,4 @@ hash redis-6.0.2.tar.gz sha256 9c37cd4228a57e82e7037094751c63349302b0b86c5e30b77 hash redis-6.0.3.tar.gz sha256 bca46dce81fe92f7b2de4cf8ae41fbc4b94fbd5674def7f12c87e7f9165cbb3a http://download.redis.io/releases/redis-6.0.3.tar.gz hash redis-6.0.4.tar.gz sha256 3337005a1e0c3aa293c87c313467ea8ac11984921fab08807998ba765c9943de http://download.redis.io/releases/redis-6.0.4.tar.gz hash redis-6.0.5.tar.gz sha256 42cf86a114d2a451b898fcda96acd4d01062a7dbaaad2801d9164a36f898f596 http://download.redis.io/releases/redis-6.0.5.tar.gz +hash redis-6.0.6.tar.gz sha256 12ad49b163af5ef39466e8d2f7d212a58172116e5b441eebecb4e6ca22363d94 http://download.redis.io/releases/redis-6.0.6.tar.gz diff --git a/redis.spec b/redis.spec index babe2e7..c1c5e62 100644 --- a/redis.spec +++ b/redis.spec @@ -19,10 +19,10 @@ %define _data_dir %{_localstatedir}/lib/%{name} %define _log_dir %{_localstatedir}/log/%{name} %define _conf_dir %{_sysconfdir}/%{name} -%define redis_hashes_tree f898aabb30ab0655dc08f8f5cf900f1a8de8a803 +%define redis_hashes_tree 94da7f90ee31c74ff1a98d13a974fb883c5d4be4 Name: redis -Version: 6.0.5 +Version: 6.0.6 Release: 0 Summary: Persistent key-value database License: BSD-3-Clause