[oe] [meta-networking][PATCH] lksctp-tools: fix ptest Segmentation fault

2018-09-24 Thread mingli.yu
From: Mingli Yu Initialize the variable event properly to fix the below Segmentation fault: # cd /usr/lib64/lksctp-tools/ptest # ./test_1_to_1_events test_1_to_1_events.c 1 PASS : COMM_UP notification on client socket - SUCCESS test_1_to_1_events.c 2 PASS : COMM_UP notification on server

Re: [oe] [sumo] [meta-networking] [PATCH v1] dnsmasq: CVE-2017-15107

2018-09-24 Thread Sinan Kaya
On 9/24/2018 6:14 PM, akuster808 wrote: Changes for meta-openembedded should be sent to " openembedded-devel@lists.openembedded.org " I went ahead and pulled this in. Thanks, I posted there too after seeing the patch failure. I'm finding my around different lists. --

Re: [oe] [sumo] [meta-networking] [PATCH v1] dnsmasq: CVE-2017-15107

2018-09-24 Thread akuster808
Sinan, Changes for meta-openembedded should be sent to " openembedded-devel@lists.openembedded.org " I went ahead and pulled this in. On 09/24/2018 12:21 PM, Sinan Kaya wrote: > * CVE-2017-15107 > A vulnerability was found in Dnsmasq's implementation of DNSSEC. > Wildcard synthesized NSEC

Re: [oe] [meta-oe][PATCH] meta-multimedia: fixup LAYERDEPENDS

2018-09-24 Thread akuster808
On 09/24/2018 01:53 PM, Khem Raj wrote: > On Mon, Sep 24, 2018 at 1:45 PM Nicolas Dechesne > wrote: >> On Mon, Sep 24, 2018 at 10:27 PM Khem Raj wrote: >>> Dos2unix is in oe-core now please try with master >> ouch. sorry, i missed that. I noticed the issue while running the YP >> 2.0

Re: [oe] meta-oe and yocto-check-layer

2018-09-24 Thread akuster808
On 09/24/2018 02:03 PM, Paul Eggleton wrote: > Hi Nicolas, > > On Monday, 24 September 2018 10:05:02 PM NZST Nicolas Dechesne wrote: >> hi Armin, Paul, Richard, >> >> I was looking at getting the compliance report for meta-oe (sumo >> branch), and I have found a few issues. >> >> * in

Re: [oe] meta-oe and yocto-check-layer

2018-09-24 Thread Paul Eggleton
Hi Nicolas, On Monday, 24 September 2018 10:05:02 PM NZST Nicolas Dechesne wrote: > hi Armin, Paul, Richard, > > I was looking at getting the compliance report for meta-oe (sumo > branch), and I have found a few issues. > > * in meta-openembedded/sumo, grpc is in meta-oe layer, while it >

Re: [oe] [meta-oe][PATCH] meta-multimedia: fixup LAYERDEPENDS

2018-09-24 Thread Khem Raj
On Mon, Sep 24, 2018 at 1:45 PM Nicolas Dechesne wrote: > > On Mon, Sep 24, 2018 at 10:27 PM Khem Raj wrote: > > > > Dos2unix is in oe-core now please try with master > > ouch. sorry, i missed that. I noticed the issue while running the YP > 2.0 compliance script against sumo branch... how do we

Re: [oe] [meta-oe][PATCH] meta-multimedia: fixup LAYERDEPENDS

2018-09-24 Thread Nicolas Dechesne
On Mon, Sep 24, 2018 at 10:27 PM Khem Raj wrote: > > Dos2unix is in oe-core now please try with master ouch. sorry, i missed that. I noticed the issue while running the YP 2.0 compliance script against sumo branch... how do we get that fixed in sumo then? can we apply something like the below

Re: [oe] [meta-oe][PATCH] meta-multimedia: fixup LAYERDEPENDS

2018-09-24 Thread Khem Raj
Dos2unix is in oe-core now please try with master On Mon, Sep 24, 2018 at 1:19 PM Nicolas Dechesne < nicolas.deche...@linaro.org> wrote: > libebml depends on dos2unix classe since 26dafa0f3542 (libebml: inherit > dos2unix), so LAYERDEPENDS needs to be updated accordingly, otherwise we > are >

[oe] [meta-oe][PATCH] meta-multimedia: fixup LAYERDEPENDS

2018-09-24 Thread Nicolas Dechesne
libebml depends on dos2unix classe since 26dafa0f3542 (libebml: inherit dos2unix), so LAYERDEPENDS needs to be updated accordingly, otherwise we are getting a ParseError: ERROR: ParseError at /srv/work/oe/meta-openembedded/meta-multimedia/recipes-mkv/libebml/libebml_1.3.0.bb:13: Could not inherit

[oe] [meta-networking][PATCH 2/2] vsftpd: Fix build with musl/x86

2018-09-24 Thread Khem Raj
F_SETLKW64 and F_SETLK64 are defined in include/asm-generic/fcntl.h on musl target but just including this header does not work since both include/asm-generic/fcntl.h and include/fcntl.h define same structures resulting in conflicting declaration of structs. Having local definitions of these

