aboutsummaryrefslogtreecommitdiff
path: root/databases/redis/Makefile
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2018-08-05 16:13:45 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2018-08-05 16:13:45 +0000
commite12a35afe105523263748ca56bb6452c561ba573 (patch)
tree62a7975fabba8459d6594cf92ede7b8e2c49f4fb /databases/redis/Makefile
parent9ea00286cf0d5c2242571ba86f8260040a37cdbf (diff)
downloadports-e12a35afe105523263748ca56bb6452c561ba573.tar.gz
ports-e12a35afe105523263748ca56bb6452c561ba573.zip
Upgrade from 4.0.10 to 4.0.11.
<ChangeLog> Upgrade urgency HIGH: not critical but very important bugs fixed. Dear users, this is just a bugfix release of Redis 4. All new work is now focused on Redis 5, however we backported a number of bug fixes here: * The disconnection time between the master and slave was reset in an incorrect place, sometimes a good slave will not be able to failover because it claims it was disconnected for too much time from the master. * A replication bug, rare to trigger but non impossible, is in Redis for years. It was lately discovered at Redis Labs and fixed by Oran Agra. It may cause disconnections, desynchronizations and other issues. * RANDOMKEY may go in infinite loop on rare situations. Now fixed. * EXISTS now works in a more consistent way on slaves. * Sentinel: backport of an option to deny a potential security problem when the SENTINEL command is used to configure an arbitrary script to execute. Many of these issues are there for a very long time, however upgrading is a good idea. </ChangeLog>
Notes
Notes: svn path=/head/; revision=476416
Diffstat (limited to 'databases/redis/Makefile')
-rw-r--r--databases/redis/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile
index 37c17a80b770..5c0fa9d3ab22 100644
--- a/databases/redis/Makefile
+++ b/databases/redis/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= redis
-DISTVERSION= 4.0.10
-PORTREVISION= 1
+DISTVERSION= 4.0.11
CATEGORIES= databases
MASTER_SITES= http://download.redis.io/releases/