Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/blake3: bump version to 1.5.4
@ 2024-11-10 21:41 Julien Olivain
  2024-11-11 20:27 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Julien Olivain @ 2024-11-10 21:41 UTC (permalink / raw)
  To: buildroot; +Cc: Heiko Thiery, Julien Olivain

For change log since 1.5.1, see: [1] [2] [3].

Also, v1.5.2 added the new license "Apache-2.0 with (LLVM)
exceptions". The initial LICENSE file was split in three
different files (one file per license). See [4] [5].
This commit updates _LICENSE, _LICENSE_FILES and the hash
file accordingly.

[1] https://github.com/BLAKE3-team/BLAKE3/releases/tag/1.5.2
[2] https://github.com/BLAKE3-team/BLAKE3/releases/tag/1.5.3
[3] https://github.com/BLAKE3-team/BLAKE3/releases/tag/1.5.4
[4] https://github.com/BLAKE3-team/BLAKE3/commit/bb8761256a6a6144f330907b74c80f0ed0ecab4a
[5] https://github.com/BLAKE3-team/BLAKE3/commit/0b2c630cc5c59ac76a184cdc9540092a97d33e7f

Signed-off-by: Julien Olivain <ju.o@free.fr>
---
 package/blake3/blake3.hash | 6 ++++--
 package/blake3/blake3.mk   | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/package/blake3/blake3.hash b/package/blake3/blake3.hash
index 2a00d19b02..9c3792edf6 100644
--- a/package/blake3/blake3.hash
+++ b/package/blake3/blake3.hash
@@ -1,3 +1,5 @@
 # sha256 computed locally
-sha256  822cd37f70152e5985433d2c50c8f6b2ec83aaf11aa31be9fe71486a91744f37  blake3-1.5.1.tar.gz
-sha256  6a94bedb8b707ed97f6e310d0d015ab14e0683ffa0a612b02958581b9cc9fc0e  LICENSE
+sha256  ddd24f26a31d23373e63d9be2e723263ac46c8b6d49902ab08024b573fd2a416  blake3-1.5.4.tar.gz
+sha256  00fcc7a934ddbc9ece2a7cc063ac788e284b703b1d705ccbba72d462aa97921e  LICENSE_A2
+sha256  a5695f57ea0c221e0e8b7d784ff774c35e88c3d3270353646a925880bb3492cc  LICENSE_A2LLVM
+sha256  a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499  LICENSE_CC0
diff --git a/package/blake3/blake3.mk b/package/blake3/blake3.mk
index 3b1ccb44cc..f8ef2386f5 100644
--- a/package/blake3/blake3.mk
+++ b/package/blake3/blake3.mk
@@ -4,11 +4,11 @@
 #
 ################################################################################
 
-BLAKE3_VERSION = 1.5.1
+BLAKE3_VERSION = 1.5.4
 BLAKE3_SITE = $(call github,BLAKE3-team,BLAKE3,$(BLAKE3_VERSION))
 BLAKE3_SUBDIR = c
-BLAKE3_LICENSE = Apache-2.0, CC0-1.0
-BLAKE3_LICENSE_FILES = LICENSE
+BLAKE3_LICENSE = Apache-2.0 or Apache-2.0 with exceptions or CC0-1.0
+BLAKE3_LICENSE_FILES = LICENSE_A2 LICENSE_A2LLVM LICENSE_CC0
 
 # The package is a dependency to ccache so ccache cannot be a dependency
 HOST_BLAKE3_ADD_CCACHE_DEPENDENCY = NO
-- 
2.47.0

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

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

* Re: [Buildroot] [PATCH 1/1] package/blake3: bump version to 1.5.4
  2024-11-10 21:41 [Buildroot] [PATCH 1/1] package/blake3: bump version to 1.5.4 Julien Olivain
@ 2024-11-11 20:27 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-11-11 20:27 UTC (permalink / raw)
  To: Julien Olivain; +Cc: buildroot, Heiko Thiery

On Sun, 10 Nov 2024 22:41:46 +0100
Julien Olivain <ju.o@free.fr> wrote:

> For change log since 1.5.1, see: [1] [2] [3].
> 
> Also, v1.5.2 added the new license "Apache-2.0 with (LLVM)
> exceptions". The initial LICENSE file was split in three
> different files (one file per license). See [4] [5].
> This commit updates _LICENSE, _LICENSE_FILES and the hash
> file accordingly.
> 
> [1] https://github.com/BLAKE3-team/BLAKE3/releases/tag/1.5.2
> [2] https://github.com/BLAKE3-team/BLAKE3/releases/tag/1.5.3
> [3] https://github.com/BLAKE3-team/BLAKE3/releases/tag/1.5.4
> [4] https://github.com/BLAKE3-team/BLAKE3/commit/bb8761256a6a6144f330907b74c80f0ed0ecab4a
> [5] https://github.com/BLAKE3-team/BLAKE3/commit/0b2c630cc5c59ac76a184cdc9540092a97d33e7f
> 
> Signed-off-by: Julien Olivain <ju.o@free.fr>
> ---
>  package/blake3/blake3.hash | 6 ++++--
>  package/blake3/blake3.mk   | 6 +++---
>  2 files changed, 7 insertions(+), 5 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-11-11 20:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-10 21:41 [Buildroot] [PATCH 1/1] package/blake3: bump version to 1.5.4 Julien Olivain
2024-11-11 20:27 ` Thomas Petazzoni via buildroot

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