Accepting request 822886 from home:AndreasStieger:branches:server:database
redis 6.0.6 OBS-URL: https://build.opensuse.org/request/show/822886 OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=152
This commit is contained in:
parent
b9f3734eea
commit
9e325d8cf9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:42cf86a114d2a451b898fcda96acd4d01062a7dbaaad2801d9164a36f898f596
|
|
||||||
size 2217666
|
|
3
redis-6.0.6.tar.gz
Normal file
3
redis-6.0.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:12ad49b163af5ef39466e8d2f7d212a58172116e5b441eebecb4e6ca22363d94
|
||||||
|
size 2228781
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 27 00:11:22 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- 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 <andreas.stieger@gmx.de>
|
Wed Jun 10 15:18:18 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -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.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.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.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
|
||||||
|
@ -19,10 +19,10 @@
|
|||||||
%define _data_dir %{_localstatedir}/lib/%{name}
|
%define _data_dir %{_localstatedir}/lib/%{name}
|
||||||
%define _log_dir %{_localstatedir}/log/%{name}
|
%define _log_dir %{_localstatedir}/log/%{name}
|
||||||
%define _conf_dir %{_sysconfdir}/%{name}
|
%define _conf_dir %{_sysconfdir}/%{name}
|
||||||
%define redis_hashes_tree f898aabb30ab0655dc08f8f5cf900f1a8de8a803
|
%define redis_hashes_tree 94da7f90ee31c74ff1a98d13a974fb883c5d4be4
|
||||||
|
|
||||||
Name: redis
|
Name: redis
|
||||||
Version: 6.0.5
|
Version: 6.0.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Persistent key-value database
|
Summary: Persistent key-value database
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user