* [Buildroot] [PATCH v2] package/volk: bump version to 3.0.0
@ 2023-02-21 14:40 Gwenhael Goavec-Merou
2023-05-14 13:32 ` Yann E. MORIN
0 siblings, 1 reply; 2+ messages in thread
From: Gwenhael Goavec-Merou @ 2023-02-21 14:40 UTC (permalink / raw)
To: buildroot; +Cc: Gwenhael Goavec-Merou
From: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
As mentionned into release message [1], github license page [2] and
announce [3], this release is primarly dedicated to fully removing
GPL-3.0+ license, no more COPYING-LGPL: merged into COPYING
[1]: https://github.com/gnuradio/volk/releases/tag/v3.0.0
[2]: https://github.com/gnuradio/volk/tree/v3.0.0#license
[3]: https://lists.gnu.org/archive/html/discuss-gnuradio/2023-01/msg00046.html
Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
---
Changes v1 -> v2:
- update commit message with links related to GPL-3.0+ license removing
- remove .mk note about license details
---
package/volk/volk.hash | 5 ++---
package/volk/volk.mk | 8 +++-----
2 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/package/volk/volk.hash b/package/volk/volk.hash
index 4c62c6d315..8047a68bab 100644
--- a/package/volk/volk.hash
+++ b/package/volk/volk.hash
@@ -1,4 +1,3 @@
# Locally computed
-sha256 eff53206cd1ec3314755e0b2bde3c7aaea21dd0f0ad8d753bff07d98e93ddee2 volk-2.5.2.tar.xz
-sha256 6dcdafa9e750545f5f65c2e6f53820184822db728ac2b8bfe1d4a47da09ec0d6 COPYING
-sha256 258f450f060a161fb9f9e2e7c07c6b1ee73e5142297e6792dc1ee76b028cf0ca COPYING-LGPL
+sha256 88fd80638a3683f23a8cae6c551a8cfe9ea55735c701846f3eeeeeea8a14f6a3 volk-3.0.0.tar.xz
+sha256 e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118 COPYING
diff --git a/package/volk/volk.mk b/package/volk/volk.mk
index af5bd4306b..67475d5c90 100644
--- a/package/volk/volk.mk
+++ b/package/volk/volk.mk
@@ -4,13 +4,11 @@
#
################################################################################
-VOLK_VERSION = 2.5.2
+VOLK_VERSION = 3.0.0
VOLK_SITE = https://github.com/gnuradio/volk/releases/download/v$(VOLK_VERSION)
VOLK_SOURCE = volk-$(VOLK_VERSION).tar.xz
-# See https://github.com/gnuradio/volk/tree/v2.5.1#license for some
-# details on the licensing.
-VOLK_LICENSE = GPL-3.0+, LGPL-3.0+
-VOLK_LICENSE_FILES = COPYING COPYING-LGPL
+VOLK_LICENSE = LGPL-3.0+
+VOLK_LICENSE_FILES = COPYING
VOLK_SUPPORTS_IN_SOURCE_BUILD = NO
--
2.30.2
_______________________________________________
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 v2] package/volk: bump version to 3.0.0
2023-02-21 14:40 [Buildroot] [PATCH v2] package/volk: bump version to 3.0.0 Gwenhael Goavec-Merou
@ 2023-05-14 13:32 ` Yann E. MORIN
0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2023-05-14 13:32 UTC (permalink / raw)
To: Gwenhael Goavec-Merou; +Cc: Gwenhael Goavec-Merou, buildroot
Gwenhael, All,
On 2023-02-21 15:40 +0100, Gwenhael Goavec-Merou spake thusly:
> From: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
>
> As mentionned into release message [1], github license page [2] and
> announce [3], this release is primarly dedicated to fully removing
> GPL-3.0+ license, no more COPYING-LGPL: merged into COPYING
>
> [1]: https://github.com/gnuradio/volk/releases/tag/v3.0.0
> [2]: https://github.com/gnuradio/volk/tree/v3.0.0#license
> [3]: https://lists.gnu.org/archive/html/discuss-gnuradio/2023-01/msg00046.html
>
> Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> Changes v1 -> v2:
> - update commit message with links related to GPL-3.0+ license removing
> - remove .mk note about license details
> ---
> package/volk/volk.hash | 5 ++---
> package/volk/volk.mk | 8 +++-----
> 2 files changed, 5 insertions(+), 8 deletions(-)
>
> diff --git a/package/volk/volk.hash b/package/volk/volk.hash
> index 4c62c6d315..8047a68bab 100644
> --- a/package/volk/volk.hash
> +++ b/package/volk/volk.hash
> @@ -1,4 +1,3 @@
> # Locally computed
> -sha256 eff53206cd1ec3314755e0b2bde3c7aaea21dd0f0ad8d753bff07d98e93ddee2 volk-2.5.2.tar.xz
> -sha256 6dcdafa9e750545f5f65c2e6f53820184822db728ac2b8bfe1d4a47da09ec0d6 COPYING
> -sha256 258f450f060a161fb9f9e2e7c07c6b1ee73e5142297e6792dc1ee76b028cf0ca COPYING-LGPL
> +sha256 88fd80638a3683f23a8cae6c551a8cfe9ea55735c701846f3eeeeeea8a14f6a3 volk-3.0.0.tar.xz
> +sha256 e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118 COPYING
> diff --git a/package/volk/volk.mk b/package/volk/volk.mk
> index af5bd4306b..67475d5c90 100644
> --- a/package/volk/volk.mk
> +++ b/package/volk/volk.mk
> @@ -4,13 +4,11 @@
> #
> ################################################################################
>
> -VOLK_VERSION = 2.5.2
> +VOLK_VERSION = 3.0.0
> VOLK_SITE = https://github.com/gnuradio/volk/releases/download/v$(VOLK_VERSION)
> VOLK_SOURCE = volk-$(VOLK_VERSION).tar.xz
> -# See https://github.com/gnuradio/volk/tree/v2.5.1#license for some
> -# details on the licensing.
> -VOLK_LICENSE = GPL-3.0+, LGPL-3.0+
> -VOLK_LICENSE_FILES = COPYING COPYING-LGPL
> +VOLK_LICENSE = LGPL-3.0+
> +VOLK_LICENSE_FILES = COPYING
>
> VOLK_SUPPORTS_IN_SOURCE_BUILD = NO
>
> --
> 2.30.2
>
> _______________________________________________
> 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] 2+ messages in thread
end of thread, other threads:[~2023-05-14 13:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-21 14:40 [Buildroot] [PATCH v2] package/volk: bump version to 3.0.0 Gwenhael Goavec-Merou
2023-05-14 13:32 ` Yann E. MORIN
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.