[oe] [meta-networking][PATCH 5/5] samba upgrade 4.14.14 -> 4.17.4

2022-12-31 Thread Yi Zhao
The 4.14.x is EOL: https://wiki.samba.org/index.php/Samba_Release_Planning Upgrade to latest 4.17.x. Release Notes: https://www.samba.org/samba/history/samba-4.17.0.html https://www.samba.org/samba/history/samba-4.17.4.html * Refresh patches * Update PACKAGECONFIG * Split a new package ctdb * Add

[oe] [meta-networking][PATCH 1/5] libtalloc: upgrade 2.3.3 -> 2.3.4

2022-12-31 Thread Yi Zhao
* Refresh patches * Add a patch to skip checking PYTHONHASHSEED Signed-off-by: Yi Zhao --- ...-Add-configure-options-for-packages.patch} | 12 ...pyext_PATTERN-for-cross-compilation.patch} | 10 +++ ...wscript-skip-checking-PYTHONHASHSEED.patch | 30 +++ .../libtallo

[oe] [meta-networking][PATCH 2/5] libtdb: upgrade 1.4.3 -> 1.4.7

2022-12-31 Thread Yi Zhao
* Refresh patches * Add a patch to skip checking PYTHONHASHSEED Signed-off-by: Yi Zhao --- ...-Add-configure-options-for-packages.patch} | 21 +++-- ...pyext_PATTERN-for-cross-compilation.patch} | 10 +++ ...wscript-skip-checking-PYTHONHASHSEED.patch | 30 +++ .../{li

[oe] [meta-networking][PATCH 4/5] libldb: upgrade 2.3.4 -> 2.6.1

2022-12-31 Thread Yi Zhao
* Refresh patches * Add a patch to skip checking PYTHONHASHSEED Signed-off-by: Yi Zhao --- ...rt-target-module-while-cross-compile.patch | 10 +++ ...b-Add-configure-options-for-packages.patch | 14 - ...pyext_PATTERN-for-cross-compilation.patch} | 10 +++ ...wscript-skip-checkin

[oe] [meta-networking][PATCH 3/5] libtevent: upgrade 0.10.2 -> 0.13.0

2022-12-31 Thread Yi Zhao
License-Update: Remove trailing whitespace * Refresh patches * Add a patch to skip checking PYTHONHASHSEED * Enable cmocka bundled library to fix build error Signed-off-by: Yi Zhao --- ...-Add-configure-options-for-packages.patch} | 16 +++ ...ibtevent-fix-musl-libc-compile-error.patch | 32

Re: [oe] [meta-oe][PATCH] krb5: upgrade 1.17.2 -> 1.20.1

2022-12-31 Thread Yi Zhao
On 12/31/22 04:49, Khem Raj wrote: This regresses samba [1] [2]. Please look into that as well and propose a fix along with this. [1] https://errors.yoctoproject.org/Errors/Details/685903/ [2] https://errors.yoctoproject.org/Errors/Details/685873/ Thanks. I will send a patch to upgrade samba

[oe] [meta-initramfs][PATCH] dracut: Do not undefine _FILE_OFFSET_BITS

2022-12-31 Thread Khem Raj
Fixes build with 64bit time_t Signed-off-by: Khem Raj --- ...stall-Do-not-undef-_FILE_OFFSET_BITS.patch | 32 +++ .../recipes-devtools/dracut/dracut_056.bb | 1 + 2 files changed, 33 insertions(+) create mode 100644 meta-initramfs/recipes-devtools/dracut/dracut/0001-instal

[oe] [meta-oe][PATCH 2/2] mongodb: Do not use off64_t on musl

2022-12-31 Thread Khem Raj
Its not available on musl since off_t is 64bit by default Signed-off-by: Khem Raj --- .../0001-wiredtiger-Avoid-using-off64_t.patch | 30 +++ .../recipes-dbs/mongodb/mongodb_git.bb| 1 + 2 files changed, 31 insertions(+) create mode 100644 meta-oe/dynamic-layers/meta-p

[oe] [meta-oe][PATCH 1/2] spdlog: Do not use LFS64 functions with musl

2022-12-31 Thread Khem Raj
Signed-off-by: Khem Raj --- ...ot-use-LFS64-functions-on-linux-musl.patch | 30 +++ .../recipes-support/spdlog/spdlog_1.11.0.bb | 4 ++- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-support/spdlog/spdlog/0001-Do-not-use-LFS64-functions-o

[oe] [meta-gnome][PATCHv3] gnome-control-center: update 42.0 -> 43.2

2022-12-31 Thread Markus Volk
Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- ...001-Add-meson-option-to-pass-sysroot.patch | 1 - ...r_42.0.bb => gnome-control-center_43.2.bb} | 45 +++ 2 files changed, 26 insertions(+), 20 deletions(-) rename meta-gnome/recipes-gnome/gnome-control-center/{gnome-co

[oe] [meta-oe][PATCH v2] ostree: Upgrade 2022.5 -> 2022.7

2022-12-31 Thread Alex Kiernan
Convert to tarballs which are now being published. Drop backported fixes, drop s390 bash patch (done differently upstream), drop glibc 2.36 sys/mount fix (done differently upstream), add patch for musl and ALLPERMS. v2022.7 (Some of these commits are actually only for the Rust bindings; will try t

[oe] [meta-gnome][PATCH 1/2] gnome-online-accounts: Fix build race seen on musl systems

2022-12-31 Thread Khem Raj
Backport a patch to fix correct use of dependency object Signed-off-by: Khem Raj --- ...se-the-appropriate-dependency-object.patch | 35 +++ .../gnome-online-accounts_3.46.0.bb | 1 + 2 files changed, 36 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gnome

[oe] [meta-oe][PATCH 2/2] imagemagick: Do not set ac_cv_sys_file_offset_bits

2022-12-31 Thread Khem Raj
This is detected during configure due to AC_SYS_LARGEFILE autoconf macro which is set to 64 if off_t is 64bit and then assigned to -D_FILE_OFFSET_BITS=${ac_cv_sys_file_offset_bits} and system expects it to be a number not a string. Signed-off-by: Khem Raj --- meta-oe/recipes-support/imagemagick/

Re: [oe] [meta-gnome][PATCHv2] gnome-control-center: update 42.0 -> 43.2

2022-12-31 Thread Khem Raj
I am seeing gnome-online-accounts failing on x86/musl, I wonder if its related. https://errors.yoctoproject.org/Errors/Details/686008/ On Thu, Dec 29, 2022 at 7:29 AM Markus Volk wrote: > > Signed-off-by: Markus Volk > --- > ...001-Add-meson-option-to-pass-sysroot.patch | 45 -

[oe] [meta-python][PATCH] python3-grpcio: Define -D_LARGEFILE64_SOURCE only for musl

2022-12-31 Thread Khem Raj
On glibc this breaks build when using 64bit time_t since zlib ends up undefining _FILE_OFFSET_BITS when -D_LARGEFILE64_SOURCE is defined Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-grpcio_1.51.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/me