Redis 3.2.7 has been released today and contains some important security fixes as per the release notes: https://raw.githubusercontent.com/antirez/redis/3.2/00-RELEASENOTES This diff works on my end: diff --git a/databases/redis/Makefile b/databases/redis/Makefile index 40c6ffb486f3..4b049465a3c9 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 3.2.6 +DISTVERSION= 3.2.7 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ diff --git a/databases/redis/distinfo b/databases/redis/distinfo index b554028804cb..e85f5ceb6341 100644 --- a/databases/redis/distinfo +++ b/databases/redis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1481067573 -SHA256 (redis-3.2.6.tar.gz) = 2e1831c5a315e400d72bda4beaa98c0cfbe3f4eb8b20c269371634390cf729fa -SIZE (redis-3.2.6.tar.gz) = 1544806 +TIMESTAMP = 1485970210 +SHA256 (redis-3.2.7.tar.gz) = bf9df3e5374bfe7bfc3386380f9df13d94990011504ef07632b3609bb2836fa9 +SIZE (redis-3.2.7.tar.gz) = 1612032
A commit references this bug: Author: osa Date: Wed Feb 1 22:44:10 UTC 2017 New revision: 433116 URL: https://svnweb.freebsd.org/changeset/ports/433116 Log: Upgrade from 3.2.6 to 3.2.7. ChangeLog - https://raw.githubusercontent.com/antirez/redis/3.2/00-RELEASENOTES PR: 216702 Changes: head/databases/redis/Makefile head/databases/redis/distinfo
Committed with modifications, thanks for report!