mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] stress-ng: change download URL due to no longer hosted on the old one
@ 2021-12-21  6:24 Denis Osterland-Heim
  2022-01-21  7:19 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Denis Osterland-Heim @ 2021-12-21  6:24 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Denis Osterland-Heim <denis.osterland@diehl.com>
---
 rules/stress-ng.make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/stress-ng.make b/rules/stress-ng.make
index 296a0558b..1a6377b9b 100644
--- a/rules/stress-ng.make
+++ b/rules/stress-ng.make
@@ -15,10 +15,10 @@ PACKAGES-$(PTXCONF_STRESS_NG) += stress-ng
 # Paths and names
 #
 STRESS_NG_VERSION:= 0.11.15
-STRESS_NG_MD5:= 5f644470500040281201995828459cca
+STRESS_NG_MD5:= 1a716cde5a5a063fa3caa9b7d8aa1e70
 STRESS_NG:= stress-ng-$(STRESS_NG_VERSION)
-STRESS_NG_SUFFIX:= tar.xz
-STRESS_NG_URL:= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/$(STRESS_NG).$(STRESS_NG_SUFFIX)
+STRESS_NG_SUFFIX:= tar.gz
+STRESS_NG_URL:= https://github.com/ColinIanKing/stress-ng/archive/refs/tags/V$(STRESS_NG_VERSION).$(STRESS_NG_SUFFIX)
 STRESS_NG_SOURCE:= $(SRCDIR)/$(STRESS_NG).$(STRESS_NG_SUFFIX)
 STRESS_NG_DIR:= $(BUILDDIR)/$(STRESS_NG)
 STRESS_NG_LICENSE:= GPL-2.0-or-later
--
2.34.1

Diehl Connectivity Solutions GmbH
Geschäftsführung: Horst Leonberger
Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht
Nürnberg: HRB 32315

________________________________

Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen.
Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten haben. Bitte loeschen Sie in diesem Fall die Nachricht.
Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung und/oder Publikation dieser E-Mail ist strengstens untersagt.

- Informationen zum Datenschutz, insbesondere zu Ihren Rechten, erhalten Sie unter:

https://www.diehl.com/group/de/transparenz-und-informationspflichten/

The contents of the above mentioned e-mail is not legally binding. This e-mail contains confidential and/or legally protected information. Please inform us if you have received this e-mail by
mistake and delete it in such a case. Each unauthorized reproduction, disclosure, alteration, distribution and/or publication of this e-mail is strictly prohibited.

- For general information on data protection and your respective rights please visit:

https://www.diehl.com/group/en/transparency-and-information-obligations/



_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [APPLIED] stress-ng: change download URL due to no longer hosted on the old one
  2021-12-21  6:24 [ptxdist] [PATCH] stress-ng: change download URL due to no longer hosted on the old one Denis Osterland-Heim
@ 2022-01-21  7:19 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-01-21  7:19 UTC (permalink / raw)
  To: ptxdist; +Cc: Denis Osterland-Heim

Thanks, applied as f34896692a8b57c85be7ed48a2821e3bbbe53c50.

Michael

[sent from post-receive hook]

On Fri, 21 Jan 2022 08:19:17 +0100, Denis Osterland-Heim <denis.osterland@diehl.com> wrote:
> Signed-off-by: Denis Osterland-Heim <denis.osterland@diehl.com>
> Message-Id: <20211221062334.21610-1-denis.osterland@diehl.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/stress-ng.make b/rules/stress-ng.make
> index 296a0558b849..1a6377b9bdc9 100644
> --- a/rules/stress-ng.make
> +++ b/rules/stress-ng.make
> @@ -15,10 +15,10 @@ PACKAGES-$(PTXCONF_STRESS_NG) += stress-ng
>  # Paths and names
>  #
>  STRESS_NG_VERSION	:= 0.11.15
> -STRESS_NG_MD5		:= 5f644470500040281201995828459cca
> +STRESS_NG_MD5		:= 1a716cde5a5a063fa3caa9b7d8aa1e70
>  STRESS_NG		:= stress-ng-$(STRESS_NG_VERSION)
> -STRESS_NG_SUFFIX	:= tar.xz
> -STRESS_NG_URL		:= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/$(STRESS_NG).$(STRESS_NG_SUFFIX)
> +STRESS_NG_SUFFIX	:= tar.gz
> +STRESS_NG_URL		:= https://github.com/ColinIanKing/stress-ng/archive/refs/tags/V$(STRESS_NG_VERSION).$(STRESS_NG_SUFFIX)
>  STRESS_NG_SOURCE	:= $(SRCDIR)/$(STRESS_NG).$(STRESS_NG_SUFFIX)
>  STRESS_NG_DIR		:= $(BUILDDIR)/$(STRESS_NG)
>  STRESS_NG_LICENSE	:= GPL-2.0-or-later

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

end of thread, other threads:[~2022-01-21  7:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-21  6:24 [ptxdist] [PATCH] stress-ng: change download URL due to no longer hosted on the old one Denis Osterland-Heim
2022-01-21  7:19 ` [ptxdist] [APPLIED] " Michael Olbrich

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