From patchwork Mon Aug 1 14:27:16 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 5796 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4LxL7106hjz3x7M for ; Mon, 1 Aug 2022 14:27:24 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4LxL6z2fY2z5Td; Mon, 1 Aug 2022 14:27:23 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4LxL6z2297z2yVQ; Mon, 1 Aug 2022 14:27:23 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4LxL6x3Kg7z2xNc for ; Mon, 1 Aug 2022 14:27:21 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4LxL6w2F9sz1LQ for ; Mon, 1 Aug 2022 14:27:19 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1659364041; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=X7tpprUrWKt+QjIa3CXPW3lFzjUJaLTSPcG0PEeGrPI=; b=+bmgV8wZQgWplvqYX5YzWg/CdOk9z+EpDarDaLi3Nq4XLJU+nZjXa3Rp8GeQwYdVZO1ux4 L97ywRENO9IiGfDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1659364041; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=X7tpprUrWKt+QjIa3CXPW3lFzjUJaLTSPcG0PEeGrPI=; b=tcfeeBrXbC66pI7BiCFbYostIxTqFbeyiLy0kCl9ESLXwznyERcu1r47GARWy7ym/RyV12 KZCxflvhC0f29DglK8QSbCG7F9Qk+dt6M/dHjetTaz/fiRcNxIvmgC+96L884EWCMdDFBi swGYT9R/uuvyi8eTjrCZM6QnyWE3zF4FQTVdwt5O245HzxwUnmYDOoolFN4Pqh5ABteKsS 7j19DjA7kXgrwQ21gd//nQJpGbbfGR7HDqhH27u40nMoZYxVlfuGXCGRSlyKZI1G2Tb2Uc 4pKpV+dSNZvYKq4aaId9O8JUHrxO5cXgkv2gxPPv8l+DuNEDyD4YlZb2OkXeIg== Message-ID: <31addfc2-29bc-e31a-c191-84596fd2071f@ipfire.org> Date: Mon, 1 Aug 2022 14:27:16 +0000 MIME-Version: 1.0 Content-Language: en-US To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] hdparm: Update to 9.64 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 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 according to https://sourceforge.net/p/hdparm/news/2022/07/hdparm-964-is-released/: Fixed bug whereby output from "hdparm --Istdin" would sometimes be truncated. Signed-off-by: Peter Müller Reviewed-by: Michael Tremer --- lfs/hdparm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/hdparm b/lfs/hdparm index 99196447c..704317a6a 100644 --- a/lfs/hdparm +++ b/lfs/hdparm @@ -24,7 +24,7 @@ include Config -VER = 9.63 +VER = 9.64 THISAPP = hdparm-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 41ee3dda11f17ec9c125b7d680f07ca2d88c3692e2436b8d2550dbd58546b1dde8e61cdf5312c5b09d687dad81826bd848c8eabcb3e01ab09ac6cfb082699238 +$(DL_FILE)_BLAKE2 = 0196f3ccec4005c542b834d8426cc6f64694783da3d4a064e898e25d17aab3aa0d9621276607169f2104c9a9804f9020554d836ded9efb16367a8ac4c9c9b146 install : $(TARGET)