Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/1] package/tbb: fixes hash
@ 2023-10-05  6:24 Francis Laniel
  2023-10-05  6:24 ` [Buildroot] [PATCH 1/1] " Francis Laniel
  0 siblings, 1 reply; 4+ messages in thread
From: Francis Laniel @ 2023-10-05  6:24 UTC (permalink / raw)
  To: buildroot; +Cc: Francis Laniel

Hi.


Sorry, I got mixed up while bumping tbb and the whole sysdig stuff and actually
forgot to update the hash in the previous commit.
Lesson learnt, I will clearly double check before sending next patches.
The present patch fixes the situation with the correct (locally computed) hash.

Francis Laniel (1):
  package/tbb: fixes hash

 package/tbb/tbb.hash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Best regards and again sorry for the disturbance.
--
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 1/1] package/tbb: fixes hash
  2023-10-05  6:24 [Buildroot] [PATCH 0/1] package/tbb: fixes hash Francis Laniel
@ 2023-10-05  6:24 ` Francis Laniel
  2023-10-05 19:56   ` Yann E. MORIN
  0 siblings, 1 reply; 4+ messages in thread
From: Francis Laniel @ 2023-10-05  6:24 UTC (permalink / raw)
  To: buildroot; +Cc: Francis Laniel

Fixes: 74b50d553eaf ("package/tbb: bump to version 2021.10.0.")
Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
---
 package/tbb/tbb.hash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/tbb/tbb.hash b/package/tbb/tbb.hash
index 1caf81c5c5..085d54109a 100644
--- a/package/tbb/tbb.hash
+++ b/package/tbb/tbb.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  eee380323bb7ce864355ed9431f85c43955faaae9e9bce35c62b372d7ffd9f8b  tbb-2021.10.0.tar.gz
+sha256  487023a955e5a3cc6d3a0d5f89179f9b6c0ae7222613a7185b0227ba0c83700b  tbb-2021.10.0.tar.gz
 sha256  c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4  LICENSE.txt
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/tbb: fixes hash
  2023-10-05  6:24 ` [Buildroot] [PATCH 1/1] " Francis Laniel
@ 2023-10-05 19:56   ` Yann E. MORIN
  2023-10-09  6:07     ` Francis Laniel
  0 siblings, 1 reply; 4+ messages in thread
From: Yann E. MORIN @ 2023-10-05 19:56 UTC (permalink / raw)
  To: Francis Laniel; +Cc: buildroot

Francis, All,

On 2023-10-05 09:24 +0300, Francis Laniel spake thusly:
> Fixes: 74b50d553eaf ("package/tbb: bump to version 2021.10.0.")
> Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/tbb/tbb.hash | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/tbb/tbb.hash b/package/tbb/tbb.hash
> index 1caf81c5c5..085d54109a 100644
> --- a/package/tbb/tbb.hash
> +++ b/package/tbb/tbb.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
> -sha256  eee380323bb7ce864355ed9431f85c43955faaae9e9bce35c62b372d7ffd9f8b  tbb-2021.10.0.tar.gz
> +sha256  487023a955e5a3cc6d3a0d5f89179f9b6c0ae7222613a7185b0227ba0c83700b  tbb-2021.10.0.tar.gz
>  sha256  c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4  LICENSE.txt
> -- 
> 2.34.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/tbb: fixes hash
  2023-10-05 19:56   ` Yann E. MORIN
@ 2023-10-09  6:07     ` Francis Laniel
  0 siblings, 0 replies; 4+ messages in thread
From: Francis Laniel @ 2023-10-09  6:07 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: buildroot

Hi.

Le jeudi 5 octobre 2023, 22:56:12 EEST Yann E. MORIN a écrit :
> Francis, All,
> 
> On 2023-10-05 09:24 +0300, Francis Laniel spake thusly:
> > Fixes: 74b50d553eaf ("package/tbb: bump to version 2021.10.0.")
> > Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
> 
> Applied to master, thanks.

Thank you for the merge!

> Regards,
> Yann E. MORIN.
> 
> > ---
> > 
> >  package/tbb/tbb.hash | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/package/tbb/tbb.hash b/package/tbb/tbb.hash
> > index 1caf81c5c5..085d54109a 100644
> > --- a/package/tbb/tbb.hash
> > +++ b/package/tbb/tbb.hash
> > @@ -1,3 +1,3 @@
> > 
> >  # Locally calculated
> > 
> > -sha256  eee380323bb7ce864355ed9431f85c43955faaae9e9bce35c62b372d7ffd9f8b 
> > tbb-2021.10.0.tar.gz +sha256 
> > 487023a955e5a3cc6d3a0d5f89179f9b6c0ae7222613a7185b0227ba0c83700b 
> > tbb-2021.10.0.tar.gz> 
> >  sha256  c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4 
> >  LICENSE.txt

Best regards.


_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-10-09  6:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-05  6:24 [Buildroot] [PATCH 0/1] package/tbb: fixes hash Francis Laniel
2023-10-05  6:24 ` [Buildroot] [PATCH 1/1] " Francis Laniel
2023-10-05 19:56   ` Yann E. MORIN
2023-10-09  6:07     ` Francis Laniel

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