[oe] [meta-networking][dunfell][PATCH] dnsmasq: CVE-2022-0934 Heap use after free in dhcp6_no_relay

2022-09-22 Thread Hitendra Prajapati
Source: https://thekelleys.org.uk/gitweb/?p=dnsmasq.git MR: 121726 Type: Security Fix Disposition: Backport from https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commit;h=03345ecefeb0d82e3c3a4c28f27c3554f0611b39 ChangeID: be554ef6ebedd7148404ea3cc280f2e42e17dc8c Description: CVE-2022-093

[oe] [meta-oe][dunfell][PATCH] postgresql: CVE-2022-1552 Autovacuum, REINDEX, and others omit "security restricted operation" sandbox

2022-09-22 Thread Hitendra Prajapati
Source: https://git.postgresql.org/gitweb/?p=postgresql.git; MR: 121822 Type: Security Fix Disposition: Backport from https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=ab49ce7c3414ac19e4afb386d7843ce2d2fb8bda && https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=677a4947

[oe] [dunfell][PATCH] postgresql: CVE-2022-1552 Autovacuum, REINDEX, and others omit "security restricted operation" sandbox

2022-09-22 Thread Hitendra Prajapati
Source: https://git.postgresql.org/gitweb/?p=postgresql.git; MR: 121822 Type: Security Fix Disposition: Backport from https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=ab49ce7c3414ac19e4afb386d7843ce2d2fb8bda && https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=677a4947

Re: [oe] [meta-oe][kirkstone][PATCH] audit: Install audit.h from audit package.

2022-09-22 Thread Jeremy Puhlman
Yup. On 9/22/2022 8:25 PM, Khem Raj wrote: does this backport fix it for you https://patchwork.yoctoproject.org/project/oe/patch/20220921081916.17313-1-mikko.rap...@linaro.org/ On Thu, Sep 22, 2022 at 10:13 PM Jeremy Puhlman wrote: Source: MontaVista Software, LLC MR: 121884 Type: Defect Fix

Re: [oe] [meta-oe][kirkstone][PATCH] audit: Install audit.h from audit package.

2022-09-22 Thread Khem Raj
does this backport fix it for you https://patchwork.yoctoproject.org/project/oe/patch/20220921081916.17313-1-mikko.rap...@linaro.org/ On Thu, Sep 22, 2022 at 10:13 PM Jeremy Puhlman wrote: > > Source: MontaVista Software, LLC > MR: 121884 > Type: Defect Fix > Disposition: Submitted to meta-oe >

[oe] [meta-oe][kirkstone][PATCH] audit: Install audit.h from audit package.

2022-09-22 Thread Jeremy Puhlman
Source: MontaVista Software, LLC MR: 121884 Type: Defect Fix Disposition: Submitted to meta-oe ChangeID: 2708329947da5ec2f96a8478771f56cfce95f616 Description: The last upgrade to audit, changed libaudit.h to use "audit.h", which makes the build work for this package, but breaks any other package t

[oe] [meta-networking][PATCH] mdio-tools,mdio-netlink: Upgrade recipes to 1.2.0

2022-09-22 Thread Khem Raj
brings in Added mdio: A new addressing mode "mmd-c22": Used to access MMDs attached to MDIO controllers without Clause 45 support by using registers 13 and 14 in the device's Clause 22 register space mdio: Pretty print gigabit link capability information from a PHY's extended status register mdio

[oe] [meta-networking][PATCH] libcoap: Upgrade 4.3.0 -> 4.3.1

2022-09-22 Thread Alex Kiernan
Drop merged backport of 7e20aa9ef172 ("coap_session.c: Balance SESSIONS_ADD and SESSIONS_DELETE usage"). c694baead2f9 Update version to release 4.3.1 ab9488559f5e Doxygen: Fix missing links for later versions of asciidoc 144f9c4381c1 Manual pages: Update NAME section to contain all of the a

[oe] [meta-oe][hardknott][PATCH] minicoredumper: retry elf parsing as long as needed

2022-09-22 Thread Sakib Sajal
Maximum number of tries, in rare cases, is insufficient for elf parse. Backport patch that fixes the issue. Signed-off-by: Sakib Sajal Signed-off-by: Khem Raj (cherry picked from commit e231c86e282eefff0e8164551f75f8e01682abe6) Signed-off-by: Sakib Sajal --- ...-retry-elf-parsing-as-long-as-ne

[oe] [meta-oe][kirkstone][PATCH] minicoredumper: retry elf parsing as long as needed

2022-09-22 Thread Sakib Sajal
Maximum number of tries, in rare cases, is insufficient for elf parse. Backport patch that fixes the issue. Signed-off-by: Sakib Sajal Signed-off-by: Khem Raj (cherry picked from commit e231c86e282eefff0e8164551f75f8e01682abe6) Signed-off-by: Sakib Sajal --- ...-retry-elf-parsing-as-long-as-ne

[oe] [PATCH] rsyslog: update 8.2206->8.2208

2022-09-22 Thread Qiu, Zheng
Package changes mainly include performance improvements to template processing/json, imptcp, additional functions to openssl, bug fixes and additional/updated tests: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog ptest results for qemux86-64 with kvm and increasing filesystem space to 5

[oe] [meta-networking][PATCH] squid: upgrade 4.15 -> 5.7

2022-09-22 Thread Andrej Kozemcak
- drop included patches - refresh remaining patches - update to new ptest Licence change: update year Signed-off-by: Andrej Kozemcak --- ...0001-Fix-build-on-Fedora-Rawhide-772.patch | 82 --- ...y.cc-fix-bind-is-not-a-member-of-std.patch | 31 --- ...tools.cc-fixed-unused-r

[oe] [PATCH] squid: upgrade 4.15 -> 5.7

2022-09-22 Thread Andrej Kozemcak
- drop included patches - refresh remaining patches - update to new ptest Licence change: update year Signed-off-by: Andrej Kozemcak --- ...0001-Fix-build-on-Fedora-Rawhide-772.patch | 82 --- ...y.cc-fix-bind-is-not-a-member-of-std.patch | 31 --- ...tools.cc-fixed-unused-r

Re: [oe] [kirkstone][PATCH] postgresql: fix CVE-2022-2625

2022-09-22 Thread Armin Kuster
Changqing li, Thanks for the patch. I missed that master was updated to version 14.5 which includes this fix. I prefer to go with updates. BR, Armin On 9/21/22 21:35, Changqing Li wrote: From: Changqing Li Signed-off-by: Changqing Li --- .../postgresql/files/CVE-2022-2625-01.patch |

Re: [oe] [meta-oe][PATCH 1/2] mariadb: Use qemu to run cross-compiled binaries

2022-09-22 Thread Ross Burton
On 22 Sep 2022, at 08:47, Yu, Mingli via lists.openembedded.org wrote: > | Illegal instruction (core dumped) This is _exactly_ why using qemu-user in a build is a _terrible_ idea. Please, someone revert this patch from 2021. Yes, CMake is terrible and doesn’t support easily building native to

Re: [oe] [meta-oe][PATCH 1/2] mariadb: Use qemu to run cross-compiled binaries

2022-09-22 Thread Yu, Mingli
# bitbake -cdevshell mariadb # pwd /build/tmp-glibc/work/dbfp5-wrs-linux/mariadb/10.7.4-r0/mariadb-10.7.4 # cd /build/tmp-glibc/work/dbfp5-wrs-linux/mariadb/10.7.4-r0/build/scripts && /build/tmp-glibc/work/dbfp5-wrs-linux/mariadb/10.7.4-r0/qemuwrapper /build/tmp-glibc/work/dbfp5-wrs-linux/maria

[oe] [PATCH] emacs: Update to version 28.2

2022-09-22 Thread Alejandro Hernandez Samaniego
- Remove upstreamed patch emacs-glibc-2.34.patch - Rebase usemake-docfile-native.patch - Emacs isnt aware we are cross compiling, detects host arch, e.g. x86 and tries to build seccomp-filter using cross-compiler even though it wont work for the target arch, explicitly disable seccomp to avoid

[oe] [meta-oe] [kirkstone] [PATCH 1/1] lmdb: Don't inherit base

2022-09-22 Thread Ming Liu
From: Richard Purdie base is always inherited so remove this code which will soon cause an error. Signed-off-by: Richard Purdie Signed-off-by: Khem Raj (cherry picked from commit a755af4fb5ca2e158b00214bb18e27ba69c200fd) Signed-off-by: Ming Liu --- meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb | 2

[oe] [meta-oe] [kirkstone] [PATCH 0/1] lmdb break kirkstone build

2022-09-22 Thread Ming Liu
From: Ming Liu lmdb is currently breaking kirkstone build, cherry pick the fix from master. Richard Purdie (1): lmdb: Don't inherit base meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

Re: [oe] [meta-oe][PATCH 1/2] mariadb: Use qemu to run cross-compiled binaries

2022-09-22 Thread Yu, Mingli
Failed to build for amd64: | make[2]: Leaving directory '/build/tmp-glibc/work/dbfp5-wrs-linux/mariadb/10.7.4-r0/build' | qemu: uncaught target signal 4 (Illegal instruction) - core dumped | [ 4%] Built target tpool | [ 8%] Built target skip_all-t | [ 4%] Built target no_plan-t | [ 8%] Built