From patchwork Sun Dec 28 15:24:38 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 424324 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 BD5E6140140 for ; Mon, 29 Dec 2014 02:24:56 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id AD618857B4; Sun, 28 Dec 2014 15:24:55 +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 LfxZo6Ka9i5w; Sun, 28 Dec 2014 15:24:53 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 61E548414F; Sun, 28 Dec 2014 15:24:53 +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 0C5221C2265 for ; Sun, 28 Dec 2014 15:24:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 07D5C8715E for ; Sun, 28 Dec 2014 15:24:53 +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 S2oSkjQAK2tN for ; Sun, 28 Dec 2014 15:24:51 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [62.210.192.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6BDC18715A for ; Sun, 28 Dec 2014 15:24:51 +0000 (UTC) Received: from asgard (cpe-181-46-99-160.telecentro-reversos.com.ar [181.46.99.160] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.14.9/8.14.9) with ESMTP id sBSFOiJP002112 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 28 Dec 2014 15:24:47 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1419780289; bh=+rdiB8/8xMmVRRsyldJ6s3udCGU9JmYobufXF6RzH+o=; h=From:To:Cc:Subject:Date; b=KhZmkyB/eRX69i2jWUAzE+sllnpCqhWmI+zhzsXPK0Dd6Ol4FGJ/5DhRUf075QVnm XHokPi0C5DSOrbMwlyWT/qAigl68Lc0HWRrj8oWkpA7l6Fogpon9gVRVMkJPOktLJy S5Rys/e3gzbcME6DtDtHefhNcRELZO5KrrvJJYho= Received: by asgard (sSMTP sendmail emulation); Sun, 28 Dec 2014 12:24:38 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Sun, 28 Dec 2014 12:24:38 -0300 Message-Id: <1419780278-2727-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.5 X-Virus-Scanned: clamav-milter 0.98.5 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] sdparm: bump to version 1.09 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" Also add hash file. And make the libsgutils2 support (from sg3_utils) deterministic. Signed-off-by: Gustavo Zacarias --- package/sdparm/sdparm.hash | 2 ++ package/sdparm/sdparm.mk | 10 ++++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 package/sdparm/sdparm.hash diff --git a/package/sdparm/sdparm.hash b/package/sdparm/sdparm.hash new file mode 100644 index 0000000..ff5e7b6 --- /dev/null +++ b/package/sdparm/sdparm.hash @@ -0,0 +1,2 @@ +# Locally calculated +sha256 0f5e07438ef56e045443bd827008a38076e029558b00adbfc45f9cc8a5c75349 sdparm-1.09.tar.xz diff --git a/package/sdparm/sdparm.mk b/package/sdparm/sdparm.mk index 1b3ec4b..4aff25d 100644 --- a/package/sdparm/sdparm.mk +++ b/package/sdparm/sdparm.mk @@ -4,10 +4,16 @@ # ################################################################################ -SDPARM_VERSION = 1.08 -SDPARM_SOURCE = sdparm-$(SDPARM_VERSION).tgz +SDPARM_VERSION = 1.09 +SDPARM_SOURCE = sdparm-$(SDPARM_VERSION).tar.xz SDPARM_SITE = http://sg.danny.cz/sg/p SDPARM_LICENSE = BSD-3c SDPARM_LICENSE_FILES = COPYING +ifeq ($(BR2_PACKAGE_SG3_UTILS),y) +SDPARM_DEPENDENCIES += sg3_utils +else +SDPARM_CONF_OPTS += --disable-libsgutils +endif + $(eval $(autotools-package))