Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libpsl: fix legal info
@ 2024-01-31 20:47 Fabrice Fontaine
  2024-01-31 21:15 ` Adrian Perez de Castro
  2024-02-01 11:00 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2024-01-31 20:47 UTC (permalink / raw)
  To: buildroot; +Cc: Adrian Perez de Castro, Fabrice Fontaine

Commit 863131cad9fec0a54a4b4281f5fa3cd5ed8ea462 forgot to update hash of
COPYING (update in year with:
https://github.com/rockdaboot/libpsl/commit/80c17cc237861318a680ae170995d44a11029dad)

Fixes:
 - http://autobuild.buildroot.org/results/2b09ca88a08fdba8ca75153688ed5dd9362c7520

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libpsl/libpsl.hash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libpsl/libpsl.hash b/package/libpsl/libpsl.hash
index d800ba6a77..caf760c496 100644
--- a/package/libpsl/libpsl.hash
+++ b/package/libpsl/libpsl.hash
@@ -2,5 +2,5 @@
 sha256  1dcc9ceae8b128f3c0b3f654decd0e1e891afc6ff81098f227ef260449dae208  libpsl-0.21.5.tar.gz
 
 # Hashes for license files:
-sha256  776cd11d54f0ea3e5efdd25ff1a0d952a1744215bb5858ea7aeb91808e70c9f7  COPYING
+sha256  322392e6001b2b3b0fca705dc9f11f26e12441188ecde50eb1d22909980b2925  COPYING
 sha256  1d7f52747a9169751cdf2641a8299c0098e9ecdf9429296ffd55bdb14c9ed5b3  src/LICENSE.chromium
-- 
2.43.0

_______________________________________________
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 1/1] package/libpsl: fix legal info
  2024-01-31 20:47 [Buildroot] [PATCH 1/1] package/libpsl: fix legal info Fabrice Fontaine
@ 2024-01-31 21:15 ` Adrian Perez de Castro
  2024-02-01 11:00 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Adrian Perez de Castro @ 2024-01-31 21:15 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Fabrice Fontaine, buildroot


[-- Attachment #1.1: Type: text/plain, Size: 1421 bytes --]

On Wed, 31 Jan 2024 21:47:04 +0100 Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> Commit 863131cad9fec0a54a4b4281f5fa3cd5ed8ea462 forgot to update hash of
> COPYING (update in year with:
> https://github.com/rockdaboot/libpsl/commit/80c17cc237861318a680ae170995d44a11029dad)
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/2b09ca88a08fdba8ca75153688ed5dd9362c7520

Ahhh, good catch, thanks!

> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Reviewed-by: Adrian Perez de Castro <aperez@igalia.com>

> ---
>  package/libpsl/libpsl.hash | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/libpsl/libpsl.hash b/package/libpsl/libpsl.hash
> index d800ba6a77..caf760c496 100644
> --- a/package/libpsl/libpsl.hash
> +++ b/package/libpsl/libpsl.hash
> @@ -2,5 +2,5 @@
>  sha256  1dcc9ceae8b128f3c0b3f654decd0e1e891afc6ff81098f227ef260449dae208  libpsl-0.21.5.tar.gz
>  
>  # Hashes for license files:
> -sha256  776cd11d54f0ea3e5efdd25ff1a0d952a1744215bb5858ea7aeb91808e70c9f7  COPYING
> +sha256  322392e6001b2b3b0fca705dc9f11f26e12441188ecde50eb1d22909980b2925  COPYING
>  sha256  1d7f52747a9169751cdf2641a8299c0098e9ecdf9429296ffd55bdb14c9ed5b3  src/LICENSE.chromium
> -- 
> 2.43.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
> 

Cheers,
—Adrián

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

_______________________________________________
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 1/1] package/libpsl: fix legal info
  2024-01-31 20:47 [Buildroot] [PATCH 1/1] package/libpsl: fix legal info Fabrice Fontaine
  2024-01-31 21:15 ` Adrian Perez de Castro
@ 2024-02-01 11:00 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-02-01 11:00 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Adrian Perez de Castro, buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Commit 863131cad9fec0a54a4b4281f5fa3cd5ed8ea462 forgot to update hash of
 > COPYING (update in year with:
 > https://github.com/rockdaboot/libpsl/commit/80c17cc237861318a680ae170995d44a11029dad)

 > Fixes:
 >  - http://autobuild.buildroot.org/results/2b09ca88a08fdba8ca75153688ed5dd9362c7520

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
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

end of thread, other threads:[~2024-02-01 11:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-31 20:47 [Buildroot] [PATCH 1/1] package/libpsl: fix legal info Fabrice Fontaine
2024-01-31 21:15 ` Adrian Perez de Castro
2024-02-01 11:00 ` Peter Korsgaard

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