Re: [OE-core] [PATCH] musl: Update to latest on tip of trunk

2023-01-04 Thread Nicolas Dechesne
On Fri, Dec 30, 2022 at 10:14 PM Khem Raj wrote: > On Thu, Dec 29, 2022 at 3:10 PM Richard Purdie > wrote: > > > > On Wed, 2022-12-28 at 23:13 -0800, Khem Raj wrote: > > > Brings following changes > > > > > > * f47a8cdd ldso: fix invalid early references to extern-linkage > libc.page_size > > >

Re: [OE-core] [PATCH] gcr: add opengl to REQUIRED_DISTRO_FEATURES

2023-01-04 Thread Alexander Kanavin
But does this mean we now have to insert required distro features statement into everything that depends on gtk4? That doesn’t seem useful; it should be enough to say that only in the recipe where the requirement originates. Alex On Thu 5. Jan 2023 at 3.10, Yu, Mingli wrote: > Hi Alex, > >

[OE-core] [dunfell][PATCH] grub2: Fix CVE-2022-2601 & CVE-2022-3775

2023-01-04 Thread Hitendra Prajapati
Backport patch from upstream to solve CVE-2022-2601 CVE-2022-3775 dependency: font: Fix size overflow in grub_font_get_glyph_internal() Upstream-Status: Backport from https://git.savannah.gnu.org/cgit/grub.git/commit/?id=9c76ec09ae08155df27cd237eaea150b4f02f532 CVE-2022-2601: font: Fix several

Re: [OE-core] [PATCH 45/77] python3-setuptools: upgrade 65.5.1 -> 65.6.3

2023-01-04 Thread Khem Raj
This setuptools upgrade is regressing nftables build | make[2]: Entering directory '/mnt/b/yoe/master/build/tmp/work/cortexa72-cortexa53-crypto-yoe-linux/nftables/1.0.6-r0/build/py' | cd ../../nftables-1.0.6/py && \ |

Re: [OE-core] [PATCH] gcr: add opengl to REQUIRED_DISTRO_FEATURES

2023-01-04 Thread Yu, Mingli
Hi Alex, Yes, The setting REQUIRED_DISTRO_FEATURES = "opengl" is in gtk4 recipe. Apart from that, gtk4 depends on libepoxy which also needs opengl distro. Thanks, From: Alexander Kanavin Sent: Friday, December 23, 2022 17:43 To: Yu, Mingli Cc:

Re: [oe-core][PATCH] gcr3: update 3.40.0 -> 3.41.1

2023-01-04 Thread Alexandre Belloni via lists.openembedded.org
This failed on the AB: https://autobuilder.yoctoproject.org/typhoon/#/builders/108/builds/3976/steps/11/logs/stdio On 01/01/2023 15:24:14+0100, Markus Volk wrote: > - remove unneded backport patches > - partly import the patch to fix ssh_agent option from gcr4 recipe > > gcr 3.41.1: > -

[OE-core][PATCH v2 2/2] kernel-fitimage: Allow user to select dtb when multiple dtb exists

2023-01-04 Thread Sandeep Gundlupet Raju via lists.openembedded.org
Allow user to select the default DTB for FIT image when multiple dtb's exists. >From machine.conf or local.conf user can specify the default dtb for FIT image as shown below. FIT_CONF_DEFAULT_DTB = "board-default.dtb" Also fallback to avaialable dtb when FIT_CONF_DEFAULT_DTB doesn't exits or

[OE-core][PATCH v2 1/2] kernel-fitimage: Adjust order of dtb/dtbo files

2023-01-04 Thread Sandeep Gundlupet Raju via lists.openembedded.org
The dtb files must be before the dtbo files, otherwise the overlays may not be applied correctly. >From Bruce Ashfield: We can split between dtbs and dtbos, they just need to be sorted for reproducibility reasons. Of course, this was only working by luck previously (before the sort),

[OE-Core][langdale][PATCH v2 2/2] kernel-fitimage: Allow user to select dtb when multiple dtb exists

2023-01-04 Thread Sandeep Gundlupet Raju via lists.openembedded.org
Allow user to select the default DTB for FIT image when multiple dtb's exists. >From machine.conf or local.conf user can specify the default dtb for FIT image as shown below. FIT_CONF_DEFAULT_DTB = "board-default.dtb" Also fallback to avaialable dtb when FIT_CONF_DEFAULT_DTB doesn't exits or

[OE-Core][langdale][PATCH v2 1/2] kernel-fitimage: Adjust order of dtb/dtbo files

2023-01-04 Thread Sandeep Gundlupet Raju via lists.openembedded.org
The dtb files must be before the dtbo files, otherwise the overlays may not be applied correctly. >From Bruce Ashfield: We can split between dtbs and dtbos, they just need to be sorted for reproducibility reasons. Of course, this was only working by luck previously (before the sort),

