svn commit: r459967 - head/databases/redis-devel

Sergey A. Osokin osa at FreeBSD.org
Thu Jan 25 22:59:20 UTC 2018


Author: osa
Date: Thu Jan 25 22:59:19 2018
New Revision: 459967
URL: https://svnweb.freebsd.org/changeset/ports/459967

Log:
  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>

Modified:
  head/databases/redis-devel/Makefile
  head/databases/redis-devel/distinfo

Modified: head/databases/redis-devel/Makefile
==============================================================================
--- head/databases/redis-devel/Makefile	Thu Jan 25 22:55:02 2018	(r459966)
+++ head/databases/redis-devel/Makefile	Thu Jan 25 22:59:19 2018	(r459967)
@@ -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

Modified: head/databases/redis-devel/distinfo
==============================================================================
--- head/databases/redis-devel/distinfo	Thu Jan 25 22:55:02 2018	(r459966)
+++ head/databases/redis-devel/distinfo	Thu Jan 25 22:59:19 2018	(r459967)
@@ -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


More information about the svn-ports-all mailing list