Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jun 2018 22:55:51 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472828 - head/databases/redis
Message-ID:  <201806192255.w5JMtpgt081881@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Tue Jun 19 22:55:51 2018
New Revision: 472828
URL: https://svnweb.freebsd.org/changeset/ports/472828

Log:
  Upgrade from 4.0.9 to 4.0.10.
  Update CONFLICTS.
  
  <ChangeLog>
  
  Redis 4.0.10 fixes a number of important issues:
  
  * Important security issues related to the Lua scripting engine.
    Please check https://github.com/antirez/redis/issues/5017
    for more information.
  
  * A bug with SCAN, SSCAN, HSCAN and ZSCAN, that may not return all the elements.
    We also add a regression test that can trigger the issue often when present, and
    may in theory be able to find unrelated regressions.
  
  * A PSYNC2 bug is fixed: Redis should not expire keys when saving RDB files
    because otherwise it is no longer possible to use such RDB file as a base
    for partial resynchronization. It no longer represents the right state.
  
  * Compatibility of AOF with RDB preamble when the RDB checksum is disabled.
  
  * Sentinel bug that in some cases prevented Sentinel to detect that the master
    was down immediately. A delay was added to the detection.
  
  * Other minor issues.
  
  </ChangeLog>

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

Modified: head/databases/redis/Makefile
==============================================================================
--- head/databases/redis/Makefile	Tue Jun 19 22:30:07 2018	(r472827)
+++ head/databases/redis/Makefile	Tue Jun 19 22:55:51 2018	(r472828)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	redis
-DISTVERSION=	4.0.9
-PORTREVISION=	1
+DISTVERSION=	4.0.10
 CATEGORIES=	databases
 MASTER_SITES=	http://download.redis.io/releases/
 
@@ -56,7 +55,7 @@ USES+=		tcl:build
 
 LDFLAGS+=	-lpthread -lm -lexecinfo
 
-CONFLICTS?=	redis-devel-4.*
+CONFLICTS?=	redis-devel-5.*
 
 USES+=		gmake
 MAKE_ENV=	"V=yo"

Modified: head/databases/redis/distinfo
==============================================================================
--- head/databases/redis/distinfo	Tue Jun 19 22:30:07 2018	(r472827)
+++ head/databases/redis/distinfo	Tue Jun 19 22:55:51 2018	(r472828)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1523918138
-SHA256 (redis-4.0.9.tar.gz) = df4f73bc318e2f9ffb2d169a922dec57ec7c73dd07bccf875695dbeecd5ec510
-SIZE (redis-4.0.9.tar.gz) = 1737022
+TIMESTAMP = 1529448276
+SHA256 (redis-4.0.10.tar.gz) = 1db67435a704f8d18aec9b9637b373c34aa233d65b6e174bdac4c1b161f38ca4
+SIZE (redis-4.0.10.tar.gz) = 1738465



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806192255.w5JMtpgt081881>