Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 607542 - =dev-db/redis-3.2.6 version bump
Summary: =dev-db/redis-3.2.6 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ultrabug
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-29 07:01 UTC by Tomáš Mózes
Modified: 2017-01-30 08:22 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2017-01-29 07:01:27 UTC
================================================================================
Redis 3.2.6     Released Tue Dec 06 09:33:29 CET 2016
================================================================================

Upgrade urgency MODERATE: GEORADIUS, BITFIELD and Redis Cluster minor fixes.

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.

The following is the list of commits:

antirez in commit f20f3ea:
 Geo: improve fuzz test.
 1 file changed, 11 insertions(+), 3 deletions(-)

antirez in commit 8c22086:
 Geo: fix computation of bounding box.
 2 files changed, 33 insertions(+), 27 deletions(-)

antirez in commit 92958df:
 Cluster: handle zero bytes at the end of nodes.conf.
 1 file changed, 1 insertion(+), 1 deletion(-)

antirez in commit 0ee28ae:
 Test: regression test for #3564 added.
 1 file changed, 9 insertions(+)

sunhe in commit 289fadb:
 bitops.c/bitfieldCommand: update higest_write_offset with check
 1 file changed, 3 insertions(+), 2 deletions(-)

jybaek in commit f4f7d2c:
 Add missing fclose()
 1 file changed, 1 insertion(+)
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2017-01-30 00:10:27 UTC
[master 00db2267f2] dev-db/redis: bump for #607542.
 Date: Sun Jan 29 16:02:04 2017 -0800
 4 files changed, 249 insertions(+)
 create mode 100644 dev-db/redis/redis-3.2.6-r1.ebuild
 create mode 100644 dev-db/redis/redis-3.2.6.ebuild
Comment 2 Tomáš Mózes 2017-01-30 08:22:30 UTC
Thank you.