From owner-svn-ports-all@freebsd.org Tue Dec 6 23:45:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09D04C6AC69; Tue, 6 Dec 2016 23:45:30 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4CDADA4; Tue, 6 Dec 2016 23:45:29 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB6NjS6s041719; Tue, 6 Dec 2016 23:45:28 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB6NjSdg041717; Tue, 6 Dec 2016 23:45:28 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201612062345.uB6NjSdg041717@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Tue, 6 Dec 2016 23:45:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428019 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Dec 2016 23:45:30 -0000 Author: osa Date: Tue Dec 6 23:45:28 2016 New Revision: 428019 URL: https://svnweb.freebsd.org/changeset/ports/428019 Log: Upgrade from 4.0-rc1 to 4.0-rc2. Upgrade urgency LOW: This release mainly fixes a rare GEO API bug and a crash related to the modules subsystem. Redis 4.0.0-RC2 (version number 3.9.102) just fixes two bugs: 1. GEORADIUS could fail reporting items with very big radius lengths because of a bug in the bounding box computation function. This was fixed and tests with large radius sizes were added. 2. There was a crash in the modules subsystem that was not merged into RC1 for an error, while it was already fixed into the "unstable" branch. Modified: head/databases/redis-devel/Makefile head/databases/redis-devel/distinfo Modified: head/databases/redis-devel/Makefile ============================================================================== --- head/databases/redis-devel/Makefile Tue Dec 6 23:42:02 2016 (r428018) +++ head/databases/redis-devel/Makefile Tue Dec 6 23:45:28 2016 (r428019) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 4.0-rc1 +DISTVERSION= 4.0-rc2 CATEGORIES= databases MASTER_SITES= https://github.com/antirez/redis/archive/ PKGNAMESUFFIX= -devel Modified: head/databases/redis-devel/distinfo ============================================================================== --- head/databases/redis-devel/distinfo Tue Dec 6 23:42:02 2016 (r428018) +++ head/databases/redis-devel/distinfo Tue Dec 6 23:45:28 2016 (r428019) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480898940 -SHA256 (redis/4.0-rc1.tar.gz) = 4a7f8daafd5ca6d65a077d0bb8d4b6cc4ba5a2e6da2281fd45acebd327db941c -SIZE (redis/4.0-rc1.tar.gz) = 1683841 +TIMESTAMP = 1481067740 +SHA256 (redis/4.0-rc2.tar.gz) = 70941c192e6afe441cf2c8d659c39ab955e476030c492179a91dcf3f02f5db67 +SIZE (redis/4.0-rc2.tar.gz) = 1684491