Re: [OE-core] [PATCH 03/77] ethtool: upgrade 6.0 -> 6.1

2023-01-04 Thread Alexander Kanavin
On Wed, 4 Jan 2023 at 19:09, Khem Raj wrote: > > +diff --git a/marvell.c b/marvell.c > > +index d3d570e..86f1d46 100644 > > +--- a/marvell.c > > b/marvell.c > > +@@ -5,6 +5,8 @@ > > + * Stephen Hemminger > > + */ > > + > > ++#define _GNU_SOURCE > > It is probably better to replace

Re: [OE-Core][PATCH 1/2] kernel-fitimage: Adjust order of dtb/dtbo files

2023-01-04 Thread Sandeep Gundlupet Raju via lists.openembedded.org
Hi Quentin, Thanks for the review. On 1/4/2023 4:36 AM, Quentin Schulz wrote: Hi Sandeep, On 1/4/23 03:53, Sandeep Gundlupet Raju via lists.openembedded.org wrote: The dtb files must be before the dtbo files, otherwise the overlays may not be applied correctly. From Bruce Ashfield:

Re: [OE-core] [PATCH 2/2] curl: enable nghttp2 for support HTTP2

2023-01-04 Thread Khem Raj
nghttp2-native fails to build which is exposed by this change ERROR: nghttp2-native-1.50.0-r0 do_compile: ExecutionError('/mnt/b/yoe/master/build/tmp/work/x86_64-linux/nghttp2-native/1.50.0-r0/temp/run.do_compile.1646093', 1, None, None) ERROR: Logfile of failure stored in:

Re: [OE-core] [PATCH 03/77] ethtool: upgrade 6.0 -> 6.1

2023-01-04 Thread Khem Raj
On 1/4/23 3:04 AM, Alexander Kanavin wrote: Signed-off-by: Alexander Kanavin --- .../0001-marvell.c-define-_GNU_SOURCE.patch | 26 +++ .../ethtool/avoid_parallel_tests.patch| 6 ++--- .../{ethtool_6.0.bb => ethtool_6.1.bb}| 3 ++- 3 files changed, 31

Re: [OE-core] [PATCH 0/2] Load proper sound drivers for QEMU x86

2023-01-04 Thread Richard Purdie
On Wed, 2023-01-04 at 13:18 +0100, toer...@gmail.com wrote: > From: Mark Jonas > > The patch series fixes a regression where images built for QEMU x86 and > x86-64 did not contain sound drivers matching the QEMU device emulation > configuration. Additionally, the right drivers are now also

Re: [OE-core] [PATCH 2/2] cve-update-db-native: avoid partial updates

