svn commit: r428018 - head/databases/redis

Sergey A. Osokin osa at FreeBSD.org
Tue Dec 6 23:42:03 UTC 2016


Author: osa
Date: Tue Dec  6 23:42:02 2016
New Revision: 428018
URL: https://svnweb.freebsd.org/changeset/ports/428018

Log:
  Upgrade from 3.2.5 to 3.2.6.
  
  <ChangeLog>
  
  Upgrade urgency MODERATE: GEORADIUS, BITFIELD and Redis Cluster minor fixes.
  
  This release mainly fixes three bugs:
  
  1. A bug with BITFIELD that may cause the bitmap corruption when setting offsets
     larger than the current string size.
  
  2. A GEORADIUS bug that may happen when using very large radius lengths, in
     the range of 10000km or alike, due to wrong bounding box calculation.
  
  3. A bug with Redis Cluster which crashes when reading a nodes configuration
     file with zero bytes at the end, which sometimes happens with certain ext4
     configurations after a system crash.
  
  </ChangeLog>

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

Modified: head/databases/redis/Makefile
==============================================================================
--- head/databases/redis/Makefile	Tue Dec  6 23:17:07 2016	(r428017)
+++ head/databases/redis/Makefile	Tue Dec  6 23:42:02 2016	(r428018)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	redis
-DISTVERSION=	3.2.5
+DISTVERSION=	3.2.6
 CATEGORIES=	databases
 MASTER_SITES=	http://download.redis.io/releases/
 

Modified: head/databases/redis/distinfo
==============================================================================
--- head/databases/redis/distinfo	Tue Dec  6 23:17:07 2016	(r428017)
+++ head/databases/redis/distinfo	Tue Dec  6 23:42:02 2016	(r428018)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1480441490
-SHA256 (redis-3.2.5.tar.gz) = 8509ceb1efd849d6b2346a72a8e926b5a4f6ed3cc7c3cd8d9f36b2e9ba085315
-SIZE (redis-3.2.5.tar.gz) = 1544040
+TIMESTAMP = 1481067573
+SHA256 (redis-3.2.6.tar.gz) = 2e1831c5a315e400d72bda4beaa98c0cfbe3f4eb8b20c269371634390cf729fa
+SIZE (redis-3.2.6.tar.gz) = 1544806


More information about the svn-ports-head mailing list