diff options
author | adam <adam@pkgsrc.org> | 2018-08-19 08:39:36 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-08-19 08:39:36 +0000 |
commit | 9a96465adcbc3d80870aa1f507cb84392b4aecae (patch) | |
tree | ee52f6c8ca49fc3bb141a7bcb3de1767b3bf30d5 /databases/redis/Makefile | |
parent | d562a273039a792fe612a2f4e9505d22bdbf2230 (diff) | |
download | pkgsrc-9a96465adcbc3d80870aa1f507cb84392b4aecae.tar.gz |
redis: updated to 4.0.11
Redis 4.0.11:
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.
Diffstat (limited to 'databases/redis/Makefile')
-rw-r--r-- | databases/redis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile index 7140b020925..33fa55dfa16 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2018/08/02 14:47:34 adam Exp $ +# $NetBSD: Makefile,v 1.40 2018/08/19 08:39:36 adam Exp $ -DISTNAME= redis-4.0.10 +DISTNAME= redis-4.0.11 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ |