pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/redis Update databases/redis to 3.2.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58da2de70fcd
branches:  trunk
changeset: 356650:58da2de70fcd
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Tue Jan 03 07:18:44 2017 +0000

description:
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:

 databases/redis/Makefile |   4 ++--
 databases/redis/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r b07964a8ab3e -r 58da2de70fcd databases/redis/Makefile
--- a/databases/redis/Makefile  Tue Jan 03 03:33:53 2017 +0000
+++ b/databases/redis/Makefile  Tue Jan 03 07:18:44 2017 +0000
@@ -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 -r b07964a8ab3e -r 58da2de70fcd databases/redis/distinfo
--- a/databases/redis/distinfo  Tue Jan 03 03:33:53 2017 +0000
+++ b/databases/redis/distinfo  Tue Jan 03 07:18:44 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index