[OE-core] [dunfell][PATCH] vim: fix 2021-3796

2021-10-21 Thread Minjae Kim
vim is vulnerable to Use After Free Problem: Checking first character of url twice. reference: https://github.com/vim/vim/commit/35a9a00afcb20897d462a766793ff45534810dc3 --- .../vim/files/CVE-2021-3796.patch | 70 +++ meta/recipes-support/vim/vim.inc | 1

[OE-core] [PATCH] sudo: update multilib patch for sudo.conf

2021-10-21 Thread kai
From: Kai Kang Update multilib patch for sudo.conf that there is one more replacement of @plugindir@ to avoid installation conflict. Signed-off-by: Kai Kang --- ...o.conf.in-fix-conflict-with-multilib.patch | 19 ++- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git

[OE-core] [PATCH] vim: fix 2021-3796

2021-10-21 Thread Minjae Kim
vim is vulnerable to Use After Free Problem:Checking first character of url twice. reference: https://github.com/vim/vim/commit/35a9a00afcb20897d462a766793ff45534810dc3 --- .../vim/files/CVE-2021-3796.patch | 70 +++ meta/recipes-support/vim/vim.inc |

[OE-core][dunfell 00/38] Pull request (cover letter only)

2021-10-21 Thread Steve Sakoman
The following changes since commit d12c44df66ca065a1526c7d6885e726cf50aab46: glew: Stop polluting /tmp during builds (2021-09-30 04:20:38 -1000) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next http://cgit.openembedded.org/op

Re: [OE-core] [PATCH] strace: show test suite log on failure

2021-10-21 Thread Christopher Larson
I'm not familiar enough with the ptest-runner to say, but does the exit code of run-ptest get used at all, or only the output in the expected format? Just noticed this will suppress the non-zero exit code of run-ptest. On Thu, Oct 21, 2021 at 7:30 AM Ross Burton wrote: > If the tests fail, dump

Re: [OE-core] [meta-java] why openjdk-8-native is need to build openjdk-8 ?

2021-10-21 Thread Vyacheslav Yurkov
I believe this should be sent to openembedded-de...@lists.openembedded.org Vyacheslav On 21.10.2021 12:11, Akira Shibakawa wrote: Hi. I have a question about openjdk-8 recipe. openjdk-8 seems to be built using openjdk-8-native as boot JDK. And the openjdk-8-native seems to be built using icedt

Re: [OE-core] [PATCH 2/3] strace: handle loaded test systems

2021-10-21 Thread Ross Burton
Ha, idiot me. I didn't see that bit of the regex and the test suite takes so long I didn't actually test it... Other opinions on whether to we skip the test or relax the bounds? Ross On Thu, 21 Oct 2021 at 16:10, Alexandre Belloni wrote: > > On 21/10/2021 15:20:04+0100, Ross Burton wrote: > >

[OE-core] [PATCH] librsvg: Fix vendored libc to work on riscv and musl

2021-10-21 Thread Khem Raj
These are patches applied to rust libc already but since librsvg uses its own copy of libc, we need to patch it here too Signed-off-by: Khem Raj --- ...nitions-for-riscv64-musl-libc-0.2.93.patch | 897 ++ ...-mod.rs-add-riscv64-to-b64-set-libc-.patch | 26 + ...efinitions-to-mat

Re: [OE-core] [PATCH 2/3] strace: handle loaded test systems

2021-10-21 Thread Alexandre Belloni
On 21/10/2021 15:20:04+0100, Ross Burton wrote: > Sigh. I'll just remove the test entirely then. Actually, I think your regex is not correct because it also failed on qemux86. I believe you are missing a digit in the case it takes more than one second, before you had '1.[01]' then 5 digits, you c

[OE-core] [PATCH] strace: show test suite log on failure

2021-10-21 Thread Ross Burton
If the tests fail, dump the log so we can see the failures. Signed-off-by: Ross Burton --- meta/recipes-devtools/strace/strace/run-ptest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/strace/strace/run-ptest b/meta/recipes-devtools/strace/strace/run-pt

[OE-core] [PATCH v2] strace: handle loaded test systems

