From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] hdparm: Update to 9.55 Date: Sun, 18 Mar 2018 17:32:43 +0100 Message-ID: <20180318163243.21707-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5087451846866005924==" List-Id: --===============5087451846866005924== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Changelogs against 9.53: "hdparm-9.55: - added #include for major()/minor() macros hdparm-9.54: - Partial revert of Jmicron changes, from Jan Friesse." Best, Matthias Signed-off-by: Matthias Fischer --- lfs/hdparm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/hdparm b/lfs/hdparm index 68620bd6e..87d961d15 100644 --- a/lfs/hdparm +++ b/lfs/hdparm @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2017 IPFire Team = # +# Copyright (C) 2007-2018 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 @@ =20 include Config =20 -VER =3D 9.53 +VER =3D 9.55 =20 THISAPP =3D hdparm-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 1e54b52e0c8cb79389d4d47eacba411d +$(DL_FILE)_MD5 =3D adae46e9564075ae288af8082d5ad9fd =20 install : $(TARGET) =20 --=20 2.16.2 --===============5087451846866005924==--