pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/redis databases/redis: Update to 4.0.9.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b2c40f278702
branches: trunk
changeset: 378242:b2c40f278702
user: fhajny <fhajny%pkgsrc.org@localhost>
date: Wed Apr 04 10:47:49 2018 +0000
description:
databases/redis: Update to 4.0.9.
- Fix a critical AOF bug when fsync policy set to "always"
- Latency monitor could report wrong latencies under certain conditions.
- AOF rewriting could fail when a backgronud rewrite is triggered and
at the same time the AOF is switched on/off.
- Redis Cluster crash-recovery safety improved.
- Other smaller fixes (check commnits).
- Redis Cluster has now the ability to configure certain slaves so that
they'll never attempt a failover.
- Keyspace notifications API in modules.
- RM_Call() is now faster by reusing the same client.
- Tracking of the percentage of keys already logically expired but yet
not evicted.
diffstat:
databases/redis/Makefile | 4 ++--
databases/redis/PLIST | 3 ++-
databases/redis/distinfo | 10 +++++-----
3 files changed, 9 insertions(+), 8 deletions(-)
diffs (47 lines):
diff -r f70ce1b1941c -r b2c40f278702 databases/redis/Makefile
--- a/databases/redis/Makefile Wed Apr 04 10:41:23 2018 +0000
+++ b/databases/redis/Makefile Wed Apr 04 10:47:49 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2018/02/04 17:13:05 fhajny Exp $
+# $NetBSD: Makefile,v 1.37 2018/04/04 10:47:49 fhajny Exp $
-DISTNAME= redis-4.0.8
+DISTNAME= redis-4.0.9
CATEGORIES= databases
MASTER_SITES= http://download.redis.io/releases/
diff -r f70ce1b1941c -r b2c40f278702 databases/redis/PLIST
--- a/databases/redis/PLIST Wed Apr 04 10:41:23 2018 +0000
+++ b/databases/redis/PLIST Wed Apr 04 10:47:49 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2017/08/02 19:53:37 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.13 2018/04/04 10:47:49 fhajny Exp $
bin/redis-benchmark
bin/redis-check-aof
bin/redis-check-rdb
@@ -28,6 +28,7 @@
share/examples/redis/tests/cluster/tests/10-manual-failover.tcl
share/examples/redis/tests/cluster/tests/11-manual-takeover.tcl
share/examples/redis/tests/cluster/tests/12-replica-migration-2.tcl
+share/examples/redis/tests/cluster/tests/13-no-failover-option.tcl
share/examples/redis/tests/cluster/tests/helpers/onlydots.tcl
share/examples/redis/tests/cluster/tests/includes/init-tests.tcl
share/examples/redis/tests/cluster/tmp/.gitignore
diff -r f70ce1b1941c -r b2c40f278702 databases/redis/distinfo
--- a/databases/redis/distinfo Wed Apr 04 10:41:23 2018 +0000
+++ b/databases/redis/distinfo Wed Apr 04 10:47:49 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.37 2018/02/04 17:13:05 fhajny Exp $
+$NetBSD: distinfo,v 1.38 2018/04/04 10:47:49 fhajny Exp $
-SHA1 (redis-4.0.8.tar.gz) = f723b327022cef981b4e1d69c37a8db2faeb0622
-RMD160 (redis-4.0.8.tar.gz) = 88e489b35b3dfab3d36f9a81186e6c1261af0dbf
-SHA512 (redis-4.0.8.tar.gz) = 11c126ddef3bedbceb02ee7a80a61374e081da8087055d77970b0097066a6f1c5e0c4f0d246c9851f8c3beca22f185c184669a9dc4f1c7c229f8cd2c34196ab6
-Size (redis-4.0.8.tar.gz) = 1729973 bytes
+SHA1 (redis-4.0.9.tar.gz) = 8aa33d13c3ff5c4d4d2cc52932340893132c8aec
+RMD160 (redis-4.0.9.tar.gz) = ca7f86538baaa9b803c56785454aef33a98b5b2f
+SHA512 (redis-4.0.9.tar.gz) = a6cf63cb361f0a87da3955ba628190dc04cad342f7a664d18e44416ee67dd86ed6e3a46b9701e994f1417e56b819b3c6fc595f363c10bb4b83d5033919d29598
+Size (redis-4.0.9.tar.gz) = 1737022 bytes
SHA1 (patch-ab) = f8d2d20a5ae49ecd49a452b6e260f5a37b0d52e0
SHA1 (patch-ac) = 1d848860a39af7a93a06eb8f3001fe89cb1bb3ad
SHA1 (patch-src_object.c) = 30ffaec9c7e6135e3a5576cd1a35d7bcec668299
Home |
Main Index |
Thread Index |
Old Index