Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/stress-ng: bump version to 0.10.7
@ 2019-10-06 11:59 Maxime Madau
  2019-10-07 19:49 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Maxime Madau @ 2019-10-06 11:59 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Madau <maxime.madau@smile.fr>
---
 package/stress-ng/stress-ng.hash | 4 ++--
 package/stress-ng/stress-ng.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/stress-ng/stress-ng.hash b/package/stress-ng/stress-ng.hash
index 4356f55849..6be4516bde 100644
--- a/package/stress-ng/stress-ng.hash
+++ b/package/stress-ng/stress-ng.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256 ea1ba0e96637d7ecc0d2b08c981c4fcb3e7753ca7d64d76210154440b9a194e6 stress-ng-0.09.58.tar.xz
-sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
+sha256 85ae86587f605225cc736e1ddba6cc5fd129dfbba0f7d94df755e2e6ac5230e6 stress-ng-0.10.07.tar.xz
+sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 stress-ng-0.10.07/COPYING
diff --git a/package/stress-ng/stress-ng.mk b/package/stress-ng/stress-ng.mk
index c5adf99ae5..55e3d297bc 100644
--- a/package/stress-ng/stress-ng.mk
+++ b/package/stress-ng/stress-ng.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-STRESS_NG_VERSION = 0.09.58
+STRESS_NG_VERSION = 0.10.07
 STRESS_NG_SOURCE = stress-ng-$(STRESS_NG_VERSION).tar.xz
 STRESS_NG_SITE = http://kernel.ubuntu.com/~cking/tarballs/stress-ng
 STRESS_NG_LICENSE = GPL-2.0+
-- 
2.20.1

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

* [Buildroot] [PATCH 1/1] package/stress-ng: bump version to 0.10.7
  2019-10-06 11:59 [Buildroot] [PATCH 1/1] package/stress-ng: bump version to 0.10.7 Maxime Madau
@ 2019-10-07 19:49 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-10-07 19:49 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  6 Oct 2019 13:59:06 +0200
Maxime Madau <maxime.madau@smile.fr> wrote:

> Signed-off-by: Maxime Madau <maxime.madau@smile.fr>

Thanks for your contribution. However, there was one issue, see below.

> diff --git a/package/stress-ng/stress-ng.hash b/package/stress-ng/stress-ng.hash
> index 4356f55849..6be4516bde 100644
> --- a/package/stress-ng/stress-ng.hash
> +++ b/package/stress-ng/stress-ng.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
> -sha256 ea1ba0e96637d7ecc0d2b08c981c4fcb3e7753ca7d64d76210154440b9a194e6 stress-ng-0.09.58.tar.xz
> -sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
> +sha256 85ae86587f605225cc736e1ddba6cc5fd129dfbba0f7d94df755e2e6ac5230e6 stress-ng-0.10.07.tar.xz
> +sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 stress-ng-0.10.07/COPYING

Changing "COPYING" to stress-ng-0.10.07/COPYING was not correct. With
your change applied, "make legal-info" was saying:

>>> stress-ng 0.10.07 Collecting legal info
ERROR: No hash found for COPYING

Indeed, the paths of license files are relative to the main directory
of the current package source tree. Once fixed to be just "COPYING"
like it was before your change gives:

>>> stress-ng 0.10.07 Collecting legal info
COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643)

So I fixed this issue, and applied your patch. Thanks!

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

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

end of thread, other threads:[~2019-10-07 19:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-06 11:59 [Buildroot] [PATCH 1/1] package/stress-ng: bump version to 0.10.7 Maxime Madau
2019-10-07 19:49 ` Thomas Petazzoni

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