mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Upgrade from 3.0.0 to 3.0.1.
<ChangeLog> --[ Redis 3.0.1 ] Release date: 5 May 2015 Upgrade urgency: LOW for Redis, Sentinel, Cluster. * [FIX] Sentinel memory leak due to hiredis fixed. (Salvatore Sanfilippo) * [FIX] Sentinel memory leak on duplicated instance. (Charsyam) * [FIX] Redis crash on Lua reaching output buffer limits. (Yossi Gottlieb) * [FIX] Sentinel flushes config on +slave events. (Bill Anderson) </ChangeLog>
This commit is contained in:
parent
14e669a8cc
commit
4825a1b2fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385498
4 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= redis
|
||||
DISTVERSION= 3.0.0
|
||||
DISTVERSION= 3.0.1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://download.redis.io/releases/
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (redis-3.0.0.tar.gz) = 654c95c6236692dcb916fccba9a34d0877cc91338c8b6a372511e6eb080e34bf
|
||||
SIZE (redis-3.0.0.tar.gz) = 1358081
|
||||
SHA256 (redis-3.0.1.tar.gz) = 0e21be5d7c5e6ab6adcbed257619897db59be9e1ded7ef6fd1582d0cdb5e5bb7
|
||||
SIZE (redis-3.0.1.tar.gz) = 1358190
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= redis
|
||||
DISTVERSION= 3.0.0
|
||||
DISTVERSION= 3.0.1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://download.redis.io/releases/
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (redis-3.0.0.tar.gz) = 654c95c6236692dcb916fccba9a34d0877cc91338c8b6a372511e6eb080e34bf
|
||||
SIZE (redis-3.0.0.tar.gz) = 1358081
|
||||
SHA256 (redis-3.0.1.tar.gz) = 0e21be5d7c5e6ab6adcbed257619897db59be9e1ded7ef6fd1582d0cdb5e5bb7
|
||||
SIZE (redis-3.0.1.tar.gz) = 1358190
|
||||
|
|
Loading…
Add table
Reference in a new issue