[oe] [OE-core][kirkstone][PATCH v2 4/4] libssh: upgrade 0.10.4 -> 0.10.5

2023-12-19 Thread Vijay Anusuri via lists.openembedded.org
From: Vijay Anusuri Changelog: https://git.libssh.org/projects/libssh.git/tag/?h=libssh-0.10.5 * Generate cases list dynamically in run-ptest. * Install missing file to fix ptest failure. Signed-off-by: Yi Zhao Ref: https://git.openembedded.org/meta-openembedded-contrib/commit/?h=stable/nanb

[oe] [OE-core][kirkstone][PATCH v2 3/4] libssh: Fix build with clang16

2023-12-19 Thread Vijay Anusuri via lists.openembedded.org
From: Vijay Anusuri Signed-off-by: Khem Raj Ref: https://git.openembedded.org/meta-openembedded-contrib/commit/?h=stable/nanbield-nut&id=9323b287ef588f41c13f3520de85eb198f6eaf83 Signed-off-by: Vijay Anusuri --- ...prototype-of-des3_encrypt-des3_decry.patch | 46 +++ .../reci

[oe] [OE-core][kirkstone][PATCH v2 2/4] libssh: add ptest

2023-12-19 Thread Vijay Anusuri via lists.openembedded.org
From: Vijay Anusuri Results: $ ptest-runner libssh START: ptest-runner 2023-03-16T02:56 BEGIN: /usr/lib/libssh/ptest PASS: torture_bind_config PASS: torture_buffer PASS: torture_bytearray PASS: torture_callbacks PASS: torture_channel PASS: torture_config PASS: torture_crypto PASS: torture_hashes

[oe] [OE-core][kirkstone][PATCH v2 1/4] libssh: upgrade 0.8.9 -> 0.10.4

2023-12-19 Thread Vijay Anusuri via lists.openembedded.org
From: Vijay Anusuri ChangeLog: https://git.libssh.org/projects/libssh.git/tree/CHANGELOG?h=libssh-0.10.4 Drop CVE-2020-16135.patch Ref: https://git.openembedded.org/meta-openembedded-contrib/commit/?h=stable/nanbield-nut&id=4b7e4341327e867208bfc3d8ba1954af66641e60 Signed-off-by: Vijay Anusuri

[oe] [meta-oe][PATCH] tk: Remove buildpath issue

2023-12-19 Thread Yu, Mingli
From: Mingli Yu Though the S defined as ${WORKDIR}/${BPN}${PV}/unix, but some source files come from such as ${WORKDIR}/${BPN}${PV}/unix/../generic, so add "-fdebug-prefix-map=${S}/../" to fix the below buildpath issue: WARNING: tk-8.6.10-r0 do_package_qa: QA Issue: File /usr/lib64/.debug/libt

[oe] [meta-oe][PATCH] qpdf: upgrade 11.6.3 -> 11.6.4

2023-12-19 Thread Alper Ak
Changelog: * When running ``cmake --install --component dev``, install cmake files, which were previously omitted from the ``dev`` component * Fix the Linux binary build to use older libraries so it continues to work in AWS Lambda and other older execution environments. Signed-off-by: alperak

[oe] [meta-oe][PATCH] wavpack: upgrade 5.1.0 -> 5.6.0

2023-12-19 Thread Alper Ak
License-Update: Copyright year changes Changelog: * added: AIFF file import/export support * added: WATCOM compiler and OS/2 support * added: cmake support for mingw, builds Cooledit + Winamp plugins * added: --force-even-byte-depth option for rounding up bit depths * fixed: detect and report PCM

Re: [oe] [meta-oe][PATCHv2] pkcs11-provider: Add recipe

2023-12-19 Thread Niko Mauno via lists.openembedded.org
On 19.12.2023 18.36, Khem Raj wrote: I think SRCPV is redundant here as we do not need it on master. Thanks, now submitted v3 which omits SRCPV from PV value. -Niko -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#107642): https://lists.openembed

[oe] [meta-oe][PATCHv3] pkcs11-provider: Add recipe

2023-12-19 Thread Niko Mauno via lists.openembedded.org
From: Niko Mauno Starting with version 3.0 the OpenSSL project introduced a new modular system to extend OpenSSL that replaces the deprecated Engine modules. Providers are loaded via configuration directives in the openssl configuration file (or directly loaded by applications). The pkcs11 prov

Re: [oe] [meta-oe][PATCH] pkcs11-provider: Add recipe

