diff options
author | fhajny <fhajny> | 2017-01-03 07:18:44 +0000 |
---|---|---|
committer | fhajny <fhajny> | 2017-01-03 07:18:44 +0000 |
commit | 3b207baa727b1e59592036dca3585506932239a2 (patch) | |
tree | dafc8ba69c61bc6279478c98330d5380b8b812c3 /databases | |
parent | 02a4d8ef3497288a2206ee9992926d2426bf6f1e (diff) | |
download | pkgsrc-3b207baa727b1e59592036dca3585506932239a2.tar.gz |
Update databases/redis to 3.2.6.
This release mainly fixes three bugs:
1. A bug with BITFIELD that may cause the bitmap corruption when setting offsets
larger than the current string size.
2. A GEORADIUS bug that may happen when using very large radius lengths, in
the range of 10000km or alike, due to wrong bounding box calculation.
3. A bug with Redis Cluster which crashes when reading a nodes configuration
file with zero bytes at the end, which sometimes happens with certain ext4
configurations after a system crash.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/redis/Makefile | 4 | ||||
-rw-r--r-- | databases/redis/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile index 9aec1011687..c32e238115d 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2016/11/03 14:13:19 fhajny Exp $ +# $NetBSD: Makefile,v 1.25 2017/01/03 07:18:44 fhajny Exp $ -DISTNAME= redis-3.2.5 +DISTNAME= redis-3.2.6 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ diff --git a/databases/redis/distinfo b/databases/redis/distinfo index 622427b1931..6a9723658d5 100644 --- a/databases/redis/distinfo +++ b/databases/redis/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.27 2016/11/14 14:30:17 fhajny Exp $ +$NetBSD: distinfo,v 1.28 2017/01/03 07:18:44 fhajny Exp $ -SHA1 (redis-3.2.5.tar.gz) = 6f6333db6111badaa74519d743589ac4635eba7a -RMD160 (redis-3.2.5.tar.gz) = 56e69543d63975f84286ad5605b71c68ded69d4d -SHA512 (redis-3.2.5.tar.gz) = 4ecf6277c8fdf4411223b9f5a5c8308829da9bd756b45de5217d469e9def8faad8c05b6348c06aef99eca9245d45abfd52df056c3c819723da66a2ca20c381dd -Size (redis-3.2.5.tar.gz) = 1544040 bytes +SHA1 (redis-3.2.6.tar.gz) = 0c7bc5c751bdbc6fabed178db9cdbdd948915d1b +RMD160 (redis-3.2.6.tar.gz) = 742ed3ac4273c01ce70cd44c4d8d73825bfb7b2c +SHA512 (redis-3.2.6.tar.gz) = 15f2e55a7cc56e7e652a3a8d344fceb6d0d33cf53caa81854e6b1977ec68f7e92ac06d0d66999bfc577f185eba19e0927a81014bdb5cd484eecb080b6a6e16bc +Size (redis-3.2.6.tar.gz) = 1544806 bytes SHA1 (patch-ab) = 91678cf71a05cf3d9227bdb5feb8fab57b5e4259 SHA1 (patch-ac) = 1d848860a39af7a93a06eb8f3001fe89cb1bb3ad SHA1 (patch-deps_hiredis_fmacros.h) = b9d7d0a82e6794078d997769db6e5572f981b445 |