[OE-core][kirkstone][PATCH] libpng: Add ptest for libpng

2023-07-05 Thread nikhil
libpng is a platform-independent library which supports all PNG features. This ptest executes the below binaries, parses the png image and prints the image features. 1. pngfix - provides information about PNG image copyrights details. 2. pngtest - tests, optimizes and optionally fixes the zlib

[OE-core][PATCH] qemu: fix typo

2023-07-05 Thread Etienne Cordonnier via lists.openembedded.org
From: Etienne Cordonnier Signed-off-by: Etienne Cordonnier --- meta/recipes-devtools/qemu/qemu.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 6acda61425..5b0b95c289 100644 ---

[OE-core] [PATCH] qemu: fix typo

2023-07-05 Thread Etienne Cordonnier via lists.openembedded.org
From: Etienne Cordonnier Signed-off-by: Etienne Cordonnier --- meta/recipes-devtools/qemu/qemu.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 6acda61425..5b0b95c289 100644 ---

[OE-core] [PATCH] qemu: fix typo

2023-07-05 Thread Etienne Cordonnier via lists.openembedded.org
From: Etienne Cordonnier Signed-off-by: Etienne Cordonnier --- meta/recipes-devtools/qemu/qemu.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 6acda61425..5b0b95c289 100644 ---

[OE-core][PATCH v2 2/2] openssl: fix the PERLEXTERNAL path

2023-07-05 Thread Jose Quaresma
The Text-Template was updated from 1.46 to 1.56 | ERROR: openssl-native-3.1.1-r0 do_configure: PERLEXTERNAL '/build/tmp/work/x86_64-linux/openssl-native/3.1.1-r0/openssl-3.1.1/external/perl/Text-Template-1.46/lib' not found! Signed-off-by: Jose Quaresma ---

[OE-core][PATCH v2 1/2] openssl: check the existence of the PERL5LIB path

2023-07-05 Thread Jose Quaresma
When upstream change is better to fail or removing the PERL5LIB if they are nott need anymore. Signed-off-by: Jose Quaresma --- meta/recipes-connectivity/openssl/openssl_3.1.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

Re: [OE-core] [mickledore][PATCH] systemd: fix a dead link under /var/log

2023-07-05 Thread Steve Sakoman
Sigh, I missed the RP's comment. Thanks for catching this! I'll revert this patch in mickledore prior to the release. Steve On Wed, Jul 5, 2023 at 8:32 AM Martin Jansa wrote: > > This was merged in mickledore recently, but isn't the same needed for master > branch where it was rejected with

Re: [OE-core] [mickledore][PATCH] systemd: fix a dead link under /var/log

2023-07-05 Thread Martin Jansa
This was merged in mickledore recently, but isn't the same needed for master branch where it was rejected with alternative fix proposed by RP? On Thu, Jun 29, 2023 at 11:12 AM Changqing Li < changqing...@eng.windriver.com> wrote: > From: Changqing Li > > Commit 6fe23ff31c0 changed README to a

Re: [OE-core][PATCH 1/2] openssl: check the existence of the PERL5LIB path

2023-07-05 Thread Jose Quaresma
Alexander Kanavin escreveu no dia quarta, 5/07/2023 à(s) 19:24: > There is no need to export the other two variables, they can stay as they > were. > I can add another one just to store the external path and do the check like PERLEXTERNAL and use it on PERL5LIB=$PERLEXTERNAL to be less

Re: [OE-core][PATCH 1/2] openssl: check the existence of the PERL5LIB path

2023-07-05 Thread Alexander Kanavin
There is no need to export the other two variables, they can stay as they were. Alex On Wed, 5 Jul 2023 at 20:04, Jose Quaresma wrote: > > When upstream change is better to fail or removing the PERL5LIB > if they are nott need anymore. > > Signed-off-by: Jose Quaresma > --- >

