[oe] [meta-oe][PATCH 2/2] packagegroup-meta-oe: add audit to pkg grp

2021-05-12 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb index e9493fe27..2bc638ca8

[oe] [meta-oe][PATCH 1/2] audit: migrate from meta-selinux

2021-05-12 Thread Armin Kuster
Move audit to a more common layer to simplify integration. Signed-off-by: Armin Kuster --- ...tue-functions-for-strndupa-rawmemchr.patch | 133 +++ .../Fixed-swig-host-contamination-issue.patch | 57 +++ .../audit/audit/audit-volatile.conf | 1 +

[oe] [meta-python][PATCH 1/2] python3-django: upgrade 2.2.20 -> 2.2.22

2021-05-12 Thread Trevor Gamblin
Version 2.2.22 includes a fix for CVE-2021-32052. Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-django_2.2.20.bb | 9 - .../recipes-devtools/python/python3-django_2.2.22.bb | 9 + 2 files changed, 9 insertions(+), 9 deletions(-) delete mode

[oe] [meta-python][PATCH 2/2] python3-django: upgrade 3.2 -> 3.2.2

2021-05-12 Thread Trevor Gamblin
Version 3.2.2 includes a fix for CVE-2021-32052. Signed-off-by: Trevor Gamblin --- .../python/{python3-django_3.2.bb => python3-django_3.2.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-django_3.2.bb =>

Re: [oe] [meta-networking][PATCH 2/2] restinio: add recipe

2021-05-12 Thread Khem Raj
On Wed, May 12, 2021 at 6:09 AM Stefan Wiehler wrote: > > Header-only C++14 library that gives you an embedded HTTP server. > > Signed-off-by: Stefan Wiehler > --- > .../restinio/restinio_0.6.13.bb | 31 +++ > 1 file changed, 31 insertions(+) > create mode 100644

[oe] [meta-networking][PATCH 2/2] restinio: add recipe

2021-05-12 Thread Stefan Wiehler
Header-only C++14 library that gives you an embedded HTTP server. Signed-off-by: Stefan Wiehler --- .../restinio/restinio_0.6.13.bb | 31 +++ 1 file changed, 31 insertions(+) create mode 100644 meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb

[oe] [meta-networking][PATCH 1/2] http-parser: add recipe

2021-05-12 Thread Stefan Wiehler
HTTP request/response parser for C. Signed-off-by: Stefan Wiehler --- .../http-parser/http-parser_2.9.4.bb | 30 +++ 1 file changed, 30 insertions(+) create mode 100644 meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb diff --git

[oe] [meta-oe][dunfell][PATCH] ostree: switch from default master branch to main to fix do_fetch failure

2021-05-12 Thread Martin Jansa
* branch was renamed in upstream repo Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/ostree/ostree_2020.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/ostree/ostree_2020.3.bb b/meta-oe/recipes-extended/ostree/ostree_2020.3.bb index

[oe] [meta-oe][gatesgarth][PATCH] ostree: switch from default master branch to main to fix do_fetch failure

2021-05-12 Thread Martin Jansa
* branch was renamed in upstream repo Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/ostree/ostree_2020.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/ostree/ostree_2020.7.bb b/meta-oe/recipes-extended/ostree/ostree_2020.7.bb index

[oe] [meta-oe][hardknott][PATCH] ostree: switch from default master branch to main to fix do_fetch failure

2021-05-12 Thread Martin Jansa
* branch was renamed in upstream repo Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/ostree/ostree_2021.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/ostree/ostree_2021.1.bb b/meta-oe/recipes-extended/ostree/ostree_2021.1.bb index

[oe] [meta-oe][PATCH] ostree: switch from default master branch to main to fix do_fetch failure

2021-05-12 Thread Martin Jansa
* branch was renamed in upstream repo Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/ostree/ostree_2021.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/ostree/ostree_2021.2.bb b/meta-oe/recipes-extended/ostree/ostree_2021.2.bb index

[oe] [meta-python][PATCH] python3-pycocotools: add package to packagegroup-meta-python

2021-05-12 Thread Bartosz Golaszewski
This is a follow-up to the commit adding the recipe for pycocotools. Let's add the package to the meta-python packagegroup. Signed-off-by: Bartosz Golaszewski --- .../recipes-core/packagegroups/packagegroup-meta-python.bb | 1 + 1 file changed, 1 insertion(+) diff --git