From patchwork Thu Oct 15 19:43:04 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 530874 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 05B2B140E33 for ; Fri, 16 Oct 2015 06:43:29 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=Tu66qV7y; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 3C32F32070; Thu, 15 Oct 2015 19:43:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MRo9agQx7+jF; Thu, 15 Oct 2015 19:43:27 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 88CBE30B76; Thu, 15 Oct 2015 19:43:27 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 025841C1FBF for ; Thu, 15 Oct 2015 19:43:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id EF17F8C334 for ; Thu, 15 Oct 2015 19:43:25 +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 1NosPy8-SUe5 for ; Thu, 15 Oct 2015 19:43:24 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 183D98B0B5 for ; Thu, 15 Oct 2015 19:43:23 +0000 (UTC) Received: from asgard (cpe-186-22-136-136.telecentro-reversos.com.ar [186.22.136.136] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id t9FJhD1G022997 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 15 Oct 2015 19:43:18 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1444938200; bh=t2kWmAw4gvHluMXTeA5Z5q8xkCCStgbPvqm7MGCARmk=; h=From:To:Cc:Subject:Date; b=Tu66qV7ybwM9haaEeTzn9GM0VfzLtADxphvQUpTCwK1pUP4do8969eJdM9Bkg5a6q tZOg6MP26BUUw3d7VO88Hr8VpUI9szUYMBLEa4QHoGQ+35xZmiYH/7aLX/ywBsFlqk yKMqSaLUYNidi5fdMxOHefwOdD/vDIlowBXKfYLY= Received: by asgard (sSMTP sendmail emulation); Thu, 15 Oct 2015 16:43:04 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 15 Oct 2015 16:43:04 -0300 Message-Id: <1444938184-3817-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.4.9 X-Virus-Scanned: clamav-milter 0.98.7 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] redis: bump to version 3.0.5 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Gustavo Zacarias --- package/redis/redis.hash | 4 +++- package/redis/redis.mk | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package/redis/redis.hash b/package/redis/redis.hash index 47964e9..d8a957d 100644 --- a/package/redis/redis.hash +++ b/package/redis/redis.hash @@ -1,2 +1,4 @@ # From https://github.com/antirez/redis-hashes/blob/master/README -sha1 cccc58b2b8643930840870f17280fcae57ed7675 redis-3.0.4.tar.gz +sha1 ad3ee178c42bfcfd310c72bbddffbbe35db9b4a6 redis-3.0.5.tar.gz +# Calculated based on the hash above +sha256 4c176826eee909fbdc63db1c15adc22aab42d758043829e556f4331e6a5bd480 redis-3.0.5.tar.gz diff --git a/package/redis/redis.mk b/package/redis/redis.mk index ea20b77..e7f4299 100644 --- a/package/redis/redis.mk +++ b/package/redis/redis.mk @@ -4,7 +4,7 @@ # ################################################################################ -REDIS_VERSION = 3.0.4 +REDIS_VERSION = 3.0.5 REDIS_SITE = http://download.redis.io/releases REDIS_LICENSE = BSD-3c (core); MIT and BSD family licenses (Bundled components) REDIS_LICENSE_FILES = COPYING