From patchwork Sat Jun 13 12:19:29 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 483853 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id F32E71401AD for ; Sat, 13 Jun 2015 22:19:51 +1000 (AEST) 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=AOxw4A2H; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id E8E77A4877; Sat, 13 Jun 2015 12:19:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5qB7AJLREZpx; Sat, 13 Jun 2015 12:19:50 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0DA86A4873; Sat, 13 Jun 2015 12:19:50 +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 C562B1C1083 for ; Sat, 13 Jun 2015 12:19:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C1C379236F for ; Sat, 13 Jun 2015 12:19:49 +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 24u-Mj22bG1L for ; Sat, 13 Jun 2015 12:19:49 +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 AC6C28A8BF for ; Sat, 13 Jun 2015 12:19:48 +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 t5DCJZIL004417 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 13 Jun 2015 12:19:39 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1434197986; bh=YLkDqRQgL1m4ZVPRHJjRWuHjRbI8ppAq3D2sAIDtdQY=; h=From:To:Cc:Subject:Date; b=AOxw4A2HixG2qbZkZsaeoyw2CLKsLveF6rDn1yg/nIKP+wcEY3/M2Po4uj1l+uXL6 m9TO0je9H9+htnHih/oSxpwhcsGvKS6cYHno2tH0uQ9dPwkc5n61X6lvd6+2KAtlyX hWv6xY+KIvb8aFa5Pi6fuMKnBimzOs7f8BY3ac3E= Received: by asgard (sSMTP sendmail emulation); Sat, 13 Jun 2015 09:19:29 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Sat, 13 Jun 2015 09:19:29 -0300 Message-Id: <1434197969-7255-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.3.6 X-Virus-Scanned: clamav-milter 0.98.7 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] sysstat: fix hash 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" Fix brainfail: mixed hash from dev and stable versions. Fixes: http://autobuild.buildroot.net/results/bdc/bdce55b88a4aaff82ce0a492a0a4f49ab5b9031b/ Signed-off-by: Gustavo Zacarias --- package/sysstat/sysstat.hash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/sysstat/sysstat.hash b/package/sysstat/sysstat.hash index a170f81..f535b54 100644 --- a/package/sysstat/sysstat.hash +++ b/package/sysstat/sysstat.hash @@ -1,2 +1,2 @@ # From http://sebastien.godard.pagesperso-orange.fr/download.html -md5 4d8e6e72d057189a1660462a678d9ada sysstat-11.0.5.tar.xz +md5 438d607cd14357a24969633b9798d2be sysstat-11.0.5.tar.xz