[OE-core] [V2][PATCH] binutils: fix four CVE issues

2018-11-05 Thread Zhixiong Chi
Backport the CVE patches from the binutils upstream. Signed-off-by: Zhixiong Chi --- .../binutils/binutils-2.31.inc| 4 + .../binutils/binutils/CVE-2018-18309.patch| 304 ++ .../binutils/binutils/CVE-2018-18605.patch| 47 +++

[OE-core] ✗ patchtest: failure for binutils: fix four CVE issues

2018-11-05 Thread Patchwork
== Series Details == Series: binutils: fix four CVE issues Revision: 1 URL : https://patchwork.openembedded.org/series/14802/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the

[OE-core] [PATCH] binutils: fix four CVE issues

2018-11-05 Thread Zhixiong Chi
Backport the CVE patches from the binutils upstream. Signed-off-by: Zhixiong Chi --- .../binutils/binutils-2.31.inc| 4 + .../binutils/binutils/CVE-2018-18309.patch| 304 ++ .../binutils/binutils/CVE-2018-18605.patch| 47 +++

Re: [OE-core] ✗ patchtest: failure for curl: fix for CVE-2018-16839/CVE-2018-16840/CVE-2018-16842

2018-11-05 Thread Changqing Li
On 11/6/18 1:39 AM, Grygorii Tertychnyi wrote: On Fri Nov02 2018 @ 06:48, Changqing Li wrote: I have add CVE tag in the patch file, is this test result incorrect? My guess is it was fooled by (well, "incorrect") "CVE--" lines. Even thouhg it is followed by the (correct) "CVE:

[OE-core] [OE-Core][PATCH] systemd-systemctl-native: handle Install wildcards

2018-11-05 Thread Brad Bishop
Handle the %i wildcard appearing in a dependency in the Install section of a template unit, e.g. $ cat foo@.service [Install] WantedBy=bar@%i.target Using the real systemctl something like: $ systemctl enable foo@baz.service will create a symlink in

Re: [OE-core] [PATCH] sqlite3_3: Update to 3.25.2

2018-11-05 Thread Jens Rehsack
> Am 05.11.2018 um 17:21 schrieb Burton, Ross : > > On Mon, 5 Nov 2018 at 16:11, Burton, Ross wrote: >> On Mon, 5 Nov 2018 at 11:43, Burton, Ross wrote: >>> Mining the list archive shows that we keep on getting sqlite upgrades >>> which fail like this. Maxin reported that it was due to the

Re: [OE-core] ✗ patchtest: failure for curl: fix for CVE-2018-16839/CVE-2018-16840/CVE-2018-16842

2018-11-05 Thread Grygorii Tertychnyi via Openembedded-core
On Fri Nov02 2018 @ 06:48, Changqing Li wrote: I have add CVE tag in the patch file, is this test result incorrect? My guess is it was fooled by (well, "incorrect") "CVE--" lines. Even thouhg it is followed by the (correct) "CVE: CVE--" in your CVE patches 43

[OE-core] [PATCH] scripts/autobuilder-worker-prereq-tests: adjust max_user_watches

2018-11-05 Thread Michael Halstead
Temporarily modify path to run as non-privileged user on more distros. Change the recommended value to match what we use on the autobuilder. Signed-off-by: Michael Halstead --- scripts/autobuilder-worker-prereq-tests | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git

[OE-core] Yocto Project Source Mirroring - Now working correctly

2018-11-05 Thread Richard Purdie
Hi, At ELC-E/OEDEM there were reports of problems with the project's source mirroring. We've also had reports of problems with people using http only connections without access to git (e.g. being behind http only proxies). Michael and I have looked into it and there were some problems caused by

[OE-core] Yocto Project Unassigned Bugs - Help Needed

2018-11-05 Thread Jolley, Stephen K
All, The triage team meets weekly and does its best to handle the bugs reported into the bugzilla. The number of people attending that meeting has fallen, as have the number of people available to help fix bugs. One of the things we hear users report is they don't know how to help. We (the

Re: [OE-core] [PATCH] sqlite3_3: Update to 3.25.2

2018-11-05 Thread Burton, Ross
On Mon, 5 Nov 2018 at 16:11, Burton, Ross wrote: > On Mon, 5 Nov 2018 at 11:43, Burton, Ross wrote: > > Mining the list archive shows that we keep on getting sqlite upgrades > > which fail like this. Maxin reported that it was due to the > > full-text-search code enabling itself and failing to

