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

Sergey A. Osokin osa at FreeBSD.org
Tue Dec 6 23:45:30 UTC 2016


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.
  
  <ChangeLog>
  
  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.
  
  </ChangeLog>

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


More information about the svn-ports-head mailing list