From patchwork Tue Jan 9 03:55:05 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 1598 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 135DB6033C for ; Mon, 8 Jan 2018 18:00:10 +0100 (CET) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 54C902862; Mon, 8 Jan 2018 18:00:09 +0100 (CET) Received: from Devel.localdomain (p4FDF0C34.dip0.t-ipconnect.de [79.223.12.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 65D0AB80 for ; Mon, 8 Jan 2018 17:55:10 +0100 (CET) From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] hdparm: Update to 9.53 Date: Mon, 8 Jan 2018 17:55:05 +0100 Message-Id: <20180108165505.29086-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.15.1 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Changes from 9.52 to 9.53: - Read Drive Capacity fixes from Iestyn Walters. - SET MAX ADDRESS fixes from Tom Yan . - added --security-prompt-for-password to --security-help output. - fwdownload changes from Jihoon Lee. Best, Matthias Signed-off-by: Matthias Fischer --- lfs/hdparm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/hdparm b/lfs/hdparm index c26131eaa..68620bd6e 100644 --- a/lfs/hdparm +++ b/lfs/hdparm @@ -24,7 +24,7 @@ include Config -VER = 9.52 +VER = 9.53 THISAPP = hdparm-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 410539d0bf3cc247181594581edbfb53 +$(DL_FILE)_MD5 = 1e54b52e0c8cb79389d4d47eacba411d install : $(TARGET)