[oe] [meta-oe][PATCH] faad2: Upgrade 2.10.0 -> 2.10.1

2023-10-03 Thread Marek Vasut
Update faad2 to latest 2.10.1 release. Use SRCREV matching tag 2.10.1 . Signed-off-by: Marek Vasut Cc: Alex Kiernan Cc: Khem Raj --- .../faad2/{faad2_2.10.0.bb => faad2_2.10.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-multimedia/faad2/{f

Re: [oe] [meta-oe][PATCH] cukinia: fix license field

2023-10-03 Thread Khem Raj
Thanks for the patch, I have edited commit message for typo before staging it in master-next On Tue, Oct 3, 2023 at 8:57 AM Philip-Dylan Gleonec wrote: > > The recipe currently indicates that the cukinia package is licensed > under both GPLv3 AND Apache 2.0 licensesi, but the upstream specifies >

[oe] [meta-python][PATCH v2] python3-lz4: use python3-unittest-automake-output

2023-10-03 Thread Khem Raj
This is to support ptest format https://wiki.yoctoproject.org/wiki/Ptest Signed-off-by: Khem Raj --- v2: Use python3-unittest-automake-output meta-python/recipes-devtools/python/python3-lz4/run-ptest | 2 +- meta-python/recipes-devtools/python/python3-lz4_4.3.2.bb | 1 + 2 files changed, 2 ins

Re: [oe] dunfell merge request: Oct 3rd

2023-10-03 Thread Khem Raj
Merged thanks Armin On Tue, Oct 3, 2023 at 6:43 AM akuster808 wrote: > The following changes since commit > e42d1e758f9f08b98c0e8c6f0532316951bb276f: > >postgresql: refresh patches (2023-09-09 12:52:03 -0400) > > are available in the Git repository at: > >https://git.openembedded.org/met

[oe] [meta-oe][PATCH] cukinia: fix license field

2023-10-03 Thread Philip-Dylan Gleonec
The recipe currently indicates that the cukinia package is licensed under both GPLv3 AND Apache 2.0 licensesi, but the upstream specifies GPLv3 OR Apache 2.0 license, at the choice of the user. Signed-off-by: Philip-Dylan Gleonec --- meta-oe/recipes-test/cukinia/cukinia_0.6.2.bb | 2 +- 1 file c

[oe] dunfell merge request: Oct 3rd

2023-10-03 Thread Armin Kuster
The following changes since commit e42d1e758f9f08b98c0e8c6f0532316951bb276f:   postgresql: refresh patches (2023-09-09 12:52:03 -0400) are available in the Git repository at:   https://git.openembedded.org/meta-openembedded dunfell-next for you to fetch changes up to 0f10a0d394ddffeeb1db0ea940

Re: [oe] [meta-multimedia][PATCH] libcamera: Avoid build break in signature recalculation

2023-10-03 Thread Tom Hochstein
> -Original Message- > From: Kieran Bingham > Sent: Tuesday, October 3, 2023 4:29 AM > To: Tom Hochstein ; openembedded- > de...@lists.openembedded.org > Cc: Tom Hochstein > Subject: Re: [meta-multimedia][PATCH] libcamera: Avoid build break in > signature recalculation > > Quoting Tom

[oe] [meta-oe][PATCH] pugixml: Update 1.13 -> 1.14

2023-10-03 Thread Markus Volk
Improvements: xml_attribute::set_name and xml_node::set_name now have overloads that accept pointer to non-null-terminated string and size Implement parse_merge_pcdata parsing mode in which PCDATA contents is merged into a single node when original document had comments that were skipped during

Re: [oe] [meta-multimedia][PATCH] libcamera: Avoid build break in signature recalculation

2023-10-03 Thread Kieran Bingham
Quoting Tom Hochstein (2023-10-02 18:36:44) > The signature recalculation task can fail: > ``` > /.../build/tmp/work/armv8a-poky-linux/libcamera/1_0.0.4-r0/temp/run.do_recalculate_ipa_signatures_package.937421: > line 154: > /.../build/tmp/work/armv8a-poky-linux/libcamera/1_0.0.4-r0/git/src/ipa/i

[oe][meta-networking][kirkstone][PATCH 1/1] samba: fix CVE-2023-34968

2023-10-03 Thread Polampalli, Archana via lists.openembedded.org
A path disclosure vulnerability was found in Samba. As part of the Spotlight protocol, Samba discloses the server-side absolute path of shares, files, and directories in the results for search queries. This flaw allows a malicious client or an attacker with a targeted RPC request to view the inf

[oe] [meta-networking][PATCHv5] recipes-connectivity: Add tayga recipe

2023-10-03 Thread Pawel Langowski
Recipe for TAYGA - an out-of-kernel stateless NAT64 implementation for Linux Signed-off-by: Pawel Langowski --- .../tayga/files/0001-include-sys-uio.patch| 18 +++ .../tayga/files/tayga.conf| 103 ++ .../tayga/files/tayga.service | 12 ++