2021-10-21 Thread Ross Burton
If the host is loaded when running the tests there is a good chance that strace-T.test will fail, as it does a sleep(1) and checks that the nanosleep() call lasted for 0.9-1.1 seconds. As this isn't reliable when the host is loaded, disable the test. [ YOCTO #14596 ] Signed-off-by: Ross Burton

Re: [OE-core] [PATCH 2/3] strace: handle loaded test systems

2021-10-21 Thread Ross Burton
Sigh. I'll just remove the test entirely then. Ross On Thu, 21 Oct 2021 at 14:48, Alexandre Belloni wrote: > > Hi Ross, > > On 19/10/2021 20:26:13+0100, Ross Burton wrote: > > If the host is loaded when running the tests there is a good chance > > that strace-T.test will fail, as it does a slee

Re: [OE-core] [PATCH 2/3] strace: handle loaded test systems

2021-10-21 Thread Alexandre Belloni
Hi Ross, On 19/10/2021 20:26:13+0100, Ross Burton wrote: > If the host is loaded when running the tests there is a good chance > that strace-T.test will fail, as it does a sleep(1) and checks that > the nanosleep() call lasted for 0.9-1.1 seconds. > > Relax the test so that the test passes if the

Re: [OE-core] classes/lib/useradd: The option -P is deprecated

2021-10-21 Thread Daiane Angolini
On Tue, Oct 19, 2021 at 4:15 PM Alexandre Belloni wrote: > > Hello Daiane, > > On 18/10/2021 15:44:55-0300, Daiane Angolini wrote: > > Since [1] the option -P is not available, so remove it from parsing lib. > > > > This is a partial fix for [YOCTO #14605]. > > > > During the do_rootfs, the error

[OE-core] [meta-java] why openjdk-8-native is need to build openjdk-8 ?

2021-10-21 Thread Akira Shibakawa
Hi. I have a question about openjdk-8 recipe. openjdk-8 seems to be built using openjdk-8-native as boot JDK. And the openjdk-8-native seems to be built using icedtea7 as boot JDK. Why openjdk-8-native is need to build openjdk-8 ? Isn't it simpler to build openjdk-8 using icedtea7 as boot JDK? r

[OE-core] [PATCH 1/2] waffle: convert to git, website is down

2021-10-21 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/waffle/waffle_1.6.1.bb | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/meta/recipes-graphics/waffle/waffle_1.6.1.bb b/meta/recipes-graphics/waffle/waffle_1.6.1.bb index 395494018a..161bbb0d26 100644 --- a/m

[OE-core] [PATCH 2/2] stress-ng: convert to git, website is down

2021-10-21 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb b/meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb index 198f7e87c7..f9dcd

Re: [OE-core] [PATCH 1/2] waffle: convert to git, website is down

2021-10-21 Thread Konrad Weihmann
Same here, the HOMEPAGE point into nirvana now, pls adjust On 21.10.21 09:02, Alexander Kanavin wrote: Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/waffle/waffle_1.6.1.bb | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/meta/recipes-graphics/waffle/wa

Re: [OE-core] [PATCH 2/2] stress-ng: convert to git, website is down

2021-10-21 Thread Konrad Weihmann
Could you in this case adjust the HOMEPAGE var as well On 21.10.21 09:02, Alexander Kanavin wrote: Signed-off-by: Alexander Kanavin --- meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/stress-n

Re: [OE-core] [PATCH] sstate.bbclass: count the files on mirrors using the pre local files

2021-10-21 Thread Jose Quaresma
ping Jose Quaresma escreveu no dia domingo, 3/10/2021 à(s) 22:54: > We don't need extra python collections to count the found files > on the sstate cache and sstate mirrors. > > The main found collections provides all the files that were found. > Then we only need to store the nunber of files th

[OE-core] [PATCH 2/2] stress-ng: convert to git, website is down

2021-10-21 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb b/meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb index 198f7e87c7..8a37940

[OE-core] [PATCH 1/2] waffle: convert to git, website is down

2021-10-21 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/waffle/waffle_1.6.1.bb | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/meta/recipes-graphics/waffle/waffle_1.6.1.bb b/meta/recipes-graphics/waffle/waffle_1.6.1.bb index 395494018a..12984f5068 100644 --- a/meta