public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] hdparm: Update to 9.63
@ 2022-01-14 18:16 Matthias Fischer
  2022-01-14 19:06 ` Peter Müller
  2022-01-15  9:43 ` Peter Müller
  0 siblings, 2 replies; 3+ messages in thread
From: Matthias Fischer @ 2022-01-14 18:16 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1382 bytes --]

For details since v9.55, see:
https://sourceforge.net/p/hdparm/news/

Signed-off-by: Matthias Fischer <matthias.fischer(a)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(a)ipfire.org>                     #
+# Copyright (C) 2007-2022  IPFire Team  <info(a)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)
 
-- 
2.25.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] hdparm: Update to 9.63
  2022-01-14 18:16 [PATCH] hdparm: Update to 9.63 Matthias Fischer
@ 2022-01-14 19:06 ` Peter Müller
  2022-01-15  9:43 ` Peter Müller
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Müller @ 2022-01-14 19:06 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1504 bytes --]

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] hdparm: Update to 9.63
  2022-01-14 18:16 [PATCH] hdparm: Update to 9.63 Matthias Fischer
  2022-01-14 19:06 ` Peter Müller
@ 2022-01-15  9:43 ` Peter Müller
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Müller @ 2022-01-15  9:43 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1601 bytes --]

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-01-15  9:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-14 18:16 [PATCH] hdparm: Update to 9.63 Matthias Fischer
2022-01-14 19:06 ` Peter Müller
2022-01-15  9:43 ` Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox