summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2012-05-04 04:53:43 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2012-05-04 04:53:43 +0000
commit6668abdc3fececa44694569b3b7f5389e6742438 (patch)
tree04116d464b862ee7800590158373b6309a31defc
parentUpdate to 0.8. (diff)
Update from 2.4.11 to 2.4.13.
<ChangeLog> What's new in Redis 2.4.13 ========================== UPGRADE URGENCY: high for all the users of the KEYS command, otherwise low. * [BUGFIX] Fix for KEYS command: if the DB contains keys with expires the KEYS command may return the wrong output, having duplicated or missing keys. See issue #487 and #488 on github for details. What's new in Redis 2.4.12 ========================== UPGRADE URGENCY: low if you don't experience any of the fixed problems. * [BUGFIX] Limit the amount of memory consumed by the slow log. * [BUGFIX] --test-memory option fixes. * [BUGFIX] Less false positives in tests. </ChangeLog>
Notes
Notes: svn path=/head/; revision=295989
-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 c5afd9ca771d..74cec13e51a1 100644
--- a/databases/redis/Makefile
+++ b/databases/redis/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= redis
-PORTVERSION= 2.4.11
+PORTVERSION= 2.4.13
CATEGORIES= databases
MASTER_SITES= GOOGLE_CODE
diff --git a/databases/redis/distinfo b/databases/redis/distinfo
index 03259da5a8f1..8b85858f569c 100644
--- a/databases/redis/distinfo
+++ b/databases/redis/distinfo
@@ -1,2 +1,2 @@
-SHA256 (redis-2.4.11.tar.gz) = f96e8ecb4bca73b650df04fcd8420998cbd12b43c12b4ef23e37bfd85507bffc
-SIZE (redis-2.4.11.tar.gz) = 624261
+SHA256 (redis-2.4.13.tar.gz) = b6e057b6b5cd5946f8b46b2427401400686ed4f6c4af446eb1f0ec170d3f87be
+SIZE (redis-2.4.13.tar.gz) = 625464