mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Security upgrade from 3.0.1 to 3.0.2.
<ChangeLog> --[ Redis 3.0.2 ] Release date: 4 Jun 2015 Upgrade urgency: HIGH for Redis because of a security issue. LOW for Sentinel. * [FIX] Critical security issue fix by Ben Murphy: http://t.co/LpGTyZmfS7 * [FIX] SMOVE reply fixed when src and dst keys are the same. (Glenn Nethercutt) * [FIX] Lua cmsgpack lib updated to support str8 type. (Sebastian Waisbrot) * [NEW] ZADD support for options: NX, XX, CH. See new doc at redis.io. (Salvatore Sanfilippo) * [NEW] Senitnel: CKQUORUM and FLUSHCONFIG commands back ported. (Salvatore Sanfilippo) </ChangeLog>
This commit is contained in:
parent
9dcee77491
commit
d62ca4b0be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388560
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= redis
|
||||
DISTVERSION= 3.0.1
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 3.0.2
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://download.redis.io/releases/
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (redis-3.0.1.tar.gz) = 0e21be5d7c5e6ab6adcbed257619897db59be9e1ded7ef6fd1582d0cdb5e5bb7
|
||||
SIZE (redis-3.0.1.tar.gz) = 1358190
|
||||
SHA256 (redis-3.0.2.tar.gz) = 93e422c0d584623601f89b956045be158889ebe594478a2c24e1bf218495633f
|
||||
SIZE (redis-3.0.2.tar.gz) = 1360182
|
||||
|
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= redis
|
||||
DISTVERSION= 3.0.1
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 3.0.2
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://download.redis.io/releases/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (redis-3.0.1.tar.gz) = 0e21be5d7c5e6ab6adcbed257619897db59be9e1ded7ef6fd1582d0cdb5e5bb7
|
||||
SIZE (redis-3.0.1.tar.gz) = 1358190
|
||||
SHA256 (redis-3.0.2.tar.gz) = 93e422c0d584623601f89b956045be158889ebe594478a2c24e1bf218495633f
|
||||
SIZE (redis-3.0.2.tar.gz) = 1360182
|
||||
|
Loading…
Reference in New Issue
Block a user