All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-security][PATCH 1/1] LICENSE: adopt standard SPDX names
@ 2022-03-29 16:18 Joe Slater
  2022-03-29 20:27 ` [yocto] " akuster808
  0 siblings, 1 reply; 3+ messages in thread
From: Joe Slater @ 2022-03-29 16:18 UTC (permalink / raw)
  To: yocto; +Cc: joe.slater, randy.macleod

Correct LICENSE for samhain, ecrypt-utils, ding-libs,
libmhash, and sssd.

Signed-off-by: Joe Slater <joe.slater@windriver.com>
---
 recipes-ids/samhain/samhain.inc                       | 2 +-
 recipes-security/ecryptfs-utils/ecryptfs-utils_111.bb | 2 +-
 recipes-security/libdhash/ding-libs_0.6.1.bb          | 2 +-
 recipes-security/libmhash/libmhash_0.9.9.9.bb         | 2 +-
 recipes-security/sssd/sssd_2.5.2.bb                   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/recipes-ids/samhain/samhain.inc b/recipes-ids/samhain/samhain.inc
index 077e118..fe0718d 100644
--- a/recipes-ids/samhain/samhain.inc
+++ b/recipes-ids/samhain/samhain.inc
@@ -1,6 +1,6 @@
 DESCRIPTION = "Provides file integrity checking and log file monitoring/analysis"
 HOMEPAGE    = "http://www.la-samhna.de/samhain/"
-LICENSE     = "GPLv2"
+LICENSE     = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=8ca43cbc842c2336e835926c2166c28b"
 
 PV = "4.4.6"
diff --git a/recipes-security/ecryptfs-utils/ecryptfs-utils_111.bb b/recipes-security/ecryptfs-utils/ecryptfs-utils_111.bb
index 9aefc32..5f8cf3c 100644
--- a/recipes-security/ecryptfs-utils/ecryptfs-utils_111.bb
+++ b/recipes-security/ecryptfs-utils/ecryptfs-utils_111.bb
@@ -6,7 +6,7 @@ DESCRIPTION = "eCryptfs is a stacked cryptographic filesystem \
 HOMEPAGE = "https://launchpad.net/ecryptfs"
 SECTION = "base"
 
-LICENSE = "GPL-2.0"
+LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
 
 DEPENDS = "keyutils libgcrypt intltool-native glib-2.0-native"
diff --git a/recipes-security/libdhash/ding-libs_0.6.1.bb b/recipes-security/libdhash/ding-libs_0.6.1.bb
index 6046fa0..843850f 100644
--- a/recipes-security/libdhash/ding-libs_0.6.1.bb
+++ b/recipes-security/libdhash/ding-libs_0.6.1.bb
@@ -2,7 +2,7 @@ SUMMARY = "Dynamic hash table implementation"
 DESCRIPTION = "Dynamic hash table implementation"
 HOMEPAGE = "https://fedorahosted.org/released/ding-libs"
 SECTION = "base"
-LICENSE = "GPLv3+"
+LICENSE = "GPL-3.0-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
 SRC_URI = "https://fedorahosted.org/released/${BPN}/${BP}.tar.gz"
diff --git a/recipes-security/libmhash/libmhash_0.9.9.9.bb b/recipes-security/libmhash/libmhash_0.9.9.9.bb
index 9b34cb1..35c5ff8 100644
--- a/recipes-security/libmhash/libmhash_0.9.9.9.bb
+++ b/recipes-security/libmhash/libmhash_0.9.9.9.bb
@@ -7,7 +7,7 @@ DESCRIPTION = "\
   "
 HOMEPAGE = "http://mhash.sourceforge.net/"
 
-LICENSE = "LGPLv2.0"
+LICENSE = "LGPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
 
 S = "${WORKDIR}/mhash-${PV}"
diff --git a/recipes-security/sssd/sssd_2.5.2.bb b/recipes-security/sssd/sssd_2.5.2.bb
index 8bc8787..9f1d627 100644
--- a/recipes-security/sssd/sssd_2.5.2.bb
+++ b/recipes-security/sssd/sssd_2.5.2.bb
@@ -2,7 +2,7 @@ SUMMARY = "system security services daemon"
 DESCRIPTION = "SSSD is a system security services daemon"
 HOMEPAGE = "https://pagure.io/SSSD/sssd/"
 SECTION = "base"
-LICENSE = "GPLv3+"
+LICENSE = "GPL-3.0-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
 DEPENDS = "acl attr openldap cyrus-sasl libtdb ding-libs libpam c-ares krb5 autoconf-archive"
-- 
2.35.1



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

* Re: [yocto] [meta-security][PATCH 1/1] LICENSE: adopt standard SPDX names
  2022-03-29 16:18 [meta-security][PATCH 1/1] LICENSE: adopt standard SPDX names Joe Slater
@ 2022-03-29 20:27 ` akuster808
  2022-03-29 20:38   ` Slater, Joseph
  0 siblings, 1 reply; 3+ messages in thread
From: akuster808 @ 2022-03-29 20:27 UTC (permalink / raw)
  To: Joe Slater, yocto; +Cc: randy.macleod



On 3/29/22 09:18, Joe Slater wrote:
> Correct LICENSE for samhain, ecrypt-utils, ding-libs,
> libmhash, and sssd.
>
> Signed-off-by: Joe Slater <joe.slater@windriver.com>
> ---
>   recipes-ids/samhain/samhain.inc                       | 2 +-
>   recipes-security/ecryptfs-utils/ecryptfs-utils_111.bb | 2 +-
>   recipes-security/libdhash/ding-libs_0.6.1.bb          | 2 +-
>   recipes-security/libmhash/libmhash_0.9.9.9.bb         | 2 +-
>   recipes-security/sssd/sssd_2.5.2.bb                   | 2 +-
>   5 files changed, 5 insertions(+), 5 deletions(-)

Mater-next has these.

https://git.yoctoproject.org/meta-security/commit/?h=master-next&id=ece41f7543bbd42c57f4208c7309f90cbd02e852

Looks like a few more need to be added based on these changes.

-armin
>
> diff --git a/recipes-ids/samhain/samhain.inc b/recipes-ids/samhain/samhain.inc
> index 077e118..fe0718d 100644
> --- a/recipes-ids/samhain/samhain.inc
> +++ b/recipes-ids/samhain/samhain.inc
> @@ -1,6 +1,6 @@
>   DESCRIPTION = "Provides file integrity checking and log file monitoring/analysis"
>   HOMEPAGE    = "http://www.la-samhna.de/samhain/"
> -LICENSE     = "GPLv2"
> +LICENSE     = "GPL-2.0-only"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=8ca43cbc842c2336e835926c2166c28b"
>   
>   PV = "4.4.6"
> diff --git a/recipes-security/ecryptfs-utils/ecryptfs-utils_111.bb b/recipes-security/ecryptfs-utils/ecryptfs-utils_111.bb
> index 9aefc32..5f8cf3c 100644
> --- a/recipes-security/ecryptfs-utils/ecryptfs-utils_111.bb
> +++ b/recipes-security/ecryptfs-utils/ecryptfs-utils_111.bb
> @@ -6,7 +6,7 @@ DESCRIPTION = "eCryptfs is a stacked cryptographic filesystem \
>   HOMEPAGE = "https://launchpad.net/ecryptfs"
>   SECTION = "base"
>   
> -LICENSE = "GPL-2.0"
> +LICENSE = "GPL-2.0-only"
>   LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
>   
>   DEPENDS = "keyutils libgcrypt intltool-native glib-2.0-native"
> diff --git a/recipes-security/libdhash/ding-libs_0.6.1.bb b/recipes-security/libdhash/ding-libs_0.6.1.bb
> index 6046fa0..843850f 100644
> --- a/recipes-security/libdhash/ding-libs_0.6.1.bb
> +++ b/recipes-security/libdhash/ding-libs_0.6.1.bb
> @@ -2,7 +2,7 @@ SUMMARY = "Dynamic hash table implementation"
>   DESCRIPTION = "Dynamic hash table implementation"
>   HOMEPAGE = "https://fedorahosted.org/released/ding-libs"
>   SECTION = "base"
> -LICENSE = "GPLv3+"
> +LICENSE = "GPL-3.0-or-later"
>   LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
>   
>   SRC_URI = "https://fedorahosted.org/released/${BPN}/${BP}.tar.gz"
> diff --git a/recipes-security/libmhash/libmhash_0.9.9.9.bb b/recipes-security/libmhash/libmhash_0.9.9.9.bb
> index 9b34cb1..35c5ff8 100644
> --- a/recipes-security/libmhash/libmhash_0.9.9.9.bb
> +++ b/recipes-security/libmhash/libmhash_0.9.9.9.bb
> @@ -7,7 +7,7 @@ DESCRIPTION = "\
>     "
>   HOMEPAGE = "http://mhash.sourceforge.net/"
>   
> -LICENSE = "LGPLv2.0"
> +LICENSE = "LGPL-2.0-only"
>   LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
>   
>   S = "${WORKDIR}/mhash-${PV}"
> diff --git a/recipes-security/sssd/sssd_2.5.2.bb b/recipes-security/sssd/sssd_2.5.2.bb
> index 8bc8787..9f1d627 100644
> --- a/recipes-security/sssd/sssd_2.5.2.bb
> +++ b/recipes-security/sssd/sssd_2.5.2.bb
> @@ -2,7 +2,7 @@ SUMMARY = "system security services daemon"
>   DESCRIPTION = "SSSD is a system security services daemon"
>   HOMEPAGE = "https://pagure.io/SSSD/sssd/"
>   SECTION = "base"
> -LICENSE = "GPLv3+"
> +LICENSE = "GPL-3.0-or-later"
>   LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
>   
>   DEPENDS = "acl attr openldap cyrus-sasl libtdb ding-libs libpam c-ares krb5 autoconf-archive"
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#56580): https://lists.yoctoproject.org/g/yocto/message/56580
> Mute This Topic: https://lists.yoctoproject.org/mt/90112036/3616698
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [akuster808@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>



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

* RE: [yocto] [meta-security][PATCH 1/1] LICENSE: adopt standard SPDX names
  2022-03-29 20:27 ` [yocto] " akuster808
