[Bug 216702] Update databases/redis to 3.2.7
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Feb 1 17:35:20 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216702
Bug ID: 216702
Summary: Update databases/redis to 3.2.7
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: osa at FreeBSD.org
Reporter: pete at nomadlogic.org
Flags: maintainer-feedback?(osa at FreeBSD.org)
Assignee: osa at FreeBSD.org
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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list