From patchwork Fri Jan 14 18:16:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 4966 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 4Jb8dL1Pymz3wtb for ; Fri, 14 Jan 2022 18:16:38 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Jb8dK0G3bzNw; Fri, 14 Jan 2022 18:16:37 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Jb8dJ3Zh5z2yYg; Fri, 14 Jan 2022 18:16:36 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Jb8dH1QFfz2xGX for ; Fri, 14 Jan 2022 18:16:35 +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 4Jb8dG44CGzNw for ; Fri, 14 Jan 2022 18:16:34 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1642184194; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=HSyaanbZ/bnio0YIc6lxkG8uXxbpkgQnqp5k59jBg4g=; b=bPmLpg26H2KWNhS3I9klxXDeAxeKx8qV8cs/uoS4XRWWnht1CoACpQjQh8s1ATBVv4AnkF 2ip/29SdBCt4P/Cg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1642184194; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=HSyaanbZ/bnio0YIc6lxkG8uXxbpkgQnqp5k59jBg4g=; b=LbMAhAOctCRlEa9iLOduxPNMwS490Ibws+4ZtbEC8qNY1DKuPQN4VnTS29Op5HYePxkV+W F6g/QDMKm7GTYYuzR6LS/8+fPwHViYgrJaYNrsTXt8o6hiHYzYY486StZaneWcHyWmHWfW GdcCJpSjbh5pickt749bnrx+7+1UwrpZNLVoZgrk6st05/O5DpGYUSWGxBNYfrxc271zlo iKtvsloRhBeloO48dqlbU2x1F1uIUJFPxOLAj40BQyTmhypTSsJNZfEMg0rxSwpF/8l0/t 2N8L8fLrfJGgMsHod3u6bf/IVVYrF65dI9I0dsx214Tl03InRcrtmHjsmCAyXg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] hdparm: Update to 9.63 Date: Fri, 14 Jan 2022 19:16:30 +0100 Message-Id: <20220114181630.4015-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 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" For details since v9.55, see: https://sourceforge.net/p/hdparm/news/ Signed-off-by: Matthias Fischer Reviewed-by: Peter Müller --- lfs/hdparm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/hdparm b/lfs/hdparm index 87d961d15..ecb8fc96f 100644 --- a/lfs/hdparm +++ b/lfs/hdparm @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2022 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 9.55 +VER = 9.63 THISAPP = hdparm-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = adae46e9564075ae288af8082d5ad9fd +$(DL_FILE)_MD5 = cea97ea2aa164f66817adc98c6814280 install : $(TARGET)