From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] hdparm: Update to 9.52 Date: Sat, 19 Aug 2017 12:59:59 +0200 Message-ID: <20170819105959.25022-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4257191337537616890==" List-Id: --===============4257191337537616890== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Changes from 9.50 to 9.52: - add support for Jmicron USB-SATA bridges, courtesy Jan Friesse . - New --security-prompt-for-password flag for use with the various --security= - actions. - Makefile tweak from Mike Frysinger. - fix spelling/typos in man page and "removable", courtesy of Alex Mestiashvi= li. - fix spelling/typos in --sanitize-crypto-scramble, courtesy of Tom Yan. - fix NULL password handling in --security-unlock, courtesy of Tom Yan. 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 6c7dc4de6..c26131eaa 100644 --- a/lfs/hdparm +++ b/lfs/hdparm @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2015 IPFire Team = # +# Copyright (C) 2007-2017 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.50 +VER =3D 9.52 =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 d380062ad6c4b40076736efbb640f1f5 +$(DL_FILE)_MD5 =3D 410539d0bf3cc247181594581edbfb53 =20 install : $(TARGET) =20 --=20 2.14.1 --===============4257191337537616890==--