pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/redis Update databases/redis to 4.0.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18eb56ad2bb4
branches:  trunk
changeset: 369008:18eb56ad2bb4
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Tue Sep 26 07:52:13 2017 +0000

description:
Update databases/redis to 4.0.2.

Significant bugs fixed:

1. A number of bugs were fixed in the area of PSYNC2 replication in
thecspecific area of restarting an instance with an RDB file having
the repliacation meta-data to continue without a full
resynchronization.

2. AOF flush on SHUTDOWN did not cared to really write the AOF buffers
(not in the kernel but in the Redis process memory) to disk before
exiting. Calling SHUTDOWN during traffic resulted into not every
operation to be persisted on disk.

3. The SLOWLOG could reference values inside string objects stored at
keys, creating a race condition during FLUSHALL ASYNC while the DB is
reclaimed in another thread.

diffstat:

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

diffs (30 lines):

diff -r 8f8c4820e266 -r 18eb56ad2bb4 databases/redis/Makefile
--- a/databases/redis/Makefile  Tue Sep 26 07:41:23 2017 +0000
+++ b/databases/redis/Makefile  Tue Sep 26 07:52:13 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2017/09/04 18:08:19 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2017/09/26 07:52:13 fhajny Exp $
 
-DISTNAME=      redis-4.0.1
+DISTNAME=      redis-4.0.2
 CATEGORIES=    databases
 MASTER_SITES=  http://download.redis.io/releases/
 
diff -r 8f8c4820e266 -r 18eb56ad2bb4 databases/redis/distinfo
--- a/databases/redis/distinfo  Tue Sep 26 07:41:23 2017 +0000
+++ b/databases/redis/distinfo  Tue Sep 26 07:52:13 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.31 2017/08/02 19:53:37 fhajny Exp $
+$NetBSD: distinfo,v 1.32 2017/09/26 07:52:13 fhajny Exp $
 
-SHA1 (redis-4.0.1.tar.gz) = 73fe509956a732560c4f385465aa69d705ab5c43
-RMD160 (redis-4.0.1.tar.gz) = 031b9705626d10b14f854a504f6a035b30d530a4
-SHA512 (redis-4.0.1.tar.gz) = 62dec537aebd12340b9642f5f8b07fd98757c9e648dcd539a0411f207db3495923c5a6a9941036c56b2d574ee38b46d08558668111e322345ef549f93fada26f
-Size (redis-4.0.1.tar.gz) = 1711660 bytes
+SHA1 (redis-4.0.2.tar.gz) = d2588569a35531fcdf03ff05cf0e16e381bc278f
+RMD160 (redis-4.0.2.tar.gz) = 90f5a44020ada6af9d8f7b21bcc1564a3782ddf2
+SHA512 (redis-4.0.2.tar.gz) = 1458909c6fc16cff8ca5e6dddff23b988ee1e447f2d0bccf5941553b22bab6abb851732b3fe53dafb8a69d6c0939c3ce7e0686d51e03be720fb018c038d3b1b4
+Size (redis-4.0.2.tar.gz) = 1713990 bytes
 SHA1 (patch-ab) = f8d2d20a5ae49ecd49a452b6e260f5a37b0d52e0
 SHA1 (patch-ac) = 1d848860a39af7a93a06eb8f3001fe89cb1bb3ad
 SHA1 (patch-src_object.c) = 30ffaec9c7e6135e3a5576cd1a35d7bcec668299



Home | Main Index | Thread Index | Old Index