[OE-core] [PATCH] rust: conditionally copy tools like rustfmt

2022-08-19 Thread Randy MacLeod
For qemuppc/mips, rustfmt isn't being built so check that it and related tools exist before copying them. qemuppc/mips are not well-supported in the Rust world but will work to get the build to fixed later. Signed-off-by: Randy MacLeod --- meta/recipes-devtools/rust/rust_1.63.0.bb | 12

[OE-core] [kirkstone][PATCH] u-boot: fix CVE-2022-33967

2022-08-19 Thread Sakib Sajal
Backport patch to fix CVE-2022-33967. Signed-off-by: Sakib Sajal --- ...s-squashfs-Use-kcalloc-when-relevant.patch | 64 +++ meta/recipes-bsp/u-boot/u-boot_2022.01.bb | 1 + 2 files changed, 65 insertions(+) create mode 100644

[OE-core] [kirkstone][PATCH] u-boot: fix CVE-2022-30552

2022-08-19 Thread Sakib Sajal
Backport patch to fix CVE-2022-30552. Signed-off-by: Sakib Sajal --- ...e-minimum-IP-fragmented-datagram-siz.patch | 207 ++ meta/recipes-bsp/u-boot/u-boot_2022.01.bb | 1 + 2 files changed, 208 insertions(+) create mode 100644

[OE-core] [kirkstone][PATCH] go: update v1.17.12 -> v1.17.13

2022-08-19 Thread Sakib Sajal
Update to latest v1.17.x release. Contains fix for CVE-2022-32189. go.git$ git log --oneline go1.17.12^..go1.17.13 15da892a49 (tag: go1.17.13, origin/release-branch.go1.17) [release-branch.go1.17] go1.17.13 703c8ab7e5 [release-branch.go1.17] math/big: check buffer lengths in GobDecode

[OE-core] [PATCH] binutils: Upgrade to latest on 2.39 release branch

2022-08-19 Thread Khem Raj
This brings in few bugfixes which we need e.g. fix elfutils ptests we need https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e8cf73215187b0c08679d726a5cc7c019fa3ea2e changsets in this update * 9e855cffa1f PR29466, APP/NO_APP with .linefile * e3b5d935247 PR29462, internal error in

[OE-core] [PATCH] rust: Fix build failure on riscv

2022-08-19 Thread Khem Raj
Latest rust has started using ENOTSUP define, which is not available in the older libc that current release of compiler is using therefore backport the needed patches. Eventually when vendored version of libc bumps to 1.33+ we should not need this patch. Signed-off-by: Khem Raj ---

Re: [OE-core][PATCH] rng-tools: Change "Requires" to "WantedBy" for dev-hwrng.device

2022-08-19 Thread Khem Raj
On Fri, Aug 19, 2022 at 8:22 AM Alexander Kanavin wrote: > > So which recent patch? Can you link to it please? > https://patchwork.yoctoproject.org/project/oe-core/patch/20220813170156.4040589-1-raj.k...@gmail.com/ but this needs to remove sysinit from target, I have meant to send a v2 but had

[OE-core] [pseudo][PATCH] pseudo_util: Silence symlink errors and fix resolution bug

