pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/redis



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Tue Jan  3 07:18:45 UTC 2017

Modified Files:
        pkgsrc/databases/redis: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/databases/redis/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/databases/redis/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/redis/Makefile
diff -u pkgsrc/databases/redis/Makefile:1.24 pkgsrc/databases/redis/Makefile:1.25
--- pkgsrc/databases/redis/Makefile:1.24        Thu Nov  3 14:13:19 2016
+++ pkgsrc/databases/redis/Makefile     Tue Jan  3 07:18:44 2017
@@ -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/
 

Index: pkgsrc/databases/redis/distinfo
diff -u pkgsrc/databases/redis/distinfo:1.27 pkgsrc/databases/redis/distinfo:1.28
--- pkgsrc/databases/redis/distinfo:1.27        Mon Nov 14 14:30:17 2016
+++ pkgsrc/databases/redis/distinfo     Tue Jan  3 07:18:44 2017
@@ -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