* [Buildroot] [PATCH-2021.08.x] package/stress-ng: fix broken URL
@ 2021-11-21 17:05 Ricardo Martincoski
2021-11-22 21:33 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Ricardo Martincoski @ 2021-11-21 17:05 UTC (permalink / raw)
To: buildroot; +Cc: Romain Naour, Ricardo Martincoski
From: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Do the same as commit "12c01079bd package/stress-ng: bump to version
0.13.05" did for 2022.02 but without the version bump.
The project URL returns 404 error because:
Quoting Coling King:
"Unfortunately when I left Canonical last week they removed my tarballs"
So use github and update hash.
Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
[Ricardo: do not bump the version.
There will be no version clash at sources.buildroot.net since the file
format changed]
Signed-off-by: Ricardo Martincoski <ricardo.martincoski@datacom.com.br>
Cc: Romain Naour <romain.naour@gmail.com>
---
$ utils/test-pkg -p stress-ng
6 builds, 1 skipped, 0 build failed, 0 legal-info failed
---
package/stress-ng/Config.in | 2 +-
package/stress-ng/stress-ng.hash | 2 +-
package/stress-ng/stress-ng.mk | 3 +--
3 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/package/stress-ng/Config.in b/package/stress-ng/Config.in
index 64b473b75c..839cbb1cc0 100644
--- a/package/stress-ng/Config.in
+++ b/package/stress-ng/Config.in
@@ -12,7 +12,7 @@ config BR2_PACKAGE_STRESS_NG
subsystems of a computer as well as the various operating
system kernel interfaces.
- http://kernel.ubuntu.com/~cking/stress-ng/
+ https://github.com/ColinIanKing/stress-ng
comment "stress-ng needs a toolchain w/ headers >= 3.3"
depends on !BR2_nios2 && !BR2_arc
diff --git a/package/stress-ng/stress-ng.hash b/package/stress-ng/stress-ng.hash
index 41e2801915..24fc6d4d56 100644
--- a/package/stress-ng/stress-ng.hash
+++ b/package/stress-ng/stress-ng.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 f847be115f60d3ad7d37c806fd1bfb1412aa3c631fca581d6dc233322f50d6a5 stress-ng-0.12.02.tar.xz
+sha256 0b4557a511be985dfacccc23f1782620b217b1172cdc276a8eee82872b8258c5 stress-ng-0.12.02.tar.gz
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
diff --git a/package/stress-ng/stress-ng.mk b/package/stress-ng/stress-ng.mk
index 53d7b7e5b7..b13417839d 100644
--- a/package/stress-ng/stress-ng.mk
+++ b/package/stress-ng/stress-ng.mk
@@ -5,8 +5,7 @@
################################################################################
STRESS_NG_VERSION = 0.12.02
-STRESS_NG_SOURCE = stress-ng-$(STRESS_NG_VERSION).tar.xz
-STRESS_NG_SITE = https://kernel.ubuntu.com/~cking/tarballs/stress-ng
+STRESS_NG_SITE = $(call github,ColinIanKing,stress-ng,V$(STRESS_NG_VERSION))
STRESS_NG_LICENSE = GPL-2.0+
STRESS_NG_LICENSE_FILES = COPYING
--
2.25.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH-2021.08.x] package/stress-ng: fix broken URL
2021-11-21 17:05 [Buildroot] [PATCH-2021.08.x] package/stress-ng: fix broken URL Ricardo Martincoski
@ 2021-11-22 21:33 ` Peter Korsgaard
2021-11-23 10:12 ` Ricardo Martincoski
0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2021-11-22 21:33 UTC (permalink / raw)
To: Ricardo Martincoski; +Cc: Romain Naour, Ricardo Martincoski, buildroot
>>>>> "Ricardo" == Ricardo Martincoski <ricardo.martincoski@gmail.com> writes:
> From: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
> Do the same as commit "12c01079bd package/stress-ng: bump to version
> 0.13.05" did for 2022.02 but without the version bump.
> The project URL returns 404 error because:
> Quoting Coling King:
> "Unfortunately when I left Canonical last week they removed my tarballs"
> So use github and update hash.
> Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
> Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> [Ricardo: do not bump the version.
> There will be no version clash at sources.buildroot.net since the file
> format changed]
> Signed-off-by: Ricardo Martincoski <ricardo.martincoski@datacom.com.br>
> Cc: Romain Naour <romain.naour@gmail.com>
Committed to 2021.02.x and 2021.08.x, thanks.
What about a patch for master?
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH-2021.08.x] package/stress-ng: fix broken URL
2021-11-22 21:33 ` Peter Korsgaard
@ 2021-11-23 10:12 ` Ricardo Martincoski
0 siblings, 0 replies; 3+ messages in thread
From: Ricardo Martincoski @ 2021-11-23 10:12 UTC (permalink / raw)
To: Peter Korsgaard; +Cc: Romain Naour, ricardo martincoski, buildroot
----- Original Message -----
> From: "Peter Korsgaard" <peter@korsgaard.com>
> To: "ricardo martincoski" <ricardo.martincoski@gmail.com>
> Cc: "buildroot" <buildroot@buildroot.org>, "Romain Naour" <romain.naour@gmail.com>, "ricardo.martincoski"
> <ricardo.martincoski@datacom.com.br>
> Sent: Monday, November 22, 2021 6:33:04 PM
> Subject: Re: [PATCH-2021.08.x] package/stress-ng: fix broken URL
>>>>>> "Ricardo" == Ricardo Martincoski <ricardo.martincoski@gmail.com> writes:
>
> > From: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
> > Do the same as commit "12c01079bd package/stress-ng: bump to version
> > 0.13.05" did for 2022.02 but without the version bump.
>
> > The project URL returns 404 error because:
>
> > Quoting Coling King:
> > "Unfortunately when I left Canonical last week they removed my tarballs"
>
> > So use github and update hash.
>
> > Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
> > Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> > [Ricardo: do not bump the version.
> > There will be no version clash at sources.buildroot.net since the file
> > format changed]
> > Signed-off-by: Ricardo Martincoski <ricardo.martincoski@datacom.com.br>
> > Cc: Romain Naour <romain.naour@gmail.com>
>
> Committed to 2021.02.x and 2021.08.x, thanks.
>
> What about a patch for master?
Will do.
Regards,
Ricardo
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-11-23 10:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-21 17:05 [Buildroot] [PATCH-2021.08.x] package/stress-ng: fix broken URL Ricardo Martincoski
2021-11-22 21:33 ` Peter Korsgaard
2021-11-23 10:12 ` Ricardo Martincoski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox