forked from pool/redis
Accepting request 813302 from server:database
OBS-URL: https://build.opensuse.org/request/show/813302 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis?expand=0&rev=58
This commit is contained in:
commit
cfe4214852
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3337005a1e0c3aa293c87c313467ea8ac11984921fab08807998ba765c9943de
|
||||
size 2217173
|
3
redis-6.0.5.tar.gz
Normal file
3
redis-6.0.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42cf86a114d2a451b898fcda96acd4d01062a7dbaaad2801d9164a36f898f596
|
||||
size 2217666
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 10 15:18:18 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- redis 6.0.5:
|
||||
* Fix handling of speical chars in ACL LOAD
|
||||
* Make Redis Cluster more robust about operation errors that may
|
||||
lead to two clusters to mix together
|
||||
* Revert the sendfile() implementation of RDB transfer
|
||||
* Fix TLS certificate loading for chained certificates
|
||||
* Fix AOF rewirting of KEEPTTL SET option
|
||||
* Fix MULTI/EXEC behavior during -BUSY script errors
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 28 18:38:17 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
@ -106,3 +106,4 @@ hash redis-6.0.1.tar.gz sha256 b8756e430479edc162ba9c44dc89ac394316cd482f2dc6b91
|
||||
hash redis-6.0.2.tar.gz sha256 9c37cd4228a57e82e7037094751c63349302b0b86c5e30b778a63a802dfd0109 http://download.redis.io/releases/redis-6.0.2.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.5.tar.gz sha256 42cf86a114d2a451b898fcda96acd4d01062a7dbaaad2801d9164a36f898f596 http://download.redis.io/releases/redis-6.0.5.tar.gz
|
||||
|
@ -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 6132305b4e7b98a88e6526d36190251960b6fc38
|
||||
%define redis_hashes_tree f898aabb30ab0655dc08f8f5cf900f1a8de8a803
|
||||
|
||||
Name: redis
|
||||
Version: 6.0.4
|
||||
Version: 6.0.5
|
||||
Release: 0
|
||||
Summary: Persistent key-value database
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user