svn commit: r334659 - head/databases/redis-devel

Sergey A. Osokin osa at FreeBSD.org
Sat Nov 23 11:02:31 UTC 2013


Author: osa
Date: Sat Nov 23 11:02:30 2013
New Revision: 334659
URL: http://svnweb.freebsd.org/changeset/ports/334659

Log:
  Upgrade from 2.8.0-rc6 to 2.8.0.
  
  <ChangeLog>
  
  # UPGRADE URGENCY: LOW, unless you want to upgrade to new Sentinel code.
  
  * [FIX] Fixed an error in rdbWriteRaw() that should have no practical impact.
  * [NEW] Log the new master when SLAVEOF command is used.
  * [NEW] Sentinel code synchronized with the unstable branch, the new Sentinel
          is a reimplementation that uses more reliable algorithms.
  
  </ChangeLog>

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

Modified: head/databases/redis-devel/Makefile
==============================================================================
--- head/databases/redis-devel/Makefile	Sat Nov 23 10:53:02 2013	(r334658)
+++ head/databases/redis-devel/Makefile	Sat Nov 23 11:02:30 2013	(r334659)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	redis
-DISTVERSION=	2.8.0-rc6
+DISTVERSION=	2.8.0
 CATEGORIES=	databases
 MASTER_SITES=	http://download.redis.io/releases/
 PKGNAMESUFFIX=	-devel

Modified: head/databases/redis-devel/distinfo
==============================================================================
--- head/databases/redis-devel/distinfo	Sat Nov 23 10:53:02 2013	(r334658)
+++ head/databases/redis-devel/distinfo	Sat Nov 23 11:02:30 2013	(r334659)
@@ -1,2 +1,2 @@
-SHA256 (redis-2.8.0-rc6.tar.gz) = e3b1799b956733b5cbf9c52a590fe7148777adb3809ee7a5036b13c2ced30238
-SIZE (redis-2.8.0-rc6.tar.gz) = 1043128
+SHA256 (redis-2.8.0.tar.gz) = 6250071f47ed086f0a39f551923f61f9e9240085e07a61c7f1408372545b59c9
+SIZE (redis-2.8.0.tar.gz) = 1044786


More information about the svn-ports-all mailing list