From patchwork Sun Dec 22 14:15:37 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 304481 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 9B3122C007C for ; Mon, 23 Dec 2013 01:15:49 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D65AC8F483; Sun, 22 Dec 2013 14:15:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id N5Am7JYdI2Fy; Sun, 22 Dec 2013 14:15:48 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 207728F484; Sun, 22 Dec 2013 14:15:48 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 9186D1BF9F2 for ; Sun, 22 Dec 2013 14:15:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 90BF78F483 for ; Sun, 22 Dec 2013 14:15:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26P1tvdpAZDI for ; Sun, 22 Dec 2013 14:15:43 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pb0-f44.google.com (mail-pb0-f44.google.com [209.85.160.44]) by whitealder.osuosl.org (Postfix) with ESMTPS id A48A78F0EC for ; Sun, 22 Dec 2013 14:15:43 +0000 (UTC) Received: by mail-pb0-f44.google.com with SMTP id rq2so4429679pbb.3 for ; Sun, 22 Dec 2013 06:15:43 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:to:cc:date:content-type :mime-version:content-transfer-encoding; bh=fl8+GZir/+abmRUEUJqrUWCdLa/sJrnKWIBmL23d2Ks=; b=lOaUkYIxKLxFSBMr1TTvk54Lk56UQIq8hdQYb3cf+OTaoSSPpoolKNzYOsvVHx9j2F w9+1ytJcvHvkXEu1siQo7imMQ4DuX8SfEbB38CH1il2xmFb82lMqHgaWkGyjUyBxZfdf ZHuYQAScJcBftuVqROddqUR+eO0XHrxPxPivEHdnT7Bh8y8KrxOJnB6bXZ+60ctDKGAO OIfoQQGF7Qx6QY4bje890Z9QCx/xPPIx7tGBlmFQRTyO6wLg5XgbMivlqQKjw4dJMv5Y b+bjS8W2GD9hs/lcsQqzWH0Pls6yQywANejV9hSklzN1Ayv6H0h6eTqwqvKgE1pMhhWl Id3Q== X-Gm-Message-State: ALoCoQmHNEo24Jtvar9bA/bJDpgkOD5IlGXUwcLA1znkPfRN3To1t9EugXFhHvDsiE/nXjbOVlAm X-Received: by 10.68.212.163 with SMTP id nl3mr20557389pbc.25.1387721742848; Sun, 22 Dec 2013 06:15:42 -0800 (PST) Received: from [192.168.0.102] (36-239-230-138.dynamic-ip.hinet.net. [36.239.230.138]) by mx.google.com with ESMTPSA id gv10sm27686557pbd.0.2013.12.22.06.15.40 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 22 Dec 2013 06:15:42 -0800 (PST) Message-ID: <1387721737.8692.0.camel@phoenix> From: Axel Lin To: Peter Korsgaard Date: Sun, 22 Dec 2013 22:15:37 +0800 X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: buildroot@busybox.net Subject: [Buildroot] [PATCH] redis: bump to version 2.6.17 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Fixes since 2.6.16: * [FIX] redis-cli: fix big keys search when the key no longer exist. * [FIX] Allow AUTH / PING when disconnected from slave with serve-stale-data on. * [FIX] redis-benchmark: update help for new __rand_int__ form. * [FIX] Fix broken rdbWriteRaw() return value check in rdb.c (harmless). * [FIX] Log to what master a slave is going to connect to. * [FIX] Only run the fast active expire cycle if master & enabled. * [FIX] Fixed a replication bug involving 32 bit instances and big datasets hard to compress that resulted into more than 2GB of RDB file sent. Signed-off-by: Axel Lin --- package/redis/redis.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/redis/redis.mk b/package/redis/redis.mk index 6974a35..c41469e 100644 --- a/package/redis/redis.mk +++ b/package/redis/redis.mk @@ -4,7 +4,7 @@ # ################################################################################ -REDIS_VERSION = 2.6.16 +REDIS_VERSION = 2.6.17 REDIS_SITE = http://download.redis.io/releases REDIS_LICENSE = BSD-3c (core); MIT and BSD family licenses (Bundled components) REDIS_LICENSE_FILES = COPYING