pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/redis redis: updated to 5.0.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/331a251ce37c
branches:  trunk
changeset: 333994:331a251ce37c
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun May 19 07:56:38 2019 +0000

description:
redis: updated to 5.0.5

Redis 5.0.5:

Upgrade urgency CRITICAL: This release fixes an important AOF fysnc bug
                          and other less critical issues.


Dear user,

Redis 5.0.5 fixes an important issue with AOF and adds multiple very useful
modules APIs. Moreover smaller bugs in other parts of Redis are fixed in
this release.

The AOF bug
The AOF bug happens when the fsync policy is set to "everysec", which is the
default: if the write load in the server drops immediately, the commands
executed in the latest second may not be fsync-ed to disk as it should.
This may lead to data loss in case the write load drops immediately and
successively a server crash happens.

Other things in this release
* Streams: a bug in the iterator could prevent certain items to be returned in
           range queries under specific conditions.
* Memleak in bitfieldCommand fixed.
* Modules API: Preserve client->id for blocked clients.
* Fix memory leak when rewriting config file in case of write errors.
* New modules API: RedisModule_GetKeyNameFromIO().
* Fix non critical bugs in diskless replication.
* New mdouels API: command filtering. See RedisModule_RegisterCommandFilter();
* Tests improved to be more deterministic.
* Fix a Redis Cluster bug, manual failover may abort because of the master
  sending PINGs to the replicas.

diffstat:

 databases/redis/Makefile |   4 ++--
 databases/redis/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r da6dc0c0b763 -r 331a251ce37c databases/redis/Makefile
--- a/databases/redis/Makefile  Sun May 19 07:55:03 2019 +0000
+++ b/databases/redis/Makefile  Sun May 19 07:56:38 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2019/04/02 07:43:07 adam Exp $
+# $NetBSD: Makefile,v 1.44 2019/05/19 07:56:38 adam Exp $
 
-DISTNAME=      redis-5.0.4
+DISTNAME=      redis-5.0.5
 CATEGORIES=    databases
 MASTER_SITES=  http://download.redis.io/releases/
 
diff -r da6dc0c0b763 -r 331a251ce37c databases/redis/distinfo
--- a/databases/redis/distinfo  Sun May 19 07:55:03 2019 +0000
+++ b/databases/redis/distinfo  Sun May 19 07:56:38 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.43 2019/04/02 07:43:07 adam Exp $
+$NetBSD: distinfo,v 1.44 2019/05/19 07:56:38 adam Exp $
 
-SHA1 (redis-5.0.4.tar.gz) = db4cad466db8fbde7c05131d72f526a2e860078a
-RMD160 (redis-5.0.4.tar.gz) = 9b483e4b08553b075d037d2014714b7b77429339
-SHA512 (redis-5.0.4.tar.gz) = 336929c81a476e2a23a64f867823d70c3aab66fb0098eef2e61630be6522ff2f6af680169ffcae35d559758b2c6b56f88c5a953a538291fea886449cba33b8ad
-Size (redis-5.0.4.tar.gz) = 1966337 bytes
+SHA1 (redis-5.0.5.tar.gz) = 71e38ae09ac70012b5bc326522b976bcb8e269d6
+RMD160 (redis-5.0.5.tar.gz) = b90ad0fd5e939cd9e938de4aa725fc650a432b5c
+SHA512 (redis-5.0.5.tar.gz) = 78215ec02b7184e05788c7a368146ea53095a877a0e09174b4c9f175aeb9ba9174023c19e33bf62e4513b848e1841538d398e7c0a651c5c947255c1691cb4586
+Size (redis-5.0.5.tar.gz) = 1975750 bytes
 SHA1 (patch-redis.conf) = 528c28e2b7483eb20ccab8f2ab9543822792f016
 SHA1 (patch-src_Makefile) = 2c4f6d822980874cc9ff95d239040985fa364649
 SHA1 (patch-src_hyperloglog.c) = 65a4a220ccd4282162c50293f4fe278a43b84239



Home | Main Index | Thread Index | Old Index