summaryrefslogtreecommitdiff
path: root/databases/redis-devel/files
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2012-10-06 13:54:19 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2012-10-06 13:54:19 +0000
commitdc4070b05d80b7060e4c5703c2cf69fc7a2258ba (patch)
tree0ae92186c0cd2f251bfb984be7b63f6136f854d3 /databases/redis-devel/files
parent- Remove LICENSE_FILES as the GPLv2 license is in the ports tree (diff)
Update from 2.6.0rc7 to 2.6.0rc8.
Add TEST option for running unit tests. Add test and regression-test targets. Remove needless patch. New Makefile header convention. PR: 172396 <ChangeLog> * [BUGFIX] Fixed compilation on FreeBSD. * [IMPROVED] SRANDMEMBER <count> that returns multiple random elements. * [IMPROVED] Sentinel backported to 2.6. It will be taken in sync with 2.8. * [IMPROVED] Helper function for scripting to return errors and status replies. * [IMPROVED] SORT by nosort [ASC|DESC] uses sorted set elements ordering. * [BUGFIX] Better resistence to system clock skew. * [IMPROVED] Warn the user when the configured maxmemory seems odd. * [BUGFIX] Hashing function is now murmurhash2 for security purposes. * [IMPROVED] Install script no longer uses a template but redis.conf itself. </ChangeLog>
Notes
Notes: svn path=/head/; revision=305364
Diffstat (limited to 'databases/redis-devel/files')
-rw-r--r--databases/redis-devel/files/patch-src::replication.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/databases/redis-devel/files/patch-src::replication.c b/databases/redis-devel/files/patch-src::replication.c
deleted file mode 100644
index 3b99f53c2d6d..000000000000
--- a/databases/redis-devel/files/patch-src::replication.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/replication.c.orig 2012-09-19 10:46:28.000000000 +0400
-+++ src/replication.c 2012-09-19 10:47:01.000000000 +0400
-@@ -1,5 +1,7 @@
- #include "redis.h"
-
-+#include <sys/types.h>
-+#include <sys/socket.h>
- #include <sys/time.h>
- #include <unistd.h>
- #include <fcntl.h>