From owner-svn-ports-head@FreeBSD.ORG Sat Oct 12 06:28:08 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 91A22F54; Sat, 12 Oct 2013 06:28:08 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7D2BD2C8F; Sat, 12 Oct 2013 06:28:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9C6S88A007505; Sat, 12 Oct 2013 06:28:08 GMT (envelope-from osa@svn.freebsd.org) Received: (from osa@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9C6S8kj007503; Sat, 12 Oct 2013 06:28:08 GMT (envelope-from osa@svn.freebsd.org) Message-Id: <201310120628.r9C6S8kj007503@svn.freebsd.org> From: "Sergey A. Osokin" Date: Sat, 12 Oct 2013 06:28:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330121 - head/databases/redis-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 06:28:08 -0000 Author: osa Date: Sat Oct 12 06:28:07 2013 New Revision: 330121 URL: http://svnweb.freebsd.org/changeset/ports/330121 Log: Update from 2.8.0-rc4 to 2.8.0-rc5. --[ Redis 2.8 Release Candidate 5 (2.7.105) ] Release date: 9 Oct 2013 This is the 5th release candidate of Redis 2.8 (official version is 2.7.105). Important bugs fixed inside. # UPGRADE URGENCY: HIGH because of many non critical replication bugs fixed. * [FIX] redis-cli: don't crash with --bigkeys when the key no longer exist. * [FIX] Allow AUTH / PING when disconnected from slave and serve-stale-data is no. * [FIX] PSYNC: safer handling of PSYNC requests with offsets in the future. * [FIX] Replication: Fix master timeout detection. * [FIX] Replication: Correctly install the write handler after successful PSYNC. Modified: head/databases/redis-devel/Makefile head/databases/redis-devel/distinfo Modified: head/databases/redis-devel/Makefile ============================================================================== --- head/databases/redis-devel/Makefile Sat Oct 12 05:42:26 2013 (r330120) +++ head/databases/redis-devel/Makefile Sat Oct 12 06:28:07 2013 (r330121) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 2.8.0-rc4 +DISTVERSION= 2.8.0-rc5 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ PKGNAMESUFFIX= -devel Modified: head/databases/redis-devel/distinfo ============================================================================== --- head/databases/redis-devel/distinfo Sat Oct 12 05:42:26 2013 (r330120) +++ head/databases/redis-devel/distinfo Sat Oct 12 06:28:07 2013 (r330121) @@ -1,2 +1,2 @@ -SHA256 (redis-2.8.0-rc4.tar.gz) = 3d30432ba551697e9d43f11451d2f9ef00cfca89da534c53ccf2ceb0655df77c -SIZE (redis-2.8.0-rc4.tar.gz) = 1035528 +SHA256 (redis-2.8.0-rc5.tar.gz) = 83b3e9ea10ebfff3ab1f78ed38fc255eea65ba5dab0bb056e9c140f3d056c635 +SIZE (redis-2.8.0-rc5.tar.gz) = 1035790