2023-01-04 Thread Jose Quaresma
Marta Rybczynska escreveu no dia quarta, 4/01/2023 à(s) 15:28: > Hi Jose, Thanks for looking into that. The function is not a total duplicate: the difference is that the it always removes the db_tmp_file, not only if the journal file exists (Python code

Re: [OE-core] [PATCH 01/10] package: Move fixup_perms function to bb function library

2023-01-04 Thread Richard Purdie
I'd guess people might be curious on the actual parsing/cache impacts of this series. To be honest I'm having trouble isolating a parsing time change for it, which is quite sad. Someone with a slower system or limiting it to a small set of cores might get some better results. I can see slight

Re: [OE-core] [PATCH 2/2] linux-yocto: Autoload sound driver on QEMU x86

2023-01-04 Thread Bruce Ashfield
On Wed, Jan 4, 2023 at 7:18 AM Mark Jonas wrote: > > From: Mark Jonas > > If DISTRO_FEATURES includes ALSA then automatically load the > snd-intel8x0 kernel module on qemux86 and qemux86-64. This matches the > machine configurations conf/machine/qemux86.conf and qemux86-64.conf. > >

[OE-core] [PATCH 05/10] package: Move package functions to function library

2023-01-04 Thread Richard Purdie
Move the bulk of the remaining package "processing" functions over to the package function library for parsing efficiency. Signed-off-by: Richard Purdie --- meta/classes-global/package.bbclass | 1407 +- meta/lib/oe/package.py | 1408

[OE-core] [PATCH 09/10] package: Drop support for PACKAGEBUILDPKGD function customisation

2023-01-04 Thread Richard Purdie
We don't really need the customisation capability of PACKAGEBUILDPKGD since we also have PACKAGE_PREPROCESS_FUNCS which is generally used by recipes. Drop PACKAGEBUILDPKGD to have some simpler/clearer code. This allows some function wrappers to be removed too. Signed-off-by: Richard Purdie ---

[OE-core] [PATCH 10/10] recipes/classes: Drop prepend/append usage with PACKAGESPLITFUNCS

2023-01-04 Thread Richard Purdie
As far as I can tell, none of these uses of PACKAGESPLITFUNCS need append/prepend operators, the standard += and =+ can work just fine. Since OE-Core is copied a lot, use the preferred syntax which is also simpler to parse and change. Signed-off-by: Richard Purdie ---

[OE-core] [PATCH 08/10] python3-cython: Use PACKAGE_PREPROCESS_FUNCS instead of PACKAGEBUILDPKGD

2023-01-04 Thread Richard Purdie
The recipe can use the more commonly used PACKAGE_PREPROCESS_FUNCS instead of PACKAGEBUILDPKGD which is likely to be removed soon, there should be no change in behaviour. Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-cython_0.29.32.bb | 2 +- 1 file changed, 1

[OE-core] [PATCH 07/10] package: Move mapping_rename_hook to packagedata function library

2023-01-04 Thread Richard Purdie
This function is used by the packaging tasks/classes and makes much more sense in the packagedata function library. Signed-off-by: Richard Purdie --- meta/classes-global/package.bbclass | 13 - meta/classes-global/package_deb.bbclass | 2 +-

[OE-core] [PATCH 04/10] package: Move emit_pkgdata to packagedata.py

2023-01-04 Thread Richard Purdie
Move one of the PACKAGEFUNCS from the package bbclass to packagedata library code for parsing efficiency. Signed-off-by: Richard Purdie --- meta/classes-global/package.bbclass | 179 +--- meta/conf/bitbake.conf | 1 + meta/lib/oe/packagedata.py |

[OE-core] [PATCH 03/10] package: Move pkgdata handling functions to oe.packagedata

2023-01-04 Thread Richard Purdie
To avoid reparsing the bbclass code all the time, move the functions to the packagedata python function library code which is more efficient. Signed-off-by: Richard Purdie --- meta/classes-global/package.bbclass | 61 +-- meta/classes-global/package_deb.bbclass |

[OE-core] [PATCH 06/10] package: Drop unused function and obsolete comment

2023-01-04 Thread Richard Purdie
The function appears unused and the comment obsolete, drop them. Signed-off-by: Richard Purdie --- meta/classes-global/package.bbclass | 12 1 file changed, 12 deletions(-) diff --git a/meta/classes-global/package.bbclass b/meta/classes-global/package.bbclass index

[OE-core] [PATCH 02/10] package: Move get_conffiles/files_from_filevars functions to lib

2023-01-04 Thread Richard Purdie
To avoid reparsing the bbclass code all the time, move the functions to the python function library code which is more efficient. Signed-off-by: Richard Purdie --- meta/classes-global/package.bbclass | 78 + meta/classes-global/package_deb.bbclass | 2 +-

[OE-core] [PATCH 01/10] package: Move fixup_perms function to bb function library

2023-01-04 Thread Richard Purdie
To avoid reparsing the bbclass code all the time, move the function to the python function library code which is more efficient. Signed-off-by: Richard Purdie --- meta/classes-global/package.bbclass | 238 +-- meta/lib/oe/package.py | 242

[OE-core] [PATCH][kirkstone] systemd: backport another change from v252 to fix build with CVE-2022-45873.patch

2023-01-04 Thread Martin Jansa
* CVE-2022-45873.patch was backported from systemd/main, but it doesn't build without another change from v252 when elfutils PACKAGECONFIG is enabled. * fixes: | ../git/src/shared/elf-util.c: In function 'parse_elf_object': | ../git/src/shared/elf-util.c:792:27: error: void value not

[OE-core] [PATCH] meta/classes-global: remove package_tar.bbclass

2023-01-04 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Remove package_tar.bbclass, which is no longer in use in oe-core and meta-oe, and which the document reports as broken and unsupported. Signed-off-by: Michael Opdenacker --- meta/classes-global/package_tar.bbclass | 77 - 1 file changed, 77

Re: [OE-core] [PATCH 2/2] cve-update-db-native: avoid partial updates

2023-01-04 Thread Marta Rybczynska
> > >>> >>> Hi Jose, >>> Thanks for looking into that. The function is not a total duplicate: the >>> difference is that >>> the it always removes the db_tmp_file, not only if the journal file >>> exists (Python code >>> formatting!). >>> >> >> Don't see on the first time that the db_tmp_file is

Re: [OE-core] [PATCH 1/2] cve-update-db-native: move download cleanup to a function

2023-01-04 Thread Marta Rybczynska
This patch is replaced by https://lists.openembedded.org/g/openembedded-core/message/175355 (with a minor patch title change) On Mon, Jan 2, 2023 at 8:03 AM Marta Rybczynska wrote: > Move cleanup of the database after a failed download to a separate > function. This will be useful when we have

[OE-core][kirkstone][PATCH 1/1] ffmpeg: fix for CVE-2022-3109

2023-01-04 Thread Narpat Mali
An issue was discovered in the FFmpeg package, where vp3_decode_frame in libavcodec/vp3.c lacks check of the return value of av_malloc() and will cause a null pointer dereference, impacting availability. CVE: CVE-2022-3109 Upstream-Status: Backport

Re: [OE-core][kirkstone 00/29] Pull request (cover letter only)

2023-01-04 Thread Steve Sakoman
On Wed, Jan 4, 2023 at 4:55 AM Martin Jansa wrote: > > On Wed, Jan 4, 2023 at 3:36 PM Steve Sakoman wrote: >> >> The following changes since commit ada5e64a97d5f269886772540e0bb0c324088b21: >> >> efibootmgr: update compilation with musl (2022-12-17 04:10:41 -1000) >> >> are available in the

Re: [OE-core][kirkstone 00/29] Pull request (cover letter only)

2023-01-04 Thread Martin Jansa
On Wed, Jan 4, 2023 at 3:36 PM Steve Sakoman wrote: > The following changes since commit > ada5e64a97d5f269886772540e0bb0c324088b21: > > efibootmgr: update compilation with musl (2022-12-17 04:10:41 -1000) > > are available in the Git repository at: > >

[OE-core][langdale 00/22] Pull request (cover letter only)

2023-01-04 Thread Steve Sakoman
The following changes since commit 4efc5ec83bc97e5731284ef3879f89fda4b8ef0b: yocto-check-layer: Allow OE-Core to be tested (2022-12-23 23:04:58 +) are available in the Git repository at: https://git.openembedded.org/openembedded-core-contrib stable/langdale-next

[OE-core][kirkstone 00/29] Pull request (cover letter only)

2023-01-04 Thread Steve Sakoman
The following changes since commit ada5e64a97d5f269886772540e0bb0c324088b21: efibootmgr: update compilation with musl (2022-12-17 04:10:41 -1000) are available in the Git repository at: https://git.openembedded.org/openembedded-core-contrib stable/kirkstone-next

[OE-core][dunfell 00/18] Pull request (cover letter only)

2023-01-04 Thread Steve Sakoman
The following changes since commit cc8ec63310f9a936371ea1070cb257c926808755: oeqa/selftest/tinfoil: Add test for separate config_data with recipe_parse_file() (2022-12-14 16:34:29 -1000) are available in the Git repository at: https://git.openembedded.org/openembedded-core-contrib

[OE-Core][PATCH] rust: Merge all rustc-source patches into rust-source.inc

2023-01-04 Thread Alex Kiernan
With the dim-sum approach to patching we had the same patch applied in many places, but not all, so that there were no guarantees that we were actually building agaginst the same thing in all recipes. Signed-off-by: Alex Kiernan --- I've no actual evidence, but I wonder if this might help with

[OE-core] [PATCH] toolchain-scripts: compatibility with unbound variable protection

2023-01-04 Thread Jan Kircher via lists.openembedded.org
Fixed an error when Bash's unbound variable protection is enabled (set -u) and variable LD_LIBRARY_PATH does not exist. Signed-off-by: Jan Kircher --- meta/classes-recipe/toolchain-scripts.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [meta-oe][PATCHv2] gcr3: update 3.40.0 -> 3.41.1

2023-01-04 Thread Markus Volk
- remove unneded backport patches - partly import the patch to fix ssh_agent option from gcr4 recipe - convert from gtk-doc to gi-docgen gcr 3.41.1: - meson: Fix unknown kw argument in gnome.generate_gir [GNOME/gcr!68] - gcr: Add G_SPAWN_CLOEXEC_PIPES flag to all the g_spawn commands - docs:

Re: [OE-core][PATCH 1/2] gobject-introspection: check for GI_DATA_ENABLED

2023-01-04 Thread Alexander Kanavin
On Wed, 4 Jan 2023 at 13:24, Petr Kubizňák wrote: > Yes, that's exactly the reason. I'm particularly concerned about dependency > on glib, but other dependencies are unnecessary, too. > > > This change was sufficient to remove the dependency from the target. I am not > aware of potential

Re: [OE-core] [PATCH] toolchain-scripts: compatibility with unbound variable protection

2023-01-04 Thread Jan Kircher via lists.openembedded.org
This also applies to langdale and kirkstone. Kirkstone has this recipe in meta/classes/toolchain-scripts.bbclass. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#175474): https://lists.openembedded.org/g/openembedded-core/message/175474 Mute This

[OE-core] [PATCH] toolchain-scripts: compatibility with unbound variable protection

2023-01-04 Thread Jan Kircher via lists.openembedded.org
Fixed an error when Bash's unbound variable protection is enabled (set -u) and variable LD_LIBRARY_PATH does not exist. Signed-off-by: Jan Kircher --- meta/classes-recipe/toolchain-scripts.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core][PATCH 1/2] gobject-introspection: check for GI_DATA_ENABLED

2023-01-04 Thread Petr Kubizňák
Hi Alex, Yes, that's exactly the reason. I'm particularly concerned about dependency on glib, but other dependencies are unnecessary, too. This change was sufficient to remove the dependency from the target. I am not aware of potential consequences of removing the -native dependencies, but

[OE-core] [PATCH 2/2] linux-yocto: Autoload sound driver on QEMU x86

2023-01-04 Thread Mark Jonas
From: Mark Jonas If DISTRO_FEATURES includes ALSA then automatically load the snd-intel8x0 kernel module on qemux86 and qemux86-64. This matches the machine configurations conf/machine/qemux86.conf and qemux86-64.conf. Signed-off-by: Mark Jonas --- meta/recipes-kernel/linux/linux-yocto.inc |

[OE-core] [PATCH 1/2] conf/machine: Match QEMU x86 sound kernel module

2023-01-04 Thread Mark Jonas
From: Mark Jonas In "conf/machine: fix QEMU x86 sound options" b802a5dd the sound devices emulated by QEMU were changed from AC97 (intel8x0) and ES1370 (Soundblaster) to just AC97. Yet, the sound kernel modules added to the file system still matched ES1370. This patch adds the matching

[OE-core] [PATCH 0/2] Load proper sound drivers for QEMU x86

2023-01-04 Thread Mark Jonas
From: Mark Jonas The patch series fixes a regression where images built for QEMU x86 and x86-64 did not contain sound drivers matching the QEMU device emulation configuration. Additionally, the right drivers are now also auto-loaded when starting the image. root@qemux86:~# uname -a Linux

Re: [OE-core][PATCH 1/2] gobject-introspection: check for GI_DATA_ENABLED

2023-01-04 Thread Alexander Kanavin
I mean, if you want to do this to reduce dependency chains, then depending on qemu-native and g-i-native isn't necessary either. But the patch as it is seems like going halfway. Alex On Wed, 4 Jan 2023 at 12:54, Alexander Kanavin via lists.openembedded.org wrote: > > On Wed, 4 Jan 2023 at

Re: [OE-core][PATCH 1/2] gobject-introspection: check for GI_DATA_ENABLED

2023-01-04 Thread Alexander Kanavin
On Wed, 4 Jan 2023 at 12:46, Petr Kubizňák wrote: > When GI_DATA_ENABLED is 'False' (e.g. because > 'gobject-introspection-data' is not in DISTRO_FEATURES), > gobject-introspection should not be added to DEPENDS. Why? Alex -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this

[OE-core][PATCH 2/2] harfbuzz: remove bindir only if it exists

2023-01-04 Thread Petr Kubizňák
In some scenarios (e.g. when "glib" removed from PACKAGECONFIG), "${D}${bindir}" might not exist which caused `rmdir` to fail. Signed-off-by: Petr Kubizňák --- meta/recipes-graphics/harfbuzz/harfbuzz_5.3.1.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[OE-core][PATCH 1/2] gobject-introspection: check for GI_DATA_ENABLED

2023-01-04 Thread Petr Kubizňák
From: Petr Kubizňák - 2N When GI_DATA_ENABLED is 'False' (e.g. because 'gobject-introspection-data' is not in DISTRO_FEATURES), gobject-introspection should not be added to DEPENDS. Signed-off-by: Petr Kubizňák --- meta/classes-recipe/gobject-introspection.bbclass | 13 - 1 file

Re: [OE-Core][PATCH 2/2] kernel-fitimage: Allow user to select dtb when multiple dtb exists

2023-01-04 Thread Quentin Schulz via lists.openembedded.org
On 1/4/23 03:53, Sandeep Gundlupet Raju via lists.openembedded.org wrote: Allow user to select the default DTB for FIT image when multiple dtb's exists. From machine.conf or local.conf user can specify the default dtb for FIT image as shown below. FIT_CONF_DEFAULT_DTB = "board-default.dtb"

Re: [OE-Core][PATCH 1/2] kernel-fitimage: Adjust order of dtb/dtbo files

2023-01-04 Thread Quentin Schulz via lists.openembedded.org
Hi Sandeep, On 1/4/23 03:53, Sandeep Gundlupet Raju via lists.openembedded.org wrote: The dtb files must be before the dtbo files, otherwise the overlays may not be applied correctly. From Bruce Ashfield: We can split between dtbs and dtbos, they just need to be sorted for

[OE-core] [PATCH 77/77] ncruses: restore version check as it's now again working due to release of 6.4

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-core/ncurses/ncurses_6.3+20220423.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/ncurses/ncurses_6.3+20220423.bb b/meta/recipes-core/ncurses/ncurses_6.3+20220423.bb index ca5fa32572..fb8c11582b 100644 ---

[OE-core] [PATCH 75/77] elfutils: do not error out on deprecated declarations

2023-01-04 Thread Alexander Kanavin
This addresses new curl's deprecation warnings treated as failures. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/elfutils/elfutils_0.188.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/elfutils/elfutils_0.188.bb

[OE-core] [PATCH 76/77] gcr3: limit version check to 3.x versions without odd-even rule

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/gcr/gcr3_3.40.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gcr/gcr3_3.40.0.bb b/meta/recipes-gnome/gcr/gcr3_3.40.0.bb index 5318768db6..8d0f1e972a 100644 ---

[OE-core] [PATCH 70/77] libsndfile1: upgrade 1.1.0 -> 1.2.0

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libsndfile/{libsndfile1_1.1.0.bb => libsndfile1_1.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/libsndfile/{libsndfile1_1.1.0.bb => libsndfile1_1.2.0.bb} (92%) diff --git

[OE-core] [PATCH 71/77] repo: upgrade 2.29.9 -> 2.31

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/repo/{repo_2.29.9.bb => repo_2.31.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/repo/{repo_2.29.9.bb => repo_2.31.bb} (95%) diff --git a/meta/recipes-devtools/repo/repo_2.29.9.bb

[OE-core] [PATCH 72/77] libpcap: upgrade 1.10.1 -> 1.10.2

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libpcap/{libpcap_1.10.1.bb => libpcap_1.10.2.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/libpcap/{libpcap_1.10.1.bb => libpcap_1.10.2.bb} (95%) diff --git

[OE-core] [PATCH 73/77] python3-jsonschema: depend on rfc3339-validator in all cases

2023-01-04 Thread Alexander Kanavin
This has been the case since https://github.com/python-jsonschema/jsonschema/commit/622c7b276e01d24b5569ab27cfefb692ae91012e Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 74/77] python3-strict-rfc3339: remove the recipe

2023-01-04 Thread Alexander Kanavin
It is both unmaintained and not needed by anything in core or meta-oe. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc | 1 - ...001-setup.py-use-vendored-_distutils.patch | 27 --- .../python/python3-strict-rfc3339_0.7.bb | 11

[OE-core] [PATCH 65/77] python3-pycairo: upgrade 1.21.0 -> 1.23.0

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{python3-pycairo_1.21.0.bb => python3-pycairo_1.23.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pycairo_1.21.0.bb => python3-pycairo_1.23.0.bb} (90%) diff --git

[OE-core] [PATCH 66/77] nghttp2: upgrade 1.50.0 -> 1.51.0

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../nghttp2/{nghttp2_1.50.0.bb => nghttp2_1.51.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/nghttp2/{nghttp2_1.50.0.bb => nghttp2_1.51.0.bb} (92%) diff --git

[OE-core] [PATCH 68/77] btrfs-tools: upgrade 6.0.2 -> 6.1

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../btrfs-tools/{btrfs-tools_6.0.2.bb => btrfs-tools_6.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_6.0.2.bb => btrfs-tools_6.1.bb} (98%) diff --git

[OE-core] [PATCH 67/77] python3-certifi: upgrade 2022.9.24 -> 2022.12.7

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ython3-certifi_2022.9.24.bb => python3-certifi_2022.12.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-certifi_2022.9.24.bb => python3-certifi_2022.12.7.bb} (86%) diff --git

[OE-core] [PATCH 69/77] python3-hypothesis: upgrade 6.57.1 -> 6.61.0

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ython3-hypothesis_6.57.1.bb => python3-hypothesis_6.61.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_6.57.1.bb => python3-hypothesis_6.61.0.bb} (91%) diff --git

[OE-core] [PATCH 59/77] python3-hatch-vcs: upgrade 0.2.0 -> 0.3.0

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{python3-hatch-vcs_0.2.0.bb => python3-hatch-vcs_0.3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hatch-vcs_0.2.0.bb => python3-hatch-vcs_0.3.0.bb} (80%) diff --git

[OE-core] [PATCH 60/77] gobject-introspection: upgrade 1.72.0 -> 1.74.0

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...-Relocate-the-repository-directory-for-native-builds.patch | 4 ++-- ...ntrospection_1.72.0.bb => gobject-introspection_1.74.0.bb} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename

[OE-core] [PATCH 62/77] bash: upgrade 5.2.9 -> 5.2.15

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-extended/bash/{bash_5.2.9.bb => bash_5.2.15.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/bash/{bash_5.2.9.bb => bash_5.2.15.bb} (89%) diff --git a/meta/recipes-extended/bash/bash_5.2.9.bb

[OE-core] [PATCH 61/77] python3-dtschema: upgrade 2022.11 -> 2022.12

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...{python3-dtschema_2022.11.bb => python3-dtschema_2022.12.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-dtschema_2022.11.bb => python3-dtschema_2022.12.bb} (83%) diff --git

[OE-core] [PATCH 64/77] python3-jsonschema: upgrade 4.17.0 -> 4.17.3

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ython3-jsonschema_4.17.0.bb => python3-jsonschema_4.17.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-jsonschema_4.17.0.bb => python3-jsonschema_4.17.3.bb} (93%) diff --git

[OE-core] [PATCH 48/77] diffoscope: upgrade 224 -> 230

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../diffoscope/{diffoscope_224.bb => diffoscope_230.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/diffoscope/{diffoscope_224.bb => diffoscope_230.bb} (92%) diff --git

[OE-core] [PATCH 63/77] kexec-tools: upgrade 2.0.25 -> 2.0.26

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../kexec/{kexec-tools_2.0.25.bb => kexec-tools_2.0.26.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-kernel/kexec/{kexec-tools_2.0.25.bb => kexec-tools_2.0.26.bb} (97%) diff --git

[OE-core] [PATCH 53/77] librepo: upgrade 1.14.5 -> 1.15.1

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../librepo/{librepo_1.14.5.bb => librepo_1.15.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/librepo/{librepo_1.14.5.bb => librepo_1.15.1.bb} (94%) diff --git

[OE-core] [PATCH 55/77] python3-lxml: upgrade 4.9.1 -> 4.9.2

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../python/{python3-lxml_4.9.1.bb => python3-lxml_4.9.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-lxml_4.9.1.bb => python3-lxml_4.9.2.bb} (95%) diff --git

[OE-core] [PATCH 54/77] ruby: upgrade 3.1.3 -> 3.2.0

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...2-Obey-LDFLAGS-for-the-link-of-libruby.patch | 8 .../ruby/0006-Make-gemspecs-reproducible.patch | 17 +++-- .../ruby/{ruby_3.1.3.bb => ruby_3.2.0.bb} | 2 +- 3 files changed, 12 insertions(+), 15 deletions(-) rename

[OE-core] [PATCH 56/77] python3-git: upgrade 3.1.29 -> 3.1.30

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../python/{python3-git_3.1.29.bb => python3-git_3.1.30.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-git_3.1.29.bb => python3-git_3.1.30.bb} (92%) diff --git

[OE-core] [PATCH 58/77] kmscube: upgrade to latest revision

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/kmscube/kmscube_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb b/meta/recipes-graphics/kmscube/kmscube_git.bb index 6ed97dfafe..b2c10e09fb 100644 ---

[OE-core] [PATCH 57/77] curl: upgrade 7.86.0 -> 7.87.0

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-support/curl/{curl_7.86.0.bb => curl_7.87.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/curl/{curl_7.86.0.bb => curl_7.87.0.bb} (98%) diff --git a/meta/recipes-support/curl/curl_7.86.0.bb

[OE-core] [PATCH 50/77] python3-sphinx: upgrade 5.3.0 -> 6.0.0

2023-01-04 Thread Alexander Kanavin
License-Update: jquery/underscore are no longer bundled Signed-off-by: Alexander Kanavin --- .../{python3-sphinx_5.3.0.bb => python3-sphinx_6.0.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-sphinx_5.3.0.bb =>

[OE-core] [PATCH 49/77] python3-mako: upgrade 1.2.3 -> 1.2.4

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../python/{python3-mako_1.2.3.bb => python3-mako_1.2.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-mako_1.2.3.bb => python3-mako_1.2.4.bb} (85%) diff --git

[OE-core] [PATCH 51/77] libsolv: upgrade 0.7.22 -> 0.7.23

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libsolv/{libsolv_0.7.22.bb => libsolv_0.7.23.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/libsolv/{libsolv_0.7.22.bb => libsolv_0.7.23.bb} (95%) diff --git

[OE-core] [PATCH 52/77] gtk4: upgrade 4.8.2 -> 4.8.3

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/gtk+/{gtk4_4.8.2.bb => gtk4_4.8.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/gtk+/{gtk4_4.8.2.bb => gtk4_4.8.3.bb} (98%) diff --git a/meta/recipes-gnome/gtk+/gtk4_4.8.2.bb

[OE-core] [PATCH 38/77] vte: upgrade 0.70.1 -> 0.70.2

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-support/vte/{vte_0.70.1.bb => vte_0.70.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/vte/{vte_0.70.1.bb => vte_0.70.2.bb} (94%) diff --git a/meta/recipes-support/vte/vte_0.70.1.bb

[OE-core] [PATCH 46/77] libsdl2: upgrade 2.26.0 -> 2.26.1

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libsdl2/{libsdl2_2.26.0.bb => libsdl2_2.26.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/libsdl2/{libsdl2_2.26.0.bb => libsdl2_2.26.1.bb} (97%) diff --git

[OE-core] [PATCH 45/77] python3-setuptools: upgrade 65.5.1 -> 65.6.3

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../0001-conditionally-do-not-fetch-code-by-easy_install.patch | 2 +- ...ython3-setuptools_65.5.1.bb => python3-setuptools_65.6.3.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-setuptools_65.5.1.bb

[OE-core] [PATCH 47/77] python3-gitdb: upgrade 4.0.9 -> 4.0.10

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/python/python-gitdb.inc | 2 +- .../python/{python3-gitdb_4.0.9.bb => python3-gitdb_4.0.10.bb} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-gitdb_4.0.9.bb =>

[OE-core] [PATCH 42/77] lsof: upgrade 4.96.4 -> 4.96.5

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-extended/lsof/{lsof_4.96.4.bb => lsof_4.96.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/lsof/{lsof_4.96.4.bb => lsof_4.96.5.bb} (96%) diff --git a/meta/recipes-extended/lsof/lsof_4.96.4.bb

[OE-core] [PATCH 43/77] python3-urllib3: upgrade 1.26.12 -> 1.26.13

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{python3-urllib3_1.26.12.bb => python3-urllib3_1.26.13.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-urllib3_1.26.12.bb => python3-urllib3_1.26.13.bb} (86%) diff --git

[OE-core] [PATCH 44/77] python3-cryptography-vectors: upgrade 38.0.3 -> 38.0.4

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...vectors_38.0.3.bb => python3-cryptography-vectors_38.0.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-cryptography-vectors_38.0.3.bb => python3-cryptography-vectors_38.0.4.bb} (90%) diff --git

[OE-core] [PATCH 40/77] libtest-fatal-perl: upgrade 0.016 -> 0.017

2023-01-04 Thread Alexander Kanavin
License-Update: formatting Signed-off-by: Alexander Kanavin --- ...ibtest-fatal-perl_0.016.bb => libtest-fatal-perl_0.017.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/perl/{libtest-fatal-perl_0.016.bb => libtest-fatal-perl_0.017.bb} (85%) diff

[OE-core] [PATCH 39/77] libpsl: upgrade 0.21.1 -> 0.21.2

2023-01-04 Thread Alexander Kanavin
License-Update: copyright years Signed-off-by: Alexander Kanavin --- .../libpsl/{libpsl_0.21.1.bb => libpsl_0.21.2.bb} | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) rename meta/recipes-support/libpsl/{libpsl_0.21.1.bb => libpsl_0.21.2.bb} (77%) diff --git

[OE-core] [PATCH 41/77] python3-pathspec: upgrade 0.10.1 -> 0.10.3

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{python3-pathspec_0.10.1.bb => python3-pathspec_0.10.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pathspec_0.10.1.bb => python3-pathspec_0.10.3.bb} (78%) diff --git

[OE-core] [PATCH 34/77] python3-importlib-metadata: upgrade 5.0.0 -> 5.2.0

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ib-metadata_5.0.0.bb => python3-importlib-metadata_5.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-importlib-metadata_5.0.0.bb => python3-importlib-metadata_5.2.0.bb} (88%) diff --git

[OE-core] [PATCH 37/77] puzzles: upgrade to latest revision

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-sato/puzzles/puzzles_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb index 615eb1bb77..c94fef4931 100644 ---

[OE-core] [PATCH 35/77] python3-numpy: upgrade 1.23.4 -> 1.24.1

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...y-do-not-write-full-path-to-output-f.patch | 28 --- ...umpy_1.23.4.bb => python3-numpy_1.24.1.bb} | 3 +- 2 files changed, 1 insertion(+), 30 deletions(-) delete mode 100644

[OE-core] [PATCH 36/77] xserver-xorg: upgrade 21.1.4 -> 21.1.6

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...possible-memleaks-in-XkbGetKbdByName.patch | 63 --- ...ntedString-against-request-length-at.patch | 38 --- ...-xorg_21.1.4.bb => xserver-xorg_21.1.6.bb} | 4 +- 3 files changed, 1 insertion(+), 104 deletions(-) delete mode

[OE-core] [PATCH 31/77] python3-cryptography: upgrade 38.0.3 -> 38.0.4

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...n3-cryptography_38.0.3.bb => python3-cryptography_38.0.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-cryptography_38.0.3.bb => python3-cryptography_38.0.4.bb} (95%) diff --git

[OE-core] [PATCH 33/77] logrotate: upgrade 3.20.1 -> 3.21.0

2023-01-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../logrotate/{logrotate_3.20.1.bb => logrotate_3.21.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/logrotate/{logrotate_3.20.1.bb => logrotate_3.21.0.bb} (97%) diff --git

  1   2   >