From f7639cc849b13e8379e820fdd138336e29b08cb5 Mon Sep 17 00:00:00 2001 From: osa Date: Wed, 14 Sep 2011 06:39:19 +0000 Subject: Update from 2.2.12 to latest bugfix release 2.2.13. * [BUGFIX] Fixed issue 593 (BRPOPLPUSH related crash). * [BUGFIX] Fixed an issue with the networking layer that may prevent Redis from sending the whole reply back to client under extreme conditions. --- databases/redis/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'databases/redis/Makefile') diff --git a/databases/redis/Makefile b/databases/redis/Makefile index 51e44d545125..3e9955d4452b 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -6,8 +6,7 @@ # PORTNAME= redis -PORTVERSION= 2.2.12 -PORTREVISION= 1 +PORTVERSION= 2.2.13 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE -- cgit