All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-security][PATCH 1/6] trousers: set precise BSD license
@ 2021-09-14 16:39 Armin Kuster
  2021-09-14 16:39 ` [meta-security][PATCH 2/6] ibmtpm2tss: " Armin Kuster
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Armin Kuster @ 2021-09-14 16:39 UTC (permalink / raw)
  To: yocto

"BSD" is ambiguous, use the precise licenses BSD-3-Clause

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-tpm/recipes-tpm/trousers/trousers_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-tpm/recipes-tpm/trousers/trousers_git.bb b/meta-tpm/recipes-tpm/trousers/trousers_git.bb
index a746103..5e03b71 100644
--- a/meta-tpm/recipes-tpm/trousers/trousers_git.bb
+++ b/meta-tpm/recipes-tpm/trousers/trousers_git.bb
@@ -1,5 +1,5 @@
 SUMMARY = "TrouSerS - An open-source TCG Software Stack implementation."
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 HOMEPAGE = "http://sourceforge.net/projects/trousers/"
 LIC_FILES_CHKSUM = "file://README;startline=3;endline=4;md5=2af28fbed0832e4d83a9e6dd68bb4413"
 SECTION = "security/tpm"
-- 
2.25.1


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

* [meta-security][PATCH 2/6] ibmtpm2tss: set precise BSD license
  2021-09-14 16:39 [meta-security][PATCH 1/6] trousers: set precise BSD license Armin Kuster
@ 2021-09-14 16:39 ` Armin Kuster
  2021-09-14 16:39 ` [meta-security][PATCH 3/6] ibmswtpm2: " Armin Kuster
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Armin Kuster @ 2021-09-14 16:39 UTC (permalink / raw)
  To: yocto

"BSD" is ambiguous, use the precise licenses BSD-2-Clause

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-tpm/recipes-tpm2/ibmtpm2tss/ibmtpm2tss_1.6.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-tpm/recipes-tpm2/ibmtpm2tss/ibmtpm2tss_1.6.0.bb b/meta-tpm/recipes-tpm2/ibmtpm2tss/ibmtpm2tss_1.6.0.bb
index ae8974b..df66779 100644
--- a/meta-tpm/recipes-tpm2/ibmtpm2tss/ibmtpm2tss_1.6.0.bb
+++ b/meta-tpm/recipes-tpm2/ibmtpm2tss/ibmtpm2tss_1.6.0.bb
@@ -9,7 +9,7 @@ It also comes with a web based TPM interface, suitable for a demo to an \
 audience that is unfamiliar with TCG technology. It is also useful for \
 basic TPM management."
 HOMEPAGE = "http://ibmswtpm.sourceforge.net/ibmtss2.html"
-LICENSE = "BSD"
+LICENSE = "BSD-2-Clause"
 SECTION = "securty/tpm"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1e023f61454ac828b4aa1bc4293f7d5f"
 
-- 
2.25.1


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

* [meta-security][PATCH 3/6] ibmswtpm2: set precise BSD license
  2021-09-14 16:39 [meta-security][PATCH 1/6] trousers: set precise BSD license Armin Kuster
  2021-09-14 16:39 ` [meta-security][PATCH 2/6] ibmtpm2tss: " Armin Kuster
@ 2021-09-14 16:39 ` Armin Kuster
  2021-09-14 16:39 ` [meta-security][PATCH 4/6] opendnssec: " Armin Kuster
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Armin Kuster @ 2021-09-14 16:39 UTC (permalink / raw)
  To: yocto

"BSD" is ambiguous, use the precise licenses BSD-2-Clause

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1661.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1661.bb b/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1661.bb
index 7ea40a8..09b652d 100644
--- a/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1661.bb
+++ b/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1661.bb
@@ -9,7 +9,7 @@ Advantages of this approach: \
 * Application software errors are easily reversed by simply removing the TPM state and starting over. \
 * Difficult crypto errors are quickly debugged by looking inside the TPM."
 HOMEPAGE = "http://ibmswtpm.sourceforge.net/ibmswtpm2.html"
-LICENSE = "BSD"
+LICENSE = "BSD-2-Clause"
 SECTION = "securty/tpm"
 LIC_FILES_CHKSUM = "file://../LICENSE;md5=1e023f61454ac828b4aa1bc4293f7d5f"
 
-- 
2.25.1


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

* [meta-security][PATCH 4/6] opendnssec: set precise BSD license
  2021-09-14 16:39 [meta-security][PATCH 1/6] trousers: set precise BSD license Armin Kuster
  2021-09-14 16:39 ` [meta-security][PATCH 2/6] ibmtpm2tss: " Armin Kuster
  2021-09-14 16:39 ` [meta-security][PATCH 3/6] ibmswtpm2: " Armin Kuster
