All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ell: update to 0.26
@ 2019-10-31 17:23 Oleksandr Kravchuk
  2019-11-04 23:25 ` Khem Raj
  0 siblings, 1 reply; 6+ messages in thread
From: Oleksandr Kravchuk @ 2019-10-31 17:23 UTC (permalink / raw)
  To: openembedded-core; +Cc: Oleksandr Kravchuk

Changelog:
- Fix issue with memory leak and TLS certificates
- Fix issue with buffer size and TLS PRF handling
- Add support for D-Bus non-root ObjectManager

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 meta/recipes-core/ell/{ell_0.25.bb => ell_0.26.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-core/ell/{ell_0.25.bb => ell_0.26.bb} (83%)

diff --git a/meta/recipes-core/ell/ell_0.25.bb b/meta/recipes-core/ell/ell_0.26.bb
similarity index 83%
rename from meta/recipes-core/ell/ell_0.25.bb
rename to meta/recipes-core/ell/ell_0.26.bb
index f6201f9bf6..f1f252ce4f 100644
--- a/meta/recipes-core/ell/ell_0.25.bb
+++ b/meta/recipes-core/ell/ell_0.26.bb
@@ -14,8 +14,8 @@ DEPENDS = "dbus"
 inherit autotools pkgconfig
 
 SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz"
-SRC_URI[md5sum] = "8a8adc712718c770a72e4df6c9855c26"
-SRC_URI[sha256sum] = "7f2be568219d991d566ca50c58a56e69df9a248619fed758dcd9a4b04e655e5b"
+SRC_URI[md5sum] = "4660e25541071e933a2bb02ef2f94e7d"
+SRC_URI[sha256sum] = "7855b4b8f271ba6ee67d87d0965b975a9a8dbeaa616665ca2248afa3b5fcbc77"
 
 do_configure_prepend () {
     mkdir -p ${S}/build-aux
-- 
2.17.1



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

* Re: [PATCH] ell: update to 0.26
  2019-10-31 17:23 [PATCH] ell: update to 0.26 Oleksandr Kravchuk
@ 2019-11-04 23:25 ` Khem Raj
  2019-11-05 10:39   ` Ross Burton
  0 siblings, 1 reply; 6+ messages in thread
From: Khem Raj @ 2019-11-04 23:25 UTC (permalink / raw)
  To: Oleksandr Kravchuk; +Cc: Patches and discussions about the oe-core layer

This has API changes that will break iwd

On Thu, Oct 31, 2019 at 10:23 AM Oleksandr Kravchuk
<open.source@oleksandr-kravchuk.com> wrote:
>
> Changelog:
> - Fix issue with memory leak and TLS certificates
> - Fix issue with buffer size and TLS PRF handling
> - Add support for D-Bus non-root ObjectManager
>
> Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
> ---
>  meta/recipes-core/ell/{ell_0.25.bb => ell_0.26.bb} | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-core/ell/{ell_0.25.bb => ell_0.26.bb} (83%)
>
> diff --git a/meta/recipes-core/ell/ell_0.25.bb b/meta/recipes-core/ell/ell_0.26.bb
> similarity index 83%
> rename from meta/recipes-core/ell/ell_0.25.bb
> rename to meta/recipes-core/ell/ell_0.26.bb
> index f6201f9bf6..f1f252ce4f 100644
> --- a/meta/recipes-core/ell/ell_0.25.bb
> +++ b/meta/recipes-core/ell/ell_0.26.bb
> @@ -14,8 +14,8 @@ DEPENDS = "dbus"
>  inherit autotools pkgconfig
>
>  SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz"
> -SRC_URI[md5sum] = "8a8adc712718c770a72e4df6c9855c26"
> -SRC_URI[sha256sum] = "7f2be568219d991d566ca50c58a56e69df9a248619fed758dcd9a4b04e655e5b"
> +SRC_URI[md5sum] = "4660e25541071e933a2bb02ef2f94e7d"
> +SRC_URI[sha256sum] = "7855b4b8f271ba6ee67d87d0965b975a9a8dbeaa616665ca2248afa3b5fcbc77"
>
>  do_configure_prepend () {
>      mkdir -p ${S}/build-aux
> --
> 2.17.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [PATCH] ell: update to 0.26
  2019-11-04 23:25 ` Khem Raj
