From 0b43809cb15452f92983b8a66970c35356821d0c Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" 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/files/patch-src::Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'databases/redis/files') diff --git a/databases/redis/files/patch-src::Makefile b/databases/redis/files/patch-src::Makefile index 21674a4798b2..1a3bdd9047d9 100644 --- a/databases/redis/files/patch-src::Makefile +++ b/databases/redis/files/patch-src::Makefile @@ -1,6 +1,6 @@ ---- src/Makefile.orig 2010-12-24 09:29:14.000000000 +0300 -+++ src/Makefile 2010-12-24 09:31:51.000000000 +0300 -@@ -9,6 +9,9 @@ +--- src/Makefile.orig 2011-09-14 10:32:32.000000000 +0400 ++++ src/Makefile 2011-09-14 10:34:08.000000000 +0400 +@@ -22,6 +22,9 @@ CFLAGS?= -std=c99 -pedantic $(OPTIMIZATION) -Wall -W -D__EXTENSIONS__ -D_XPG6 CCLINK?= -ldl -lnsl -lsocket -lm -lpthread DEBUG?= -g -ggdb @@ -10,12 +10,12 @@ else CFLAGS?= -std=c99 -pedantic $(OPTIMIZATION) -Wall -W $(ARCH) $(PROF) CCLINK?= -lm -pthread -@@ -19,9 +22,9 @@ +@@ -32,9 +35,9 @@ CCLINK+= -ltcmalloc CFLAGS+= -DUSE_TCMALLOC endif --CCOPT= $(CFLAGS) $(CCLINK) $(ARCH) $(PROF) -+CCOPT= $(CFLAGS) $(CCLINK) $(PROF) +-CCOPT= $(CFLAGS) $(ARCH) $(PROF) ++CCOPT= $(CFLAGS) $(PROF) -PREFIX= /usr/local +PREFIX?= $(PREFIX) -- cgit v1.2.3