2023-12-19 Thread Niko Mauno via lists.openembedded.org
On 19.12.2023 18.05, Jose Quaresma via lists.openembedded.org wrote: Hi Niko, Can the gitpkgv be removed and used with a bbappend on a custom layer? This is not strictly necessary for the package and looks more aligned with the product. Jose Hi Jose, certainly, I have now submitted v2 whic

Re: [oe] [meta-oe][PATCHv2] pkcs11-provider: Add recipe

2023-12-19 Thread Khem Raj
On Tue, Dec 19, 2023 at 8:27 AM Niko Mauno via lists.openembedded.org wrote: > > From: Niko Mauno > > Starting with version 3.0 the OpenSSL project introduced a new modular > system to extend OpenSSL that replaces the deprecated Engine modules. > > Providers are loaded via configuration directive

[oe] [meta-oe][PATCHv2] pkcs11-provider: Add recipe

2023-12-19 Thread Niko Mauno via lists.openembedded.org
From: Niko Mauno Starting with version 3.0 the OpenSSL project introduced a new modular system to extend OpenSSL that replaces the deprecated Engine modules. Providers are loaded via configuration directives in the openssl configuration file (or directly loaded by applications). The pkcs11 prov

Re: [oe] [meta-oe][PATCH] pkcs11-provider: Add recipe

2023-12-19 Thread Jose Quaresma
Niko Mauno via lists.openembedded.org escreveu no dia terça, 19/12/2023 à(s) 15:51: > From: Niko Mauno > > Starting with version 3.0 the OpenSSL project introduced a new modular > system to extend OpenSSL that replaces the deprecated Engine modules. > > Providers are loaded via configuration dir

Re: [oe] python 3.12 - help needed in fixing meta-oe failures

2023-12-19 Thread Khem Raj
It would be good if you could send the patch this mailing list as well. On Tue, Dec 19, 2023 at 7:53 AM wrote: > > Hello, > > I send you a PR for this error: > /srv/work/alex/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner_0.1.10.bb:do_compile > Here : > https://github

Re: [oe] python 3.12 - help needed in fixing meta-oe failures

2023-12-19 Thread nyantra . ranaivoarison
[Edited Message Follows] Hello, I send you a PR for this error: /srv/work/alex/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner_0.1.10.bb:do_compile Here : https://github.com/kanavin/meta-openembedded/pull/1 These ones have not been maintained for years, maybe it's bes

Re: [oe] python 3.12 - help needed in fixing meta-oe failures

2023-12-19 Thread nyantra . ranaivoarison
Hello, I send you a PR for this error: /srv/work/alex/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner_0.1.10.bb:do_compile Here : https://github.com/kanavin/meta-openembedded/pull/1 These ones have not been maintained for years, maybe it's best to remove them: /srv/wor

[oe] [meta-oe][PATCH] pkcs11-provider: Add recipe

2023-12-19 Thread Niko Mauno via lists.openembedded.org
From: Niko Mauno Starting with version 3.0 the OpenSSL project introduced a new modular system to extend OpenSSL that replaces the deprecated Engine modules. Providers are loaded via configuration directives in the openssl configuration file (or directly loaded by applications). The pkcs11 prov

Re: [oe] Crash cross canadian?

2023-12-19 Thread Frederic Martinsons
Ah, great, I don't understand why I didn't see this reply, I'll pay more attention next time. Sorry for the noise. Le mar. 19 déc. 2023, 16:05, Martin Jansa a écrit : > Maybe you don't see them because they are already applied: > > https://git.openembedded.org/meta-openembedded/commit/?id=1f9

Re: [oe] Crash cross canadian?

2023-12-19 Thread Martin Jansa
Maybe you don't see them because they are already applied: https://git.openembedded.org/meta-openembedded/commit/?id=1f9ad22b28c24a289636b1eb049c491e4529337d and marked as such in patchwork, see: https://patchwork.yoctoproject.org/project/oe/list/?series=&submitter=&state=*&q=crash&archive=both&de

Re: [oe] Crash cross canadian?

2023-12-19 Thread Frederic Martinsons
Hello, I sent a series for adding cross canadian crash two days ago. But I didn't see these in patchwork: https://patchwork.yoctoproject.org/project/oe/list/ I thought that was automatic, did I miss something? Has someone in this list saw my patches or should I resent them ? On Wed, 6 Dec 2023

[oe] [meta-oe][PATCH] c-ares: Upgrade 1.22.1 -> 1.24.0

2023-12-19 Thread Alex Kiernan
Use PACKAGE_BEFORE_PN which is designed to introduce packages before the final greedy ${PN}. Changes 1.24.0: Brad House (28): Nameserver parsing: replace another hand-written parser (#643) clang-format SonarCloud: silence bogus reported error ares_init_options() with inval