Date: Sun, 5 Aug 2018 16:13:46 +0000 (UTC) From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476416 - head/databases/redis Message-ID: <201808051613.w75GDkOE015618@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Sun Aug 5 16:13:45 2018 New Revision: 476416 URL: https://svnweb.freebsd.org/changeset/ports/476416 Log: 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> Modified: head/databases/redis/Makefile head/databases/redis/distinfo Modified: head/databases/redis/Makefile ============================================================================== --- head/databases/redis/Makefile Sun Aug 5 14:29:17 2018 (r476415) +++ head/databases/redis/Makefile Sun Aug 5 16:13:45 2018 (r476416) @@ -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/ Modified: head/databases/redis/distinfo ============================================================================== --- head/databases/redis/distinfo Sun Aug 5 14:29:17 2018 (r476415) +++ head/databases/redis/distinfo Sun Aug 5 16:13:45 2018 (r476416) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529448276 -SHA256 (redis-4.0.10.tar.gz) = 1db67435a704f8d18aec9b9637b373c34aa233d65b6e174bdac4c1b161f38ca4 -SIZE (redis-4.0.10.tar.gz) = 1738465 +TIMESTAMP = 1533485003 +SHA256 (redis-4.0.11.tar.gz) = fc53e73ae7586bcdacb4b63875d1ff04f68c5474c1ddeda78f00e5ae2eed1bbb +SIZE (redis-4.0.11.tar.gz) = 1739656
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808051613.w75GDkOE015618>