@ 2022-03-29 20:38   ` Slater, Joseph
  0 siblings, 0 replies; 3+ messages in thread
From: Slater, Joseph @ 2022-03-29 20:38 UTC (permalink / raw)
  To: akuster808, yocto; +Cc: MacLeod, Randy

I'll send again for ding-libs and libmhash.       Joe

> -----Original Message-----
> From: akuster808 <akuster808@gmail.com>
> Sent: Tuesday, March 29, 2022 1:27 PM
> To: Slater, Joseph <joe.slater@windriver.com>; yocto@lists.yoctoproject.org
> Cc: MacLeod, Randy <Randy.MacLeod@windriver.com>
> Subject: Re: [yocto] [meta-security][PATCH 1/1] LICENSE: adopt standard SPDX
> names
> 
> 
> 
> On 3/29/22 09:18, Joe Slater wrote:
> > Correct LICENSE for samhain, ecrypt-utils, ding-libs, libmhash, and
> > sssd.
> >
> > Signed-off-by: Joe Slater <joe.slater@windriver.com>
> > ---
> >   recipes-ids/samhain/samhain.inc                       | 2 +-
> >   recipes-security/ecryptfs-utils/ecryptfs-utils_111.bb | 2 +-
> >   recipes-security/libdhash/ding-libs_0.6.1.bb          | 2 +-
> >   recipes-security/libmhash/libmhash_0.9.9.9.bb         | 2 +-
> >   recipes-security/sssd/sssd_2.5.2.bb                   | 2 +-
> >   5 files changed, 5 insertions(+), 5 deletions(-)
> 
> Mater-next has these.
> 
> https://git.yoctoproject.org/meta-security/commit/?h=master-
> next&id=ece41f7543bbd42c57f4208c7309f90cbd02e852
> 
> Looks like a few more need to be added based on these changes.
> 
> -armin
> >
> > diff --git a/recipes-ids/samhain/samhain.inc
> > b/recipes-ids/samhain/samhain.inc index 077e118..fe0718d 100644
> > --- a/recipes-ids/samhain/samhain.inc
> > +++ b/recipes-ids/samhain/samhain.inc
> > @@ -1,6 +1,6 @@
> >   DESCRIPTION = "Provides file integrity checking and log file
> monitoring/analysis"
> >   HOMEPAGE    = "http://www.la-samhna.de/samhain/"
> > -LICENSE     = "GPLv2"
> > +LICENSE     = "GPL-2.0-only"
> >   LIC_FILES_CHKSUM =
> "file://LICENSE;md5=8ca43cbc842c2336e835926c2166c28b"
> >
> >   PV = "4.4.6"
> > diff --git a/recipes-security/ecryptfs-utils/ecryptfs-utils_111.bb
> > b/recipes-security/ecryptfs-utils/ecryptfs-utils_111.bb
> > index 9aefc32..5f8cf3c 100644
> > --- a/recipes-security/ecryptfs-utils/ecryptfs-utils_111.bb
> > +++ b/recipes-security/ecryptfs-utils/ecryptfs-utils_111.bb
> > @@ -6,7 +6,7 @@ DESCRIPTION = "eCryptfs is a stacked cryptographic
> filesystem \
> >   HOMEPAGE = "https://launchpad.net/ecryptfs"
> >   SECTION = "base"
> >
> > -LICENSE = "GPL-2.0"
> > +LICENSE = "GPL-2.0-only"
> >   LIC_FILES_CHKSUM =
> "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
> >
> >   DEPENDS = "keyutils libgcrypt intltool-native glib-2.0-native"
> > diff --git a/recipes-security/libdhash/ding-libs_0.6.1.bb
> > b/recipes-security/libdhash/ding-libs_0.6.1.bb
> > index 6046fa0..843850f 100644
> > --- a/recipes-security/libdhash/ding-libs_0.6.1.bb
> > +++ b/recipes-security/libdhash/ding-libs_0.6.1.bb
> > @@ -2,7 +2,7 @@ SUMMARY = "Dynamic hash table implementation"
> >   DESCRIPTION = "Dynamic hash table implementation"
> >   HOMEPAGE = "https://fedorahosted.org/released/ding-libs"
> >   SECTION = "base"
> > -LICENSE = "GPLv3+"
> > +LICENSE = "GPL-3.0-or-later"
> >   LIC_FILES_CHKSUM =
> "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
> >
> >   SRC_URI = "https://fedorahosted.org/released/${BPN}/${BP}.tar.gz"
> > diff --git a/recipes-security/libmhash/libmhash_0.9.9.9.bb
> > b/recipes-security/libmhash/libmhash_0.9.9.9.bb
> > index 9b34cb1..35c5ff8 100644
> > --- a/recipes-security/libmhash/libmhash_0.9.9.9.bb
> > +++ b/recipes-security/libmhash/libmhash_0.9.9.9.bb
> > @@ -7,7 +7,7 @@ DESCRIPTION = "\
> >     "
> >   HOMEPAGE = "http://mhash.sourceforge.net/"
> >
> > -LICENSE = "LGPLv2.0"
> > +LICENSE = "LGPL-2.0-only"
> >   LIC_FILES_CHKSUM =
> "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
> >
> >   S = "${WORKDIR}/mhash-${PV}"
> > diff --git a/recipes-security/sssd/sssd_2.5.2.bb
> > b/recipes-security/sssd/sssd_2.5.2.bb
> > index 8bc8787..9f1d627 100644
> > --- a/recipes-security/sssd/sssd_2.5.2.bb
> > +++ b/recipes-security/sssd/sssd_2.5.2.bb
> > @@ -2,7 +2,7 @@ SUMMARY = "system security services daemon"
> >   DESCRIPTION = "SSSD is a system security services daemon"
> >   HOMEPAGE = "https://pagure.io/SSSD/sssd/"
> >   SECTION = "base"
> > -LICENSE = "GPLv3+"
> > +LICENSE = "GPL-3.0-or-later"
> >   LIC_FILES_CHKSUM =
> "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
> >
> >   DEPENDS = "acl attr openldap cyrus-sasl libtdb ding-libs libpam c-ares krb5
> autoconf-archive"
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#56580):
> > https://lists.yoctoproject.org/g/yocto/message/56580
> > Mute This Topic: https://lists.yoctoproject.org/mt/90112036/3616698
> > Group Owner: yocto+owner@lists.yoctoproject.org
> > Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub
> > [akuster808@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >


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

end of thread, other threads:[~2022-03-29 20:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-29 16:18 [meta-security][PATCH 1/1] LICENSE: adopt standard SPDX names Joe Slater
2022-03-29 20:27 ` [yocto] " akuster808
2022-03-29 20:38   ` Slater, Joseph

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.