aboutsummaryrefslogtreecommitdiff
path: root/databases/redis/Makefile
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2019-01-12 19:17:20 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2019-01-12 19:17:20 +0000
commit7c42be90f555db0baf03b004e8df1849ebf23ed4 (patch)
treef7b7cd89186b64dc950f5af3e0b8aa05f546a924 /databases/redis/Makefile
parentc9c333c3c724d302873a02cfe2b26074f10ccc7b (diff)
downloadports-7c42be90f555db0baf03b004e8df1849ebf23ed4.tar.gz
ports-7c42be90f555db0baf03b004e8df1849ebf23ed4.zip
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>
Notes
Notes: svn path=/head/; revision=490074
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 e22772b6535c..af9eaeec406a 100644
--- a/databases/redis/Makefile
+++ b/databases/redis/Makefile
@@ -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/