Date: Wed, 14 May 2014 02:05:04 +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: r354014 - head/databases/redis Message-ID: <201405140205.s4E254T5034693@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Wed May 14 02:05:04 2014 New Revision: 354014 URL: http://svnweb.freebsd.org/changeset/ports/354014 QAT: https://qat.redports.org/buildarchive/r354014/ Log: Upgrade from 2.8.8 to 2.8.9. <ChangeLog> # UPGRADE URGENCY: LOW, only new features introduced, no bugs fixed. * [NEW] The HyperLogLog data structure. You can read more about it in this blog post. http://antirez.com/news/75 * [NEW] The Sorted Set data type has now support for lexicographic range queries, check the new commands ZRANGEBYLEX, ZLEXCOUNT and ZREMRANGEBYLEX, which are documented at http://redis.io. </ChangeLog> Modified: head/databases/redis/Makefile head/databases/redis/distinfo Modified: head/databases/redis/Makefile ============================================================================== --- head/databases/redis/Makefile Wed May 14 01:58:08 2014 (r354013) +++ head/databases/redis/Makefile Wed May 14 02:05:04 2014 (r354014) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 2.8.8 +DISTVERSION= 2.8.9 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ Modified: head/databases/redis/distinfo ============================================================================== --- head/databases/redis/distinfo Wed May 14 01:58:08 2014 (r354013) +++ head/databases/redis/distinfo Wed May 14 02:05:04 2014 (r354014) @@ -1,2 +1,2 @@ -SHA256 (redis-2.8.8.tar.gz) = fd2be11b8d9300d35b6bbed6fcd6fa6d7ef1a72ccaeb0cc991ce44dc49908bc8 -SIZE (redis-2.8.8.tar.gz) = 1073450 +SHA256 (redis-2.8.9.tar.gz) = 7834c37f2ff186c46aef8e4a066dfbf1d6772a285aa31c19c58162f264f1007f +SIZE (redis-2.8.9.tar.gz) = 1097369
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405140205.s4E254T5034693>