All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/1] package/hdparm: bump version to 9.62
@ 2021-07-04 17:26 Bernd Kuhls
  2021-07-19 21:37 ` Thomas Petazzoni
  2021-08-04 14:01 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2021-07-04 17:26 UTC (permalink / raw)
  To: buildroot

Updated project site (old site was not updated since 2010) and package
help text.

Removed md5 hash.

Switched _SITE to https.

Release notes:
https://sourceforge.net/p/hdparm/news/2021/04/hdparm-961-is-released/
https://sourceforge.net/p/hdparm/news/2021/05/hdparm-962-is-released/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
v2: added release notes

 package/hdparm/Config.in   | 4 ++--
 package/hdparm/hdparm.hash | 7 +++----
 package/hdparm/hdparm.mk   | 4 ++--
 3 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/package/hdparm/Config.in b/package/hdparm/Config.in
index 52385b18ce..17ecb65ce9 100644
--- a/package/hdparm/Config.in
+++ b/package/hdparm/Config.in
@@ -2,6 +2,6 @@ config BR2_PACKAGE_HDPARM
 	bool "hdparm"
 	depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
 	help
-	  hdparm - get/set hard disk parameters for Linux IDE drives.
+	  hdparm - get/set ATA/SATA drive parameters under Linux
 
-	  http://www.ibiblio.org/pub/Linux/system/hardware/
+	  https://sourceforge.net/projects/hdparm/
diff --git a/package/hdparm/hdparm.hash b/package/hdparm/hdparm.hash
index b35da45273..b37826caf2 100644
--- a/package/hdparm/hdparm.hash
+++ b/package/hdparm/hdparm.hash
@@ -1,6 +1,5 @@
-# From http://sourceforge.net/projects/hdparm/files/hdparm/
-md5  25a791d47236c58801f8b27074f3ef93  hdparm-9.60.tar.gz
-sha1  f15378cf533f79dbbc040cd77183137d24292ecc  hdparm-9.60.tar.gz
+# From https://sourceforge.net/projects/hdparm/files/hdparm/
+sha1  100b9a5551b71d87b446b415d56c5d45ac41d131  hdparm-9.62.tar.gz
 # Locally computed
-sha256  8397739c73e44d5ab96c4aef28fa9c0147276d53a1b5657ce04c4565cf6635cc  hdparm-9.60.tar.gz
+sha256  2c0f9d75cdbeda928a25a128cd3d0b7120445ec0910c0b29d4c1038ed1be777f  hdparm-9.62.tar.gz
 sha256  eae572b06d2733f5c65fbe81680ce2b8a109afee2bdd1a161343c772af0e82e1  LICENSE.TXT
diff --git a/package/hdparm/hdparm.mk b/package/hdparm/hdparm.mk
index d9470ef7f5..6a71c14fa7 100644
--- a/package/hdparm/hdparm.mk
+++ b/package/hdparm/hdparm.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-HDPARM_VERSION = 9.60
-HDPARM_SITE = http://downloads.sourceforge.net/project/hdparm/hdparm
+HDPARM_VERSION = 9.62
+HDPARM_SITE = https://downloads.sourceforge.net/project/hdparm/hdparm
 HDPARM_LICENSE = BSD-Style
 HDPARM_LICENSE_FILES = LICENSE.TXT
 
-- 
2.30.2

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

* [Buildroot] [PATCH v2 1/1] package/hdparm: bump version to 9.62
  2021-07-04 17:26 [Buildroot] [PATCH v2 1/1] package/hdparm: bump version to 9.62 Bernd Kuhls
@ 2021-07-19 21:37 ` Thomas Petazzoni
  2021-08-04 14:01 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2021-07-19 21:37 UTC (permalink / raw)
  To: buildroot

On Sun,  4 Jul 2021 19:26:49 +0200
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> Updated project site (old site was not updated since 2010) and package
> help text.
> 
> Removed md5 hash.
> 
> Switched _SITE to https.
> 
> Release notes:
> https://sourceforge.net/p/hdparm/news/2021/04/hdparm-961-is-released/
> https://sourceforge.net/p/hdparm/news/2021/05/hdparm-962-is-released/
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> v2: added release notes

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* Re: [Buildroot] [PATCH v2 1/1] package/hdparm: bump version to 9.62
  2021-07-04 17:26 [Buildroot] [PATCH v2 1/1] package/hdparm: bump version to 9.62 Bernd Kuhls
  2021-07-19 21:37 ` Thomas Petazzoni
@ 2021-08-04 14:01 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-08-04 14:01 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Updated project site (old site was not updated since 2010) and package
 > help text.

 > Removed md5 hash.

 > Switched _SITE to https.

 > Release notes:
 > https://sourceforge.net/p/hdparm/news/2021/04/hdparm-961-is-released/
 > https://sourceforge.net/p/hdparm/news/2021/05/hdparm-962-is-released/

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
 > ---
 > v2: added release notes

Committed to 2021.02.x and 2021.05.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-08-04 14:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-04 17:26 [Buildroot] [PATCH v2 1/1] package/hdparm: bump version to 9.62 Bernd Kuhls
2021-07-19 21:37 ` Thomas Petazzoni
2021-08-04 14:01 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.