Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] socat: fix LICENSE
@ 2018-11-22 21:55 Paul Eggleton
  2018-11-22 21:55 ` [PATCH 1/1] " Paul Eggleton
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Eggleton @ 2018-11-22 21:55 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit c80972be1f3592d797da9eb0845b739420c6da4a:

  maintainers: Add entry for new recipe libdazzle (2018-11-22 10:00:12 +0000)

are available in the Git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/socat-license
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=paule/socat-license

Paul Eggleton (1):
  socat: fix LICENSE

 meta/recipes-connectivity/socat/socat_1.7.3.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.17.2



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

* [PATCH 1/1] socat: fix LICENSE
  2018-11-22 21:55 [PATCH 0/1] socat: fix LICENSE Paul Eggleton
@ 2018-11-22 21:55 ` Paul Eggleton
  2018-11-27 11:07   ` Peter Kjellerstedt
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Eggleton @ 2018-11-22 21:55 UTC (permalink / raw)
  To: openembedded-core

According to both the README and source headers, the LICENSE value for
socat is explicitly GPLv2, not v2 or later, so adjust LICENSE
accordingly (leaving aside whether "GPL-2.0+-with-OpenSSL-exception"
should actually be considered a valid LICENSE string or not).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta/recipes-connectivity/socat/socat_1.7.3.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/socat/socat_1.7.3.2.bb b/meta/recipes-connectivity/socat/socat_1.7.3.2.bb
index 927df7463ae..b2d6b1dea4a 100644
--- a/meta/recipes-connectivity/socat/socat_1.7.3.2.bb
+++ b/meta/recipes-connectivity/socat/socat_1.7.3.2.bb
@@ -7,7 +7,7 @@ SECTION = "console/network"
 
 DEPENDS = "openssl readline"
 
-LICENSE = "GPL-2.0+-with-OpenSSL-exception"
+LICENSE = "GPL-2.0-with-OpenSSL-exception"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
                     file://README;beginline=257;endline=287;md5=338c05eadd013872abb1d6e198e10a3f"
 
-- 
2.17.2



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

* Re: [PATCH 1/1] socat: fix LICENSE
  2018-11-22 21:55 ` [PATCH 1/1] " Paul Eggleton
@ 2018-11-27 11:07   ` Peter Kjellerstedt
  2018-11-27 15:43     ` akuster808
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Kjellerstedt @ 2018-11-27 11:07 UTC (permalink / raw)
  To: Armin Kuster; +Cc: Paul Eggleton, openembedded-core@lists.openembedded.org

Can you please cherry-pick this to the stable releases (Thud, Sumo, etc)?

//Peter

> -----Original Message-----
> From: openembedded-core-bounces@lists.openembedded.org <openembedded-
> core-bounces@lists.openembedded.org> On Behalf Of Paul Eggleton
> Sent: den 22 november 2018 22:56
> To: openembedded-core@lists.openembedded.org
> Subject: [OE-core] [PATCH 1/1] socat: fix LICENSE
> 
> According to both the README and source headers, the LICENSE value for
> socat is explicitly GPLv2, not v2 or later, so adjust LICENSE
> accordingly (leaving aside whether "GPL-2.0+-with-OpenSSL-exception"
> should actually be considered a valid LICENSE string or not).
> 
> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
> ---
>  meta/recipes-connectivity/socat/socat_1.7.3.2.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-connectivity/socat/socat_1.7.3.2.bb
> b/meta/recipes-connectivity/socat/socat_1.7.3.2.bb
> index 927df7463ae..b2d6b1dea4a 100644
> --- a/meta/recipes-connectivity/socat/socat_1.7.3.2.bb
> +++ b/meta/recipes-connectivity/socat/socat_1.7.3.2.bb
> @@ -7,7 +7,7 @@ SECTION = "console/network"
> 
>  DEPENDS = "openssl readline"
> 
> -LICENSE = "GPL-2.0+-with-OpenSSL-exception"
> +LICENSE = "GPL-2.0-with-OpenSSL-exception"
>  LIC_FILES_CHKSUM =
> "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
> 
> file://README;beginline=257;endline=287;md5=338c05eadd013872abb1d6e198e
> 10a3f"
> 
> --
> 2.17.2
> 
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [PATCH 1/1] socat: fix LICENSE
  2018-11-27 11:07   ` Peter Kjellerstedt
@ 2018-11-27 15:43     ` akuster808
  0 siblings, 0 replies; 4+ messages in thread
From: akuster808 @ 2018-11-27 15:43 UTC (permalink / raw)
  To: Peter Kjellerstedt
  Cc: Paul Eggleton, openembedded-core@lists.openembedded.org



On 11/27/18 4:07 AM, Peter Kjellerstedt wrote:
> Can you please cherry-pick this to the stable releases (Thud, Sumo, etc)?
got it thanks.
in -nmut's for processing
-armin
>
> //Peter
>
>> -----Original Message-----
>> From: openembedded-core-bounces@lists.openembedded.org <openembedded-
>> core-bounces@lists.openembedded.org> On Behalf Of Paul Eggleton
>> Sent: den 22 november 2018 22:56
>> To: openembedded-core@lists.openembedded.org
>> Subject: [OE-core] [PATCH 1/1] socat: fix LICENSE
>>
>> According to both the README and source headers, the LICENSE value for
>> socat is explicitly GPLv2, not v2 or later, so adjust LICENSE
>> accordingly (leaving aside whether "GPL-2.0+-with-OpenSSL-exception"
>> should actually be considered a valid LICENSE string or not).
>>
>> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
>> ---
>>  meta/recipes-connectivity/socat/socat_1.7.3.2.bb | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-connectivity/socat/socat_1.7.3.2.bb
>> b/meta/recipes-connectivity/socat/socat_1.7.3.2.bb
>> index 927df7463ae..b2d6b1dea4a 100644
>> --- a/meta/recipes-connectivity/socat/socat_1.7.3.2.bb
>> +++ b/meta/recipes-connectivity/socat/socat_1.7.3.2.bb
>> @@ -7,7 +7,7 @@ SECTION = "console/network"
>>
>>  DEPENDS = "openssl readline"
>>
>> -LICENSE = "GPL-2.0+-with-OpenSSL-exception"
>> +LICENSE = "GPL-2.0-with-OpenSSL-exception"
>>  LIC_FILES_CHKSUM =
>> "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
>>
>> file://README;beginline=257;endline=287;md5=338c05eadd013872abb1d6e198e
>> 10a3f"
>>
>> --
>> 2.17.2
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core



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

end of thread, other threads:[~2018-11-27 15:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-22 21:55 [PATCH 0/1] socat: fix LICENSE Paul Eggleton
2018-11-22 21:55 ` [PATCH 1/1] " Paul Eggleton
2018-11-27 11:07   ` Peter Kjellerstedt
2018-11-27 15:43     ` akuster808

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