@ 2021-09-14 16:39 ` Armin Kuster
  2021-09-14 16:39 ` [meta-security][PATCH 5/6] checksec: " Armin Kuster
  2021-09-14 16:39 ` [meta-security][PATCH 6/6] isic: " Armin Kuster
  4 siblings, 0 replies; 6+ messages in thread
From: Armin Kuster @ 2021-09-14 16:39 UTC (permalink / raw)
  To: yocto

"BSD" is ambiguous, use the precise licenses BSD-2-Clause

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 recipes-security/opendnssec/opendnssec_2.1.9.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-security/opendnssec/opendnssec_2.1.9.bb b/recipes-security/opendnssec/opendnssec_2.1.9.bb
index 8e36812..6c1bd46 100644
--- a/recipes-security/opendnssec/opendnssec_2.1.9.bb
+++ b/recipes-security/opendnssec/opendnssec_2.1.9.bb
@@ -1,6 +1,6 @@
 SUMMARY = "OpenDNSSEC is a policy-based zone signer that automates the process of keeping track of DNSSEC keys and the signing of zones"
 
-LICENSE = "BSD"
+LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b041dbe2da80d4efd951393fbba90937"
 
 DEPENDS = "libxml2 openssl ldns libmicrohttpd jansson libyaml "
-- 
2.25.1


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

* [meta-security][PATCH 5/6] checksec: set precise BSD license
  2021-09-14 16:39 [meta-security][PATCH 1/6] trousers: set precise BSD license Armin Kuster
                   ` (2 preceding siblings ...)
  2021-09-14 16:39 ` [meta-security][PATCH 4/6] opendnssec: " Armin Kuster
@ 2021-09-14 16:39 ` Armin Kuster
  2021-09-14 16:39 ` [meta-security][PATCH 6/6] isic: " Armin Kuster
  4 siblings, 0 replies; 6+ messages in thread
From: Armin Kuster @ 2021-09-14 16:39 UTC (permalink / raw)
  To: yocto

"BSD" is ambiguous, use the precise licenses BSD-3-Clause

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 recipes-scanners/checksec/checksec_2.4.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-scanners/checksec/checksec_2.4.0.bb b/recipes-scanners/checksec/checksec_2.4.0.bb
index 000e3bb..12c9bce 100644
--- a/recipes-scanners/checksec/checksec_2.4.0.bb
+++ b/recipes-scanners/checksec/checksec_2.4.0.bb
@@ -1,7 +1,7 @@
 SUMMARY = "Linux system security checks"
 DESCRIPTION = "The checksec script is designed to test what standard Linux OS and PaX security features are being used."
 SECTION = "security"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 HOMEPAGE="https://github.com/slimm609/checksec.sh"
 
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8d90285f711cf1f378e2c024457066d8"
-- 
2.25.1


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

* [meta-security][PATCH 6/6] isic: set precise BSD license
  2021-09-14 16:39 [meta-security][PATCH 1/6] trousers: set precise BSD license Armin Kuster
                   ` (3 preceding siblings ...)
  2021-09-14 16:39 ` [meta-security][PATCH 5/6] checksec: " Armin Kuster
@ 2021-09-14 16:39 ` Armin Kuster
  4 siblings, 0 replies; 6+ messages in thread
From: Armin Kuster @ 2021-09-14 16:39 UTC (permalink / raw)
  To: yocto

"BSD" is ambiguous, use the precise licenses BSD-2-Clause

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 recipes-security/isic/isic_0.07.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-security/isic/isic_0.07.bb b/recipes-security/isic/isic_0.07.bb
index fb6e904..28153e3 100644
--- a/recipes-security/isic/isic_0.07.bb
+++ b/recipes-security/isic/isic_0.07.bb
@@ -2,7 +2,7 @@ SUMMARY = "ISIC -- IP Stack Integrity Checker"
 DESCRIPTION = "ISIC is a suite of utilities to exercise the stability of an IP Stack and its component stacks (TCP, UDP, ICMP et. al.)"
 HOMEPAGE = "http://isic.sourceforge.net/"
 SECTION = "security"
-LICENSE = "BSD"
+LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d41d8cd98f00b204e9800998ecf8427e"
 
 DEPENDS = "libnet"
-- 
2.25.1


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

end of thread, other threads:[~2021-09-14 16:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-14 16:39 [meta-security][PATCH 1/6] trousers: set precise BSD license Armin Kuster
2021-09-14 16:39 ` [meta-security][PATCH 2/6] ibmtpm2tss: " Armin Kuster
2021-09-14 16:39 ` [meta-security][PATCH 3/6] ibmswtpm2: " Armin Kuster
2021-09-14 16:39 ` [meta-security][PATCH 4/6] opendnssec: " Armin Kuster
2021-09-14 16:39 ` [meta-security][PATCH 5/6] checksec: " Armin Kuster
2021-09-14 16:39 ` [meta-security][PATCH 6/6] isic: " Armin Kuster

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.