[oe] [meta-python] [PATCH] python3-pymisp: upgrade 2.4.143 -> 2.4.144

2021-07-15 Thread zhengruoqin
v2.4.144 (2021-06-07) - Changes ~~~ - Bump version. [Rapha??l Vinot] - Bump object templates. [Rapha??l Vinot] - Bump deps. [Rapha??l Vinot] - Bump deps. [Rapha??l Vinot] - Bump deps. [Rapha??l Vinot] Other ~ - Fix misp API response content parsing. [Silvian I] Signed

[oe] [meta-python] [PATCH] python3-pulsectl: upgrade 21.5.17 -> 21.5.18

2021-07-15 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- ...{python3-pulsectl_21.5.17.bb => python3-pulsectl_21.5.18.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pulsectl_21.5.17.bb => python3-pulsectl_21.5.18.bb} (84%) diff --git a/meta-python/recipes-d

[oe] [meta-python] [PATCH] python3-pytun: upgrade 2.3.0 -> 2.4.1

2021-07-15 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- .../{python3-pytun_2.3.0.bb => python3-pytun_2.4.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-connectivity/python3-pytun/{python3-pytun_2.3.0.bb => python3-pytun_2.4.1.bb} (57%) diff --git a/meta-python/recipe

[oe] [meta-python] [PATCH] python3-protobuf: upgrade 3.17.0 -> 3.17.3

2021-07-15 Thread zhengruoqin
C++ Introduce FieldAccessListener. Stop emitting boilerplate {Copy/Merge}From in each ProtoBuf class Fixed some uninitialized variable warnings in generated_message_reflection.cc. Kotlin Fix duplicate proto files error (#8699) Java Fixed parser to check that we are at a proper limit when a sub-me

[oe] [meta-oe] [PATCH] span-lite: upgrade 0.9.2 -> 0.10.0

2021-07-15 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- .../span-lite/{span-lite_0.9.2.bb => span-lite_0.10.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/span-lite/{span-lite_0.9.2.bb => span-lite_0.10.0.bb} (86%) diff --git a/meta-oe/recipes-support/span-lite/span-l

[oe] [meta-oe] [PATCH] span-lite: upgrade 0.9.2 -> 0.10.0

2021-07-15 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- .../span-lite/{span-lite_0.9.2.bb => span-lite_0.10.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/span-lite/{span-lite_0.9.2.bb => span-lite_0.10.0.bb} (86%) diff --git a/meta-oe/recipes-support/span-lite/span-l

[oe] [meta-oe] [PATCH] ostree: upgrade 2021.2 -> 2021.3

2021-07-15 Thread zhengruoqin
Changelog: This release adds new repository-locking methods to the API, in order to make lock handling more granular and better suited for multi-threaded consumers of the library. Several bugs have been fixed related to service unit ordering and enablement. Pulling from remotes with unknown sche

[oe] [meta-gnome] [PATCH] yelp: upgrade 40.2 -> 40.3

2021-07-15 Thread wangmy
Signed-off-by: Wang Mingyu --- meta-gnome/recipes-gnome/yelp/{yelp_40.2.bb => yelp_40.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/yelp/{yelp_40.2.bb => yelp_40.3.bb} (86%) diff --git a/meta-gnome/recipes-gnome/yelp/yelp_40.2.bb b/meta-gnome/recip

[oe] [meta-oe] [PATCH] live555: upgrade 20210406 -> 20210710

2021-07-15 Thread wangmy
Signed-off-by: Wang Mingyu --- .../live555/{live555_20210406.bb => live555_20210710.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-multimedia/live555/{live555_20210406.bb => live555_20210710.bb} (97%) diff --git a/meta-oe/recipes-multimedia/live555/live

[oe] [meta-oe] [PATCH] modemmanager: upgrade 1.16.6 -> 1.16.8

2021-07-15 Thread wangmy
Signed-off-by: Wang Mingyu --- .../{modemmanager_1.16.6.bb => modemmanager_1.16.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/modemmanager/{modemmanager_1.16.6.bb => modemmanager_1.16.8.bb} (95%) diff --git a/meta-oe/recipes-connectivi

[oe] [meta-oe][PATCH] linuxptp: fix upstream version check

2021-07-15 Thread Pierre-Jean Texier
Fixes: builder@2088cb10ccfb:/work/build$ devtool check-upgrade-status linuxptp NOTE: Starting bitbake server... <...> INFO: linuxptp 3.1 UNKNOWN_BROKEN None Signed-off-by: Pierre-Jean Texier --- meta-oe/recipes-connectivity/linuxptp/linuxptp_3.1.bb | 3 +++ 1 file

[oe] [hardknott 7/7] sysbench: fix memory test

2021-07-15 Thread Armin Kuster
From: massimo toscanelli In sysbench version 0.4, the tmp variable used by the memory test to execute requests is optimized by the compiler. Caching mechanism reduces the direct accesses to the memory increasing the transfer speed. This leads to false timing estimations that considerably affect r

[oe] [hardknott 6/7] libiio: fix installing libiio when python3 bindings are enabled

2021-07-15 Thread Armin Kuster
From: Sam Van Den Berge This patch fixes the following error when libiio is installed when python3 bindings are enabled: ERROR: Execution of '.../libiio/0.21+gitAUTOINC+565bf68ecc-r0/temp/run.do_install.2349473' failed with exit code 1: running build running build_py running install Traceback

[oe] [hardknott 5/7] ntp: fix ntpdate to wait for subprocesses

2021-07-15 Thread Armin Kuster
From: Adrian Zaharia When using systemd, ntpdate-sync script will start in background triggering the start of ntpd without actually exiting. This results in an bind error in ntpd startup. Add wait at the end of ntpdate script to ensure that when the ntpdate.service is marked as finished the ones

[oe] [hardknott 4/7] nss: add CVE-2006-5201 to allowlist

2021-07-15 Thread Armin Kuster
From: Masaki Ambai CVE-2006-5201 affects only using an RSA key with exponent 3 on Sun Solaris. Signed-off-by: Masaki Ambai Signed-off-by: Khem Raj (cherry picked from commit 44113dcb5feea5522696d43d00909db41e5e6dbc) Signed-off-by: Armin Kuster --- meta-oe/recipes-support/nss/nss_3.64.bb | 3

[oe] [hardknott 3/7] openvpn: add CVE-2020-7224 and CVE-2020-27569 to allowlist

2021-07-15 Thread Armin Kuster
From: Akifumi Chikazawa CVE-2020-7224 and CVE-2020-27569 are for Aviatrix OpenVPN client, not for openvpn. Signed-off-by: Akifumi Chikazawa Signed-off-by: Khem Raj (cherry picked from commit d49e96aac4616c439a2d778b95a793037dac884e) Signed-off-by: Armin Kuster --- meta-networking/recipes-sup

[oe] [hardknott 2/7] apache2: fix CVE-2020-13950 CVE-2020-35452 CVE-2021-26690 CVE-2021-26691 CVE-2021-30641

2021-07-15 Thread Armin Kuster
From: Li Wang CVE-2020-13950: Apache HTTP Server versions 2.4.41 to 2.4.46 mod_proxy_http can be made to crash (NULL pointer dereference) with specially crafted requests using both Content-Length and Transfer-Encoding headers, leading to a Denial of Service References: https://nvd.nist.gov/vuln/

[oe] [hardknott 1/7] nginx: fix CVE-2021-23017

2021-07-15 Thread Armin Kuster
From: Changqing Li Signed-off-by: Changqing Li Signed-off-by: Armin Kuster --- .../nginx/files/CVE-2021-23017.patch | 46 +++ meta-webserver/recipes-httpd/nginx/nginx.inc | 1 + 2 files changed, 47 insertions(+) create mode 100644 meta-webserver/recipes-httpd/nginx

[oe] [hardknott 0/7] Patch review July 15th

2021-07-15 Thread Armin Kuster
Please have comments back by Friday The following changes since commit c51e79dd854460c6f6949a187970d05362152e84: python3-django: upgrade 2.2.23 -> 2.2.24 (2021-06-27 07:50:20 -0700) are available in the Git repository at: git://git.openembedded.org/meta-openembedded-contrib stable/hardknott

[oe] [meta-python][PATCH 1/3] python3-pandas: Upgrade 1.2.5 -> 1.3.0

2021-07-15 Thread Leon Anavi
Upgrade to release 1.3.0: - Custom HTTP(s) headers when reading csv or json files - Read and write XML documents - Styler enhancements - DataFrame constructor honors copy=False with dict - PyArrow backed string data type - Centered datetime-like rolling windows - Bug fix: Categorical.unique now al

[oe] [meta-python][PATCH 3/3] python3-dateutil: Upgrade 2.8.1 -> 2.8.2

2021-07-15 Thread Leon Anavi
Upgrade to release 2.8.2: - Updated tzdata version to 2021a - Fixed a bug in the parser where non-ValueError exceptions would be raised during exception handling; this would happen, for example, if an IllegalMonthError was raised in dateutil code. - Fixed the custom repr for dateutil.parser.Pa

[oe] [meta-python][PATCH 2/3] python3-texttable: Upgrade 1.6.3 -> 1.6.4

2021-07-15 Thread Leon Anavi
Upgrade to release 1.6.4: - Fix alignment bug when deco is modified Signed-off-by: Leon Anavi --- .../{python3-texttable_1.6.3.bb => python3-texttable_1.6.4.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-texttable_1.6.3.bb => py

[oe] [meta-oe] [PATCH] icewm: upgrade 2.3.4 -> 2.6.0

2021-07-15 Thread wangmy
Changelog: Keep track of changes to modal flag. Optimize raising of modal windows. Fix a memory leak for dynamic menu's. Free start menu and windowlist menu on exit. Fix for browse menu's for root and home in start menu. Eliminate several memory leaks in icon handling. Use absolute paths for the Ex

Re: [oe] Upstream scipy recipe to meta-openembedded

2021-07-15 Thread Gregory Anders
On Thu, 15 Jul 2021 09:44 +0100, Jack Mitchell wrote: Hi Greg, I should be able to take it over as I'll continue to be using it in the future. How do you want to transfer ownership, shall I fork it and you point to the new repo on the master branch, or can you get github to re-direct to the new

Re: [oe] [meta-oe][PATCH] libwebsockets: Update 4.2.0 -> 4.2.1

2021-07-15 Thread Otavio Salvador
Em qui., 15 de jul. de 2021 às 09:05, Luan Rafael Carneiro escreveu: > > Update the library to the 4.2.1 stable release. > This commit includes following changes: > > 8a580b59 v4.2.1 > e90f005a vhost: listen: protect listen port transfer between > 041baf93 mbedtls: sessions: clean sess

[oe] [meta-oe][PATCH] libwebsockets: Update 4.2.0 -> 4.2.1

2021-07-15 Thread Luan Rafael Carneiro
Update the library to the 4.2.1 stable release. This commit includes following changes: 8a580b59 v4.2.1 e90f005a vhost: listen: protect listen port transfer between 041baf93 mbedtls: sessions: clean session on bail path 4038a7d4 windows: align plat insert socket POLLIN handling to

Re: [oe] Upstream scipy recipe to meta-openembedded

2021-07-15 Thread Jack Mitchell
On 13/07/2021 14:09, Gregory Anders wrote: > On Tue, 13 Jul 2021 11:46 +0100, Jack Mitchell wrote: >> On 13/07/2021 11:20, Zoltan Boszormenyi via lists.openembedded.org wrote: >>> >>> FYI, there's another layer >>> (https://github.com/tuxable-ltd/meta-scikit-learn that >>> I had to fork and make ha

[oe] [meta-oe] [PATCH] ctags: upgrade 5.9.20210627.0 -> 5.9.20210711.0

2021-07-15 Thread wangmy
Signed-off-by: Wang Mingyu --- .../ctags/{ctags_5.9.20210627.0.bb => ctags_5.9.20210711.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/ctags/{ctags_5.9.20210627.0.bb => ctags_5.9.20210711.0.bb} (95%) diff --git a/meta-oe/recipes-devtools/ctags/ctag

[oe] [meta-filesystems] [PATCH] xfsprogs: upgrade 5.10.0 -> 5.12.0

2021-07-15 Thread wangmy
Signed-off-by: Wang Mingyu --- .../xfsprogs/{xfsprogs_5.10.0.bb => xfsprogs_5.12.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-filesystems/recipes-utils/xfsprogs/{xfsprogs_5.10.0.bb => xfsprogs_5.12.0.bb} (96%) diff --git a/meta-filesystems/recipes-utils/xfspr

[oe] [meta-filesystems] [PATCH] fatresize: upgrade 1.0.2 -> 1.1.0

2021-07-15 Thread wangmy
License_Update: Update license to GPLv3 version 1.1.0: - drop support for libparted older than 2.4 (#16) - introduce `-n, --partition` to set a partition number when dealing with file dumps, /dev/loop and /dev/ram devices (#15) - ask confirmation for operations (e.g. FAT32 -> FAT16 conversio