aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2018-01-26 06:59:19 +0800
committerosa <osa@FreeBSD.org>2018-01-26 06:59:19 +0800
commitd9e88b97d369f518b46e76375a564bf17132e5ce (patch)
treefc9c93e7d7e3e74f8aa9e52ec00611dc66129adf /databases
parent8456d00c1eada9e9ef221ec88249048267577101 (diff)
downloadfreebsd-ports-gnome-d9e88b97d369f518b46e76375a564bf17132e5ce.tar.gz
freebsd-ports-gnome-d9e88b97d369f518b46e76375a564bf17132e5ce.tar.zst
freebsd-ports-gnome-d9e88b97d369f518b46e76375a564bf17132e5ce.zip
Upgrade from 4.0.6 to 4.0.7.
<ChangeLog> * Many 32 bit overflows were addressed in order to allow to use Redis with a very significant amount of data, memory size permitting. (zhaozhao.zz, Oran Agra) * MEMORY USAGE fixed for the list type. (gnuhpc) * Allow read-only scripts in Redis Cluster. (Salvatore Sanfilippo) * Fix AOF pipes setup in edge case. (heqin) * AUTH option for MIGRATE. (AlexStocks, Salvatore Sanfilippo, Fabio Nicotra) * HyperLogLogs are no longer converted from sparse to dense in order to be merged. (Salvatore Sanfilippo) * Fix AOF rewrite dead loop under edge cases. (heqin) * Fix processing of large bulk strings (>= 2GB). (Oran Agra) * Added RM_UnlinkKey in modules API. (Dvir Volk) * Fix Redis Cluster crashes when certain commands with a variable number of arguments are called in an improper way. (Salvatore Sanfilippo) * Fix memory leak in lazyfree engine. (zhaozhao.zz) * Fix many potentially successful partial synchronizations that end doing a full SYNC, because of a bug destroying the replication backlog on the slave. So after a failover the slave was often not able to PSYNC with masters, and a full SYNC was triggered. The bug only happened after 1 hour of uptime so escaped the unit tests. (Oran Agra) * Improve anti-affinity in master/slave allocation for Redis Cluster when the cluster is created. (Salvatore Sanfilippo) * Improve output buffer handling for slaves, by not limiting the amount of writes a slave could receive. (Guy Benoish) </ChangeLog>
Diffstat (limited to 'databases')
-rw-r--r--databases/redis-devel/Makefile2
-rw-r--r--databases/redis-devel/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile
index 32b0797d6a8c..92796001b01c 100644
--- a/databases/redis-devel/Makefile
+++ b/databases/redis-devel/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= redis
-DISTVERSION= 4.0.6
+DISTVERSION= 4.0.7
CATEGORIES= databases
MASTER_SITES= http://download.redis.io/releases/
PKGNAMESUFFIX= -devel
diff --git a/databases/redis-devel/distinfo b/databases/redis-devel/distinfo
index 1230c503dda3..b486ff87a255 100644
--- a/databases/redis-devel/distinfo
+++ b/databases/redis-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1512444121
-SHA256 (redis-4.0.6.tar.gz) = 769b5d69ec237c3e0481a262ff5306ce30db9b5c8ceb14d1023491ca7be5f6fa
-SIZE (redis-4.0.6.tar.gz) = 1723533
+TIMESTAMP = 1516903430
+SHA256 (redis-4.0.7.tar.gz) = 1bba546d44fb40e1fd8be1a15e1a9cc6484bceeea0bbd52919eebc656661ecd1
+SIZE (redis-4.0.7.tar.gz) = 1729488