From 61aadf573d6eff9f12207d57ecfe8a13b14eefbd Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Fri, 10 Jun 2011 08:53:43 +0000 Subject: [PATCH] Update from 2.2.8 to 2.2.9. * 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. --- databases/redis/Makefile | 2 +- databases/redis/distinfo | 4 ++-- 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