forked from pool/redis
Accepting request 310872 from home:darix:apps
- update to 3.0.2 * [FIX] Critical security issue fix by Ben Murphy: http://t.co/LpGTyZmfS7 * [FIX] SMOVE reply fixed when src and dst keys are the same. (Glenn Nethercutt) * [FIX] Lua cmsgpack lib updated to support str8 type. (Sebastian Waisbrot) * [NEW] ZADD support for options: NX, XX, CH. See new doc at redis.io. (Salvatore Sanfilippo) * [NEW] Senitnel: CKQUORUM and FLUSHCONFIG commands back ported. (Salvatore Sanfilippo) OBS-URL: https://build.opensuse.org/request/show/310872 OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=66
This commit is contained in:
parent
e3af2173aa
commit
2c11a1dc95
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0e21be5d7c5e6ab6adcbed257619897db59be9e1ded7ef6fd1582d0cdb5e5bb7
|
|
||||||
size 1358190
|
|
3
redis-3.0.2.tar.gz
Normal file
3
redis-3.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:93e422c0d584623601f89b956045be158889ebe594478a2c24e1bf218495633f
|
||||||
|
size 1360182
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 7 02:25:12 UTC 2015 - mrueckert@suse.de
|
||||||
|
|
||||||
|
- update to 3.0.2
|
||||||
|
* [FIX] Critical security issue fix by Ben Murphy:
|
||||||
|
http://t.co/LpGTyZmfS7
|
||||||
|
* [FIX] SMOVE reply fixed when src and dst keys are the same.
|
||||||
|
(Glenn Nethercutt)
|
||||||
|
* [FIX] Lua cmsgpack lib updated to support str8 type.
|
||||||
|
(Sebastian Waisbrot)
|
||||||
|
* [NEW] ZADD support for options: NX, XX, CH. See new doc at
|
||||||
|
redis.io. (Salvatore Sanfilippo)
|
||||||
|
* [NEW] Senitnel: CKQUORUM and FLUSHCONFIG commands back ported.
|
||||||
|
(Salvatore Sanfilippo)
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 16 22:03:00 UTC 2015 - Led <ledest@gmail.com>
|
Sat May 16 22:03:00 UTC 2015 - Led <ledest@gmail.com>
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
%define _conf_dir %{_sysconfdir}/%{name}
|
%define _conf_dir %{_sysconfdir}/%{name}
|
||||||
|
|
||||||
Name: redis
|
Name: redis
|
||||||
Version: 3.0.1
|
Version: 3.0.2
|
||||||
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