aboutsummaryrefslogtreecommitdiff
path: root/databases/redis-devel
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2015-02-04 01:38:00 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2015-02-04 01:38:00 +0000
commit02597e5a1ed85ce3cd7c545e3eab191a76490810 (patch)
tree99ef13095d1471a199ae1bd865e9a9c83546e693 /databases/redis-devel
parent5b71df6afbf6987eb8d8ea63b6265a7e2c7a6f80 (diff)
downloadports-02597e5a1ed85ce3cd7c545e3eab191a76490810.tar.gz
ports-02597e5a1ed85ce3cd7c545e3eab191a76490810.zip
Upgrade from 3.0.0-rc2 to 3.0.0-rc3.
<ChangeLog> --[ Redis 3.0.0 RC3 (version 2.9.103) ] Release date: 30 jan 2015 Upgrade urgency: High for Redis Cluster users, Low otherwise. This is the third release candidate for Redis 3.0.0, the new RC fixes several critical issues with Redis Cluster. >> General changes * [FIX] AOF bug unlikely to happen in practice and mostly harmless: child process segfaults when parent is not reachable via pipe. (Sun He) * [FIX] Scripting engine now reports an error when misused with Lua debug hooks, instead of crashing. (Salvatore Sanfilippo) >> Cluster changes * [FIX] Several issues with Redis Cluster internal nodes objects handling. (Matt Stancliff & Salvatore Sanfilippo) * [FIX] Improvements in the Cluster test. (Matt Stancliff & Salvatore Sanfilippo). * [FIX] Cluster memory leaks / double frees (Matt Stancliff). * [FIX] /dev/urandom surrogate for generation of unique IDs in a more cheap way. (Salvatore Sanfilippo) * [FIX] Fixes and improvements to PING / PONG packets gossip sections in order to improve (and fix) failure detection and speedup cluster info propagation. (Salvatore Sanfilippo) * [NEW] CLUSTER count-failure-reports command added. (Salvatore Sanfilippo) >> Sentinel changes No changes for Sentinel. </ChangeLog>
Notes
Notes: svn path=/head/; revision=378390
Diffstat (limited to 'databases/redis-devel')
-rw-r--r--databases/redis-devel/Makefile2
-rw-r--r--databases/redis-devel/distinfo4
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile
index 4d9e50717825..27b5d2e2051e 100644
--- a/databases/redis-devel/Makefile
+++ b/databases/redis-devel/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= redis
-DISTVERSION= 3.0.0-rc2
+DISTVERSION= 3.0.0-rc3
CATEGORIES= databases
MASTER_SITES= https://github.com/antirez/redis/archive/
PKGNAMESUFFIX= -devel
diff --git a/databases/redis-devel/distinfo b/databases/redis-devel/distinfo
index f0c3351c1a67..54860b009a11 100644
--- a/databases/redis-devel/distinfo
+++ b/databases/redis-devel/distinfo
@@ -1,2 +1,2 @@
-SHA256 (redis/3.0.0-rc2.tar.gz) = 3713194850e1b75fa01f17249a69e67636c1ad3f148fd15950d08d7a87bcf463
-SIZE (redis/3.0.0-rc2.tar.gz) = 1356667
+SHA256 (redis/3.0.0-rc3.tar.gz) = 1695fa532eafc14c95f45add5d8a71d07e0e87b5c8f06c29dfa06313322d27b7
+SIZE (redis/3.0.0-rc3.tar.gz) = 1360865