svn commit: r378390 - head/databases/redis-devel
Sergey A. Osokin
osa at FreeBSD.org
Wed Feb 4 01:38:02 UTC 2015
Author: osa
Date: Wed Feb 4 01:38:00 2015
New Revision: 378390
URL: https://svnweb.freebsd.org/changeset/ports/378390
QAT: https://qat.redports.org/buildarchive/r378390/
Log:
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>
Modified:
head/databases/redis-devel/Makefile
head/databases/redis-devel/distinfo
Modified: head/databases/redis-devel/Makefile
==============================================================================
--- head/databases/redis-devel/Makefile Tue Feb 3 23:54:25 2015 (r378389)
+++ head/databases/redis-devel/Makefile Wed Feb 4 01:38:00 2015 (r378390)
@@ -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
Modified: head/databases/redis-devel/distinfo
==============================================================================
--- head/databases/redis-devel/distinfo Tue Feb 3 23:54:25 2015 (r378389)
+++ head/databases/redis-devel/distinfo Wed Feb 4 01:38:00 2015 (r378390)
@@ -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
More information about the svn-ports-all
mailing list