[OE-core][PATCH 2/2] openssl: fix the PERL5LIB path

2023-07-05 Thread Jose Quaresma
The Text-Template was updated from 1.46 to 1.56 | ERROR: openssl-native-3.1.1-r0 do_configure: PERL5LIB '/build/tmp/work/x86_64-linux/openssl-native/3.1.1-r0/openssl-3.1.1/external/perl/Text-Template-1.46/lib' not found! Signed-off-by: Jose Quaresma ---

[OE-core][PATCH 1/2] openssl: check the existence of the PERL5LIB path

2023-07-05 Thread Jose Quaresma
When upstream change is better to fail or removing the PERL5LIB if they are nott need anymore. Signed-off-by: Jose Quaresma --- meta/recipes-connectivity/openssl/openssl_3.1.1.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH] libjpeg-turbo: upgrade to 3.0.0

2023-07-05 Thread Ross Burton
On 5 Jul 2023, at 17:42, Khem Raj wrote: > Looks like you want to backport > https://gitlab.freedesktop.org/poppler/poppler/-/commit/2986f06c7cc9d64a506ebe861b8bf38f73386e86 > to poppler. > > Right that seems to be the fix. So should I be expecting a patch :) I suspect you’re actually also

Re: [OE-core] [PATCH] libjpeg-turbo: upgrade to 3.0.0

2023-07-05 Thread Khem Raj
On Wed, Jul 5, 2023 at 8:19 AM Ross Burton wrote: > On 5 Jul 2023, at 15:48, Khem Raj via lists.openembedded.org gmail@lists.openembedded.org> wrote: > > > > I wonder of this failure is related to this > > https://errors.yoctoproject.org/Errors/Details/711770/ > >

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

2023-07-05 Thread Alexandre Belloni via lists.openembedded.org
On 05/07/2023 11:08:32+, Ross Burton wrote: > On 30 Jun 2023, at 14:30, Alexandre Belloni via lists.openembedded.org > wrote: > > > > Hello Khem, > > > > This causes python ptest failures: > > > > {'python3': ['test_crypt', 'test_methods', 'test_sha2_rounds']} > > > > We should probably

Re: [OE-core] [PATCH 0/1] Add ptest for less

2023-07-05 Thread Ross Burton
Hi Julien, > On 5 Jul 2023, at 16:31, Julien Stephan via lists.openembedded.org > wrote: > So before test code gets bundled into the release tarballs, switch to > github URI. > Please split this into a separate commit, so we can review the change to git separately from the addition of ptest.

[OE-core] [PATCH] rootfs_rpm: don't depend on opkg-native for update-alternatives

2023-07-05 Thread Ross Burton
From: Ross Burton opkg-native hasn't provided update-alternatives since 2014[1] so this is the wrong dependency, and image.bbclass depends on the virtual provider virtual/update-alternatives-native already. [1] oe-core 1e2c38ce13f8e4b25d8656d237343380cbc970aa Signed-off-by: Ross Burton ---

[OE-core] [PATCH 0/1] Add ptest for less

2023-07-05 Thread Julien Stephan
Hi all, This series is adding ptest support for less. As of today, release tarball are fetched from http://www.greenwoodsoftware.com/ but the less test code is not bundled within these releases. A github issue has been opened asking for maintainer to add the test code into the release [1]. So

[OE-core] [PATCH 1/1] less: add ptest support

2023-07-05 Thread Julien Stephan
as of today, release tarball are fetched from http://www.greenwoodsoftware.com/ but the less test code is not bundled within these releases. A github issue has been opened asking for maintainer to add the test code into the release [1]. So before test code gets bundled into the release tarballs,

[OE-core] [PATCH v2] oeqa/selftest/devtool: add unit test for "devtool add -b"

