Re: [OE-core] [PATCH v3][master] go: Update reproducibility patch to fix panic errors

2022-12-05 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 05/12/2022 13:49:48-0600, Ryan Eatmon via lists.openembedded.org wrote: > > This might have gotten lost in the fun of the YPS and the many discussions > around the previous versions of then patch. Was there any more feedback or > changes that folks want me to make for this patch, or is

Re: [oe-core][PATCH] gstreamer-vaapi: rename USE_X11 variable

2022-12-05 Thread Alexandre Belloni via lists.openembedded.org
On 05/12/2022 21:13:30+0100, Markus Volk wrote: > Rename USE_X11 to HAVE_X11 to avoid naming conflict with eglplatform.h > > Signed-off-by: Markus Volk > --- > .../0001-replace-USE_X11-by-HAVE_X11.patch| 319 ++ > .../gstreamer/gstreamer1.0-vaapi_1.20.4.bb| 9 +- > 2 fi

Re: [OE-core][PATCH] oeqa/selftest/externalsrc: add test for srctree_hash_files

2022-12-06 Thread Alexandre Belloni via lists.openembedded.org
Hello, The submodule test fails on the autobuilders: 2022-12-06 19:23:44,209 - oe-selftest - INFO - == 2022-12-06 19:23:44,209 - oe-selftest - INFO - FAIL: externalsrc.ExternalSrc.test_externalsrc_srctree_hash_files (subunit.R

Re: [OE-core][PATCH] oeqa/selftest/externalsrc: add test for srctree_hash_files

2022-12-06 Thread Alexandre Belloni via lists.openembedded.org
On 06/12/2022 22:07:13+, Peter Marko wrote: > > Hello, > > The submodule test fails on the autobuilders: > > Sure, that's the point of a test - fail if issue is not fixed and pass when > the issue is fixed. > Queue this together with > https://lists.openembedded.org/g/openembedded-core/messa

Re: [OE-core] [PATCH v2] devtool/friends: Use LAYERSERIES_CORENAMES when generating LAYERSERIES_COMPAT entries

2022-12-07 Thread Alexandre Belloni via lists.openembedded.org
Hello, oe-selftest fails: https://autobuilder.yoctoproject.org/typhoon/#builders/87/builds/4504/steps/14/logs/stdio On 06/12/2022 16:45:59+, Richard Purdie wrote: > It seems some layers want to subvert the intent of LAYERSERIES_COMPAT > so bitbake is going to have to become stricter about th

Re: [OE-core] [meta-core][PATCH 1/1] libksba: fix CVE-2022-3515

2022-12-08 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 08/12/2022 06:27:44+, Manoj Saun wrote: > libksba: integer overflow may lead to remote code execution. > > Reference: > https://www.gnupg.org/blog/20221017-pepe-left-the-ksba.html > > Upstream fixes: > https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libksba.git;a=commit;h=4b7d9cd4a01889

Re: [oe-core][PATCHv9 3/4] gcr: add recipe for gcr-4, needed to build with gtk4

2022-12-08 Thread Alexandre Belloni via lists.openembedded.org
Could you split this patch in two parts so we can move epiphany to gcr3 and fix meta-oe? On 01/12/2022 08:53:23+0100, Markus Volk wrote: > gcr-3 recipe is still needed for gnome projects that stick to gtk+3, rename > to gcr3. > > Signed-off-by: Markus Volk > --- > ...ectly-handle-disabled-ssh

Re: [oe-core][PATCH 1/2] gcr: rename gcr -> gcr3

2022-12-08 Thread Alexandre Belloni via lists.openembedded.org
Hello Markus, Please send a proper series with all the patches that are necessary for a successful build. It has been 4 days that I'm trying various combinations of your different series and I never had a build success. You also need to update maintainers.inc with the patch adding the recipe. My

Re: [OE-core] [meta-core][PATCH 1/1] libksba: fix CVE-2022-3515

2022-12-08 Thread Alexandre Belloni via lists.openembedded.org
On 09/12/2022 06:11:30+, Manoj Saun wrote: > libksba: integer overflow may lead to remote code execution. > > Reference: > https://www.gnupg.org/blog/20221017-pepe-left-the-ksba.html > > Upstream-Status: Backport > [https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libksba.git;a=commit;h=4b7d9cd4a0

Re: [OE-core] [PATCH RFC 3/3] time64.conf: Include to enable 64 bit time flags

2022-12-09 Thread Alexandre Belloni via lists.openembedded.org
On 09/12/2022 11:36:03+0100, Ola x Nilsson wrote: > > On Thu, Dec 08 2022, Alexander Kanavin wrote: > > > On Thu, 8 Dec 2022 at 08:11, Ola x Nilsson wrote: > >> +GLIBC_64BIT_TIME_FLAGS:pn-glibc = "" > >> +GLIBC_64BIT_TIME_FLAGS:pn-glibc-tests = "" > >> +# pipewire-v4l2 explicitly sets _FILE_OFFS

Re: [OE-core] [PATCH RFC 3/3] time64.conf: Include to enable 64 bit time flags

2022-12-09 Thread Alexandre Belloni via lists.openembedded.org
On 09/12/2022 10:55:16+0100, Ola x Nilsson wrote: > > On Fri, Dec 09 2022, Khem Raj wrote: > > > Thanks for the patches > > > > On 12/7/22 23:11, Ola x Nilsson wrote: > >> Signed-off-by: Ola x Nilsson > >> --- > >> meta/conf/distro/time64.conf | 23 +++ > >> 1 file changed

Re: [oe-core][PATCH] libpng: Added "--enable-hardware-optimizations" instead of "--enable-arm-neon". Because "--enable-arm-neon" only works for armv7, but doesn't work for aarch64. But in fact neon is

2022-12-13 Thread Alexandre Belloni via lists.openembedded.org
Hello, This fails on the autobuilders: https://autobuilder.yoctoproject.org/typhoon/#/builders/107/builds/3913/steps/11/logs/stdio On 13/12/2022 10:38:15+0800, leimaohui wrote: > Reference to libpng-1.6.38/configure,if enable_hardware_optimizations is > enabled, libpng can judge whether enable e

Re: [OE-core] [PATCH 1/4] gtk+3: port to Meson

2022-12-15 Thread Alexandre Belloni via lists.openembedded.org
Hello Ross, This breaks on the AB: https://autobuilder.yoctoproject.org/typhoon/#/builders/47/builds/6322/steps/12/logs/stdio This is oe-core, without poky On 13/12/2022 16:17:29+, Ross Burton wrote: > GTK+ 3.24.36 will drop the autotools build, so get ahead of the curve > and switch to Mes

Re: [OE-core] [langdale][master][PATCH v2] rust: Do not use default compiler flags defined in CC crate

2022-12-18 Thread Alexandre Belloni via lists.openembedded.org
Hello, This caused errors on the autobuilders: https://autobuilder.yoctoproject.org/typhoon/#/builders/37/builds/6367/steps/12/logs/stdio On 09/12/2022 09:50:08+, Anton Antonov wrote: > Rust crates build dependecy C libraries using "CC" crate. > This crate adds some default compiler parameter

Re: [OE-core] [PATCH] cairo: fix CVE patches assigned wrong CVE number

2022-12-19 Thread Alexandre Belloni via lists.openembedded.org
Hello Quentin, I couldn't apply this patch but it still seems relevant. Can you rebase? On 14/12/2022 11:42:16+0100, Quentin Schulz wrote: > From: Quentin Schulz > > CVE-2019-6461 and CVE-2019-6462 are fixed, but the reporting is > incorrect as the patch for CVE-2019-6461 is actually for CVE-20

Re: [OE-core] [meta-oe][PATCH 1/1] libksba: fix CVE-2022-3515

2022-12-20 Thread Alexandre Belloni via lists.openembedded.org
Hello, This doesn't build: | ../../libksba-1.6.2/src/ber-help.c:198:3: error: expected identifier or '(' before 'if' | 198 | if (ti->length > ti->nhdr && (ti->nhdr + ti->length) < ti->length) | | ^~ | make[3]: *** [Makefile:739: ber_dump-ber-help.o] Error 1 | make[3]: *** Waiting for

Re: [OE-core] [langdale][master][PATCH v3] rust: Do not use default compiler flags defined in CC crate

2022-12-20 Thread Alexandre Belloni via lists.openembedded.org
Hello, this fails on the autobuilders: https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/6362/steps/11/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/52/builds/6274/steps/12/logs/stdio On 20/12/2022 11:24:59+, Anton Antonov wrote: > Rust crates build depen

Re: [OE-core] [PATCH 0/9] kernel: consolidated pull request

2022-12-21 Thread Alexandre Belloni via lists.openembedded.org
Hello Bruce, I think I applied everything properly and I end up with the following error for multiple architectures: stdio: ERROR: linux-yocto-5.15.78+gitAUTOINC+72756ee16d_24c30a8e9f-r0 do_kernel_version_sanity_check: Package Version (5.15.78+gitAUTOINC+72756ee16d_24c30a8e9f) does not match of

Re: [OE-core] [PATCH v2] binutils : Fix CVE-2022-4285

2022-12-21 Thread Alexandre Belloni via lists.openembedded.org
This is already fixed upstream: https://git.openembedded.org/openembedded-core/commit/?id=b6b750f8e41a392ff92d9118ef7530ada20d06fe On 21/12/2022 23:30:09+0530, Yash Shinde wrote: > From: Yash Shinde > > Upstream-Status: Backport > [https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5c8

Re: [OE-Core][PATCH v2 00/10] Add rust runtime tests

2022-12-21 Thread Alexandre Belloni via lists.openembedded.org
Hello, This is currently running on the AB and I got the following failures: https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/6375/steps/11/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/102/builds/3985/steps/11/logs/stdio https://autobuilder.yoctoproject.org/

Re: [OE-core] [PATCH v2] binutils : Fix CVE-2022-4285

2022-12-22 Thread Alexandre Belloni via lists.openembedded.org
On 21/12/2022 21:06:11-0800, Yash Shinde wrote: > Some updates were needed in the patch. So, posted a version 2 of it. > I understand that but in the meantime, your colleague submitted a proper patch and it has already been applied on master. > Regards, > > Yash > > > -- Alexandre Bellon

Re: [OE-core] [PATCH 0/9] kernel: consolidated pull request

2022-12-22 Thread Alexandre Belloni via lists.openembedded.org
Hello Bruce, I got the following warning for qemuarm oe-core: WARNING: linux-yocto-6.1+gitAUTOINC+d2ea5dce4e_0952191638-r0 do_kernel_configcheck: [kernel config]: This BSP contains fragments with warnings: [INFO]: the following symbols were not found in the active configuration: - CONFIG_A

Re: [OE-core][PATCH] selftest: allow '-R' and '-r' be used together

2022-12-26 Thread Alexandre Belloni via lists.openembedded.org
On 25/12/2022 19:13:43-0500, Randy MacLeod wrote: > On 2022-11-25 08:00, Richard Purdie via lists.openembedded.org wrote: > > Hi Qi, > > > > On Fri, 2022-11-25 at 05:56 +, Chen Qi wrote: > > > The AB is actually running 'all' tests. > > > > > > The '--skip-tests (-R)' option means 'Run all (u

Re: [OE-core] C.UTF-8 in glibc

2023-01-03 Thread Alexandre Belloni via lists.openembedded.org
On 02/01/2023 16:40:20+, Alex Kiernan wrote: > On Mon, Jan 2, 2023 at 4:28 PM Richard Purdie > wrote: > > > > On Sun, 2023-01-01 at 18:32 +, Alex Kiernan wrote: > > > glibc got an official C.UTF-8 in 2.35, but we don't appear to install > > > it by default... if I add "c" to IMAGE_LINGUAS

Re: [oe-core][PATCH] gcr3: update 3.40.0 -> 3.41.1

2023-01-04 Thread Alexandre Belloni via lists.openembedded.org
This failed on the AB: https://autobuilder.yoctoproject.org/typhoon/#/builders/108/builds/3976/steps/11/logs/stdio On 01/01/2023 15:24:14+0100, Markus Volk wrote: > - remove unneded backport patches > - partly import the patch to fix ssh_agent option from gcr4 recipe > > gcr 3.41.1: > - meson:

Re: [OE-core] [PATCH 2/2] curl: enable nghttp2 for support HTTP2

2023-01-05 Thread Alexandre Belloni via lists.openembedded.org
This fails on the AB: https://autobuilder.yoctoproject.org/typhoon/#/builders/80/builds/4580/steps/14/logs/stdio | checking run-time libs availability... failed | configure: error: one or more libs available at link-time are not available run-time. Libs used at link-time: -lnghttp2 -lssl -lcrypt

Re: [oe-core][PATCH] gcr3: update 3.40.0 -> 3.41.1

2023-01-05 Thread Alexandre Belloni via lists.openembedded.org
On 05/01/2023 16:48:19+0100, Markus Volk wrote: > Am Do, 5. Jan 2023 um 16:46:37 +0100 schrieb Alexander Kanavin > : > > > > I already sent a v2 patch that should fix it > Then please say so in v2, I can't guess why you sent a v2 when there where no comment on v1 -- Alexandre Belloni, co-owne

Re: [OE-core] [PATCH] bootimg-efi: Use the custom .dtb file's path as its final location

2023-03-02 Thread Alexandre Belloni via lists.openembedded.org
Hello, This caused failures on the autobuilders: https://autobuilder.yoctoproject.org/typhoon/#/builders/86/builds/4867/steps/14/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/80/builds/4820/steps/14/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/127/builds

Re: [OE-core] [PATCH] binutils: Enable --enable-new-dtags

2023-03-02 Thread Alexandre Belloni via lists.openembedded.org
On 01/03/2023 10:25:58+0100, Alexandre Belloni via lists.openembedded.org wrote: > On 28/02/2023 23:45:05+0100, Alexandre Belloni wrote: > > On 28/02/2023 17:50:05+, Richard Purdie wrote: > > > On Tue, 2023-02-28 at 08:43 -0800, Khem Raj wrote: > > > > On Tue, Feb

Re: [OE-core] [PATCH] btrfs-tools: upgrade 6.1.3 -> 6.2

2023-03-02 Thread Alexandre Belloni via lists.openembedded.org
This fails on the AB: stdio: ERROR: btrfs-tools-6.2-r0 do_fetch: Fetcher failure: Unable to find revision 6439e92cba81c068afca76f8e010fb7175620176 in branch master even from upstream stdio: ERROR: btrfs-tools-6.2-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any sourc

Re: [OE-core] [PATCH] image_types: fix vname var init in multiubi_mkfs() function

2023-03-03 Thread Alexandre Belloni via lists.openembedded.org
Hello, This still fails on the autobuilders: 2023-03-03 19:19:37,778 - oe-selftest - INFO - imagefeatures.ImageFeatures.test_image_fstypes (subunit.RemotedTestCase) 2023-03-03 19:19:37,779 - oe-selftest - INFO - ... FAIL 2023-03-03 19:19:37,779 - oe-selftest - INFO - 2: 21/40 359/523 (131.33s)

Re: [OE-core] [PATCH v2 1/2] qemu: split out qemu-guest-agent, add startup scripts

2023-03-05 Thread Alexandre Belloni via lists.openembedded.org
Hello, This doesn't apply on master, can you rebase? On 24/02/2023 16:31:56+0100, Clément Péron wrote: > Split out the QEMU guest agent into a separate package. The agent is > intended to be installed within a QEMU VM guest where a user is likely > to not want to have the rest of the QEMU install

Re: [OE-core] [PATCH] wic/plugins/source/bootimg-efi: Configure installation of kernel image into boot partition.

2023-03-09 Thread Alexandre Belloni via lists.openembedded.org
Hello, This still fails on the autobuilders, please fix before submitting a new version (and please mark it as a new version): https://autobuilder.yoctoproject.org/typhoon/#/builders/80/builds/4853/steps/14/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/87/builds/4933/steps/14

Re: [oe-core][PATCH] glib: update 2.74.6 -> 2.76.0

2023-03-14 Thread Alexandre Belloni via lists.openembedded.org
Hello, This causes those new ptest failures: {'glib-2.0': ['glib/utils.test', 'glib/utils-c-99.test', 'glib/utils-c-11.test', 'glib/utils-c-17.test', 'glib/utils-c-90.test']} https://autobuilder.yoctoproject.org/typhoon/#/builders/82/builds

Re: [OE-core] [PATCH 2/7] bitbake.conf: do not set native opengl distro feature from target

2023-03-15 Thread Alexandre Belloni via lists.openembedded.org
Hello, I did a build without this patch (as requested by Richard) and this fails: https://autobuilder.yoctoproject.org/typhoon/#builders/127/builds/1108/steps/15/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#builders/80/builds/4881/steps/14/logs/stdio https://autobuilder.yoctoproject.o

Re: [OE-core] [PATCH] connman: Backports for security fixes (2) #poky

2023-03-15 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 15/03/2023 06:31:36-0700, VAUTRIN Emmanuel (Canal Plus Prestataire) wrote: > Fixes > CVE: CVE-2022-32293 > > Commit b33cf2d113d0 ("connman: Backports for security fixes") Your SoB is required here. > --- > .../connman/connman/CVE-2022-32293_p3.patch   | 67 +++ > .../c

Re: [OE-core] [PATCH 5/5] python3-wheel: upgrade 0.38.4 -> 0.40.0

2023-03-16 Thread Alexandre Belloni via lists.openembedded.org
On 15/03/2023 18:03:01-0700, Tim Orling wrote: > Content-Type: text/plain; charset=y You replied 'y' to the encoding question where you should have been more careful and simply press enter ;) (and so the patch doesn't apply without manually editing it) > Content-Transfer-Encoding: 8bit > * Drop

Re: [OE-core] [PATCH] btrfs-tools: upgrade 6.1.3 -> 6.2.1

2023-03-16 Thread Alexandre Belloni via lists.openembedded.org
Hello, This fails on the AB for edgerouter-alt and meta-intel: https://autobuilder.yoctoproject.org/typhoon/#/builders/111/builds/4406/steps/11/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/100/builds/4205/steps/13/logs/stdio | gcc -isystem/home/pokybuild/yocto-worker/edge

Re: [OE-core] [PATCH] systemd: rebase musl patches

2023-03-21 Thread Alexandre Belloni via lists.openembedded.org
Hello, The question is why is this necessary, I don't think there is any fuzz when applying those patches? On 21/03/2023 08:46:25+0100, Yureka via lists.openembedded.org wrote: > Signed-off-by: Yureka Lilian > --- > meta/recipes-core/systemd/systemd.inc | 4 +- > .../0001-Adjust-for-m

Re: [OE-core][PATCH v2] rng-tools: splitting the rng-tools systemd/sysvinit serivce as a package

2023-03-21 Thread Alexandre Belloni via lists.openembedded.org
Hello, This fails with: ERROR: /home/pokybuild/yocto-worker/beaglebone/build/meta/recipes-support/rng-tools/rng-tools_6.16.bb: /home/pokybuild/yocto-worker/beaglebone/build/meta/recipes-support/rng-tools/rng-tools_6.16.bb inherits update-rc.d but doesn't set INITSCRIPT_NAME On 21/03/2023 10

Re: [OE-core] [PATCH] lib/oeqa: add __init__.py

2023-03-22 Thread Alexandre Belloni via lists.openembedded.org
Hello, This breaks the buils on the AB: meta-mingw https://autobuilder.yoctoproject.org/typhoon/#builders/89/builds/6880/steps/17/logs/stdio oe-selftest: https://autobuilder.yoctoproject.org/typhoon/#builders/127/builds/1146/steps/14/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#build

Re: [OE-core][PATCH 1/2] debugedit: add recipe

2023-03-22 Thread Alexandre Belloni via lists.openembedded.org
Hello, Unfortunately, this fails on musl: https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/6868/steps/12/logs/stdio On 21/03/2023 23:40:15+0800, Chen Qi wrote: > This recipe provides find-debuginfo which is used by rpm, more > specifically rpmbuild. > > RPM upstream removed fin

Re: [OE-core][PATCH V2] debugedit: add recipe

2023-03-23 Thread Alexandre Belloni via lists.openembedded.org
Hello, I think you also forgot to add a maintainer: AssertionError: The following recipes do not have a maintainer assigned to them. Please add an entry to meta/conf/distro/include/maintainers.inc file. debugedit (/home/pokybuild/yocto-worker/oe-selftest-centos/build/meta/recipes-devtools/debu

Re: [OE-core] [PATCH 1/2] package.bbclass: check packages name conflict in do_package

2023-03-23 Thread Alexandre Belloni via lists.openembedded.org
Hello, For some reason, this breaks the reproducible build: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/2589/steps/13/logs/stdio ERROR: packagenameconflict-1.0-r0 do_package: package "packagenameconflict-dev" is renamed to "packagenameconflict-renametest" using PKG:packa

Re: [OE-core][PATCH] maintainers.inc: add debugedit maintainer

2023-03-23 Thread Alexandre Belloni via lists.openembedded.org
Please squash this one with your v2 so this is bisectable. On 23/03/2023 16:35:04+0800, Chen Qi wrote: > Signed-off-by: Chen Qi > --- > meta/conf/distro/include/maintainers.inc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta/conf/distro/include/maintainers.inc > b/meta/conf/distr

Re: [OE-core] [PATCH] oeqa/selftest/imagefeatures: set a test for mutliubi in test_image_fstypes

2023-03-24 Thread Alexandre Belloni via lists.openembedded.org
Hello Romuald, This doesn't apply cleanly on master anymore, can you rebase? On 20/03/2023 14:48:18+0100, Romuald Jeanne via lists.openembedded.org wrote: > From: Romuald Jeanne > > Allow 'multiubi' fstype image. > Set 'MULTIUBI_BUILD' with two entries to allow configuration for two > different

[OE-core] [PATCH] stress-ng: upgrade 0.15.04 -> 0.15.06

2023-03-24 Thread Alexandre Belloni via lists.openembedded.org
From: Alexandre Belloni Signed-off-by: Alexandre Belloni --- .../stress-ng/{stress-ng_0.15.04.bb => stress-ng_0.15.06.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/stress-ng/{stress-ng_0.15.04.bb => stress-ng_0.15.06.bb} (94%) diff --git a/meta/rec

Re: [oe-core][PATCH 6/7] epiphany: update 43.1 -> 44.0

2023-03-27 Thread Alexandre Belloni via lists.openembedded.org
This fails on the AB: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/2612/steps/13/logs/stdio ERROR: Nothing PROVIDES 'libadwaita' (but /home/pokybuild/yocto-worker/reproducible/build/meta/recipes-gnome/epiphany/epiphany_44.0.bb DEPENDS on or otherwise requires it). Close ma

Re: [oe-core][PATCHv2] webkitgtk: update 2.38.5 -> 2.40.0

2023-03-27 Thread Alexandre Belloni via lists.openembedded.org
Hello, Please adjust maintainers.inc: The following recipes do not have a maintainer assigned to them. Please add an entry to meta/conf/distro/include/maintainers.inc file. Could you run the oe-selftest when submitting? Thanks! On 26/03/2023 18:45:57+0200, Markus Volk wrote: > - added PACKAGE

Re: [oe-core][PATCHv4] webkitgtk: update 2.38.5 -> 2.40.0

2023-03-28 Thread Alexandre Belloni via lists.openembedded.org
Is th patch standalone or does it need the other series to build? On 28/03/2023 07:59:33+0200, Markus Volk wrote: > v4 adds Khems fix for riscv64 > > Am 28.03.23 um 07:57 schrieb Markus Volk: > > - added PACKAGECONFIGs for av1 support, gamepad and sandboxing > > - cmake tries to find where bwrap

Re: [OE-core][PATCH v3 1/6] gobject-introspection: reduce dependencies

2023-03-28 Thread Alexandre Belloni via lists.openembedded.org
Hello, This series seems to break the qemux86-64-x32 build: https://autobuilder.yoctoproject.org/typhoon/#/builders/57/builds/6763/steps/12/logs/stdio | Program glib-mkenums mkenums found: NO | | ../libgudev-237/gudev/meson.build:40:0: ERROR: Program 'glib-mkenums mkenums' not found or not exe

Re: [oe-core][PATCH] import libadwaita from meta-gnome

2023-03-28 Thread Alexandre Belloni via lists.openembedded.org
Please take the time to send proper series that are versioned. The changelog then goes in the cover letter when adding or removing patches. For individual patches, the changelog goes after the --- marker and before the diffstat. You can't expect maintainers to cherry pick patches from different se

Re: [OE-core] [PATCH V4 5/5] meta-selftest: provide a recipe for zvariant

2023-03-30 Thread Alexandre Belloni via lists.openembedded.org
Hello, Because I4m carrying your other series, this fails with: ERROR: zvariant-3.12.0-r0 do_fetch: No checksum specified for '/srv/autobuilder/autobuilder.yocto.io/current_sources/anes-0.1.6.crate', please add at least one to the recipe: SRC_URI[anes.sha256sum] = "4b46cbb362ab8752921c97e041f5

Re: [OE-core] [PATCH V4 5/5] meta-selftest: provide a recipe for zvariant

2023-03-30 Thread Alexandre Belloni via lists.openembedded.org
On 30/03/2023 11:03:25+0200, Alexandre Belloni wrote: > Hello, > > Because I4m carrying your other series, this fails with: > > ERROR: zvariant-3.12.0-r0 do_fetch: No checksum specified for > '/srv/autobuilder/autobuilder.yocto.io/current_sources/anes-0.1.6.crate', > please add at least one to

Re: [OE-core] [PATCH] lib/oe/gpg_sign.py: Avoid race when creating .sig files in detach_sign

2023-03-30 Thread Alexandre Belloni via lists.openembedded.org
On 30/03/2023 10:10:21+0100, Richard Purdie wrote: > On Wed, 2023-03-29 at 23:33 +0100, Richard Purdie via > lists.openembedded.org wrote: > > On Thu, 2023-03-23 at 11:08 +0100, Tobias Hagelborn wrote: > > > Move the signature file into place only after it is successfully signed. > > > This to avoi

Re: [OE-core] [PATCH] Fix cve-check false negative

2023-03-31 Thread Alexandre Belloni via lists.openembedded.org
Hello Marta, On 31/03/2023 09:48:27+0200, Marta Rybczynska wrote: > Hello Geoffrey, > Would it be possible to run it over the world build of oe-core and possibly > meta-oe ? > It has already run successfully and is already merged. > My build farm will be available only next week and I would lik

Re: [OE-core] [PATCH] cve-update-nvd2-native: new CVE database fetcher

2023-03-31 Thread Alexandre Belloni via lists.openembedded.org
Hello Marta, This fails oe-selftest with: ERROR: cve-update-nvd2-native-1.0-r0 do_fetch: QA Issue: Recipe cve-update-nvd2-native in /home/pokybuild/yocto-worker/oe-selftest-debian/build/meta/recipes-core/meta/cve-update-nvd2-native.bb does not have an assigned maintainer. Please add an entry i

Re: [OE-core] [PATCH] cve-update-nvd2-native: new CVE database fetcher

2023-03-31 Thread Alexandre Belloni via lists.openembedded.org
On 31/03/2023 23:40:58+0200, Alexandre Belloni via lists.openembedded.org wrote: > Hello Marta, > > This fails oe-selftest with: > > ERROR: cve-update-nvd2-native-1.0-r0 do_fetch: QA Issue: Recipe > cve-update-nvd2-native in > /home/pokybuild/yocto-worker/oe-selftest-debi

Re: [OE-core] [PATCH] kernel-fitimage: Fix the default dtb config check

2023-04-05 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 31/03/2023 11:17:04+0500, Arslan Ahmad wrote: > From: Arslan Ahmad > > The current check for default dtb image checks if the file exists and is > not empty but appends a slash to the path due to which the file is never > found. It also doesn't replace slash in filename with _ as done w

Re: [OE-core] [meta-oe][PATCHv5 1/8] glib-2.0: update 2.74.6 -> 2.76.1

2023-04-06 Thread Alexandre Belloni via lists.openembedded.org
Hello Markus, Do you mind rebasing that on top of master or ideally my own branch, abelloni/master-next? The series seemed to build fine but we had other conflicting patches that were taken for mickledore. Thanks! On 28/03/2023 12:31:37+0200, Markus Volk wrote: > From: Markus Volk > > --- >

Re: [OE-core] [meta-oe][PATCHv5 1/8] glib-2.0: update 2.74.6 -> 2.76.1

2023-04-06 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 06/04/2023 22:50:47+0200, mrksv...@googlemail.com wrote: > Hello Alexandre, > I have rebased the patchset two days ago after a patch for webkitgtk was > added to master-next. I guess it will still apply but will check that once I > come home tomorrow in the morning. > >

Re: [OE-core] [meta-oe][PATCHv5 1/8] glib-2.0: update 2.74.6 -> 2.76.1

2023-04-07 Thread Alexandre Belloni via lists.openembedded.org
/builds/4373/steps/11/logs/stdio On 06/04/2023 23:10:40+0200, Alexandre Belloni via lists.openembedded.org wrote: > Hello, > > On 06/04/2023 22:50:47+0200, mrksv...@googlemail.com wrote: > > Hello Alexandre, > > I have rebased the patchset two days ago after a patch for webkitgtk wa

Re: [OE-core] [PATCH] tar: extend numeric-owner to ACL entries

2023-04-08 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 07/04/2023 14:58:46+0200, Piotr Łobacz wrote: > ACL entries store references to numeric uids/gids. on platforms that > have libacl, use `acl_to_any_text` to generate ACL strings that preserve > those numeric identifiers if `numeric-owner` is set (instead of doing a > conversion to user/g

Re: [OE-core] [PATCH v3 2/2] oeqa/selftest: change deprecated usage of run_serial

2023-04-09 Thread Alexandre Belloni via lists.openembedded.org
Hello, This breaks the overlayfs tests: https://autobuilder.yoctoproject.org/typhoon/#builders/87/builds/5075/steps/14/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#builders/86/builds/5036/steps/14/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#builders/80/builds/4994/steps/1

Re: [OE-core] [PATCH] mesa: upgrade 23.0.0 -> 23.0.2

2023-04-10 Thread Alexandre Belloni via lists.openembedded.org
On 10/04/2023 16:58:20+0800, wangmy wrote: > From: Wang Mingyu > You forgot to upgrade mesa-gl: ERROR: mesa-gl-2_23.0.0-r0 do_fetch: Checksum failure fetching https://mesa.freedesktop.org/archive/mesa-23.0.0.tar.xz ERROR: mesa-gl-2_23.0.0-r0 do_fetch: Bitbake Fetcher Error: ChecksumError('Che

Re: [OE-core] [PATCH] python3-cryptography-vectors: upgrade 39.0.2 -> 40.0.1

2023-04-10 Thread Alexandre Belloni via lists.openembedded.org
Error: Problem: conflicting requests - nothing provides python3-cryptography-vectors = 39.0.2 needed by python3-cryptography-ptest-39.0.2-r0.core2_64 (try to add '--skip-broken' to skip uninstallable packages) On 10/04/2023 17:37:16+0800, wangmy wrote: > From: Wang Mingyu > > Changelog: >

Re: [OE-core] [PATCH] cryptodev-linux: upgrade 1.12 -> 1.13

2023-04-10 Thread Alexandre Belloni via lists.openembedded.org
ERROR: cryptodev-module-1.12-r0 do_patch: QA Issue: Fuzz detected: Applying patch 0001-Disable-installing-header-file-provided-by-another-p.patch patching file Makefile Hunk #1 succeeded at 36 with fuzz 2 (offset 3 lines). The context lines in the patches can be updated with devtool: devtool m

Re: [OE-Core][PATCH] rust: Upgrade 1.68.1 -> 1.68.2

2023-04-10 Thread Alexandre Belloni via lists.openembedded.org
My current a-full has this patch. On 10/04/2023 10:21:16-0700, Khem Raj wrote: > If possible, Can you test this on top of contrib/abelloni/master-next > for musl target ? > > On Mon, Apr 10, 2023 at 2:42 AM Alex Kiernan wrote: > > > > Changes: > > > > * Update the GitHub RSA host key bundled wit

Re: [OE-core] [PATCH] dnf: upgrade 4.14.0 -> 4.15.0

2023-04-10 Thread Alexandre Belloni via lists.openembedded.org
https://autobuilder.yoctoproject.org/typhoon/#builders/79/builds/5049/steps/15/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#builders/86/builds/5040/steps/14/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#builders/80/builds/4998/steps/14/logs/stdio https://autobuilder.yoctopro

Re: [OE-Core][PATCH] rust: Upgrade 1.68.1 -> 1.68.2

2023-04-11 Thread Alexandre Belloni via lists.openembedded.org
I confirm it didn't cause any particular issue to the autobuilders. On 11/04/2023 08:18:23+0100, Alex Kiernan wrote: > Cool, was just picking up the pieces to check it, but I'll leave it now! > > On Tue, 11 Apr 2023, 08:07 Khem Raj, wrote: > > > alright my builds for cargo on qemuriscv32/musl w

Re: [OE-core] [PATCH 1/3] python3-pyproject-metadata: New recipe

2023-06-02 Thread Alexandre Belloni via lists.openembedded.org
Hello, the series causes the following warnings: stdio: WARNING: python3-pyproject-metadata-native-0.7.1-r0 do_fetch: QA Issue: Recipe python3-pyproject-metadata in /home/pokybuild/yocto-worker/musl-qemux86/build/meta/recipes-devtools/python/python3-pyproject-metadata_0.7.1.bb does not contain

Re: [OE-core] [PATCH] libubootenv: upgrade 0.3.3 -> 0.3.4

2023-06-04 Thread Alexandre Belloni via lists.openembedded.org
Hello Stefano, This caused the following failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/52/builds/7124/steps/12/logs/stdio | DEBUG: Executing shell function do_compile | NOTE: VERBOSE=1 cmake --build /home/pokybuild/yocto-worker/qemux86-world/build/build/tmp/work/x86-pokymllib

Re: [OE-core] [PATCH] meta: introduce KCONFIG_CONFIG_ENABLE_MENUCONFIG

2023-06-06 Thread Alexandre Belloni via lists.openembedded.org
On 06/06/2023 13:17:14+0200, Ming Liu wrote: > Hi, Dear maintainers: > > Ping, could you please review this at your convenient time? It's blocking > our uboot do_menuconfig task. > This is in my testing queue but other patches have proven difficult and I didn't have any green builds since. > th

Re: [OE-core] [PATCH v2] vulkan-validation-layers: add new recipe v1.3.243.0

2023-06-06 Thread Alexandre Belloni via lists.openembedded.org
On 03/06/2023 21:12:52-0700, Vincent Davis Jr wrote: > Requires spirv-tools base_libdir fix to be merged. > > https://lists.openembedded.org/g/openembedded-core/message/182353 Then this should be a series instead of separate patches. > > > -- Alexandre Belloni, co-owner and COO, Bootlin E

Re: [OE-core][PATCH] sqlite3: upgrade 3.41.2 -> 3.42.0

2023-06-06 Thread Alexandre Belloni via lists.openembedded.org
Hello, While this compiles, it breaks dnf: ERROR: core-image-ptest-openssl-1.0-r0 do_rootfs: Could not invoke dnf. Command '/home/pokybuild/yocto-worker/qemux86-64-ptest/build/build/tmp/work/qemux86_64-poky-linux/core-image-ptest-openssl/1.0-r0/recipe-sysroot-native/usr/bin/dnf -v --rpmverbosit

Re: [OE-core][PATCH v2] util-linux: upgrade 2.38.1 -> 2.39

2023-06-06 Thread Alexandre Belloni via lists.openembedded.org
Hello, This causes multiple failures: Mips and ppc: https://autobuilder.yoctoproject.org/typhoon/#/builders/60/builds/7198/steps/12/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/63/builds/7196/steps/13/logs/stdio | mips-poky-linux-gcc -meb -mabi=32 -mhard-float -march=mips

Re: [OE-core] [PATCH 0/3] image_types: use IMAGE_FILE_MAXSIZE variable to create fixed partition size

2023-06-07 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 04/06/2023 14:37:52+0200, Charles-Antoine Couret via lists.openembedded.org wrote: > In case of fixed partitionning where the rootfs partition can't exceed an > amount of bytes, there is currently no automatic and no generic way to have > this requirement met in any case. > > Until now

Re: [OE-core] [PATCH 1/3] image_types: use IMAGE_FILE_MAXSIZE variable for ext2/3/4 image types

2023-06-07 Thread Alexandre Belloni via lists.openembedded.org
This fails on the autobuilders: https://autobuilder.yoctoproject.org/typhoon/#/builders/69/builds/7219/steps/11/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/120/builds/2859/steps/14/logs/stdio ERROR: core-image-minimal-1.0-r0 do_image_ext4: ExecutionError('/home/pokybuild/y

Re: [OE-core] [PATCH] libssh2: Upgrade to v1.11.0

2023-06-07 Thread Alexandre Belloni via lists.openembedded.org
Hello, this doesn't build: https://autobuilder.yoctoproject.org/typhoon/#/builders/107/builds/4674/steps/12/logs/stdio | /usr/src/debug/libssh2/1.11.0-r0/tests/test_auth_keyboard_info_request.c:270: undefined reference to `userauth_keyboard_interactive_decode_info_request' | collect2: error: ld

Re: [OE-core] [PATCH v4] qemu: Split the qemu package

2023-06-07 Thread Alexandre Belloni via lists.openembedded.org
Hello, I believe this causes: https://autobuilder.yoctoproject.org/typhoon/#/builders/52/builds/7143/steps/12/logs/stdio ERROR: lib32-qemu-8.0.0-r0 do_package_qa: QA Issue: /usr/bin/qemu-mips contained in package lib32-qemu-user-mips requires /bin/bash, but no providers found in RDEPENDS:lib32

Re: [OE-core] [PATCH] nettle: inherit lib_package

2023-06-08 Thread Alexandre Belloni via lists.openembedded.org
Hello Ross, It seemed to have caused new ptest failures: {'nettle': ['nettle-pbkdf2-test', 'sexp-conv-test']} On 06/06/2023 13:37:32+0100, Ross Burton wrote: > From: Ross Burton > > Nettle is primarily a library that ships some tools, so inherit the > lib_package class to package the tools in

Re: [OE-core][PATCH v2] util-linux: upgrade 2.38.1 -> 2.39

2023-06-08 Thread Alexandre Belloni via lists.openembedded.org
On 06/06/2023 22:42:49+0200, Alexandre Belloni wrote: > Hello, > > This causes multiple failures: > > Mips and ppc: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/60/builds/7198/steps/12/logs/stdio > https://autobuilder.yoctoproject.org/typhoon/#/builders/63/builds/7196/steps/13/log

Re: [OE-core] [PATCH] libxcrypt: fix hard-coded ".so" extension

2023-06-09 Thread Alexandre Belloni via lists.openembedded.org
On 09/06/2023 15:19:12+, Ross Burton wrote: > Probably just fell through a crack, I’ve queued it locally for testing. > It didn't apply cleanly on my master-next and I was waiting for things to calm down to get back to it. > Sorry about that! > > Ross > > > On 9 Jun 2023, at 10:37, Etienne

Re: [OE-core] [PATCH][pseudo] Move __*xstat* and __xmknod functions to new subport 'old__x'

2023-06-10 Thread Alexandre Belloni via lists.openembedded.org
tect this. > > (I would like a switch to configure to enable the obsolete interfaces, but > I've not figured out how to pass configure options into the subports > function call. I'll continue to look into that, but it really shouldn't be > necessary outside of the Y

Re: [OE-core] [PATCH 1/2] image-artifact-names: include ${IMAGE_NAME_SUFFIX} directly in both ${IMAGE_NAME} and ${IMAGE_LINK_NAME}

2023-06-12 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 12/06/2023 17:35:30+0200, Martin Jansa wrote: > On Sat, May 27, 2023 at 7:21 AM Martin Jansa via lists.openembedded.org > wrote: > > > On Fri, May 26, 2023 at 8:09 PM Alexandre Belloni < > > alexandre.bell...@bootlin.com> wrote: > > > >> Hello, > >> > >> The series causes oe-selftest f

Re: [OE-core] [PATCH] dbusmock: only recommend python3-pygobject

2023-06-13 Thread Alexandre Belloni via lists.openembedded.org
This caused: WARNING: lib32-python3-dbusmock-0.29.0-r0 do_package: QA Issue: lib32-python3-dbusmock package lib32-python3-dbusmock - suspicious values 'python3-pygobject' in RRECOMMENDS https://autobuilder.yoctoproject.org/typhoon/#/builders/108/builds/4650/steps/12/logs/warnings https://autobu

Re: [OE-core] [PATCH] parted: Add missing libuuid to linker cmdline for libparted-fs-resize.so

2023-06-14 Thread Alexandre Belloni via lists.openembedded.org
On 13/06/2023 08:16:48-0700, Khem Raj wrote: > On Tue, Jun 13, 2023 at 6:55 AM Khem Raj wrote: > > > > Exactly I can rebase and send v2 > > > > I think Alex already did it on his master-next branch here > https://git.yoctoproject.org/poky-contrib/commit/?h=abelloni/master-next&id=9a266798a4f4a9aa

Re: [oe-core][PATCH v2] wic: bootimg: Add support to install directories

2023-06-14 Thread Alexandre Belloni via lists.openembedded.org
Hello, This breaks x86: https://autobuilder.yoctoproject.org/typhoon/#/builders/80/builds/5277/steps/14/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/5328/steps/14/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/86/builds/5320/steps/14/logs/stdio

Re: [OE-core] [PATCH v2] libssh2: Upgrade to v1.11.0

2023-06-14 Thread Alexandre Belloni via lists.openembedded.org
On 14/06/2023 21:29:56+0100, Sudip Mukherjee wrote: > On Wed, 14 Jun 2023 at 16:47, Ross Burton wrote: > > > > On 14 Jun 2023, at 16:13, Sudip Mukherjee > > wrote: > > > > > > Hi Ross, > > > > > > On Wed, 14 Jun 2023 at 14:53, Ross Burton wrote: > > >> > > >> On 13 Jun 2023, at 21:52, Sudip Muk

Re: [OE-core] [PATCH 13/55] glib-2.0: backport a patch to address ptest fails caused by coreutils 9.2+

2023-06-15 Thread Alexandre Belloni via lists.openembedded.org
Hello, Which ptest are you trying to fix? I got: https://autobuilder.yoctoproject.org/typhoon/#/builders/82/builds/5023/steps/13/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/5207/steps/12/logs/stdio {'glib-2.0': ['glib/file.test']} On 14/06/2023 11:28:36+0200, Ale

Re: [OE-core] [PATCH 13/55] glib-2.0: backport a patch to address ptest fails caused by coreutils 9.2+

2023-06-15 Thread Alexandre Belloni via lists.openembedded.org
On 16/06/2023 00:27:00+0200, Alexandre Belloni wrote: > Hello, > > Which ptest are you trying to fix? > > I got: > https://autobuilder.yoctoproject.org/typhoon/#/builders/82/builds/5023/steps/13/logs/stdio > https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/5207/steps/12/logs/stdi

Re: [OE-core] [PATCH] ghostscript: mostly rewrite recipe

2023-06-18 Thread Alexandre Belloni via lists.openembedded.org
Hello, This doesn't build on the AB: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/3055/steps/13/logs/errors https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/7306/steps/11/logs/errors https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/7327/step

Re: [OE-core] [PATCH 3/3] base-passwd: add the wheel group

2023-06-18 Thread Alexandre Belloni via lists.openembedded.org
On 15/06/2023 13:43:55+0200, Louis Rannou wrote: > The wheel group is not declared while it can be used to access the systemd > journal and to configure printers in CUPS. It can also be used for su and sudo > permissions. > > So far it was created later in the rootfs postcommand systemd_create_use

[OE-core] [PATCH] base-passwd: fix patchreview warning

2023-06-18 Thread Alexandre Belloni via lists.openembedded.org
From: Alexandre Belloni Fix: Malformed Upstream-Status 'Upstream status' (meta/recipes-core/base-passwd/base-passwd/0007-Add-wheel-group.patch) Unknown Upstream-Status value 'says' (meta/recipes-core/base-passwd/base-passwd/0007-Add-wheel-group.patch) Signed-off-by: Alexandre Belloni --- ..

Re: [OE-core] [PATCH] base-passwd: fix patchreview warning

2023-06-19 Thread Alexandre Belloni via lists.openembedded.org
On 19/06/2023 14:27:04+0100, Richard Purdie wrote: > On Mon, 2023-06-19 at 15:18 +0200, Alexander Kanavin wrote: > > Should the regex that finds these lines be fixed rather? It’s > > entirely valid to say ‘upstream status’ somewhere, it should be > > matching ‘Upstream-Status:’ at the start of the

Re: [OE-core] [PATCH] bonnie++: New recipe for version 2.0

2023-06-28 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 26/06/2023 14:00:32+0200, Jörg Sommer via lists.openembedded.org wrote: > Newer versions of bonnie get published on > . Unfortunately, the new version > doesn't compile with g++ 11 which requires *fix-csv2html-data.patch* and > configure fails d

Re: [OE-core] [PATCH V4] kbd: Add ptest support

2023-06-29 Thread Alexandre Belloni via lists.openembedded.org
Hello, While this patch was working fine, it is now broken on master because of the kbd upgrade to 2.6.0 from wangmy. https://autobuilder.yoctoproject.org/typhoon/#/builders/102/builds/4812/steps/13/logs/stdio ERROR: kbd-2.6.0-r0 do_compile_ptest_base: ExecutionError('/home/pokybuild/yocto-work

Re: [OE-core] [PATCH] tiff: upgrade 4.5.0 -> 4.5.1

2023-06-29 Thread Alexandre Belloni via lists.openembedded.org
Hello, Can you rebase on master as we have a few more CVE patch that need to be reviewed too? On 27/06/2023 15:17:28+0800, wangmy wrote: > From: Wang Mingyu > > CVE-2022-48281.patch > CVE-2023-2731.patch > removed since they're included in 4.5.1 > > Signed-off-by: Wang Mingyu > --- > .../lib

Re: [OE-core][PATCH] gcsections: apply section removal also in C++, not only in C

2023-06-29 Thread Alexandre Belloni via lists.openembedded.org
Hello Peter, I have collected it but this patch should have gone to the poky mailing list as this is for meta-yocto. On 29/06/2023 14:28:08+0200, Peter Marko via lists.openembedded.org wrote: > From: Peter Marko > > Currently only CFLAGS contains sections optimizations. > This is used during C

Re: [OE-core] [PATCH 2/3] libxcrypt: Limit to enabling strong hash algos only

2023-06-30 Thread Alexandre Belloni via lists.openembedded.org
Hello Khem, This causes python ptest failures: {'python3': ['test_crypt', 'test_methods', 'test_sha2_rounds']} We should probably disable those On 23/06/2023 22:32:21-0700, Khem Raj wrote: > This ensures that weak algorithms are not included, which should improve > the defauls to be more secure

<    1   2   3   4   5   6   7   8   >