Bug 216702 - Update databases/redis to 3.2.7
Summary: Update databases/redis to 3.2.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Sergey A. Osokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-01 17:35 UTC by pete
Modified: 2017-02-01 22:45 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (osa)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pete 2017-02-01 17:35:19 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-02-01 22:44:50 UTC
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
Comment 2 Sergey A. Osokin freebsd_committer freebsd_triage 2017-02-01 22:45:19 UTC
Committed with modifications, thanks for report!