aboutsummaryrefslogtreecommitdiffstats
path: root/databases/redis
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2011-06-10 16:53:43 +0800
committerosa <osa@FreeBSD.org>2011-06-10 16:53:43 +0800
commita44f83ba39019a6c7575bdb65555fd35074ffc6f (patch)
tree0bc14dbf922f305908e8156a8452e49208b3d2ac /databases/redis
parent76dec1ee5f630c90a781023204b4ab44b40c7441 (diff)
downloadfreebsd-ports-gnome-a44f83ba39019a6c7575bdb65555fd35074ffc6f.tar.gz
freebsd-ports-gnome-a44f83ba39019a6c7575bdb65555fd35074ffc6f.tar.zst
freebsd-ports-gnome-a44f83ba39019a6c7575bdb65555fd35074ffc6f.zip
Update from 2.2.8 to 2.2.9.
<ChangeLog> * A Slave used to rewrite the AOF log after a sync with the master, but the rewrite was performed at the wrong time, causing inconsistencies in the AOF file generated. * [LR]LPUSH replication in presence of BRPOPLPUSH was broken. Fixed. * Memory leak in BRPOPLPUSH fixed. * Pub/Sub bug resulting in random crashes fixed. </ChangeLog>
Diffstat (limited to 'databases/redis')
-rw-r--r--databases/redis/Makefile2
-rw-r--r--databases/redis/distinfo4
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile
index 3542ba0f8262..6413b973f58a 100644
--- a/databases/redis/Makefile
+++ b/databases/redis/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= redis
-PORTVERSION= 2.2.8
+PORTVERSION= 2.2.9
CATEGORIES= databases
MASTER_SITES= GOOGLE_CODE
diff --git a/databases/redis/distinfo b/databases/redis/distinfo
index 4cfa573fab72..fe4db2502fdf 100644
--- a/databases/redis/distinfo
+++ b/databases/redis/distinfo
@@ -1,2 +1,2 @@
-SHA256 (redis-2.2.8.tar.gz) = d438fde47fd8a34d8b135744a4264214274e57bc7f132d0cf4ee4e98a6551bb3
-SIZE (redis-2.2.8.tar.gz) = 448877
+SHA256 (redis-2.2.9.tar.gz) = 97236f1e26746c6ba446b2bf15be411c5fc9a4edf79706a71b24f2e566ec4323
+SIZE (redis-2.2.9.tar.gz) = 449723