* [PATCH v3] nettle: update nettle to version 3.0
@ 2014-08-17 23:06 Armin Kuster
2014-08-21 7:38 ` Richard Purdie
0 siblings, 1 reply; 7+ messages in thread
From: Armin Kuster @ 2014-08-17 23:06 UTC (permalink / raw)
To: openembedded-core
With this update, LGPLv3 or GPLv3 where added to many files.
Each supported algorithms govern which license they want.
Many are stated as "ether v2 or v3 or both in parallel".
Update license to be v2 or LGPLv3 or GPLv3.
The previous verion had one GPLv3 file so the license was incorrect.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
.../nettle/{nettle_2.7.1.bb => nettle_3.0.bb} | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
rename meta/recipes-support/nettle/{nettle_2.7.1.bb => nettle_3.0.bb} (53%)
diff --git a/meta/recipes-support/nettle/nettle_2.7.1.bb b/meta/recipes-support/nettle/nettle_3.0.bb
similarity index 53%
rename from meta/recipes-support/nettle/nettle_2.7.1.bb
rename to meta/recipes-support/nettle/nettle_3.0.bb
index f53afcc..a54317f 100644
--- a/meta/recipes-support/nettle/nettle_2.7.1.bb
+++ b/meta/recipes-support/nettle/nettle_3.0.bb
@@ -1,17 +1,18 @@
SUMMARY = "A low level cryptographic library"
HOMEPAGE = "http://www.lysator.liu.se/~nisse/nettle/"
SECTION = "libs"
-LICENSE = "LGPLv2.1 & GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
- file://serpent-decrypt.c;beginline=53;endline=67;md5=bcfd4745d53ca57f82907089898e390d \
- file://serpent-set-key.c;beginline=56;endline=70;md5=bcfd4745d53ca57f82907089898e390d"
-
+LICENSE = "LGPLv2.1 & GPLv2 | LGPLv3 | GPLv3"
+LIC_FILES_CHKSUM = "file://COPYINGv2;md5=b234ee4d69f5fce4486a80fdaf4a4263\
+ file://COPYING.LESSERv3;md5=6a6a8e020838b23406c81b19c1d46df6\
+ file://COPYINGv3;md5=11cc2d3ee574f9d6b7ee797bdce4d423\
+ file://serpent-decrypt.c;beginline=53;endline=67;md5=a4ccbeb343203d3586661f45c1cab577 \
+ file://serpent-set-key.c;beginline=56;endline=70;md5=150b0ea44cdfb712a83331bff566e9a8"
DEPENDS += "gmp"
SRC_URI = "http://www.lysator.liu.se/~nisse/archive/${BP}.tar.gz"
-SRC_URI[md5sum] = "003d5147911317931dd453520eb234a5"
-SRC_URI[sha256sum] = "bc71ebd43435537d767799e414fce88e521b7278d48c860651216e1fc6555b40"
+SRC_URI[md5sum] = "f64b1bf1e774b7ae6e507318e340250e"
+SRC_URI[sha256sum] = "9651c0bd2326eb737d0ed9eb403444712407c01a25b0fe813432ef31bebcd913"
EXTRA_OECONF = "--disable-openssl"
--
1.9.1
^ permalink raw reply related [flat|nested] 7+ messages in thread* Re: [PATCH v3] nettle: update nettle to version 3.0
2014-08-17 23:06 [PATCH v3] nettle: update nettle to version 3.0 Armin Kuster
@ 2014-08-21 7:38 ` Richard Purdie
2014-08-21 14:10 ` akuster808
2014-08-21 14:33 ` akuster808
0 siblings, 2 replies; 7+ messages in thread
From: Richard Purdie @ 2014-08-21 7:38 UTC (permalink / raw)
To: Armin Kuster; +Cc: openembedded-core
On Sun, 2014-08-17 at 16:06 -0700, Armin Kuster wrote:
> With this update, LGPLv3 or GPLv3 where added to many files.
> Each supported algorithms govern which license they want.
> Many are stated as "ether v2 or v3 or both in parallel".
> Update license to be v2 or LGPLv3 or GPLv3.
>
> The previous verion had one GPLv3 file so the license was incorrect.
With this change, "bitbke gnutls" stops working.
Cheers,
Richard
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH v3] nettle: update nettle to version 3.0
2014-08-21 7:38 ` Richard Purdie
@ 2014-08-21 14:10 ` akuster808
2014-08-21 14:33 ` akuster808
1 sibling, 0 replies; 7+ messages in thread
From: akuster808 @ 2014-08-21 14:10 UTC (permalink / raw)
To: Richard Purdie; +Cc: openembedded-core
On 08/21/2014 12:38 AM, Richard Purdie wrote:
> On Sun, 2014-08-17 at 16:06 -0700, Armin Kuster wrote:
>> With this update, LGPLv3 or GPLv3 where added to many files.
>> Each supported algorithms govern which license they want.
>> Many are stated as "ether v2 or v3 or both in parallel".
>> Update license to be v2 or LGPLv3 or GPLv3.
>>
>> The previous verion had one GPLv3 file so the license was incorrect.
>
> With this change, "bitbke gnutls" stops working.
dang.
I will look into it.
- Armin
>
> Cheers,
>
> Richard
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH v3] nettle: update nettle to version 3.0
2014-08-21 7:38 ` Richard Purdie
2014-08-21 14:10 ` akuster808
@ 2014-08-21 14:33 ` akuster808
2014-08-21 16:55 ` Otavio Salvador
1 sibling, 1 reply; 7+ messages in thread
From: akuster808 @ 2014-08-21 14:33 UTC (permalink / raw)
To: Richard Purdie; +Cc: openembedded-core
On 08/21/2014 12:38 AM, Richard Purdie wrote:
> On Sun, 2014-08-17 at 16:06 -0700, Armin Kuster wrote:
>> With this update, LGPLv3 or GPLv3 where added to many files.
>> Each supported algorithms govern which license they want.
>> Many are stated as "ether v2 or v3 or both in parallel".
>> Update license to be v2 or LGPLv3 or GPLv3.
>>
>> The previous verion had one GPLv3 file so the license was incorrect.
>
> With this change, "bitbke gnutls" stops working.
>
gnutls is targeting to port to nettle 3.0 in gnutls version 3.4.
what should I do?
- Armin
> Cheers,
>
> Richard
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH v3] nettle: update nettle to version 3.0
2014-08-21 14:33 ` akuster808
@ 2014-08-21 16:55 ` Otavio Salvador
2014-08-21 19:27 ` akuster808
0 siblings, 1 reply; 7+ messages in thread
From: Otavio Salvador @ 2014-08-21 16:55 UTC (permalink / raw)
To: akuster808; +Cc: Patches and discussions about the oe-core layer
On Thu, Aug 21, 2014 at 11:33 AM, akuster808 <akuster808@gmail.com> wrote:
>
>
> On 08/21/2014 12:38 AM, Richard Purdie wrote:
>>
>> On Sun, 2014-08-17 at 16:06 -0700, Armin Kuster wrote:
>>>
>>> With this update, LGPLv3 or GPLv3 where added to many files.
>>> Each supported algorithms govern which license they want.
>>> Many are stated as "ether v2 or v3 or both in parallel".
>>> Update license to be v2 or LGPLv3 or GPLv3.
>>>
>>> The previous verion had one GPLv3 file so the license was incorrect.
>>
>>
>> With this change, "bitbke gnutls" stops working.
>>
>
> gnutls is targeting to port to nettle 3.0 in gnutls version 3.4.
>
> what should I do?
Revert for now? :)
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH v3] nettle: update nettle to version 3.0
2014-08-21 16:55 ` Otavio Salvador
@ 2014-08-21 19:27 ` akuster808
2014-08-21 20:50 ` Richard Purdie
0 siblings, 1 reply; 7+ messages in thread
From: akuster808 @ 2014-08-21 19:27 UTC (permalink / raw)
To: Otavio Salvador; +Cc: Patches and discussions about the oe-core layer
On 08/21/2014 09:55 AM, Otavio Salvador wrote:
> On Thu, Aug 21, 2014 at 11:33 AM, akuster808 <akuster808@gmail.com> wrote:
>>
>>
>> On 08/21/2014 12:38 AM, Richard Purdie wrote:
>>>
>>> On Sun, 2014-08-17 at 16:06 -0700, Armin Kuster wrote:
>>>>
>>>> With this update, LGPLv3 or GPLv3 where added to many files.
>>>> Each supported algorithms govern which license they want.
>>>> Many are stated as "ether v2 or v3 or both in parallel".
>>>> Update license to be v2 or LGPLv3 or GPLv3.
>>>>
>>>> The previous verion had one GPLv3 file so the license was incorrect.
>>>
>>>
>>> With this change, "bitbke gnutls" stops working.
>>>
>>
>> gnutls is targeting to port to nettle 3.0 in gnutls version 3.4.
>>
>> what should I do?
>
> Revert for now? :)
Its only in the patch queue from what i can tell. Do I ask for it to be
dropped or do send a 'revert' patch for the patch?
- Armin
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH v3] nettle: update nettle to version 3.0
2014-08-21 19:27 ` akuster808
@ 2014-08-21 20:50 ` Richard Purdie
0 siblings, 0 replies; 7+ messages in thread
From: Richard Purdie @ 2014-08-21 20:50 UTC (permalink / raw)
To: akuster808
Cc: Otavio Salvador, Patches and discussions about the oe-core layer
On Thu, 2014-08-21 at 12:27 -0700, akuster808 wrote:
>
> On 08/21/2014 09:55 AM, Otavio Salvador wrote:
> > On Thu, Aug 21, 2014 at 11:33 AM, akuster808 <akuster808@gmail.com> wrote:
> >>
> >>
> >> On 08/21/2014 12:38 AM, Richard Purdie wrote:
> >>>
> >>> On Sun, 2014-08-17 at 16:06 -0700, Armin Kuster wrote:
> >>>>
> >>>> With this update, LGPLv3 or GPLv3 where added to many files.
> >>>> Each supported algorithms govern which license they want.
> >>>> Many are stated as "ether v2 or v3 or both in parallel".
> >>>> Update license to be v2 or LGPLv3 or GPLv3.
> >>>>
> >>>> The previous verion had one GPLv3 file so the license was incorrect.
> >>>
> >>>
> >>> With this change, "bitbke gnutls" stops working.
> >>>
> >>
> >> gnutls is targeting to port to nettle 3.0 in gnutls version 3.4.
> >>
> >> what should I do?
> >
> > Revert for now? :)
>
> Its only in the patch queue from what i can tell. Do I ask for it to be
> dropped or do send a 'revert' patch for the patch?
It didn't make it into master, so no, nothing to be done.
Cheers,
Richard
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-08-21 20:50 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-17 23:06 [PATCH v3] nettle: update nettle to version 3.0 Armin Kuster
2014-08-21 7:38 ` Richard Purdie
2014-08-21 14:10 ` akuster808
2014-08-21 14:33 ` akuster808
2014-08-21 16:55 ` Otavio Salvador
2014-08-21 19:27 ` akuster808
2014-08-21 20:50 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox