]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
hdparm: Update to 9.53
authorMatthias Fischer <matthias.fischer@ipfire.org>
Mon, 8 Jan 2018 16:55:05 +0000 (17:55 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 9 Jan 2018 14:14:37 +0000 (14:14 +0000)
Changes from 9.52 to 9.53:

- Read Drive Capacity fixes from Iestyn Walters.
- SET MAX ADDRESS fixes from Tom Yan <tom.ty89@gmail.com>.
- added --security-prompt-for-password to --security-help output.
- fwdownload changes from Jihoon Lee.

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/hdparm

index c26131eaa6873b513117126ec748561fdf45a46e..68620bd6e2ee037168902cf33ac2e12e7e6f945d 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
 
 include Config
 
-VER        = 9.52
+VER        = 9.53
 
 THISAPP    = hdparm-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
 
 THISAPP    = hdparm-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 410539d0bf3cc247181594581edbfb53
+$(DL_FILE)_MD5 = 1e54b52e0c8cb79389d4d47eacba411d
 
 install : $(TARGET)
 
 
 install : $(TARGET)