Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jun 2017 00:07:12 +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: r442598 - head/databases/redis
Message-ID:  <201706050007.v5507CkS088353@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Mon Jun  5 00:07:12 2017
New Revision: 442598
URL: https://svnweb.freebsd.org/changeset/ports/442598

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

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

Modified: head/databases/redis/Makefile
==============================================================================
--- head/databases/redis/Makefile	Sun Jun  4 22:37:12 2017	(r442597)
+++ head/databases/redis/Makefile	Mon Jun  5 00:07:12 2017	(r442598)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	redis
-DISTVERSION=	3.2.8
+DISTVERSION=	3.2.9
 CATEGORIES=	databases
 MASTER_SITES=	http://download.redis.io/releases/
 

Modified: head/databases/redis/distinfo
==============================================================================
--- head/databases/redis/distinfo	Sun Jun  4 22:37:12 2017	(r442597)
+++ head/databases/redis/distinfo	Mon Jun  5 00:07:12 2017	(r442598)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1487040769
-SHA256 (redis-3.2.8.tar.gz) = 61b373c23d18e6cc752a69d5ab7f676c6216dc2853e46750a8c4ed791d68482c
-SIZE (redis-3.2.8.tar.gz) = 1547237
+TIMESTAMP = 1496620704
+SHA256 (redis-3.2.9.tar.gz) = 6eaacfa983b287e440d0839ead20c2231749d5d6b78bbe0e0ffa3a890c59ff26
+SIZE (redis-3.2.9.tar.gz) = 1547695



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706050007.v5507CkS088353>