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: Tue Aug 9 09:11:53 UTC 2016
Modified Files:
pkgsrc/databases/redis: Makefile PLIST distinfo
Log Message:
Update databases/redis to 3.2.3.
Redis 3.2.3
Bugfixes:
- There was an inverted if statement logic problem in
replication.c causing
a replication delay.
- Redis-cli created the history file with insecure permissions,
allowing reding from the file.
Redis 3.2.2
- There was a bug in the List type implementation, able to cause
the crash of the server under certain (non trivial to replicate)
circumstances when the LSET command was used.
- Redis Sentinel, when monitoring multiple masters, could crash
after a Sentinel address update event.
- Redis Sentinel now checks slaves INFO state more often when
disconnected.
- It was possible, under a variety of conditions, that the AOF and
RDB children process could spawn at the same time. This is known
to trash disk I/O, AOF performances, and to ultimately create
latency in the Redis server.
- Many GEORADIUS bugs are now fixed \o/.
New features:
- Now slaves support the slave-announce-ip and slave-announce-port
options.
- The RDB check utlity is now part of Redis and uses the same RDB
code that Redis uses in order to load the dataset in memory.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/redis/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/redis/PLIST
cvs rdiff -u -r1.23 -r1.24 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.21 pkgsrc/databases/redis/Makefile:1.22
--- pkgsrc/databases/redis/Makefile:1.21 Sun Jun 19 21:28:58 2016
+++ pkgsrc/databases/redis/Makefile Tue Aug 9 09:11:53 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2016/06/19 21:28:58 fhajny Exp $
+# $NetBSD: Makefile,v 1.22 2016/08/09 09:11:53 fhajny Exp $
-DISTNAME= redis-3.2.1
+DISTNAME= redis-3.2.3
CATEGORIES= databases
MASTER_SITES= http://download.redis.io/releases/
Index: pkgsrc/databases/redis/PLIST
diff -u pkgsrc/databases/redis/PLIST:1.10 pkgsrc/databases/redis/PLIST:1.11
--- pkgsrc/databases/redis/PLIST:1.10 Tue Jun 21 07:53:50 2016
+++ pkgsrc/databases/redis/PLIST Tue Aug 9 09:11:53 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2016/06/21 07:53:50 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.11 2016/08/09 09:11:53 fhajny Exp $
bin/redis-benchmark
bin/redis-check-aof
bin/redis-check-rdb
@@ -53,6 +53,7 @@ share/examples/redis/tests/sentinel/test
share/examples/redis/tests/sentinel/tests/04-slave-selection.tcl
share/examples/redis/tests/sentinel/tests/05-manual.tcl
share/examples/redis/tests/sentinel/tests/06-ckquorum.tcl
+share/examples/redis/tests/sentinel/tests/07-down-conditions.tcl
share/examples/redis/tests/sentinel/tests/includes/init-tests.tcl
share/examples/redis/tests/sentinel/tmp/.gitignore
share/examples/redis/tests/support/cluster.tcl
@@ -100,6 +101,7 @@ share/examples/redis/tests/unit/type/str
share/examples/redis/tests/unit/type/zset.tcl
share/examples/redis/utils/build-static-symbols.tcl
share/examples/redis/utils/cluster_fail_time.tcl
+share/examples/redis/utils/corrupt_rdb.c
share/examples/redis/utils/create-cluster/.gitignore
share/examples/redis/utils/create-cluster/README
share/examples/redis/utils/create-cluster/create-cluster
Index: pkgsrc/databases/redis/distinfo
diff -u pkgsrc/databases/redis/distinfo:1.23 pkgsrc/databases/redis/distinfo:1.24
--- pkgsrc/databases/redis/distinfo:1.23 Sun Jun 19 21:28:58 2016
+++ pkgsrc/databases/redis/distinfo Tue Aug 9 09:11:53 2016
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.23 2016/06/19 21:28:58 fhajny Exp $
+$NetBSD: distinfo,v 1.24 2016/08/09 09:11:53 fhajny Exp $
-SHA1 (redis-3.2.1.tar.gz) = 26c0fc282369121b4e278523fce122910b65fbbf
-RMD160 (redis-3.2.1.tar.gz) = fa2b678b3d8b7f32f289bf18a738ca5c9ee647ca
-SHA512 (redis-3.2.1.tar.gz) = 600416558d96d584e67b7fee57292553d801499bc425e39a75e4f047a0b0e59210c6558c9d8206affe4c0fd66a7eaaca67d9e3139380c66098c6c37a22132cb7
-Size (redis-3.2.1.tar.gz) = 1534696 bytes
+SHA1 (redis-3.2.3.tar.gz) = 92d6d93ef2efc91e595c8bf578bf72baff397507
+RMD160 (redis-3.2.3.tar.gz) = ad82033f72e24458c9cf1cbb28996b2b7e173365
+SHA512 (redis-3.2.3.tar.gz) = 373643d384a3b68ca5d0486101a342e3843ffa81b0ead49a66c1aa1d92d9a51924bc1f5a1b1068718902a05c242183fbd62c9179d3fe36e9b77f37f3ddf81975
+Size (redis-3.2.3.tar.gz) = 1541401 bytes
SHA1 (patch-ab) = 21754f59e9f1013095fe47ccf7411b438385d558
SHA1 (patch-ac) = 1d848860a39af7a93a06eb8f3001fe89cb1bb3ad
SHA1 (patch-deps_hiredis_fmacros.h) = b9d7d0a82e6794078d997769db6e5572f981b445
Home |
Main Index |
Thread Index |
Old Index