aboutsummaryrefslogtreecommitdiff
path: root/databases/redis/Makefile
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2017-06-05 00:07:12 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2017-06-05 00:07:12 +0000
commitece1280e560a0f14566042ee8f3d33b182b639c0 (patch)
tree751afd819b2f32502f74168dc7f458b8f73a0b4c /databases/redis/Makefile
parentad28b9b6199bec83e4897d3af0edd813e5fca0ae (diff)
downloadports-ece1280e560a0f14566042ee8f3d33b182b639c0.tar.gz
ports-ece1280e560a0f14566042ee8f3d33b182b639c0.zip
Upgrade from 3.2.8 to 3.2.9.
<ChangeLog> Upgrade urgency LOW: A few rarely harmful bugs were fixed. This release just fixes bugs that are unlikely to cause serious problems so there is no need to update ASAP. Please, see the list of commits for the details on the bugs fixed and credits: o) redis-cli --bigkeys: show error when TYPE fails o) Fix preprocessor if/else chain broken in order to fix #3927 o) Fix zmalloc_get_memory_size() ifdefs to actually use the else branch o) Set lua-time-limit default value at safe place o) Fix #3848 by closing the descriptor on error o) Update block->free after some diff data are written to the child process o) Test: fix, hopefully, false PSYNC failure like in issue #2715 o) Fix #2883, #2857 pipe fds leak when fork() failed on bg aof rw o) Don't leak file descriptor on syncWithMaster() </ChangeLog> M Makefile M distinfo
Notes
Notes: svn path=/head/; revision=442598
Diffstat (limited to 'databases/redis/Makefile')
-rw-r--r--databases/redis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile
index 043c71745e5d..b17b79349f4a 100644
--- a/databases/redis/Makefile
+++ b/databases/redis/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= redis
-DISTVERSION= 3.2.8
+DISTVERSION= 3.2.9
CATEGORIES= databases
MASTER_SITES= http://download.redis.io/releases/