@ 2019-11-05 10:39   ` Ross Burton
  2019-11-05 15:30     ` Khem Raj
  0 siblings, 1 reply; 6+ messages in thread
From: Ross Burton @ 2019-11-05 10:39 UTC (permalink / raw)
  To: Khem Raj, Oleksandr Kravchuk
  Cc: Patches and discussions about the oe-core layer

On 04/11/2019 23:25, Khem Raj wrote:
> This has API changes that will break iwd

What version of iwd will break?  There's a 0.23 upgrade in flight and a 
1.0 upgrade incoming right?

Ross


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

* Re: [PATCH] ell: update to 0.26
  2019-11-05 10:39   ` Ross Burton
@ 2019-11-05 15:30     ` Khem Raj
  2019-11-05 15:42       ` Ross Burton
  0 siblings, 1 reply; 6+ messages in thread
From: Khem Raj @ 2019-11-05 15:30 UTC (permalink / raw)
  To: Ross Burton
  Cc: Patches and discussions about the oe-core layer, Oleksandr Kravchuk

[-- Attachment #1: Type: text/plain, Size: 355 bytes --]

On Tue, Nov 5, 2019 at 2:39 AM Ross Burton <ross.burton@intel.com> wrote:

> On 04/11/2019 23:25, Khem Raj wrote:
> > This has API changes that will break iwd
>
> What version of iwd will break?  There's a 0.23 upgrade in flight and a
> 1.0 upgrade incoming right?


1.0 is fine with this version all prior versions will break


>
> Ross
>

[-- Attachment #2: Type: text/html, Size: 823 bytes --]

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

* Re: [PATCH] ell: update to 0.26
  2019-11-05 15:30     ` Khem Raj
@ 2019-11-05 15:42       ` Ross Burton
  2019-11-05 16:42         ` Oleksandr Kravchuk
  0 siblings, 1 reply; 6+ messages in thread
From: Ross Burton @ 2019-11-05 15:42 UTC (permalink / raw)
  To: Khem Raj
  Cc: Patches and discussions about the oe-core layer, Oleksandr Kravchuk

On 05/11/2019 15:30, Khem Raj wrote:
> 
> 
> On Tue, Nov 5, 2019 at 2:39 AM Ross Burton <ross.burton@intel.com 
> <mailto:ross.burton@intel.com>> wrote:
> 
>     On 04/11/2019 23:25, Khem Raj wrote:
>      > This has API changes that will break iwd
> 
>     What version of iwd will break?  There's a 0.23 upgrade in flight and a
>     1.0 upgrade incoming right?
> 
> 
> 1.0 is fine with this version all prior versions will break

Elephant in the room: is iwd feature complete enough to replace 
wpa_supplicant?

Ross


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

* Re: [PATCH] ell: update to 0.26
  2019-11-05 15:42       ` Ross Burton
@ 2019-11-05 16:42         ` Oleksandr Kravchuk
  0 siblings, 0 replies; 6+ messages in thread
From: Oleksandr Kravchuk @ 2019-11-05 16:42 UTC (permalink / raw)
  To: Ross Burton, Khem Raj; +Cc: Patches and discussions about the oe-core layer

On 05/11/2019 16:42, Ross Burton wrote:
> On 05/11/2019 15:30, Khem Raj wrote:
>>
>>
>> On Tue, Nov 5, 2019 at 2:39 AM Ross Burton <ross.burton@intel.com
>> <mailto:ross.burton@intel.com>> wrote:
>>
>>     On 04/11/2019 23:25, Khem Raj wrote:
>>      > This has API changes that will break iwd
>>
>>     What version of iwd will break?  There's a 0.23 upgrade in flight
>> and a
>>     1.0 upgrade incoming right?
>>
>>
>> 1.0 is fine with this version all prior versions will break
>
> Elephant in the room: is iwd feature complete enough to replace
> wpa_supplicant?
>
> Ross
Depends on the use-case, I guess, but iwd has all the most widely used
features and project declares 1.0 to be stable version.


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

end of thread, other threads:[~2019-11-05 16:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-31 17:23 [PATCH] ell: update to 0.26 Oleksandr Kravchuk
2019-11-04 23:25 ` Khem Raj
2019-11-05 10:39   ` Ross Burton
2019-11-05 15:30     ` Khem Raj
2019-11-05 15:42       ` Ross Burton
2019-11-05 16:42         ` Oleksandr Kravchuk

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.