2023-07-05 Thread Yoann Congal
Fix [Yocto #15085] Co-authored-by: Fawzi KHABER Signed-off-by: Yoann Congal --- meta/lib/oeqa/selftest/cases/devtool.py | 32 + 1 file changed, 32 insertions(+) diff --git a/meta/lib/oeqa/selftest/cases/devtool.py b/meta/lib/oeqa/selftest/cases/devtool.py index

[OE-core] [PATCH] cml1: add showconfig task to easily find the generated .config file

2023-07-05 Thread Ross Burton
From: Ross Burton It's not that unusual to want to manually review the generated .config file after do_configure has ran. Add a new 'showconfig' task that simply prints the full path to the .config file, so the user can open it in an editor. Signed-off-by: Ross Burton ---

Re: [OE-core] [PATCH] libjpeg-turbo: upgrade to 3.0.0

2023-07-05 Thread Ross Burton
On 5 Jul 2023, at 15:48, Khem Raj via lists.openembedded.org wrote: > > I wonder of this failure is related to this > https://errors.yoctoproject.org/Errors/Details/711770/

Re: [OE-core] [PATCH] libjpeg-turbo: upgrade to 3.0.0

2023-07-05 Thread Khem Raj
I wonder of this failure is related to this https://errors.yoctoproject.org/Errors/Details/711770/ On Tue, Jul 4, 2023 at 3:23 AM Ross Burton wrote: > > From: Ross Burton > > Remove 0001-libjpeg-turbo-fix-package_qa-error.patch, doesn't appear to > be needed anymore. > > Use the full upstream

[OE-core][kirkstone][PATCH] cups: fix CVE-2023-34241 use-after-free in cupsdAcceptClient() in scheduler/client.c

2023-07-05 Thread vkumbhar
Signed-off-by: Vivek Kumbhar --- meta/recipes-extended/cups/cups.inc | 1 + .../cups/cups/CVE-2023-34241.patch| 68 +++ 2 files changed, 69 insertions(+) create mode 100644 meta/recipes-extended/cups/cups/CVE-2023-34241.patch diff --git

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

2023-07-05 Thread Ross Burton
On 30 Jun 2023, at 14:30, Alexandre Belloni via lists.openembedded.org wrote: > > Hello Khem, > > This causes python ptest failures: > > {'python3': ['test_crypt', 'test_methods', 'test_sha2_rounds']} > > We should probably disable those Guessing this is also the cause of the perl failures:

[OE-core] [PATCH] oeqa/runtime/cases/rpm: fix wait_for_no_process_for_user failure case

2023-07-05 Thread Ross Burton
From: Ross Burton str.format() doesn't use % notation, update the formatting to work. assertTrue() is a member of self not a global, and assertTrue(True) will always pass. Change this to just self.fail() as this is the failure case. Signed-off-by: Ross Burton ---

Re: [OE-core] [PATCH] oeqa/runtime/cases/rpm: fix unqualified assertTrue() call

2023-07-05 Thread Ross Burton
Ignore this, more problems with the same code block. Ross > On 5 Jul 2023, at 11:50, Ross Burton via lists.openembedded.org > wrote: > > From: Ross Burton > > assertTrue() is a member of self, not a global. > > Signed-off-by: Ross Burton > --- > meta/lib/oeqa/runtime/cases/rpm.py | 2 +- >

[OE-core] [PATCH] oeqa/runtime/cases/rpm: fix unqualified assertTrue() call

2023-07-05 Thread Ross Burton
From: Ross Burton assertTrue() is a member of self, not a global. Signed-off-by: Ross Burton --- meta/lib/oeqa/runtime/cases/rpm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/runtime/cases/rpm.py b/meta/lib/oeqa/runtime/cases/rpm.py index

[OE-core] [PATCH] python3: fix missing comma in get_module_deps3.py

2023-07-05 Thread Ross Burton
From: Ross Burton Wes Tarro noticed a missing comma in a preplace() call, add it. That said, calling replace() with one argument results in a TypeError, so this is obviously dead code. Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python3/get_module_deps3.py | 2 +- 1 file

[OE-core] [PATCH 1/2] python3-jsonpointer: upgrade to 2.4

2023-07-05 Thread Ross Burton
From: Ross Burton Drop the merged patch. Signed-off-by: Ross Burton --- .../0001-Clean-up-test-runner.patch | 62 --- ...nter_2.3.bb => python3-jsonpointer_2.4.bb} | 4 +- 2 files changed, 1 insertion(+), 65 deletions(-) delete mode 100644

