Re: [OE-core] [PATCH] nfs-utils: add PACKAGECONFIG for gssapi

2025-02-04 Thread Yi Zhao via lists.openembedded.org
Ping ... //Yi On 1/19/25 19:06, Yi Zhao via lists.openembedded.org wrote: Add PACKAGECONFIG[gssapi] to support build with gss and svcgss. Signed-off-by: Yi Zhao --- ...nd-krb5-config-for-cross-compilation.patch | 53 +++ .../nfs-utils/nfs-utils_2.8.2.bb | 4

[OE-core] [PATCH] nfs-utils: add PACKAGECONFIG for gssapi

2025-01-19 Thread Yi Zhao via lists.openembedded.org
Add PACKAGECONFIG[gssapi] to support build with gss and svcgss. Signed-off-by: Yi Zhao --- ...nd-krb5-config-for-cross-compilation.patch | 53 +++ .../nfs-utils/nfs-utils_2.8.2.bb | 4 +- 2 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 meta

[OE-core] [PATCH 1/3] libpam: set pam module path to ${base_libdir}/security

2025-01-03 Thread Yi Zhao via lists.openembedded.org
core/commit/?id=00eb730291f9630eb70480d37ed48fbadecc547a [2] https://www.man7.org/linux/man-pages/man5/pam.conf.5.html Signed-off-by: Yi Zhao --- meta/recipes-extended/pam/libpam_1.7.0.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-extended/pam/libpam_1.7.0.bb b/meta/recip

[OE-core] [PATCH 2/3] util-linux: replace local patch with upstream patch

2025-01-03 Thread Yi Zhao via lists.openembedded.org
There is a better solution upstream to fix the pam_lastlog2 installation issue[1]. Backport this patch to replace the local patch. [1] https://github.com/util-linux/util-linux/pull/3173 Signed-off-by: Yi Zhao --- meta/recipes-core/util-linux/util-linux.inc | 2 +- ...s-make-pam-install-path

[OE-core] [PATCH 3/3] util-linux: add volatile file for lastlog2

2025-01-03 Thread Yi Zhao via lists.openembedded.org
Add volatile file for lastlog2 to fix runtime error with sysvinit: $ lastlog2 lastlog2: Couldn't read entries for all users lastlog2: Cannot open database (/var/lib/lastlog/lastlog2.db): unable to open database file Signed-off-by: Yi Zhao --- meta/recipes-core/util-linux/util-linux_2.40

[OE-core] [PATCH] libpam: add packageconfig for selinux

2024-12-08 Thread Yi Zhao via lists.openembedded.org
Add PACKAGECONFIG[selinux] to support build with selinux. Signed-off-by: Yi Zhao --- meta/recipes-extended/pam/libpam_1.7.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-extended/pam/libpam_1.7.0.bb b/meta/recipes-extended/pam/libpam_1.7.0.bb index ec1c868d21

[OE-core] [PATCH] libbsd: fix header conflict for multilib

2024-11-06 Thread Yi Zhao
/libbsd/-/commit/32d18dcf47a8ac9f0e21b787bc154f8ca72dbdd8 Signed-off-by: Yi Zhao --- meta/recipes-support/libbsd/libbsd_0.12.2.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/libbsd/libbsd_0.12.2.bb b/meta/recipes-support/libbsd/libbsd_0.12.2.bb

[OE-core] [PATCH] systemd: fix broken links for sysvinit-compatible commands

2024-10-25 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta/recipes-core/systemd/systemd_256.6.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_256.6.bb b/meta/recipes-core/systemd/systemd_256.6.bb index 68f15ab065..af810c0fcd 100644 --- a/meta/recipes-core

[OE-core] [PATCH] wic/rootfs.py: allow --exclude-path option to exclude symlinks

2024-10-11 Thread Yi Zhao
os.path.abspath instead of os.path.realpath. Signed-off-by: Yi Zhao --- scripts/lib/wic/plugins/source/rootfs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/wic/plugins/source/rootfs.py b/scripts/lib/wic/plugins/source/rootfs.py index ecf749740d..592bcf5175 100644

[OE-core] [PATCH 2/3] tcl: upgrade 8.6.14 -> 8.6.15

2024-09-21 Thread Yi Zhao
Release Notes: https://sourceforge.net/p/tcl/mailman/message/58817026/ Signed-off-by: Yi Zhao --- .../tcltk/tcl/fix_non_native_build_issue.patch | 14 +++--- .../tcltk/{tcl_8.6.14.bb => tcl_8.6.15.bb} | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) rename m

[OE-core] [PATCH 1/3] json-c: upgrade 0.17 -> 0.18

2024-09-21 Thread Yi Zhao
ChangeLog: https://github.com/json-c/json-c/blob/json-c-0.18-20240915/ChangeLog Signed-off-by: Yi Zhao --- .../json-c/{json-c_0.17.bb => json-c_0.18.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/json-c/{json-c_0.17.bb => json-

[OE-core] [PATCH 3/3] bind: upgrade 9.20.1 -> 9.20.2

2024-09-21 Thread Yi Zhao
Release Notes: https://downloads.isc.org/isc/bind9/9.20.2/doc/arm/html/notes.html Signed-off-by: Yi Zhao --- .../bind/{bind_9.20.1.bb => bind_9.20.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/bind/{bind_9.20.1

[OE-core] [PATCH] libsdl2: upgrade 2.30.6 -> 2.30.7

