Date: Sat, 12 Jan 2019 19:17:21 +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: r490074 - head/databases/redis Message-ID: <201901121917.x0CJHLei011594@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Sat Jan 12 19:17:20 2019 New Revision: 490074 URL: https://svnweb.freebsd.org/changeset/ports/490074 Log: Upgrade from 4.0.11 to 4.0.12. <ChangeLog> ================================================================================ Redis 4.0.12 Released Tue Dec 11 18:06:12 CEST 2018 ================================================================================ This backports the following Redis 5 fixes back into Redis 4. Please check the Redis 5 changelog or see the full commit messages for more information. Note that there are important fixes to the AOF implementation so Redis 4.0.12 should be considered as a worthwhile upgrade in production environments where AOF is used and there is the idea of sticking with Redis 4 for some time. b6cd3b3c asyncCloseClientOnOutputBufferLimitReached(): don't free fake clients. e16402b0 Don't call sdscmp() with shared.maxstring or shared.minstring 49d9f411 Fix stringmatchlen() read past buffer bug. 97192e2d Merge pull request #5569 from maximebedard/backport-4497 1908aba7 add linkClient(): adds the client and caches the list node. 239b0857 networking: optimize unlinkClient() in freeClient() 54b17f98 When replica kills a pending RDB save during SYNC, log it. b31c08db Move child termination to readSyncBulkPayload 21971ac8 Prevent RDB autosave from overwriting full resync results 3a91fcbc aof.c: improve indentation and change warning message. e6f287d5 AOF: discard if we lost EXEC when loading aof e0d4c66a Fix AOF comment to report the current behavior. </ChangeLog> Modified: head/databases/redis/Makefile head/databases/redis/distinfo Modified: head/databases/redis/Makefile ============================================================================== --- head/databases/redis/Makefile Sat Jan 12 18:47:29 2019 (r490073) +++ head/databases/redis/Makefile Sat Jan 12 19:17:20 2019 (r490074) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 4.0.11 -PORTREVISION= 1 +DISTVERSION= 4.0.12 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ Modified: head/databases/redis/distinfo ============================================================================== --- head/databases/redis/distinfo Sat Jan 12 18:47:29 2019 (r490073) +++ head/databases/redis/distinfo Sat Jan 12 19:17:20 2019 (r490074) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533485003 -SHA256 (redis-4.0.11.tar.gz) = fc53e73ae7586bcdacb4b63875d1ff04f68c5474c1ddeda78f00e5ae2eed1bbb -SIZE (redis-4.0.11.tar.gz) = 1739656 +TIMESTAMP = 1547320446 +SHA256 (redis-4.0.12.tar.gz) = 6447259d2eed426a949c9c13f8fdb2d91fb66d9dc915dd50db13b87f46d93162 +SIZE (redis-4.0.12.tar.gz) = 1740544
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901121917.x0CJHLei011594>