[OE-core] [PATCH 2/2] pkgconf: update SRC_URI

2023-07-05 Thread Ross Burton
From: Ross Burton dereferenced.org is now longer controlled by the pkgconf maintainers[1], so use the the new hosting location. [1] https://github.com/pkgconf/pkgconf/commit/437c2a3218bfcb1cae7fa38a4ccd0cb29575ff07 Signed-off-by: Ross Burton ---

Re: [OE-core] [PATCH] python3-pygments: upgrade to 2.15.1

2023-07-05 Thread Tim Orling
On Wed, Jul 5, 2023 at 11:45 AM Sudip Mukherjee wrote: > On Wed, 5 Jul 2023 at 10:23, Sudip Mukherjee via > lists.openembedded.org > wrote: > > > > On Wed, 5 Jul 2023 at 08:45, Tim Orling wrote: > > > > > > > > > > > > On Tue, Jul 4, 2023 at 10:09 PM Sudip Mukherjee < >

Re: [OE-core] [PATCH] python3-pygments: upgrade to 2.15.1

2023-07-05 Thread Sudip Mukherjee
On Wed, 5 Jul 2023 at 10:23, Sudip Mukherjee via lists.openembedded.org wrote: > > On Wed, 5 Jul 2023 at 08:45, Tim Orling wrote: > > > > > > > > On Tue, Jul 4, 2023 at 10:09 PM Sudip Mukherjee > > wrote: > >> > >> Upstream has removed setup.py and started using pyproject.toml > >> > >>

Re: [OE-core] [PATCH] python3-pygments: upgrade to 2.15.1

2023-07-05 Thread Sudip Mukherjee
On Wed, 5 Jul 2023 at 08:45, Tim Orling wrote: > > > > On Tue, Jul 4, 2023 at 10:09 PM Sudip Mukherjee > wrote: >> >> Upstream has removed setup.py and started using pyproject.toml >> >> Signed-off-by: Sudip Mukherjee >> --- >> ...ython3-pygments_2.14.0.bb => python3-pygments_2.15.1.bb} | 6

[OE-core] [PATCH] python3-pygments: upgrade 2.14.0 -> 2.15.1

2023-07-05 Thread Tim Orling
* Upstream has dropped setup.py * Inherit python_setuptools_build_meta instead of setuptools3 * Add self as maintainer, as this is a dependency for python3-sphinx Adds some new lexers, updates a few others. A handful of bug fixes. https://github.com/pygments/pygments/blob/2.15.1/CHANGES#L6

Re: [OE-core] [PATCH] python3-pygments: upgrade to 2.15.1

2023-07-05 Thread Tim Orling
On Tue, Jul 4, 2023 at 10:09 PM Sudip Mukherjee wrote: > Upstream has removed setup.py and started using pyproject.toml > > Signed-off-by: Sudip Mukherjee > --- > ...ython3-pygments_2.14.0.bb => python3-pygments_2.15.1.bb} | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > rename

[OE-core] [PATCH] systemd-systemctl: fix errors in instance name expansion

2023-07-05 Thread Yuta Hayama
If the instance name indicated by %i begins with a number, the meaning of the replacement string "\\1{}".format(instance) is ambiguous. To indicate group number 1 regardless of the instance name, use "\g<1>". Signed-off-by: Yuta Hayama --- meta/recipes-core/systemd/systemd-systemctl/systemctl