Re: [OE-core] [PATCH] ell: update to 0.26

2019-11-05 Thread Oleksandr Kravchuk
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 > > 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.
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH] ell: update to 0.26

2019-11-05 Thread Ross Burton

On 05/11/2019 15:30, Khem Raj wrote:



On Tue, Nov 5, 2019 at 2:39 AM Ross Burton > 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
--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH] ell: update to 0.26

2019-11-05 Thread Khem Raj
On Tue, Nov 5, 2019 at 2:39 AM Ross Burton  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
>
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH] ell: update to 0.26

2019-11-05 Thread Ross Burton

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
--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH] ell: update to 0.26

2019-11-04 Thread Khem Raj
This has API changes that will break iwd

On Thu, Oct 31, 2019 at 10:23 AM Oleksandr Kravchuk
 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 
> ---
>  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
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH] ell: update to 0.26

2019-10-31 Thread 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 
---
 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