All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/zabbix: correct license info after 7.0.3 bump
@ 2024-10-11 12:45 Peter Korsgaard
  2024-10-19 11:39 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Korsgaard @ 2024-10-11 12:45 UTC (permalink / raw)
  To: buildroot; +Cc: Alexey Lukyanchuk

Commit b315dc5fbf40eb0a (package/zabbix: bump version to 7.0.3) updated
zabix but forgot to check the license info, leading to legal-info failures.

Both files have changed - COPYING now specifies AGPL 3.0, so adjust hash and
license identifier.  README is now just a oneliner stating 'Please refer to
README.md' (which also does not have any license clarifications), so just
drop it.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/zabbix/zabbix.hash | 3 +--
 package/zabbix/zabbix.mk   | 4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/package/zabbix/zabbix.hash b/package/zabbix/zabbix.hash
index 4648ed8b71..843dc445d6 100644
--- a/package/zabbix/zabbix.hash
+++ b/package/zabbix/zabbix.hash
@@ -1,4 +1,3 @@
 # Locally computed
 sha256  173059f57f11716146da79345e5a6bc52eceee6a5c4410664b8500a955598b2a  zabbix-7.0.3.tar.gz
-sha256  f8fc3fd12521b60d53d8c5d48a883eb3c9c5ddec9de986a273e1b77f69d811db  README
-sha256  444fe54aecc95ac0f3314289c300afc73b3946a4dc9fbd7e022709b3e0924dd0  COPYING
+sha256  0d96a4ff68ad6d4b6f1f30f713b18d5184912ba8dd389f86aa7710db079abcb0  COPYING
diff --git a/package/zabbix/zabbix.mk b/package/zabbix/zabbix.mk
index 07d92d0abd..dda60ef161 100644
--- a/package/zabbix/zabbix.mk
+++ b/package/zabbix/zabbix.mk
@@ -8,8 +8,8 @@ ZABBIX_VERSION_MAJOR = 7.0
 ZABBIX_VERSION = $(ZABBIX_VERSION_MAJOR).3
 ZABBIX_SITE = https://cdn.zabbix.com/zabbix/sources/stable/$(ZABBIX_VERSION_MAJOR)
 ZABBIX_SELINUX_MODULES = zabbix
-ZABBIX_LICENSE = GPL-2.0+
-ZABBIX_LICENSE_FILES = README COPYING
+ZABBIX_LICENSE = AGPL-3.0
+ZABBIX_LICENSE_FILES = COPYING
 ZABBIX_CPE_ID_VENDOR = zabbix
 # We're patching m4/netsnmp.m4
 ZABBIX_AUTORECONF = YES
-- 
2.39.5

_______________________________________________
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] package/zabbix: correct license info after 7.0.3 bump
  2024-10-11 12:45 [Buildroot] [PATCH] package/zabbix: correct license info after 7.0.3 bump Peter Korsgaard
@ 2024-10-19 11:39 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-10-19 11:39 UTC (permalink / raw)
  To: Peter Korsgaard; +Cc: buildroot, Alexey Lukyanchuk

On Fri, 11 Oct 2024 14:45:44 +0200
Peter Korsgaard <peter@korsgaard.com> wrote:

> Commit b315dc5fbf40eb0a (package/zabbix: bump version to 7.0.3) updated
> zabix but forgot to check the license info, leading to legal-info failures.
> 
> Both files have changed - COPYING now specifies AGPL 3.0, so adjust hash and
> license identifier.  README is now just a oneliner stating 'Please refer to
> README.md' (which also does not have any license clarifications), so just
> drop it.
> 
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
>  package/zabbix/zabbix.hash | 3 +--
>  package/zabbix/zabbix.mk   | 4 ++--
>  2 files changed, 3 insertions(+), 4 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-10-19 11:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-11 12:45 [Buildroot] [PATCH] package/zabbix: correct license info after 7.0.3 bump Peter Korsgaard
2024-10-19 11:39 ` Thomas Petazzoni via buildroot

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.