aboutsummaryrefslogtreecommitdiffstats
path: root/databases/redis
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2010-10-17 15:04:56 +0800
committerSergey A. Osokin <osa@FreeBSD.org>2010-10-17 15:04:56 +0800
commit5542d49cec5ec928cb35806a00191ecabb70db8a (patch)
tree852f2fc77e000c09577ec2642fffdab23f20b77b /databases/redis
parent9a61bf1e6ad5f7028a0b468c1f540e18cdec0616 (diff)
downloadfreebsd-ports-gnome-5542d49cec5ec928cb35806a00191ecabb70db8a.tar.gz
freebsd-ports-gnome-5542d49cec5ec928cb35806a00191ecabb70db8a.tar.zst
freebsd-ports-gnome-5542d49cec5ec928cb35806a00191ecabb70db8a.zip
Update from 2.0.2 to 2.0.3.
<ChangeLog> - The maxmemory directive was broken in Redis <= 2.0.2, since from time to time it replayed with an error about memory limit reached even when it was possible to expire some volatile key to make room for new data. The new behaviour is the correct one of always allowing write operations to succeed as long as there are other volatile keys to remove. - An AOF bug related to blocking POP could crash Redis on AOF reload. This is now fixed thanks to Pieter Noordhuis and a kind user that helped us on IRC. </ChangeLog>
Diffstat (limited to 'databases/redis')
-rw-r--r--databases/redis/Makefile2
-rw-r--r--databases/redis/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile
index 4bcd651a2877..4e55d3a5ae55 100644
--- a/databases/redis/Makefile
+++ b/databases/redis/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= redis
-DISTVERSION= 2.0.2
+DISTVERSION= 2.0.3
CATEGORIES= databases
MASTER_SITES= GOOGLE_CODE
diff --git a/databases/redis/distinfo b/databases/redis/distinfo
index f989cd5e7d98..2bbb19117b47 100644
--- a/databases/redis/distinfo
+++ b/databases/redis/distinfo
@@ -1,3 +1,3 @@
-MD5 (redis-2.0.2.tar.gz) = 1658ab25161efcc0d0e98b4d1e38a985
-SHA256 (redis-2.0.2.tar.gz) = 0a52da2e8e53d9ef8ffc800554c32520d61184d87dfeebce3ade61b687dca275
-SIZE (redis-2.0.2.tar.gz) = 347802
+MD5 (redis-2.0.3.tar.gz) = 7799de79f36ebdb73bcb8f09816d1ac3
+SHA256 (redis-2.0.3.tar.gz) = 5cb37f22463f9443392049d9778bee06fe2a0936ff94404c841c92999d56ece7
+SIZE (redis-2.0.3.tar.gz) = 348407