Date: Sat, 1 Sep 2012 19:01:43 +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: r303509 - head/databases/redis Message-ID: <201209011901.q81J1hxW062959@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Sat Sep 1 19:01:43 2012 New Revision: 303509 URL: http://svn.freebsd.org/changeset/ports/303509 Log: Update from 2.4.16 to 2.4.17. <ChangeLog> * INFO command now contains the run_id field for Redis Sentinel compatibility. * Support for the "slave priority" parameter published via INFO and used by Redis Sentinel. * [BUGFIX] An optimization to convert double values into strings was not used because of an error in a preprocessor directive. Now it's fixed. Saving datasets with many sorted sets should be faster. * [BUGFIX] Fixed a theoretic bug in the ziplist implementation. </ChangeLog> Modified: head/databases/redis/Makefile head/databases/redis/distinfo Modified: head/databases/redis/Makefile ============================================================================== --- head/databases/redis/Makefile Sat Sep 1 18:50:14 2012 (r303508) +++ head/databases/redis/Makefile Sat Sep 1 19:01:43 2012 (r303509) @@ -6,7 +6,7 @@ # PORTNAME= redis -PORTVERSION= 2.4.16 +PORTVERSION= 2.4.17 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE Modified: head/databases/redis/distinfo ============================================================================== --- head/databases/redis/distinfo Sat Sep 1 18:50:14 2012 (r303508) +++ head/databases/redis/distinfo Sat Sep 1 19:01:43 2012 (r303509) @@ -1,2 +1,2 @@ -SHA256 (redis-2.4.16.tar.gz) = d35cc89d73aa1ff05af5f1380a4411c828979b3b446f5caf8b5720225b38e15b -SIZE (redis-2.4.16.tar.gz) = 649908 +SHA256 (redis-2.4.17.tar.gz) = 3fae7c47ef84886ff65073593c91586bb675babaf702eb6f3b37855ab3066ebd +SIZE (redis-2.4.17.tar.gz) = 656155
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209011901.q81J1hxW062959>