[oe] [meta-networking][PATCH 1/2] tsocks: Add -lssp_nonshared to LIBS explicitly on musl

2018-09-24 Thread Khem Raj
tsocks uses -nostdlib while linking shared library, which is not ideal but instead of chasing that and assuming there is a reason for that, we add -lssp_noshared to linker command at the end so it can build when security flags are enabled Fixes tsocks.c:954: undefined reference to

[oe] [sumo] [meta-networking] [PATCH v1] dnsmasq: CVE-2017-15107

2018-09-24 Thread Sinan Kaya
* CVE-2017-15107 A vulnerability was found in Dnsmasq's implementation of DNSSEC. Wildcard synthesized NSEC records could be improperly interpreted to prove the non-existence of hostnames that actually exist. Affects dnsmasq <= 2.78 CVE: CVE-2017-15107 Ref:

Re: [oe] [PATCH 1/8] [meta-oe] devtools/php: remove the failing ${D}/${TMPDIR} code

2018-09-24 Thread Khem Raj
http://errors.yoctoproject.org/Errors/Details/193970/ On Tue, Sep 18, 2018 at 1:36 AM Max Kellermann wrote: > > From: Max Kellermann > > Appending ${TMPDIR} to ${D} doesn't make any sense, because both are > absolute paths. And additionally, the code fails: > > rmdir: failed to remove >

Re: [oe] [PATCH][meta-oe] php: Upgrade 7.2.9 -< 7.2.10

2018-09-24 Thread Khem Raj
On Sat, Sep 22, 2018 at 6:16 AM Khem Raj wrote: > > http://errors.yoctoproject.org/Errors/Details/193970/ I think its a different commit causing it. So I will take this one > On Thu, Sep 20, 2018 at 11:16 PM wrote: > > > > From: Changqing Li > > > > 1. Upgrade 7.2.9 -> 7.2.10 > > 2. php 5.x

[oe] [PATCH v4 7/7] mpd: drop LICENSE_FLAGS="commercial"

2018-09-24 Thread Max Kellermann
From: Max Kellermann The mpg123 LICENSE_FLAGS have been removed in oe-core commit b0bc82a5f238db82425b3b146e269bc6605cbdce, so we can remove it from MPD as well. Signed-off-by: Max Kellermann --- meta-multimedia/recipes-multimedia/musicpd/mpd_0.20.21.bb | 3 --- 1 file changed, 3 deletions(-)

[oe] [PATCH v4 3/7] ncmpc: new recipe

2018-09-24 Thread Max Kellermann
From: Max Kellermann Signed-off-by: Max Kellermann --- .../recipes-multimedia/musicpd/ncmpc_0.32.bb | 23 +++ 1 file changed, 23 insertions(+) create mode 100644 meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.32.bb diff --git

[oe] [PATCH v4 1/7] libmpdclient: new recipe

2018-09-24 Thread Max Kellermann
From: Max Kellermann Signed-off-by: Max Kellermann --- .../musicpd/libmpdclient_2.15.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.15.bb diff --git

[oe] [PATCH v4 4/7] mpd: update 0.20.21

2018-09-24 Thread Max Kellermann
From: Max Kellermann Signed-off-by: Max Kellermann --- .../musicpd/{mpd_0.20.18.bb => mpd_0.20.21.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-multimedia/recipes-multimedia/musicpd/{mpd_0.20.18.bb => mpd_0.20.21.bb} (95%) diff --git

[oe] [PATCH v4 2/7] mpc: new recipe

2018-09-24 Thread Max Kellermann
From: Max Kellermann Signed-off-by: Max Kellermann --- .../recipes-multimedia/musicpd/mpc_0.30.bb | 16 1 file changed, 16 insertions(+) create mode 100644 meta-multimedia/recipes-multimedia/musicpd/mpc_0.30.bb diff --git

[oe] [PATCH v4 5/7] mpd: sort PACKAGECONFIGs

2018-09-24 Thread Max Kellermann
From: Max Kellermann Signed-off-by: Max Kellermann --- meta-multimedia/recipes-multimedia/musicpd/mpd_0.20.21.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.20.21.bb

[oe] [PATCH v4 6/7] mpd: make lots of plugins optional

2018-09-24 Thread Max Kellermann
From: Max Kellermann The new options are enabled by default to avoid breaking existing configurations. Signed-off-by: Max Kellermann --- .../recipes-multimedia/musicpd/mpd_0.20.21.bb | 44 +-- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git

[oe] meta-oe and yocto-check-layer

2018-09-24 Thread Nicolas Dechesne
hi Armin, Paul, Richard, I was looking at getting the compliance report for meta-oe (sumo branch), and I have found a few issues. * in meta-openembedded/sumo, grpc is in meta-oe layer, while it depends on meta-networking (c-ares). It was fixes in master, with 251878e8b6b9 (grpc: move it from oe