Re: [OE-core] [PATCH] sqlite3_3: Update to 3.25.2

2018-11-05 Thread Jens Rehsack
> Am 05.11.2018 um 17:11 schrieb Burton, Ross : > > On Mon, 5 Nov 2018 at 11:43, Burton, Ross wrote: >> Mining the list archive shows that we keep on getting sqlite upgrades >> which fail like this. Maxin reported that it was due to the >> full-text-search code enabling itself and failing to

Re: [OE-core] [PATCH] sqlite3_3: Update to 3.25.2

2018-11-05 Thread Burton, Ross
On Mon, 5 Nov 2018 at 11:43, Burton, Ross wrote: > Mining the list archive shows that we keep on getting sqlite upgrades > which fail like this. Maxin reported that it was due to the > full-text-search code enabling itself and failing to build, so one > solution is to explicitly turn it off.

[OE-core] [PATCH] oeqa/selftest: Add test for Yocto source mirror functionality/completeness

2018-11-05 Thread Richard Purdie
We've had a number of occasions where the Yocto Project source mirrors have not been complete or functioning correctly. This adds a test so that if this happens we find out out it sooner. It also only works over http meaning we should be able to test that anyone behind an http only proxy (no git

Re: [OE-core] [PATCH] sqlite3_3: Update to 3.25.2

2018-11-05 Thread Burton, Ross
Mining the list archive shows that we keep on getting sqlite upgrades which fail like this. Maxin reported that it was due to the full-text-search code enabling itself and failing to build, so one solution is to explicitly turn it off. Ross On Mon, 5 Nov 2018 at 11:39, Richard Purdie wrote: > >

Re: [OE-core] [PATCH] sqlite3_3: Update to 3.25.2

2018-11-05 Thread Jens Rehsack
> Am 05.11.2018 um 12:39 schrieb Richard Purdie > : > > On Sat, 2018-11-03 at 14:12 +0100, Jens Rehsack wrote: >> Update SQLite3 from 3.23.1 to 3.25.2 for UPSERT, window >> functions and improved ALTER TABLE support. >> >> For a detailed list of changes since 3.23.1, see >> *

Re: [OE-core] [PATCH] sqlite3_3: Update to 3.25.2

2018-11-05 Thread Richard Purdie
On Sat, 2018-11-03 at 14:12 +0100, Jens Rehsack wrote: > Update SQLite3 from 3.23.1 to 3.25.2 for UPSERT, window > functions and improved ALTER TABLE support. > > For a detailed list of changes since 3.23.1, see > * https://www.sqlite.org/releaselog/3_25_2.html > *

[OE-core] [PATCH] wic: use explicit errno import

2018-11-05 Thread Ross Burton
os.errno doesn't work in Python 3.7 and shouldn't have ever worked, so use import errno explicitly. Signed-off-by: Ross Burton --- scripts/lib/wic/filemap.py | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/lib/wic/filemap.py b/scripts/lib/wic/filemap.py

[OE-core] [PATCH] python3: add python3-venv to the python3-modules RDEPENDS

2018-11-05 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python3/python3-manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json index ef7fa4ecaf8..5329bf7c579

Re: [OE-core] [oe-core][PATCH 0/2] python: add tk support

2018-11-05 Thread Yu, Mingli
On 2018年10月30日 12:52, Randy MacLeod wrote: On 10/29/18 8:51 AM, Burton, Ross wrote: Terrified to ask, but why? On Thu, 25 Oct 2018 at 09:39, wrote: 1, move tk recipe from meta-oe 2, enable tk to add tk support Well, tcl and tk do go together and Khem's comment from 2013 suggested that it

Re: [OE-core] [PATCH] base.bbclass: avoid 'find -ignore_readdir_race -delete'

2018-11-05 Thread Matthias Schiffer
On Fri, 2018-11-02 at 20:28 -0700, Andre McCurdy wrote: > On Fri, Nov 2, 2018 at 8:43 AM Richard Purdie > wrote: > > > > On Fri, 2018-11-02 at 15:19 +, Peter Kjellerstedt wrote: > > > > -Original Message- > > > > From: openembedded-core-boun...@lists.openembedded.org > > > > > > >