hdparm: Update to 9.63

Message ID 20220114181630.4015-1-matthias.fischer@ipfire.org
State Accepted
Commit 7eabdbfc47809f691d4da4f428c8726fb89c4f92
Headers
Series hdparm: Update to 9.63 |

Commit Message

Matthias Fischer Jan. 14, 2022, 6:16 p.m. UTC
  For details since v9.55, see:
https://sourceforge.net/p/hdparm/news/

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 lfs/hdparm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Comments

Peter Müller Jan. 14, 2022, 7:06 p.m. UTC | #1
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>

> For details since v9.55, see:
> https://sourceforge.net/p/hdparm/news/
> 
> Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
> ---
>  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  <info@ipfire.org>                     #
> +# Copyright (C) 2007-2022  IPFire Team  <info@ipfire.org>                     #
>  #                                                                             #
>  # 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)
>
  
Peter Müller Jan. 15, 2022, 9:43 a.m. UTC | #2
Hello Matthias,

for your information: The source file was missing, I just uploaded it on your behalf. :-)

Always at your service,
Peter Müller


> For details since v9.55, see:
> https://sourceforge.net/p/hdparm/news/
> 
> Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
> ---
>  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  <info@ipfire.org>                     #
> +# Copyright (C) 2007-2022  IPFire Team  <info@ipfire.org>                     #
>  #                                                                             #
>  # 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)
>
  

Patch

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  <info@ipfire.org>                     #
+# Copyright (C) 2007-2022  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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)