[oe] [gatesgarth 11/14] ceres-solver: prevent fetching git hook during do_configure

2021-04-01 Thread akuster
From: Martin Jansa * today I've found 2 jenkins jobs stuck way too long sitting in this do_configure Bitbake still alive (5000s) Bitbake still alive (1s) Bitbake still alive (15000s) Bitbake still alive (2s) Bitbake still alive (25000s) Bitbake still alive (3s) ... manu

[oe] [gatesgarth 14/14] python2-target-recipes-blacklist.inc: add and .inc file with conditional blacklist of target python2 recipes

2021-04-01 Thread akuster
From: Martin Jansa * similarly like in hardknott branch where the PNBLACKLIST is added in the recipes, for gatesgarth and dunfell branches I make it more optional by using separate .inc file the distributions can decide to include on their own (e.g. when they need python-native from here bu

[oe] [gatesgarth 13/14] packagegroup-meta-oe: move the packages depending on meta-python2 to separate packages

2021-04-01 Thread akuster
From: Martin Jansa Signed-off-by: Martin Jansa Signed-off-by: Armin Kuster --- .../packagegroups/packagegroup-meta-oe.bb | 29 --- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-co

[oe] [gatesgarth 12/14] packagegroup-meta-oe: include nodejs without meta-python2 conditional

2021-04-01 Thread akuster
From: Martin Jansa * it doesn't depend on meta-python2 since: commit eaf9cfb01864a7a64c6ba4142283a8cf76cadd9a Author: Martin Jansa Date: Thu Jan 23 17:44:06 2020 +0100 nodejs: use python3native Signed-off-by: Martin Jansa Signed-off-by: Khem Raj Signed-off-by: Martin Jan

[oe] [gatesgarth 10/14] neon: Add ptest

2021-04-01 Thread akuster
From: "Aditya.Tayade" Reused below test suites from neon source package: BASIC_TESTS: auth basic request session socket string-tests stubs uri-tests util-tests DAV_TESTS: acl3744 lock oldacl props xml xmlreq Overall execution time of above test suite is approximately 15sec. Signed-off-by: Neet

[oe] [gatesgarth 09/14] rapidjson: Remove unwanted patches

2021-04-01 Thread akuster
From: Harpritkaur Bhandari rapidjson is upgraded to latest SRCREV so removing the below patches which are not applicable: 1.0001-CMake-remove-hardcoded-CMAKECONFIG_INSTALL_DIR-path.patch 2.remove-march-native-from-CMAKE_CXX_FLAGS.patch Signed-off-by: Harpritkaur Bhandari Signed-off-by: Khem Raj

[oe] [gatesgarth 05/14] geoip-perl: Switch to use the main branch

2021-04-01 Thread akuster
From: Mingli Yu Fix the below do_fetch warning: WARNING: geoip-perl-1.51-r0 do_fetch: Failed to fetch URL git://github.com/maxmind/geoip-api-perl.git;protocol=https;, attempting MIRRORS if available Signed-off-by: Mingli Yu Signed-off-by: Khem Raj (cherry picked from commit 2e97d3bd1163a9437

[oe] [gatesgarth 08/14] rapidjson: Upgrade SRCREV to latest

2021-04-01 Thread akuster
From: Harpritkaur Bhandari Upgrade SRCREV to latest as it fixes the below issue: Running UndefinedBehaviorSanitizer on projects that use rapidjson triggers 'applying non-zero offset to null pointer' findings in 'internal/stack.h' which are hard to suppress by library users. Removed "0001-CMake-r

[oe] [gatesgarth 04/14] geoip: Switch to use the main branch

2021-04-01 Thread akuster
From: Mingli Yu Fix the below do_fetch warning: WARNING: geoip-1.6.12-r0 do_fetch: Failed to fetch URL git://github.com/maxmind/geoip-api-c.git, attempting MIRRORS if available Signed-off-by: Mingli Yu Signed-off-by: Khem Raj (cherry picked from commit df3ef158347072a409b4e276a9dab8c2e89350ec

[oe] [gatesgarth 00/14] Patch review April fools

2021-04-01 Thread akuster
Please review and have comments back by Saturday. The following changes since commit 945f062ff098dc9c8ba8d22c5eef88adec60730d: meta-oe/README: add Ubuntu prerequisite information (2021-02-15 08:19:35 -0800) are available in the Git repository at: git://git.openembedded.org/meta-openembedde

[oe] [gatesgarth 06/14] bridge-utils: Switch to use the main branch

2021-04-01 Thread akuster
From: Mingli Yu Fix the below do_fetch warning: WARNING: bridge-utils-1.7-r0 do_fetch: Failed to fetch URL git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/bridge-utils.git, attempting MIRRORS if available Signed-off-by: Mingli Yu Signed-off-by: Khem Raj (cherry picked from commit f1

[oe] [gatesgarth 07/14] netkit-telnet: Update SRC_URI

2021-04-01 Thread akuster
From: Mingli Yu Fix the below do_fetch warning: WARNING: netkit-telnet-0.17-r0 do_fetch: Failed to fetch URL http://ftp.linux.org.uk/pub/linux/Networking/netkit/netkit-telnet-0.17.tar.gz, attempting MIRRORS if available Signed-off-by: Mingli Yu Signed-off-by: Khem Raj (cherry picked from com

[oe] [gatesgarth 02/14] mdns: Whitelisted CVE-2007-0613 for mdns

2021-04-01 Thread akuster
From: Sana Kazi CVE-2007-0613 is not applicable as it only affects Apple products i.e. ichat,mdnsresponder, instant message framework and MacOS. Also, https://www.exploit-db.com/exploits/3230 shows the part of code affected by CVE-2007-0613 which is not preset in upstream source code. Hence, CVE-

[oe] [gatesgarth 03/14] quagga: Update SRC_URI

2021-04-01 Thread akuster
From: Mingli Yu Update the SRC_URI as the previous is unaccessible to fix the below warning: WARNING: quagga-1.2.4-r0 do_fetch: Failed to fetch URL https://download.savannah.gnu.org/releases/quagga/quagga-1.2.4.tar.gz;, attemptin MIRRORS if available Signed-off-by: Mingli Yu Signed-off-by: Kh

[oe] [gatesgarth 01/14] nss: Fix warnings generated by getcwd

2021-04-01 Thread akuster
From: Andrei Gherzan getcwd() conforms to POSIX.1-2001 which leaves the behaviour when the buf argument is NULL, undefined. This makes gcc 10+ throw the following warning: argument 1 is null but the corresponding size argument 2 value is 4096 Initially, this was fixed by disabling NSS_ENABLE_WE

[oe] [meta-oe] [PATCH v3] libxaw: upgrade 1.0.13 -> 1.0.14

2021-04-01 Thread zangrc
Signed-off-by: Zang Ruochen --- .../xorg-lib/{libxaw_1.0.13.bb => libxaw_1.0.14.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-oe/recipes-graphics/xorg-lib/{libxaw_1.0.13.bb => libxaw_1.0.14.bb} (82%) diff --git a/meta-oe/recipes-graphics/xorg-lib/libxaw_1.

[oe] [meta-oe] [PATCH] mariadb: upgrade 10.5.8 -> 10.5.9

2021-04-01 Thread wangmy
refresh c11_atomics.patch remove 0001-stacktrace-t.c-make-the-test-conditional.patch since it is included in 10.5.9 Signed-off-by: Wang Mingyu --- ...ive_10.5.8.bb => mariadb-native_10.5.9.bb} | 0 meta-oe/recipes-dbs/mysql/mariadb.inc | 3 +- ...ktrace-t.c-make-the-test-conditional.pa

Re: [oe] [meta-python][PATCH] python3-cryptography: Upgrade 3.3.1 -> 3.4.6

2021-04-01 Thread Khem Raj
it seems to be causing 00:02:15.567 ERROR: Nothing PROVIDES 'python3-setuptools-rust-native' (but /mnt/jenkins/workspace/yocto-world-glibc/sources/meta-openembedded/meta-python/recipes-devtools/python/python3-cryptography_3.4.6.bb DEPENDS on or otherwise requires it). Close matches: 00:02:15.567

Re: [oe] [meta-networking][meta-oe][dunfell][PATCH] dnsmasq: Add fixes for CVEs reported for dnsmasq

2021-04-01 Thread akuster
On 3/31/21 9:04 AM, Sana Kazi wrote: > Hi, > > Could you please review below patch to be upstreamed for dnsmasq? I am seeing this error: ERROR: Applying 'CVE-2020-25681.patch' failed: checking file src/dnssec.c Hunk #1 FAILED at 223. Hunk #2 FAILED at 569. Hunk #3 FAILED at 586. Hunk #4 FAILED

Re: [oe] [meta-oe] [PATCH v2] libxaw: upgrade 1.0.13 -> 1.0.14

2021-04-01 Thread Khem Raj
On 4/1/21 10:54 AM, zangrc wrote: Signed-off-by: Zang Ruochen --- .../xorg-lib/{libxaw_1.0.13.bb => libxaw_1.0.14.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-graphics/xorg-lib/{libxaw_1.0.13.bb => libxaw_1.0.14.bb} (82%) diff --git a/me

[oe] [meta-python][PATCH 1/4] python3-google-api-python-client: Upgrade 2.0.2 -> 2.1.0

2021-04-01 Thread Leon Anavi
Upgrade to release 2.1.0: - Add status_code property on http error handling - Change default of static_discovery when discoveryServiceUrl set - Correct api version in oauth-installed.md - fix .close() - Resolve issue where num_retries would have no effect - Distinguish between public/private docs

[oe] [meta-python][PATCH 4/4] python3-tqdm: Upgrade 4.58.0 -> 4.59.0

2021-04-01 Thread Leon Anavi
Upgrade to release 4.59.0: - add tqdm.dask.TqdmCallback - add asyncio.gather() - add basic support for length_hint - add & update tests - misc documentation updates - update contributing guide - update URLs - bash completion: add missing --delay - misc code tidy - add [notebook] extra Signed-off-

[oe] [meta-python][PATCH 3/4] python3-pymisp: Upgrade 2.4.140 -> 2.4.141

2021-04-01 Thread Leon Anavi
Upgrade to release 2.4.141: - Use get_uuid_or_id_from_abstract_misp in tag methods - Skip nameless sections in ELF - Make reportlab tests optional if missing dep - Enable taxonomy failed if global pythonify is on - Properly pass content-type - Re-enable support for uploading STIX 1 documents Sign

[oe] [meta-python][PATCH 2/4] python3-xlsxwriter: Upgrade 1.3.7 -> 1.3.8

2021-04-01 Thread Leon Anavi
Upgrade to release 1.3.8: - Added ability to add accessibility options "description" and "decorative" to images via :func:`insert_image`. - Added fix for datetime.timedelta values that exceed the Excel 1900 leap day (timedeltas greater than 59 days, in hours). This is a backward incompatible

[oe] [meta-python][PATCH] python3-cryptography: Upgrade 3.3.1 -> 3.4.6

2021-04-01 Thread Leon Anavi
Upgrade to release 3.4.6: - Updated Windows, macOS, and manylinux wheels to be compiled with OpenSSL 1.1.1j. New versions of python3-cryptography depend on Rust. Temporary, the environment variable CRYPTOGRAPHY_DONT_BUILD_RUST has been set to disable Rust and to avoid dependency on addional lay