pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/redis



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Wed Apr  4 10:47:49 UTC 2018

Modified Files:
        pkgsrc/databases/redis: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/databases/redis/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/redis/PLIST
cvs rdiff -u -r1.37 -r1.38 pkgsrc/databases/redis/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/redis/Makefile
diff -u pkgsrc/databases/redis/Makefile:1.36 pkgsrc/databases/redis/Makefile:1.37
--- pkgsrc/databases/redis/Makefile:1.36        Sun Feb  4 17:13:05 2018
+++ pkgsrc/databases/redis/Makefile     Wed Apr  4 10:47:49 2018
@@ -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/
 

Index: pkgsrc/databases/redis/PLIST
diff -u pkgsrc/databases/redis/PLIST:1.12 pkgsrc/databases/redis/PLIST:1.13
--- pkgsrc/databases/redis/PLIST:1.12   Wed Aug  2 19:53:37 2017
+++ pkgsrc/databases/redis/PLIST        Wed Apr  4 10:47:49 2018
@@ -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
 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

Index: pkgsrc/databases/redis/distinfo
diff -u pkgsrc/databases/redis/distinfo:1.37 pkgsrc/databases/redis/distinfo:1.38
--- pkgsrc/databases/redis/distinfo:1.37        Sun Feb  4 17:13:05 2018
+++ pkgsrc/databases/redis/distinfo     Wed Apr  4 10:47:49 2018
@@ -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