[OE-core] [PATCH 10/10] python3-poetry-core: upgrade 1.0.8 -> 1.3.2

2022-10-08 Thread Tim Orling
For changes, see: https://github.com/python-poetry/poetry-core/blob/main/CHANGELOG.md#132---2022-10-07 * Update license checksums to reflect current path and vendored components. * Licenses remain Apache-2.0 & BSD-2-Clause & MIT License-Update: Vendored licenses changed path; current

[OE-core] [PATCH 09/10] python3-iso8601: upgrade 1.0.2 -> 1.1.0

2022-10-08 Thread Tim Orling
e3b4ed3 Release 1.1.0 56da11c missed a comma fde429d raise ParseError if we get an exception on is_iso8601() 21f5368 Add is_iso8601() function 406db6f Update license years License-Update: copyright years updated. Signed-off-by: Tim Orling --- .../{python3-iso8601_1.0.2.bb =>

[OE-core] [PATCH 08/10] python3-setuptools-rust: upgrade 1.5.1 -> 1.5.2

2022-10-08 Thread Tim Orling
1.5.2 (2022-09-19) Fixed: * Fix regression in dylib build artifacts not being found since 1.5.0. #290 * Fix regression in sdist missing examples and other supplementary files since 1.5.0. #291 https://github.com/PyO3/setuptools-rust/blob/main/CHANGELOG.md#152-2022-09-19 Signed-off-by: Tim

[OE-core] [PATCH 07/10] python3-sphinx: upgrade 5.1.1 -> 5.2.3

2022-10-08 Thread Tim Orling
* Now uses flit-core backend (python_flit_core.bbclass) * Sort RDEPENDS alphabetically to make it easier to see what is present. For changes see: https://www.sphinx-doc.org/en/master/changes.html#release-5-2-3-released-sep-30-2022

[OE-core] [PATCH 06/10] python3-bcrypt: upgrade 3.2.2 -> 4.0.0

2022-10-08 Thread Tim Orling
* Switch to python_setuptools3_rust.bbclass * Add crate:// (from cargo bitbake output) * Manually fix crate:// versions to satisfy cargo 4.0.0 bcrypt is now implemented in Rust. Users building from source will need to have a Rust compiler available. Nothing will change for users downloading

[OE-core] [PATCH 05/10] python3-pyopenssl: upgrade 22.0.0 -> 22.1.0

2022-10-08 Thread Tim Orling
22.1.0 (2022-09-25) Backward-incompatible changes: Remove support for SSLv2 and SSLv3. The minimum cryptography version is now 38.0.x (and we now pin releases against cryptography major versions to prevent future breakage) The OpenSSL.crypto.X509StoreContextError exception has been

[OE-core] [PATCH 04/10] python3-hypothesis: upgrade 6.54.5 -> 6.56.1

2022-10-08 Thread Tim Orling
For changes see: https://hypothesis.readthedocs.io/en/latest/changes.html#v6-56-1 https://hypothesis.readthedocs.io/en/latest/changes.html#v6-56-0 https://hypothesis.readthedocs.io/en/latest/changes.html#v6-55-0 https://hypothesis.readthedocs.io/en/latest/changes.html#v6-54-6 Signed-off-by: Tim

[OE-core] [PATCH 03/10] python3-certifi: upgrade 2022.9.14 -> 2022.9.24

2022-10-08 Thread Tim Orling
The following certificate was removed: OU=Serveis Publics de Certificacio/Vegeu https://www.catcert.net/verarrel (c)03/Jerarquia Entitats de Certificacio Catalanes Signed-off-by: Tim Orling --- ...ython3-certifi_2022.9.14.bb => python3-certifi_2022.9.24.bb} | 2 +- 1 file changed, 1

[OE-core] [PATCH 02/10] python3-cryptography-vectors: upgrade 37.0.4 -> 38.0.1

2022-10-08 Thread Tim Orling
For changes, see: https://github.com/pyca/cryptography/blob/38.0.1/CHANGELOG.rst#3800---2022-09-07 https://github.com/pyca/cryptography/blob/38.0.1/CHANGELOG.rst#3800---2022-09-06 Signed-off-by: Tim Orling --- ...vectors_37.0.4.bb => python3-cryptography-vectors_38.0.1.bb} | 2 +- 1 file

[OE-core] [PATCH 01/10] python3-cryptography: upgrade 37.0.4 -> 38.0.1

2022-10-08 Thread Tim Orling
* Drop 0001-Cargo.toml-specify-pem-version.patch, superceded. * Update crate:// (via cargo bitbake) * Manually fix crate:// versions to satisfy cargo Release notes: 38.0.1 - 2022-09-07 - Fixed parsing TLVs in ASN.1 with length greater than 65535 bytes (typically seen in large CRLs).

[OE-core] [PATCH 00/10] Post-langdale recipe upgrades

2022-10-08 Thread Tim Orling
Partitially with the help of AUH. Notably: - python3-bcrypt now builds Rust extensions - python3-pyopenssl drops SSLv2, SSLv3; requires python3-cryptography 38.0.x - python3-cryptography: final deprecation of OpenSSL 1.1.0; dropped in 39.0.x - python3-poetry-core: adds Python 3.11

Re: [OE-core] [AUH] at-spi2-core: upgrading to 2.46.0 FAILED

2022-10-08 Thread Tim Orling
On Sat, Oct 1, 2022 at 9:55 AM Auto Upgrade Helper wrote: > Hello, > > this email is a notification from the Auto Upgrade Helper > that the automatic attempt to upgrade the recipe *at-spi2-core* to > *2.46.0* has Failed(do_compile). > > Detailed error information: > > do_compile failed I have

Re: [OE-Core][PATCH 2/2] u-boot: Add savedefconfig task

2022-10-08 Thread Alex Kiernan
That was my other thought... this was basically a cut and paste from the kernel... Happy to redo like that! On Sat, 8 Oct 2022, 20:01 Otavio Salvador, wrote: > > > Em sex., 7 de out. de 2022 às 13:47, Alex Kiernan > escreveu: > >> Add savedefconfig task which U-Boot supports (unfortunately

Re: [OE-Core][PATCH 2/2] u-boot: Add savedefconfig task

2022-10-08 Thread Otavio Salvador
Em sex., 7 de out. de 2022 às 13:47, Alex Kiernan escreveu: > Add savedefconfig task which U-Boot supports (unfortunately not all > consumers of cml1 support this). > > Signed-off-by: Alex Kiernan > Kernel also does, so might be nice to add it to a specific class and reuse. -- Otavio

Re: [oe-core][PATCHv2] wic-imager-direct.py: use fstab update also for root device

2022-10-08 Thread Alexandre Belloni via lists.openembedded.org
On 08/10/2022 14:53:48+0200, Markus Volk wrote: > Am Sa, 1. Okt 2022 um 01:11:46 +0200 schrieb Alexandre Belloni via > lists.openembedded.org > : > > This causes the following failure: > > > > Hi

Re: [oe-core][PATCHv2] wic-imager-direct.py: use fstab update also for root device

2022-10-08 Thread Markus Volk
Am Sa, 1. Okt 2022 um 01:11:46 +0200 schrieb Alexandre Belloni via lists.openembedded.org : This causes the following failure: Hi Alexandre, I've looked at the problem and can reproduce the errors

Re: [OE-core] [PATCH] fix close_range fails unexpectedly in unprivileged process

2022-10-08 Thread Changqing Li
On 9/30/22 17:50, Ross Burton wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Yeah, this is a Docker issue. Fix your docker. Ross Hi, I know this is an docker issue, but this will block yocto build in old docker. I noticed we already have an local patch for glibc to