2022-08-19 Thread Tomi Belan
readlink() failures are normal. pseudo should just set errno and let the program decide whether to report it. E.g. /proc/$pid/{cwd,exe,fd/*,root} are unreadable for other users' processes. The "pidof" program calls stat() on each /proc/$pid/exe, which causes pseudo to spam stderr. "pidof" is used

Re: [OE-core][PATCH] rng-tools: Change "Requires" to "WantedBy" for dev-hwrng.device

2022-08-19 Thread Alexander Kanavin
So which recent patch? Can you link to it please? Alex On Fri, 19 Aug 2022 at 17:13, Drew Moseley wrote: > > > On 8/19/22 11:07 AM, Dragos-Marian Panait wrote: > > > On 19.08.2022 17:34, Drew Moseley wrote: > > [Please note: This e-mail is from an EXTERNAL e-mail address] > > > On 8/19/22 8:50

[OE-core] [pseudo][PATCH] ports/linux: Remove build dependency on libattr

2022-08-19 Thread Tomi Belan
Apparently was only included in order to get ENOATTR. pseudo does not use any other functions or structs from it. More about ENOATTR: https://git.savannah.nongnu.org/cgit/attr.git/tree/include/attributes.h https://github.com/rust-lang/libc/issues/1356 https://github.com/golang/go/issues/753

Re: [OE-core][PATCH] rng-tools: Change "Requires" to "WantedBy" for dev-hwrng.device

2022-08-19 Thread Drew Moseley
On 8/19/22 11:07 AM, Dragos-Marian Panait wrote: On 19.08.2022 17:34, Drew Moseley wrote: **[Please note: This e-mail is from an EXTERNAL e-mail address] On 8/19/22 8:50 AM, Dragos-Marian Panait wrote: Hi Claudius, On 19.08.2022 12:36, Claudius Heine wrote: [Please note: This e-mail

Re: [OE-core][PATCH] rng-tools: Change "Requires" to "WantedBy" for dev-hwrng.device

2022-08-19 Thread Dragos-Marian Panait
On 19.08.2022 17:34, Drew Moseley wrote: **[Please note: This e-mail is from an EXTERNAL e-mail address] On 8/19/22 8:50 AM, Dragos-Marian Panait wrote: Hi Claudius, On 19.08.2022 12:36, Claudius Heine wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Hi Dew. On

Re: [OE-core] [PATCH] util-linux: Remove raw flags in EXTRA_OECONF

2022-08-19 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Mateusz Marciniec > Sent: den 19 augusti 2022 13:34 > To: openembedded-core@lists.openembedded.org > Cc: Mateusz Marciniec ; Tomasz Dziendzielski > > Subject: [OE-core] [PATCH]

Re: [OE-core][PATCH] rng-tools: Change "Requires" to "WantedBy" for dev-hwrng.device

2022-08-19 Thread Drew Moseley
On 8/19/22 8:50 AM, Dragos-Marian Panait wrote: Hi Claudius, On 19.08.2022 12:36, Claudius Heine wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Hi Dew. On 2022-08-15 20:25, drew.mose...@gmail.com wrote: From: Drew Moseley The previous change to remove the

Re: [OE-core] [PATCH 2/2] selftest: Add regression test for rpm filenames

2022-08-19 Thread Pavel Zhukov
Randy MacLeod writes: > Hi Pavel, > > On 2022-08-19 05:20, Pavel Zhukov wrote: >> Escaping globs and quoting in rpm spec files is tricky and requires a >> bit of dancing. In addition to that it changes from time to time. >> Adding (simple) regression test for different types of filename >>

[OE-core] [PATCH v2 2/2] selftest: Add regression test for rpm filesnames

2022-08-19 Thread Pavel Zhukov
Escaping globs and quoting in rpm spec files is tricky and requires a bit of dancing. In addition to that it changes from time to time. Adding (simple) regression test for different types of filename patterns. Cover brackets and parentheses in first iteration [Yocto #13746] Signed-off-by: Pavel

[OE-core] [PATCH v2 1/2] package_rpm: Do not replace square brackets in %files

2022-08-19 Thread Pavel Zhukov
This reverts commit f95adb749619e70920c6cc6cd01c6d02cd348fd8. At some point RPM stopped treating "[]?" characters in quoted text as a glob This causes rpmbuild error [1] in oe-core if package contains filenames with such characters [Yocto #13746]. Reverting commit which replaces "[]" with "?"

Re: [OE-core][PATCH] rng-tools: Change "Requires" to "WantedBy" for dev-hwrng.device

2022-08-19 Thread Dragos-Marian Panait
Hi Claudius, On 19.08.2022 12:36, Claudius Heine wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Hi Dew. On 2022-08-15 20:25, drew.mose...@gmail.com wrote: From: Drew Moseley The previous change to remove the dependency on systemd-udev-settle caused boot delays at

Re: [OE-core] [PATCH 2/2] selftest: Add regression test for rpm filenames

2022-08-19 Thread Randy MacLeod
Hi Pavel, On 2022-08-19 05:20, Pavel Zhukov wrote: Escaping globs and quoting in rpm spec files is tricky and requires a bit of dancing. In addition to that it changes from time to time. Adding (simple) regression test for different types of filename patterns. Cover bracket in first iteration

Re: [OE-core][PATCH 2/2] openssh: add support for config snippet includes to ssh and sshd

2022-08-19 Thread Jan Luebbe
On Fri, 2022-08-19 at 09:57 +, Peter Kjellerstedt wrote: > > > +Include /etc/ssh/ssh_config.d/*.conf > > > + > > Generally looks ok. > > I wonder if this increases security concerns with such blanket includes. > > If you have the permissions to add a file to /etc/ssh/ssh_config.d or >

[OE-core] [PATCH] util-linux: Remove raw flags in EXTRA_OECONF

2022-08-19 Thread Mateusz Marciniec
Having both enable and disable flags for raw is confusing. Raw should not be enabled so both flags can be removed. Signed-off-by: Mateusz Marciniec Signed-off-by: Tomasz Dziendzielski --- meta/recipes-core/util-linux/util-linux_2.38.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2

[OE-core] [kirkstone][PATCH] libtiff: CVE-2022-34526 A stack overflow was discovered

2022-08-19 Thread Hitendra Prajapati
Source: https://gitlab.com/libtiff/libtiff MR: 120544 Type: Security Fix Disposition: Backport from https://gitlab.com/libtiff/libtiff/-/commit/275735d0354e39c0ac1dc3c0db2120d6f31d1990 ChangeID: 2f9df449974f5436c1690f3ace5d74b1ab4670c9 Description: CVE-2022-34526 libtiff: A stack

Re: [OE-core] [kirkstone][master][PATCH V2] apt: fix do_package_qa failure

2022-08-19 Thread Changqing Li
ping On 8/1/22 11:34, Changqing Li wrote: From: Changqing Li bitbake nativesdk-apt failed with error: ERROR: nativesdk-apt-2.4.5-r0 do_package_qa: QA Issue: nativesdk-apt installs files in /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/volatile, but it is expected

Re: [OE-core][PATCH 2/2] openssh: add support for config snippet includes to ssh and sshd

2022-08-19 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org > On Behalf Of Khem Raj > Sent: den 18 augusti 2022 19:32 > To: Jan Luebbe > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core][PATCH 2/2] openssh: add support for config snippet > includes to ssh

[OE-core] [kirkstone][master][PATCH] parselogs.py: ignore systemd-logind warning message

2022-08-19 Thread Changqing Li
From: Changqing Li During upower.servie startup, it will send message "GetAll org.freedesktop.DBus.Properties" to systemd-logind.service. Property RebootToBootLoaderMenu and RebootToBootLoaderEntry will return warning message when env SYSTEMD_REBOOT_TO_BOOT_LOADER_MENU,

Re: [OE-core][PATCH] rng-tools: Change "Requires" to "WantedBy" for dev-hwrng.device

2022-08-19 Thread Claudius Heine
Hi Dew. On 2022-08-15 20:25, drew.mose...@gmail.com wrote: From: Drew Moseley The previous change to remove the dependency on systemd-udev-settle caused boot delays at least on qemu. It seems that change required a hwrng device but that's not necessarily available on all platforms. This

[OE-core] [PATCH 2/2] selftest: Add regression test for rpm filenames

2022-08-19 Thread Pavel Zhukov
Escaping globs and quoting in rpm spec files is tricky and requires a bit of dancing. In addition to that it changes from time to time. Adding (simple) regression test for different types of filename patterns. Cover bracket in first iteration [Yocto #13746] Signed-off-by: Pavel Zhukov ---

[OE-core] [PATCH 1/2] package_rpm: Do not replace square brackets in %files

2022-08-19 Thread Pavel Zhukov
This reverts commit f95adb749619e70920c6cc6cd01c6d02cd348fd8. At some point RPM stopped treating "[]?" characters in quoted text as a glob This causes rpmbuild error [1] in oe-core if package contains filenames with such characters [Yocto #13746]. Reverting commit which replaces "[]" with "?"

Re: [OE-core] [PATCH 28/42] python3-hypothesis: upgrade 6.54.1 -> 6.54.3

2022-08-19 Thread Alexander Kanavin
Hello Qi, no problem, this can be dropped. I'm working on a python 3.11 upgrade now: https://git.yoctoproject.org/poky-contrib/log/?h=akanavin/python-3.11 The only issue found by AB is a couple failing tests:

Re: [OE-core] [PATCH 28/42] python3-hypothesis: upgrade 6.54.1 -> 6.54.3

2022-08-19 Thread Chen Qi
Hi Alex, I sent a patch to revert this recipe's version to 6.46, because it was broken since it was upgraded to 6.48. In short, it's trying to use some python3.11 feature and falls back to a module which itself is a backport from python3.11. More details are in the commit message:

[OE-core] [PATCH 41/42] python3-setuptools: update 63.4.1 -> 65.0.2

2022-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../0001-conditionally-do-not-fetch-code-by-easy_install.patch | 2 +- ...ython3-setuptools_63.4.1.bb => python3-setuptools_65.0.2.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-setuptools_63.4.1.bb

[OE-core] [PATCH 42/42] devtool: do not leave behind source trees in workspace/sources

2022-08-19 Thread Alexander Kanavin
These are typically auto-extracted with modify/upgrade from recipes and can be easily recreated. On the rare occasions where they need to be reused, they are still available under workspace/attic (which is already used for old recipes and appends), so nothing gets lost. This avoids the annoyance

[OE-core] [PATCH 39/42] rust: update from 1.62.1 to 1.63.0

2022-08-19 Thread Alexander Kanavin
From: Randy MacLeod Release notes: https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.html This is a standard upgrade aside from the path for the stage2 tools binaries (clippy, et.al.) changing. Signed-off-by: Randy MacLeod Signed-off-by: Alexander Kanavin ---

[OE-core] [PATCH 40/42] python3-hatchling: update 1.6.0 -> 1.8.0

2022-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{python3-hatchling_1.6.0.bb => python3-hatchling_1.8.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hatchling_1.6.0.bb => python3-hatchling_1.8.0.bb} (85%) diff --git

[OE-core] [PATCH 38/42] wpebackend-fdo: upgrade 1.12.0 -> 1.12.1

2022-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{wpebackend-fdo_1.12.0.bb => wpebackend-fdo_1.12.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-sato/webkit/{wpebackend-fdo_1.12.0.bb => wpebackend-fdo_1.12.1.bb} (90%) diff --git

[OE-core] [PATCH 35/42] sysklogd: upgrade 2.4.2 -> 2.4.4

2022-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../sysklogd/{sysklogd_2.4.2.bb => sysklogd_2.4.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/sysklogd/{sysklogd_2.4.2.bb => sysklogd_2.4.4.bb} (97%) diff --git

[OE-core] [PATCH 37/42] wireless-regdb: upgrade 2022.06.06 -> 2022.08.12

2022-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ireless-regdb_2022.06.06.bb => wireless-regdb_2022.08.12.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-kernel/wireless-regdb/{wireless-regdb_2022.06.06.bb => wireless-regdb_2022.08.12.bb} (94%) diff --git

[OE-core] [PATCH 36/42] webkitgtk: upgrade 2.36.5 -> 2.36.6

2022-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../webkit/{webkitgtk_2.36.5.bb => webkitgtk_2.36.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-sato/webkit/{webkitgtk_2.36.5.bb => webkitgtk_2.36.6.bb} (98%) diff --git

[OE-core] [PATCH 34/42] strace: upgrade 5.18 -> 5.19

2022-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/strace/{strace_5.18.bb => strace_5.19.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/strace/{strace_5.18.bb => strace_5.19.bb} (96%) diff --git a/meta/recipes-devtools/strace/strace_5.18.bb

[OE-core] [PATCH 33/42] python3-pytz: upgrade 2022.1 -> 2022.2.1

2022-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../python/{python3-pytz_2022.1.bb => python3-pytz_2022.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pytz_2022.1.bb => python3-pytz_2022.2.1.bb} (89%) diff --git

[OE-core] [PATCH 32/42] python3-pyelftools: upgrade 0.28 -> 0.29

2022-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{python3-pyelftools_0.28.bb => python3-pyelftools_0.29.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pyelftools_0.28.bb => python3-pyelftools_0.29.bb} (82%) diff --git

[OE-core] [PATCH 31/42] python3-pbr: upgrade 5.9.0 -> 5.10.0

2022-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/python/python3-pbr_5.10.0.bb | 4 meta/recipes-devtools/python/python3-pbr_5.9.0.bb | 4 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 meta/recipes-devtools/python/python3-pbr_5.10.0.bb delete mode

[OE-core] [PATCH 30/42] python3-numpy: upgrade 1.23.1 -> 1.23.2

2022-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../python/{python3-numpy_1.23.1.bb => python3-numpy_1.23.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-numpy_1.23.1.bb => python3-numpy_1.23.2.bb} (96%) diff --git

[OE-core] [PATCH 27/42] python3-dtschema: upgrade 2022.8 -> 2022.8.1

2022-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...{python3-dtschema_2022.8.bb => python3-dtschema_2022.8.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-dtschema_2022.8.bb => python3-dtschema_2022.8.1.bb} (83%) diff --git

[OE-core] [PATCH 28/42] python3-hypothesis: upgrade 6.54.1 -> 6.54.3

2022-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ython3-hypothesis_6.54.1.bb => python3-hypothesis_6.54.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_6.54.1.bb => python3-hypothesis_6.54.3.bb} (91%) diff --git

[OE-core] [PATCH 29/42] python3-more-itertools: upgrade 8.13.0 -> 8.14.0

2022-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ore-itertools_8.13.0.bb => python3-more-itertools_8.14.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-more-itertools_8.13.0.bb => python3-more-itertools_8.14.0.bb} (86%) diff --git

[OE-core] [PATCH 26/42] pkgconf: upgrade 1.8.0 -> 1.9.2

2022-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../pkgconf/{pkgconf_1.8.0.bb => pkgconf_1.9.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/pkgconf/{pkgconf_1.8.0.bb => pkgconf_1.9.2.bb} (96%) diff --git

[OE-core] [PATCH 22/42] meson: upgrade 0.63.0 -> 0.63.1

2022-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../recipes-devtools/meson/{meson_0.63.0.bb => meson_0.63.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/meson/{meson_0.63.0.bb => meson_0.63.1.bb} (98%) diff --git a/meta/recipes-devtools/meson/meson_0.63.0.bb

[OE-core] [PATCH 25/42] piglit: upgrade to latest revision

2022-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/piglit/piglit_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index b1e948ea69..7c1bc89c22 100644 ---

[OE-core] [PATCH 24/42] pango: upgrade 1.50.8 -> 1.50.9

2022-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../recipes-graphics/pango/{pango_1.50.8.bb => pango_1.50.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/pango/{pango_1.50.8.bb => pango_1.50.9.bb} (94%) diff --git a/meta/recipes-graphics/pango/pango_1.50.8.bb

[OE-core] [PATCH 23/42] mpg123: upgrade 1.30.1 -> 1.30.2

2022-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../mpg123/{mpg123_1.30.1.bb => mpg123_1.30.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/mpg123/{mpg123_1.30.1.bb => mpg123_1.30.2.bb} (96%) diff --git

[OE-core] [PATCH 21/42] mesa: upgrade 22.1.5 -> 22.1.6

2022-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../mesa/{mesa-gl_22.1.5.bb => mesa-gl_22.1.6.bb} | 0 meta/recipes-graphics/mesa/mesa.inc | 2 +- meta/recipes-graphics/mesa/{mesa_22.1.5.bb => mesa_22.1.6.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-)

[OE-core] [PATCH 20/42] lighttpd: upgrade 1.4.65 -> 1.4.66

2022-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../lighttpd/{lighttpd_1.4.65.bb => lighttpd_1.4.66.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/lighttpd/{lighttpd_1.4.65.bb => lighttpd_1.4.66.bb} (97%) diff --git

[OE-core] [PATCH 19/42] libwebp: upgrade 1.2.3 -> 1.2.4

2022-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../webp/{libwebp_1.2.3.bb => libwebp_1.2.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/webp/{libwebp_1.2.3.bb => libwebp_1.2.4.bb} (95%) diff --git

[OE-core] [PATCH 17/42] gpgme: upgrade 1.17.1 -> 1.18.0

2022-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../gpgme/gpgme/0001-pkgconfig.patch | 18 -- .../gpgme/{gpgme_1.17.1.bb => gpgme_1.18.0.bb} | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) rename meta/recipes-support/gpgme/{gpgme_1.17.1.bb => gpgme_1.18.0.bb} (97%)

[OE-core] [PATCH 18/42] libjpeg-turbo: upgrade 2.1.3 -> 2.1.4

2022-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../jpeg/{libjpeg-turbo_2.1.3.bb => libjpeg-turbo_2.1.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/jpeg/{libjpeg-turbo_2.1.3.bb => libjpeg-turbo_2.1.4.bb} (97%) diff --git

[OE-core] [PATCH 16/42] gnu-efi: upgrade 3.0.14 -> 3.0.15

2022-08-19 Thread Alexander Kanavin
Drop lib-Makefile-fix-parallel-issue.patch as issue fixed upstream. Signed-off-by: Alexander Kanavin --- .../lib-Makefile-fix-parallel-issue.patch | 38 --- .../gnu-efi/parallel-make-archives.patch | 17 + .../{gnu-efi_3.0.14.bb => gnu-efi_3.0.15.bb} | 3 +- 3

[OE-core] [PATCH 15/42] glib-networking: upgrade 2.72.1 -> 2.72.2

2022-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{glib-networking_2.72.1.bb => glib-networking_2.72.2.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/glib-networking/{glib-networking_2.72.1.bb => glib-networking_2.72.2.bb} (93%) diff --git

[OE-core] [PATCH 13/42] epiphany: upgrade 42.3 -> 42.4

2022-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../epiphany/{epiphany_42.3.bb => epiphany_42.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/epiphany/{epiphany_42.3.bb => epiphany_42.4.bb} (94%) diff --git a/meta/recipes-gnome/epiphany/epiphany_42.3.bb

[OE-core] [PATCH 14/42] git: upgrade 2.37.1 -> 2.37.2

2022-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/git/{git_2.37.1.bb => git_2.37.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/git/{git_2.37.1.bb => git_2.37.2.bb} (98%) diff --git a/meta/recipes-devtools/git/git_2.37.1.bb

[OE-core] [PATCH 11/42] boost: update 1.79.0 -> 1.80.0

2022-08-19 Thread Alexander Kanavin
Drop boost-CVE-2012-2677.patch; fixed upstream after 10 years: https://github.com/boostorg/pool/pull/42 Signed-off-by: Alexander Kanavin --- .../{boost-1.79.0.inc => boost-1.80.0.inc}| 2 +- ...h-instruction-set-flags-we-do-that-o.patch | 19 ++- .../boost/boost/boost-CVE-2012-2677.patch

[OE-core] [PATCH 04/42] python3-setuptools-rust: update 1.4.1 -> 1.5.1

2022-08-19 Thread Alexander Kanavin
Drop upstreamed patch. Signed-off-by: Alexander Kanavin --- ...92f08b1248dc03862da86915c2745e0ff7ec.patch | 221 -- 1.bb => python3-setuptools-rust_1.5.1.bb} | 7 +- 2 files changed, 4 insertions(+), 224 deletions(-) delete mode 100644

[OE-core] [PATCH 12/42] vulkan-samples: update to latest revision

2022-08-19 Thread Alexander Kanavin
Drop upstreamed patch. Signed-off-by: Alexander Kanavin --- ...pp_vulkan_resource.h-add-header-incl.patch | 27 --- .../vulkan/vulkan-samples_git.bb | 3 +-- 2 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644

[OE-core] [PATCH 10/42] boost-build-native: update 4.4.1 -> 1.80.0

2022-08-19 Thread Alexander Kanavin
Due to the changed versioned scheme, we have missed a few versions, and latest boost finally detects that. Signed-off-by: Alexander Kanavin --- ...st-build-native_4.4.1.bb => boost-build-native_1.80.0.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename

[OE-core] [PATCH 09/42] xorgproto: update 2022.1 -> 2022.2

2022-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../xorg-proto/{xorgproto_2022.1.bb => xorgproto_2022.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-proto/{xorgproto_2022.1.bb => xorgproto_2022.2.bb} (84%) diff --git

[OE-core] [PATCH 08/42] gdk-pixbuf: update 2.42.8 -> 2.42.9

2022-08-19 Thread Alexander Kanavin
Disable manpages, as they require rst2man. Signed-off-by: Alexander Kanavin --- .../0001-Add-use_prebuilt_tools-option.patch | 18 + .../gdk-pixbuf/gdk-pixbuf/fatal-loader.patch | 20 +-- ...-pixbuf_2.42.8.bb => gdk-pixbuf_2.42.9.bb} | 12 +++ 3 files

[OE-core] [PATCH 06/42] slang: update 2.3.2 -> 2.3.3

2022-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../slang/slang/dont-link-to-host.patch | 23 --- .../slang/slang/terminfo_fixes.patch | 28 +++ .../slang/{slang_2.3.2.bb => slang_2.3.3.bb} | 3 +- 3 files changed, 43 insertions(+), 11 deletions(-) rename

[OE-core] [PATCH 07/42] xz: update 5.2.5 -> 5.2.6

2022-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../xz/xz/CVE-2022-1271.patch | 96 --- .../xz/{xz_5.2.5.bb => xz_5.2.6.bb} | 7 +- 2 files changed, 2 insertions(+), 101 deletions(-) delete mode 100644 meta/recipes-extended/xz/xz/CVE-2022-1271.patch rename

[OE-core] [PATCH 05/42] shadow: update 4.11.1 -> 4.12.1

2022-08-19 Thread Alexander Kanavin
Combine two username relaxing patches into one, rebase, and submit upstream. Signed-off-by: Alexander Kanavin --- ...> 0001-shadow-use-relaxed-usernames.patch} | 47 --- .../shadow-4.1.3-dots-in-usernames.patch | 27 --- meta/recipes-extended/shadow/shadow.inc

[OE-core] [PATCH 03/42] libcgroup: update 2.0.2 -> 3.0.0

2022-08-19 Thread Alexander Kanavin
License-Update: formatting Signed-off-by: Alexander Kanavin --- .../libcgroup/{libcgroup_2.0.2.bb => libcgroup_3.0.0.bb}| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-core/libcgroup/{libcgroup_2.0.2.bb => libcgroup_3.0.0.bb} (81%) diff --git

[OE-core] [PATCH 02/42] tzdata: upgrade 2022a -> 2022b

2022-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-extended/timezone/timezone.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/timezone/timezone.inc b/meta/recipes-extended/timezone/timezone.inc index cdd1a2ac3c..2b956cf7c0 100644 ---

[OE-core] [PATCH 01/42] nfs-utils: upgrade 2.6.1 -> 2.6.2

2022-08-19 Thread Alexander Kanavin
/usr/sbin/rpcctl is written in python, so add it as a separate package with python3 RDEPENDS. Signed-off-by: Alexander Kanavin --- .../nfs-utils/{nfs-utils_2.6.1.bb => nfs-utils_2.6.2.bb} | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) rename

[OE-core] [dunfell][PATCH] cryptodev-module: fix build with 5.11+ kernels

2022-08-19 Thread Anuj Mittal
Backport patch to fix: | cryptodev-module/1.10-r0/git/ioctl.c:875:4: error: implicit declaration of function 'ksys_close'; did you mean 'ksys_chown'? [-Werror=implicit-function-declaration] | 875 |ksys_close(fd); | |^~ | |ksys_chown | cc1: some warnings being