diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2017-11-17 02:10:54 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2017-11-17 02:10:54 +0000 |
commit | 92c2b72a49c48224aed6fee2edd1b45fca292914 (patch) | |
tree | d96d813ab46a7f231be73d748a15a9fcd7342842 | |
parent | gecko: allow lld as ld on FreeBSD 12.0 (diff) |
Upgrade from 3.2.10 to 3.2.11.
<ChangeLog>
Upgrade urgency HIGH: Potentially critical bugs fixed.
AOF flush on SHUTDOWN did not cared to really write the AOF buffers
(not in the kernel but in the Redis process memory) to disk before exiting.
Calling SHUTDOWN during traffic resulted into not every operation to be
persisted on disk.
</ChangeLog>
Notes
Notes:
svn path=/head/; revision=454359
-rw-r--r-- | databases/redis/Makefile | 2 | ||||
-rw-r--r-- | databases/redis/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile index 826a8a31a7f5..19536142d04c 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 3.2.10 +DISTVERSION= 3.2.11 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ diff --git a/databases/redis/distinfo b/databases/redis/distinfo index 61de2dcf17fe..6f37a5ece797 100644 --- a/databases/redis/distinfo +++ b/databases/redis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1502031657 -SHA256 (redis-3.2.10.tar.gz) = 411c604a716104f7f5a326abfad32de9cea10f15f987bec45cf86f315e9e63a0 -SIZE (redis-3.2.10.tar.gz) = 1550261 +TIMESTAMP = 1510884435 +SHA256 (redis-3.2.11.tar.gz) = 31ae927cab09f90c9ca5954aab7aeecc3bb4da6087d3d12ba0a929ceb54081b5 +SIZE (redis-3.2.11.tar.gz) = 1550452 |