2024-09-09 Thread Yi Zhao
mouse capture window is destroyed Signed-off-by: Yi Zhao --- .../libsdl2/{libsdl2_2.30.6.bb => libsdl2_2.30.7.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/libsdl2/{libsdl2_2.30.6.bb => libsdl2_2.30.7.bb} (97%) diff --git a/meta/r

Re: [OE-core] [PATCH 06/22] json-glib: upgrade 1.8.0 -> 1.10.0

2024-09-03 Thread Yi Zhao
On 9/3/24 16:32, wangmy via lists.openembedded.org wrote: License-Update: Add copyright and licensing metadata to all files Changelog: == - Improve conformance of the JSON parser - Add conformance test suite from https://github.com/nst/JSONTestSuite - Add JsonParser:strict to enable str

[OE-core] [PATCH] libpcap: upgrade 1.10.4 -> 1.10.5

2024-08-31 Thread Yi Zhao
ChangeLog: https://git.tcpdump.org/libpcap/blob/HEAD:/CHANGES Signed-off-by: Yi Zhao --- .../libpcap/{libpcap_1.10.4.bb => libpcap_1.10.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/libpcap/{libpcap_1.10.4.bb => libpcap_1.1

[OE-core] [PATCH] bind: upgrade 9.20.0 -> 9.20.1

2024-08-26 Thread Yi Zhao
Release Notes: https://downloads.isc.org/isc/bind9/9.20.1/doc/arm/html/notes.html#notes-for-bind-9-20-1 Signed-off-by: Yi Zhao --- .../bind/{bind_9.20.0.bb => bind_9.20.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/b

[OE-core] [PATCH] libsdl2: upgrade 2.30.5 -> 2.30.6

2024-08-16 Thread Yi Zhao
ChangeLog: * Improved detection of Nintendo Switch Pro controller report mode * Fixed a rare crash when a controller is disconnected * Fixed creating a framebuffer with KMSDRM on some systems Signed-off-by: Yi Zhao --- .../libsdl2/{libsdl2_2.30.5.bb => libsdl2_2.30.6.bb}| 2 +-

[OE-core] [PATCH] rpm: fix expansion of %_libdir in macros

2024-07-26 Thread Yi Zhao
/d2abb7a48760418aacd7f17c8b64e39c25ca50c9 Signed-off-by: Yi Zhao --- ...et-libdir-to-CMAKE_INSTALL_FULL_LIBD.patch | 53 +++ meta/recipes-devtools/rpm/rpm_4.19.1.1.bb | 1 + 2 files changed, 54 insertions(+) create mode 100644 meta/recipes-devtools/rpm/files/0001-CMakeLists.txt-set-libdir-to

[OE-core] [PATCH] util-linux: install lastlog2 volatile file

2024-07-20 Thread Yi Zhao
Install lastlog2 volatile file to create /var/lib/lastlog directory to fix runtime error: $ lastlog2 lastlog2: Couldn't read entries for all users lastlog2: Cannot open database (/var/lib/lastlog/lastlog2.db): unable to open database file Signed-off-by: Yi Zhao --- meta/recipes-core

[OE-core] [PATCH V2] less: upgrade 643 -> 661

2024-07-03 Thread Yi Zhao
ChangeLog: https://www.greenwoodsoftware.com/less/news.661.html License-Update: Update copyright year to 2024 Add perl-module-file-basename to ptest runtime dependency. Signed-off-by: Yi Zhao --- meta/recipes-extended/less/{less_643.bb => less_661.bb} | 6 +++--- 1 file changed, 3 inserti

[OE-core] [PATCH 1/2] libsdl2: upgrade 2.30.3 -> 2.30.4

2024-07-02 Thread Yi Zhao
GameCube controllers when available Signed-off-by: Yi Zhao --- .../libsdl2/{libsdl2_2.30.3.bb => libsdl2_2.30.4.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/libsdl2/{libsdl2_2.30.3.bb => libsdl2_2.30.4.bb} (97%) diff --git a/meta/r

[OE-core] [PATCH 2/2] less: upgrade 643 -> 661

2024-07-02 Thread Yi Zhao
ChangeLog: https://www.greenwoodsoftware.com/less/news.661.html License-Update: Update copyright year to 2024 Signed-off-by: Yi Zhao --- meta/recipes-extended/less/{less_643.bb => less_661.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/l

[OE-core] [scarthgap][PATCH] libpam: fix runtime error in pam_pwhistory moudle

2024-07-01 Thread Yi Zhao
Backport a patch to fix runtime error in pam_pwhistory module when selinux is enabled: root@qemux86-64:~# passwd passwd: System error passwd: password unchanged Signed-off-by: Yi Zhao --- ...x-passing-NULL-filename-argument-to-.patch | 69 +++ meta/recipes-extended/pam

[OE-core] [PATCH] blktrace: ask for python3 specifically

2024-06-27 Thread Yi Zhao
From: Sakib Sajal python2 has been deprecated, use python3 instead. Signed-off-by: Sakib Sajal Signed-off-by: Yi Zhao --- ...plot.py-Ask-for-python3-specifically.patch | 35 +++ meta/recipes-kernel/blktrace/blktrace_git.bb | 4 ++- 2 files changed, 38 insertions(+), 1

[OE-core] [PATCH 2/2] debianutils: upgrade 5.17 -> 5.19

2024-06-16 Thread Yi Zhao
5.18. Signed-off-by: Yi Zhao --- .../debianutils/{debianutils_5.17.bb => debianutils_5.19.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/debianutils/{debianutils_5.17.bb => debianutils_5.19.bb} (97%) diff --git a/meta/recipes-support/debia

[OE-core] [PATCH 1/2] logrotate: upgrade 3.21.0 -> 3.22.0

2024-06-16 Thread Yi Zhao
written to non-regular files * the systemd timer now correctly utilizes load distribution * add dateformat specifier %z for timezone offsets * change default mode for created olddir directories to 0755 * support quoted user and group names in su, create, and createolddir Signed-off-by: Yi Zhao

[OE-core] [kirkstone][PATCH] dpkg: upgrade 1.21.4 -> 1.21.22

2024-06-05 Thread Yi Zhao
ChangeLog: https://salsa.debian.org/dpkg-team/dpkg/-/raw/1.21.x/debian/changelog * Add new dependency libmd * Update SRC_URI * Refresh patch * Drop backport patch Signed-off-by: Yi Zhao --- meta/recipes-devtools/dpkg/dpkg.inc | 4 +- ...ive-Prevent-directory-traversal-for-.patch

[OE-core] [PATCH] libcap: upgrade 2.69 -> 2.70

2024-06-03 Thread Yi Zhao
Release notes for 2.70 * setcap changes to make it harder to set invalid file capabilities * Lots of documentation fixes * Fix c89 compilation syntax for the C code in the libraries * libpam has deprecated providing the _pam_overwrite() function, so use memset() instead Signed-off-by: Yi Zhao

[OE-core] [PATCH] ltp: upgrade 20240129 -> 20240524

2024-06-03 Thread Yi Zhao
ChangeLog: https://github.com/linux-test-project/ltp/releases/tag/20240524 Drop backport patches. Signed-off-by: Yi Zhao --- ...001-Remove-OOM-tests-from-runtest-mm.patch | 9 ++-- ...rio_groups-default-remove-connectors.patch | 34 ...-Use-time_t-instead-of-long-for-type.patch

[OE-core] [PATCH 2/2] libcap-ng-python: upgrade 0.8.4 -> 0.8.5

2024-05-18 Thread Yi Zhao
Changelog: https://people.redhat.com/sgrubb/libcap-ng/ChangeLog - Remove python global exception handler since it's deprecated - Make the utilities link against just built libraries - Remove unused macro in cap-ng.h Signed-off-by: Yi Zhao --- .../{libcap-ng-python_0.8.4.bb => l

[OE-core] [PATCH 1/2] libcap-ng: upgrade 0.8.4 -> 0.8.5

2024-05-18 Thread Yi Zhao
o fix build for libcap-ng-python. Signed-off-by: Yi Zhao --- ...hon-path-when-invoking-py-compile-54.patch | 34 +++ .../files/fix-issues-with-swig-4-2.patch | 32 - meta/recipes-support/libcap-ng/libcap-ng.inc | 4 +-- ...{libcap-ng_0.8.4.bb => libcap-ng_

[OE-core] [PATCH 2/3] libsdl2: upgrade 2.30.2 -> 2.30.3

2024-05-16 Thread Yi Zhao
- Fixed mouse warp on XWayland - Reduced startup time when scanning for game controllers on Linux - Fixed building with C89 compilers - Fixed building with the GDK SDK on Windows Signed-off-by: Yi Zhao --- .../libsdl2/{libsdl2_2.30.2.bb => libsdl2_2.30.3.bb}| 2 +- 1 file changed

[OE-core] [PATCH 3/3] gnu-efi: upgrade 3.0.17 -> 3.0.18

2024-05-16 Thread Yi Zhao
* Drop backport patches. * Refresh patches. Signed-off-by: Yi Zhao --- ...-parallel-make-failure-for-archives.patch} | 12 --- ...0001-riscv64-adjust-type-definitions.patch | 34 --- .../0001-riscv64-ignore-unknown-relocs.patch | 32 - ...002-Do-not-treat

[OE-core] [PATCH 1/3] dropbear: upgrade 2024.84 -> 2024.85

2024-05-16 Thread Yi Zhao
Changelog: https://matt.ucc.asn.au/dropbear/CHANGES This release fixes build regressions in 2024.84: - Fix build failure when SHA1 is disabled - Fix build failure when DROPBEAR_CLI_PUBKEY_AUTH disabled - Update debian/ directory with changed paths Signed-off-by: Yi Zhao --- .../0001-urandom

[OE-core] [PATCH] libtirpc: drop redundant PACKAGECONFIG

2024-03-13 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb b/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb index 16c7a6007a..aa526e9e1c 100644 --- a/meta

[OE-core] [PATCH] expat: upgrdae 2.6.0 -> 2.6.1

2024-03-03 Thread Yi Zhao
what these numbers do Infrastructure: #818 CI: Adapt to breaking changes in clang-format Signed-off-by: Yi Zhao --- meta/recipes-core/expat/{expat_2.6.0.bb => expat_2.6.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/expat/{expat_2.6.0.bb => expat_2.

[OE-core] [PATCH] libsdl2: upgrade 2.28.5 -> 2.30.0

2024-02-19 Thread Yi Zhao
available * Added the event SDL_CONTROLLERSTEAMHANDLEUPDATED which is sent when the Steam API handle for a controller changes. This could also change the name, VID, and PID of the controller. * Added the environment variable SDL_LOGGING to control default log output Signed-off-by: Yi Zhao

[OE-core] [PATCH 1/2] libcap-ng: upgrade 0.8.3 -> 0.8.4

2024-01-02 Thread Yi Zhao
d. Signed-off-by: Yi Zhao --- meta/recipes-support/libcap-ng/libcap-ng.inc| 2 +- .../libcap-ng/{libcap-ng_0.8.3.bb => libcap-ng_0.8.4.bb}| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libcap-ng/{libcap-ng_0.8.3.bb => li

[OE-core] [PATCH 2/2] libcap-ng-python: upgrade 0.8.3 -> 0.8.4

2024-01-02 Thread Yi Zhao
d. Signed-off-by: Yi Zhao --- .../{libcap-ng-python_0.8.3.bb => libcap-ng-python_0.8.4.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libcap-ng/{libcap-ng-python_0.8.3.bb => libcap-ng-python_0.8.4.bb} (93%) diff --git a/meta/recipes-support/lib

[OE-core] [PATCH V2] debianutils: upgrade 5.14 -> 5.15

2023-12-19 Thread Yi Zhao
ChangeLog: * Shellscript compatibility with BSD and Mac, for "which -s" * d/tests/smoke: Update to test "which -s" Signed-off-by: Yi Zhao --- .../debianutils/{debianutils_5.14.bb => debianutils_5.15.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rena

[OE-core] [PATCH] debianutils: upgrade 5.14 -> 5.15

2023-12-16 Thread Yi Zhao
Signed-off-by: Yi Zhao --- .../debianutils/{debianutils_5.14.bb => debianutils_5.15.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/debianutils/{debianutils_5.14.bb => debianutils_5.15.bb} (97%) diff --git a/meta/recipes-support/debia

[OE-core] [PATCH 1/2] json-glib: upgrade 1.6.6 -> 1.8.0

2023-12-03 Thread Yi Zhao
Signed-off-by: Yi Zhao --- .../json-glib/{json-glib_1.6.6.bb => json-glib_1.8.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/json-glib/{json-glib_1.6.6.bb => json-glib_1.8.0.bb} (92%) diff --git a/meta/recipes-gnome/json-glib/json-glib_1.6.6

[OE-core] [PATCH 2/2] psplash: upgrade to latest revision

2023-12-03 Thread Yi Zhao
* ecc19137 SECURITY.md: Add file Signed-off-by: Yi Zhao --- meta/recipes-core/psplash/psplash_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/psplash/psplash_git.bb b/meta/recipes-core/psplash/psplash_git.bb index 17704a02f6..40937098e6 100644 --- a

[OE-core] [mickledore][PATCH] openssl: Upgrade 3.1.2 -> 3.1.3

2023-10-10 Thread Yi Zhao
) Signed-off-by: Peter Marko Signed-off-by: Yi Zhao --- .../openssl/{openssl_3.1.2.bb => openssl_3.1.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/openssl/{openssl_3.1.2.bb => openssl_3.1.3.bb} (99%) diff --git a/meta/r

[OE-core] [PATCH 2/2] dhcpcd: fix buffer overflow

2023-08-29 Thread Yi Zhao
Backport a patch to fix buffer overflow for strlcpy: $ dhcpcd enp0s3 dhcpcd-10.0.2 starting *** buffer overflow detected ***: terminated dhcpcd_fork_cb: truncated read 0 (expected 4) Signed-off-by: Yi Zhao --- .../dhcpcd/dhcpcd_10.0.2.bb | 1 + ...x-strlcpy-overflow-in

[OE-core] [PATCH 1/2] dhcpcd: upgrade 10.0.1 -> 10.0.2

2023-08-29 Thread Yi Zhao
Changelog: https://github.com/NetworkConfiguration/dhcpcd/releases/tag/v10.0.2 Signed-off-by: Yi Zhao --- .../dhcpcd/{dhcpcd_10.0.1.bb => dhcpcd_10.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/dhcpcd/{dhcpcd_10.0.1

Re: [OE-core][master][PATCH] bind: Upgrade 9.18.15 -> 9.18.16

2023-08-02 Thread Yi Zhao
Hi Steve, On 6/27/23 14:32, Siddharth wrote: From: Siddharth Doshi - Remove configure options no longer supported online. Changelog: = [security] A query that prioritizes stale data over lookup triggers a fetch to refresh the stale data in cache.

[OE-core] [PATCH] ifupdown: install missing directories

2023-06-28 Thread Yi Zhao
open directory /etc/network/if-up.d: No such file or directory ifup: failed to bring up lo Signed-off-by: Yi Zhao --- meta/recipes-core/ifupdown/ifupdown_0.8.41.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-core/ifupdown/ifupdown_0.8.41.bb b/meta/recipes-core/ifupdown

[OE-core] [PATCH] glibc: unify wordsize.h between arm and aarch64

2023-02-09 Thread Yi Zhao
installs of lib32-libc6-dev-2.37-r0.armv7vet2hf_vfp and libc6-dev-2.37-r0.cortexa57 Signed-off-by: Yi Zhao --- ...y-the-header-between-arm-and-aarch64.patch | 20 ++- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/meta/recipes-core/glibc/glibc/0016-wordsize.h

[OE-core] [kirkstone][PATCH] tiff: Security fixes CVE-2022-1354 and CVE-2022-1355

2022-07-23 Thread Yi Zhao
/87f580f39011109b3bb5f6eca13fac543a542798 CVE-2022-1355: https://gitlab.com/libtiff/libtiff/-/commit/c1ae29f9ebacd29b7c3e0c7db671af7db3584bc2 Signed-off-by: Yi Zhao --- .../libtiff/tiff/CVE-2022-1354.patch | 212 ++ .../libtiff/tiff/CVE-2022-1355.patch | 62

Re: [PATCH] [OE-core] [PATCH] bind: upgrade 9.18.2 -> 9.18.3

2022-07-17 Thread Yi Zhao
Hi Steve, On 5/24/22 16:33, wangmy wrote: Changelog: == [security] Fix a crash in DNS-over-HTTPS (DoH) code caused by premature TLS stream socket object deletion. (CVE-2022-1183) [GL #3216] There is a CVE fix in this minor update. Is there any plan to backport it to kirkstone

[OE-core] [PATCH 1/2] popt: fix override syntax in RDEPENDS

2022-06-13 Thread Yi Zhao
RDEPENDS_${PN}-ptest -> RDEPENDS:${PN}-ptest Signed-off-by: Yi Zhao --- meta/recipes-support/popt/popt_1.18.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/popt/popt_1.18.bb b/meta/recipes-support/popt/popt_1.18.bb index af8add4ad6..b465f8817d 100

[OE-core] [PATCH 2/2] git: fix override syntax in RDEPENDS

2022-06-13 Thread Yi Zhao
RDEPENDS_${PN}-tk -> RDEPENDS:${PN}-tk Signed-off-by: Yi Zhao --- meta/recipes-devtools/git/git_2.36.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/git/git_2.36.1.bb b/meta/recipes-devtools/git/git_2.36.1.bb index 2c53616642..07e416282b 100

Re: [OE-core] [PATCH] bluez5: install /var/lib/bluetooth directory

2022-04-08 Thread Yi Zhao
On 4/8/22 18:51, Stefan Herbrechtsmeier wrote: Am 08.04.2022 um 11:23 schrieb Yi Zhao: On 4/8/22 16:34, Stefan Herbrechtsmeier wrote: Am 08.04.2022 um 10:15 schrieb Yi Zhao via lists.openembedded.org: There is a bluetooth service startup failure: bluetooth.service: Failed at step NAMESPACE

Re: [OE-core] [PATCH] bluez5: install /var/lib/bluetooth directory

2022-04-08 Thread Yi Zhao
On 4/8/22 16:34, Stefan Herbrechtsmeier wrote: Am 08.04.2022 um 10:15 schrieb Yi Zhao via lists.openembedded.org: There is a bluetooth service startup failure: bluetooth.service: Failed at step NAMESPACE spawning /usr/libexec/bluetooth/bluetoothd: No such file or directory bluetooth.service

[OE-core] [PATCH] bluez5: install /var/lib/bluetooth directory

2022-04-08 Thread Yi Zhao
because the directory /var/lib/bluetooth has been listed in ReadWritePaths= in the service unit file but does not exist. We need to create it before service startup. Signed-off-by: Yi Zhao --- meta/recipes-connectivity/bluez5/bluez5.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta

[OE-core] [PATCH 2/2] glibc: fix multilib headers conflict for arm

2022-02-23 Thread Yi Zhao
.armv7vet2hf_vfp and libc6-dev-2.35-r0.cortexa57 file /usr/include/bits/timesize.h conflicts between attempted installs of lib32-libc6-dev-2.35-r0.armv7vet2hf_vfp and libc6-dev-2.35-r0.cortexa57 Signed-off-by: Yi Zhao --- meta/recipes-core/glibc/glibc-package.inc | 1 + 1 file changed, 1 insertion

[OE-core] [PATCH 1/2] glibc: unify wordsize.h between arm and aarch64

2022-02-23 Thread Yi Zhao
: Yi Zhao --- ...dsize.h-Unify-the-header-between-arm-and-aarch64.patch | 8 1 file changed, 8 deletions(-) diff --git a/meta/recipes-core/glibc/glibc/0018-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch b/meta/recipes-core/glibc/glibc/0018-wordsize.h-Unify-the-header-between

[OE-core] [PATCH] meta-skeleton: fix warnings for append operators combined with +=

2021-11-24 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta-skeleton/recipes-core/busybox/busybox_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-skeleton/recipes-core/busybox/busybox_%.bbappend b/meta-skeleton/recipes-core/busybox/busybox_%.bbappend index 621c94f651..3c936eb713 100644

[OE-core] [PATCH] oeqa: fix warnings for append operators combined with +=

2021-11-19 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta/lib/oeqa/runtime/cases/ksample.py| 2 +- meta/lib/oeqa/selftest/cases/imagefeatures.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/lib/oeqa/runtime/cases/ksample.py b/meta/lib/oeqa/runtime/cases/ksample.py index 4d12d1d07d

[OE-core] [PATCH 1/2 V3] python3-numpy: move recipe to python directory

2021-11-13 Thread Yi Zhao
/commit/?id=9bffe2f9fb4ce6c0b265f27e5b484fbe076c6349 Signed-off-by: Yi Zhao --- ...001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch | 0 .../python3-numpy}/0001-numpy-core-Define-RISCV-32-support.patch | 0 .../{python-numpy/files => python/python3-numpy}/run-ptest

[OE-core] [PATCH 2/2] python3-numpy: add python3-json to RDEPENDS

2021-11-13 Thread Yi Zhao
.py", line 7, in import json ModuleNotFoundError: No module named 'json' >>> Signed-off-by: Yi Zhao --- meta/recipes-devtools/python/python3-numpy_1.21.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/python/python3-numpy_1.21.4.bb b/

[OE-core] [PATCH V2] python-numpy: move recipe to python directory

2021-11-13 Thread Yi Zhao
.py", line 7, in import json ModuleNotFoundError: No module named 'json' >>> [1] https://git.openembedded.org/openembedded-core/commit/?id=9bffe2f9fb4ce6c0b265f27e5b484fbe076c6349 Signed-off-by: Yi Zhao --- ...01-Don-t-search-usr-and-so-on-for-libraries-by-default-.pat

Re: [OE-core] [PATCH] python-numpy: move recipe to python directory

2021-11-13 Thread Yi Zhao
On 11/14/21 12:27 AM, Richard Purdie wrote: On Sat, 2021-11-13 at 21:45 +0800, Yi Zhao wrote: This recipe had been moved out from python directory since 2016[1] in order to share patches between python2 and python3. But now there is no reason to keep it in its own directory as we only keep

[OE-core] [PATCH] python-numpy: move recipe to python directory

2021-11-13 Thread Yi Zhao
/commit/?id=9bffe2f9fb4ce6c0b265f27e5b484fbe076c6349 Signed-off-by: Yi Zhao --- ...01-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch | 0 .../python3-numpy}/0001-numpy-core-Define-RISCV-32-support.patch | 0 .../{python-numpy/files => python/python3-numpy}/run-ptest

[OE-core] [PATCH] rpcbind: install rpcbind.conf

2021-11-12 Thread Yi Zhao
Although we provide rpcbind.conf, it isn't shipped to the package. Also fix the sysconfdir in rpcbind.service. Signed-off-by: Yi Zhao --- .../rpcbind/rpcbind/0001-systemd-use-EnvironmentFile.patch | 2 +- meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb | 1 + 2

Re: [OE-core] [PATCH] python3-nose: translate to python3 code before build

2021-11-09 Thread Yi Zhao
On 11/9/21 5:56 AM, Richard Purdie wrote: On Mon, 2021-11-08 at 14:55 +0800, Yi Zhao wrote: Setuptools has removed support for 2to3 during builds since version 58[1]. But the nose's setup.py relies on use_2to3 option in setuptools, it is failing an import and building without running 2to

[OE-core] [PATCH] python3-nose: translate to python3 code before build

2021-11-07 Thread Yi Zhao
t;> [1] https://github.com/pypa/setuptools/issues/2086 Signed-off-by: Yi Zhao --- meta/recipes-devtools/python/python-nose.inc | 6 ++ .../python3-nose/0001-Remove-use_2to3.patch | 71 +++ 2 files changed, 77 insertions(+) create mode 100644 meta/recipes-devtools/

[OE-core] [PATCH] bind: remove -r option from rndc-confgen in initscript

2021-10-30 Thread Yi Zhao
1]: https://gitlab.isc.org/isc-projects/bind9/-/commit/3a4f820d625c214cfb21f5e6d18ce9160d2a193b Signed-off-by: Yi Zhao --- .../bind-9.16.21/0001-avoid-start-failure-with-bind-user.patch | 2 +- meta/recipes-connectivity/bind/bind-9.16.21/conf.patch | 2 +- 2 files changed, 2 insertions(+), 2

[OE-core] [PATCH] inetutils: fix CVE-2021-40491

2021-09-25 Thread Yi Zhao
://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=58cb043b190fd04effdaea7c9403416b436e50dd Signed-off-by: Yi Zhao --- .../inetutils/inetutils/CVE-2021-40491.patch | 88 +++ .../inetutils/inetutils_2.1.bb| 1 + 2 files changed, 89 insertions(+) create mode 100644 meta

[OE-core] [PATCH V3] shadow: add /etc/default/useradd

2021-08-19 Thread Yi Zhao
://github.com/shadow-maint/shadow/commit/bbf4b79bc49fd1826eb41f6629669ef0b647267b Signed-off-by: Yi Zhao --- V3 Change: rebase to master meta/recipes-extended/shadow/files/useradd | 8 meta/recipes-extended/shadow/shadow.inc| 3 +++ 2 files changed, 11 insertions(+) create mode 100644 meta

[OE-core] [PATCH V2] shadow: add /etc/default/useradd

2021-08-17 Thread Yi Zhao
settings. [1] https://github.com/shadow-maint/shadow/commit/bbf4b79bc49fd1826eb41f6629669ef0b647267b Signed-off-by: Yi Zhao --- meta/recipes-extended/shadow/files/useradd | 8 meta/recipes-extended/shadow/shadow.inc| 3 +++ 2 files changed, 11 insertions(+) create mode 100644 meta

Re: [OE-core] [PATCH] shadow: update default settings for useradd

2021-08-17 Thread Yi Zhao
aults rather than Yocto's. Thanks. That's reasonable. I will send V2. //Yi Alex On Tue, 17 Aug 2021 at 05:11, Yi Zhao <mailto:yi.z...@windriver.com>> wrote: The shadow 4.9 stops shiping /etc/default/useradd[1] and uses built-in settings by default. Some settings

[OE-core] [PATCH] shadow: update default settings for useradd

2021-08-16 Thread Yi Zhao
/shadow/commit/bbf4b79bc49fd1826eb41f6629669ef0b647267b Signed-off-by: Yi Zhao --- ...0001-useradd-update-default-settings.patch | 38 +++ meta/recipes-extended/shadow/shadow.inc | 1 + 2 files changed, 39 insertions(+) create mode 100644 meta/recipes-extended/shadow/files

[OE-core] [PATCH] prelink: add PACKAGECONFIG for selinux

2021-08-15 Thread Yi Zhao
Add PACKAGECONFIG for selinux rather than disable it directly. This is useful for selinux distro feature. Signed-off-by: Yi Zhao --- meta/recipes-devtools/prelink/prelink_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/prelink/prelink_git.bb

[OE-core] [PATCH 2/2 V3] shadow: add PACKAGECONFIG for audit and selinux

2021-08-11 Thread Yi Zhao
Add PACKAGECONFIG for audit and selinux rather than disable them directly. This is useful for selinux distro feature. Signed-off-by: Yi Zhao --- meta/recipes-extended/shadow/shadow.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/shadow

[OE-core] [PATCH 2/2 V2] shadow: add PACKAGECONFIG for audit and selinux

2021-08-11 Thread Yi Zhao
Add PACKAGECONFIG for audit and selinux rather than disable them directly. This is useful for selinux distro feature. Signed-off-by: Yi Zhao --- meta/recipes-extended/shadow/shadow.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/shadow

[OE-core] [PATCH] glib-2.0: add PACKAGECONFIG for selinux

2021-08-10 Thread Yi Zhao
Add PACKAGECONFIG for selinux rather than disable it directly. This is useful for selinux distro feature. Signed-off-by: Yi Zhao --- meta/recipes-core/glib-2.0/glib.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core

[OE-core] [PATCH 1/2] dbus: add PACKAGECONFIG for audit and selinux

2021-08-10 Thread Yi Zhao
Add PACKAGECONFIG for audit and selinux rather than disable them directly. This is useful for selinux distro feature. Signed-off-by: Yi Zhao --- meta/recipes-core/dbus/dbus.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes

[OE-core] [PATCH 2/2] shadow: add PACKAGECONFIG for selinux

2021-08-10 Thread Yi Zhao
Add PACKAGECONFIG for selinux rather than disable it directly. This is useful for selinux distro feature. Signed-off-by: Yi Zhao --- meta/recipes-extended/shadow/shadow.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta

Re: [OE-core] [PATCH 6/9] shadow: update 4.8.1 -> 4.9

2021-08-04 Thread Yi Zhao
On 7/30/21 7:45 PM, Alexander Kanavin wrote: Add a couple backports to fix builds. Drop 0002-Allow-for-setting-password-in-clear-text.patch; what it adds is horribly insecure and AB testing didn't reveal any regressions or use cases for it. Dropping this patch makes the password setting funct

[OE-core] [dunfell][PATCH] ifupdown: added -1 option to dhclient for dhcpv6

2021-07-26 Thread Yi Zhao
calls the dhclient in a blocking way which leads to a permanent block of the boot when no DHCPv6 server is available. A similar bug in Redhat: https://bugzilla.redhat.com/show_bug.cgi?id=585047 [YOCTO #14117] Signed-off-by: Yi Zhao --- ...-1-option-to-dhclient-on-upping-an-i.patch | 65 +++

[OE-core] [PATCH V2] libffi: disable use of static exec trampolines

2021-07-16 Thread Yi Zhao
bject-introspection[1]. [1] https://github.com/libffi/libffi/commit/132699b95d3ee4d889ea2a80540acf3300987dad Signed-off-by: Yi Zhao --- meta/recipes-support/libffi/libffi_3.4.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/libffi/libffi_3.4.2.bb b/meta/re

Re: [OE-core] [PATCH] libffi: disable use of static exec trampolines

2021-07-16 Thread Yi Zhao
Sorry. Please ignore this. On 7/16/21 5:10 PM, Yi Zhao wrote: Issue: LINCD-6022 We encountered a blueman-applet segfault with libffi 3.4.2: $ blueman-applet blueman-applet 01.58.45 WARNING PluginManager:148 __load_plugin: Not loading DhcpClient because its conflict has higher priority

[OE-core] [PATCH] libffi: disable use of static exec trampolines

2021-07-16 Thread Yi Zhao
with gobject-introspection[1]. [1] https://github.com/libffi/libffi/commit/132699b95d3ee4d889ea2a80540acf3300987dad (LOCAL REV: NOT UPSTREAM) -- Sent to oe-core on 20210716 Signed-off-by: Yi Zhao --- meta/recipes-support/libffi/libffi_3.4.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 del

[OE-core] [PATCH] rng-tools: upgrade 6.10 -> 6.11

2021-01-13 Thread Yi Zhao
Remove backported patches. Signed-off-by: Yi Zhao --- ...ix-debug-to-also-filter-syslog-calls.patch | 46 - ...d9ce64f132e463b9091d0536913ddaf11516.patch | 42 --- ...6a5fd4efde8ef569b358e19b1fcbc7d0d938.patch | 51 --- .../{rng-tools_6.10.bb =>

[OE-core] [PATCH] dhcpcd: upgrade 9.3.4 -> 9.4.0

2020-12-30 Thread Yi Zhao
Drop backported patches: 0001-Linux-Fix-privsep-build-by-including-sys-termios.h-f.patch 0001-privsep-Fix-Linux-i386-for-SECCOMP-as-it-just-uses-s.patch Signed-off-by: Yi Zhao --- .../{dhcpcd_9.3.4.bb => dhcpcd_9.4.0.bb} | 4 +- ...p-build-by-including-sys-termios.h-f.patch |

[OE-core] [PATCH 2/2] libcap-ng: upgrade 0.8.1 -> 0.8.2

2020-12-22 Thread Yi Zhao
SRC_URI update: http -> https Signed-off-by: Yi Zhao --- .../{libcap-ng-python_0.8.1.bb => libcap-ng-python_0.8.2.bb} | 0 meta/recipes-support/libcap-ng/libcap-ng.inc | 4 ++-- .../libcap-ng/{libcap-ng_0.8.1.bb => libcap-ng_0.8.2.bb} | 0 3 files changed, 2 i

[OE-core] [PATCH 1/2] libcap: update 2.45 -> 2.46

2020-12-22 Thread Yi Zhao
Rebase 0001-tests-do-not-statically-link-a-test.patch Signed-off-by: Yi Zhao --- .../0001-tests-do-not-statically-link-a-test.patch | 10 ++ .../libcap/{libcap_2.45.bb => libcap_2.46.bb} | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) rename meta/recipes-supp

[OE-core] [PATCH 2/2] inetutils: add dnsdomainname to ALTERNATIVE

2020-12-22 Thread Yi Zhao
The dnsdomainname can also be provided by busybox and net-tools. Also move it from ${bindir} to ${base_bindir} because the command provided by busybox or net-tools is located here. Signed-off-by: Yi Zhao --- meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb | 4 +++- 1 file changed, 3

[OE-core] [PATCH 1/2] dhcpcd: fix SECCOMP for i386

2020-12-22 Thread Yi Zhao
The dhcpcd doesn't work on Intel 32bit platform. Backport a patch to fix the issue. Signed-off-by: Yi Zhao --- .../dhcpcd/dhcpcd_9.3.4.bb| 1 + ...x-i386-for-SECCOMP-as-it-just-uses-s.patch | 57 +++ 2 files changed, 58 insertions(+) create mode 1

[OE-core] [PATCH] dhcpcd: upgrade 9.3.2 -> 9.3.4

2020-12-09 Thread Yi Zhao
Backport a patch to fix privsep build error on ppc. Signed-off-by: Yi Zhao --- .../{dhcpcd_9.3.2.bb => dhcpcd_9.3.4.bb} | 3 +- ...p-build-by-including-sys-termios.h-f.patch | 29 +++ 2 files changed, 31 insertions(+), 1 deletion(-) rename meta/recipes-connectivity/dhc

Re: [OE-core] [PATCH 2/2] connman: set service to conflict with systemd-networkd

2020-12-01 Thread Yi Zhao
On 12/1/20 5:02 AM, Jack Mitchell wrote: On 02/11/2020 09:20, Yi Zhao wrote: Do not run systemd-networkd and connman simultaneously. These two network managers may conflict with each other. Signed-off-by: Yi Zhao --- ...stop-systemd-networkd-when-using-con.patch | 29

[OE-core] [PATCH V3] dhcpcd: set service to conflict with connman

2020-09-23 Thread Yi Zhao
As the default network manager, connman has its own internal DHCP implement. If run dhcpcd and connman simultaneously, they may conflict with each other. Signed-off-by: Yi Zhao --- meta/recipes-connectivity/dhcpcd/files/dhcpcd.service | 1 + meta/recipes-connectivity/dhcpcd/files/dhcpcd

[OE-core] [PATCH 4/4] dhcpcd: disable service to start on boot automatically

2020-09-23 Thread Yi Zhao
As the default network manager, connman has its own internal DHCP implement. The dhcpcd may conflict with connman if the service start on boot automatically. Signed-off-by: Yi Zhao --- meta/recipes-connectivity/dhcpcd/dhcpcd_9.2.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta

[OE-core] [PATCH 2/4] dhcpcd: set --runstatedir to /run

2020-09-23 Thread Yi Zhao
Set --runstatedir to /run/dhcpcd rather than /var/run/dhcpcd Signed-off-by: Yi Zhao --- meta/recipes-connectivity/dhcpcd/dhcpcd_9.2.0.bb | 1 + meta/recipes-connectivity/dhcpcd/files/dhcpcd@.service | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes

[OE-core] [PATCH 3/4] dhcpcd: add dhcpcd user to support priviledge separation

2020-09-23 Thread Yi Zhao
The dhcpcd enables privsep by default. It requires a user added to the system. Add dhcpcd user and group to support it. Signed-off-by: Yi Zhao --- meta/recipes-connectivity/dhcpcd/dhcpcd_9.2.0.bb | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/meta/recipes

[OE-core] [PATCH 0/4 V2] dhcpcd fixes

2020-09-23 Thread Yi Zhao
Yi Zhao (4): dhcpcd: pass --dbdir to EXTRA_OECONF to set database directory dhcpcd: set --runstatedir to /run dhcpcd: add dhcpcd user to support priviledge separation dhcpcd: disable service to start on boot automatically meta/recipes-connectivity/dhcpcd/dhcpcd_9.2.0.bb | 14

[OE-core] [PATCH 1/4] dhcpcd: pass --dbdir to EXTRA_OECONF to set database directory

2020-09-23 Thread Yi Zhao
Set --dbdir to /var/lib/dhcpcd rather than /var/db/dhcpcd to satisfy FHS compliance Signed-off-by: Yi Zhao --- meta/recipes-connectivity/dhcpcd/dhcpcd_9.2.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/dhcpcd/dhcpcd_9.2.0.bb b/meta/recipes

[OE-core] [PATCH] dhcpcd: add --dbdir and --disable-privesp to EXTRA_OECONF

2020-09-15 Thread Yi Zhao
* Disable service start at boot time. This may conflict with connman. * Set --dbdir to /var/lib/dhcpcd rather than /var/db/dhcpcd to satisfy FHS compliance. * Pass --disable-privsep to configure to eliminate dhcpcd start warning: no such user dhcpcd. Signed-off-by: Yi Zhao --- meta/recipes

  1   2   3   4   >