From patchwork Thu Dec 27 15:39:07 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 208325 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id AA5B22C007A for ; Fri, 28 Dec 2012 02:40:27 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 43539100D9C; Thu, 27 Dec 2012 15:40:17 +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 KxVP4K4iLp1I; Thu, 27 Dec 2012 15:40:15 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1D183FFC5C; Thu, 27 Dec 2012 15:40:15 +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 019268F74B for ; Thu, 27 Dec 2012 15:40:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1FEB3801AE for ; Thu, 27 Dec 2012 15:40:20 +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 edW+-O9b33-X for ; Thu, 27 Dec 2012 15:40:19 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 2E4B98011D for ; Thu, 27 Dec 2012 15:40:18 +0000 (UTC) Received: from asgard (host204.190-231-107.telecom.net.ar [190.231.107.204]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id qBRFeCPN016540 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 27 Dec 2012 15:40:15 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1356622816; bh=R+0f3JaaZSYW/XZ70Zr2A98cVy9Pn87MJmimq3OOK14=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=F5sdTdDNSVNr85ym1RpBDGg824KvCyCJCM2bt8D0hnDl8kiw6uBn9wa1pGgL9i9DP 8BPvvJLJIfrrlgxaxfvNASy+iHl9CCrV3Lb3VtcwpyLqvc0FM2J+REyosMXIVvpTSq Tp9KIwuHiuE8kwtaBzCu/woVpffbbE+Hu6IDDvM0= Received: by asgard (sSMTP sendmail emulation); Thu, 27 Dec 2012 12:40:11 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 27 Dec 2012 12:39:07 -0300 Message-Id: <1356622750-20657-3-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 In-Reply-To: <1356622750-20657-1-git-send-email-gustavo@zacarias.com.ar> References: <1356622750-20657-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 3/6] smartmontools: bump to version 6.0 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Gustavo Zacarias --- package/smartmontools/smartmontools.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/smartmontools/smartmontools.mk b/package/smartmontools/smartmontools.mk index 7b4c7f9..5736771 100644 --- a/package/smartmontools/smartmontools.mk +++ b/package/smartmontools/smartmontools.mk @@ -4,7 +4,7 @@ # ############################################################# -SMARTMONTOOLS_VERSION = 5.43 +SMARTMONTOOLS_VERSION = 6.0 SMARTMONTOOLS_SITE = http://downloads.sourceforge.net/project/smartmontools/smartmontools/$(SMARTMONTOOLS_VERSION) SMARTMONTOOLS_LICENSE = GPLv2+ SMARTMONTOOLS_LICENSE_FILES = COPYING