Re: [oe] [scarthgap][meta-python][PATCH] python3-grpcio: fix do_compile failure for qemuppc64/qemuppc

2024-06-02 Thread Changqing Li
Ping for branch scarthgap Regards Changqing On 5/16/24 16:47, Changqing Li wrote: From: Changqing Li define proper macro for ppc/ppc64 to fix compile error Signed-off-by: Changqing Li --- h-define-proper-macro-for-ppc-ppc64.patch | 37 +++ .../python/python3

[oe] [scarthgap][meta-filesystems][PATCH V2] fuse3: remove sysv init script and install fuse kernel module explictly

2024-05-23 Thread Changqing Li
From: Changqing Li For systemd, there is not a fuse.service since systemd provides sys-fs-fuse-connections.mount to mount the fuse control filesystem, so instead, only fuse3.conf is added to modules-load.d to load the required fuse kernel module. Signed-off-by: Changqing Li --- .../recipes

[oe] [meta-oe][PATCH V3] fuse3: remove sysv init script and install fuse kernel module explictly

2024-05-22 Thread Changqing Li
From: Changqing Li For systemd, there is not a fuse.service since systemd provides sys-fs-fuse-connections.mount to mount the fuse control filesystem, so instead, only fuse3.conf is added to modules-load.d to load the required fuse kernel module. Signed-off-by: Changqing Li --- meta-oe

Re: [oe] [master][meta-oe][PATCH V2] fuse3: remove sysv init script and install fuse kernel module explictly

2024-05-22 Thread Changqing Li
On 5/23/24 09:56, Khem Raj wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Wed, May 22, 2024 at 6:55 PM Changqing Li via lists.openembedded.org wrote: From

[oe] [master][meta-oe][PATCH V2] fuse3: remove sysv init script and install fuse kernel module explictly

2024-05-22 Thread Changqing Li
From: Changqing Li For systemd, there is not a fuse.service since systemd provides sys-fs-fuse-connections.mount to mount the fuse control filesystem, so instead, only fuse3.conf is added to modules-load.d to load the required fuse kernel module. Signed-off-by: Changqing Li --- meta-oe

[oe] [master][meta-python][PATCH] python3-grpcio: fix do_compile failure for qemuppc64/qemuppc

2024-05-16 Thread Changqing Li
From: Changqing Li define proper macro for ppc/ppc64 to fix compile error Signed-off-by: Changqing Li --- h-define-proper-macro-for-ppc-ppc64.patch | 37 +++ .../python/python3-grpcio_1.62.2.bb | 1 + 2 files changed, 38 insertions(+) create mode 100644 meta

[oe] [scarthgap][meta-python][PATCH] python3-grpcio: fix do_compile failure for qemuppc64/qemuppc

2024-05-16 Thread Changqing Li
From: Changqing Li define proper macro for ppc/ppc64 to fix compile error Signed-off-by: Changqing Li --- h-define-proper-macro-for-ppc-ppc64.patch | 37 +++ .../python/python3-grpcio_1.62.2.bb | 1 + 2 files changed, 38 insertions(+) create mode 100644 meta

Re: [oe] [master][scarthgap][meta-filesystems][PATCH] fuse3: remove sysv init script and install fuse kernel module explictly

2024-04-24 Thread Changqing Li
On 4/24/24 22:59, Khem Raj wrote: ** *CAUTION: This email comes from a non Wind River email account!* Do not click links or open attachments unless you recognize the sender and know the content is safe. On Wed, Apr 24, 2024 at 10:09 AM Changqing Li via lists.openembedded.org <ht

[oe] [master][scarthgap][meta-filesystems][PATCH] fuse3: remove sysv init script and install fuse kernel module explictly

2024-04-24 Thread Changqing Li
From: Changqing Li For systemd, there is not a fuse.service since systemd provides sys-fs-fuse-connections.mount to mount the fuse control filesystem, so instead, only fuse.conf is added to modules-load.d to load the required fuse kernel module. Signed-off-by: Changqing Li --- .../recipes

[oe] [meta-oe][PATCH] nodejs: don't always disable io_uring

2024-04-11 Thread Changqing Li
From: Changqing Li The original idea was always disable io_uring to avoid follwing failure even when UV_USE_IO_URING is set to true, refer [1][2]: 0608:try: *** 0609:update_hash(" %10s" % pwd.getpwuid(s.st_uid).pw_name)

Re: [oe] [meta-oe][PATCH] postgresql: fix a runtime error

2024-03-14 Thread Changqing Li
On 3/15/24 13:10, Khem Raj wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Thu, Mar 14, 2024 at 10:01 PM Changqing Li wrote: On 3/15/24 01:12, Khem Raj wrote

Re: [oe] [meta-oe][PATCH] postgresql: fix a runtime error

2024-03-14 Thread Changqing Li
On 3/15/24 01:12, Khem Raj wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Thu, Mar 14, 2024 at 12:22 AM Changqing Li wrote: From: Changqing Li initdb on target

[oe] [meta-oe][PATCH] postgresql: fix a runtime error

2024-03-14 Thread Changqing Li
From: Changqing Li initdb on target will fail with below error: 2024-03-13 08:40:23.253 UTC [4410] FATAL: could not load library "/usr/lib64/postgresql/dict_snowball.so": /usr/lib64/postgresql/dict_snowball.so: undefined symbol: CurrentMemoryContext Refer [1][2], for cross compile

[oe] [meta-oe][PATCH] postgresql: upgrade 15.5 -> 16.2

2024-03-04 Thread Changqing Li
From: Changqing Li License-Update: Update lincense year to 2024 In version 16.2, ICU support is enabled by default, add PACKAGECONFIG icu to align with upstream, enable icu by default. And fix buildpaths QA warning. Signed-off-by: Changqing Li --- .../files/0001-Add-support-for-RISC-V.patch

[oe] [meta-oe][PATCH] syslog-ng: upgrade 4.0.1 -> 4.6.0

2024-03-04 Thread Changqing Li
From: Changqing Li License-Update: Add a docker license header Signed-off-by: Changqing Li --- .../syslog-ng/{syslog-ng_4.0.1.bb => syslog-ng_4.6.0.bb}| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-support/syslog-ng/{syslog-ng_4.0.1.bb =>

[oe] [meta-oe][PATCH] multipath-tools: upgrade 0.9.3 -> 0.9.8

2024-03-04 Thread Changqing Li
From: Changqing Li Drop following patches since already include in 0.9.8: 0031-Always-use-devmapper-for-kpartx.patch 0032-libdmmp-Makefile-replace-perl-with-sed-in-install-ta.patch Refresh other patches Signed-off-by: Changqing Li --- .../0001-RH-fixup-udev-rules-for-redhat.patch | 74

[oe] [PATCH][meta-oe] redis: upgrade 6.2.13 -> 6.2.14

2023-12-26 Thread Changqing Li
From: Changqing Li Upgrade urgency SECURITY: See security fixes below. Security fixes: (CVE-2023-45145) The wrong order of listen(2) and chmod(2) calls creates a race condition that can be used by another process to bypass desired Unix socket permissions on startup. Signed-off-by: Changqing Li

[oe] [PATCH][meta-oe] postgresql: upgrade 15.4 -> 15.5

2023-12-26 Thread Changqing Li
From: Changqing Li Refer https://www.postgresql.org/docs/release/15.5/ Signed-off-by: Changqing Li --- ...-configure.ac-bypass-autoconf-2.69-version-check.patch | 8 .../postgresql/{postgresql_15.4.bb => postgresql_15.5.bb} | 2 +- 2 files changed, 5 insertions(+), 5 deleti

Re: [oe] [V2][master][meta-oe][PATCH] cpuid: fix do_install

2023-12-18 Thread Changqing Li
ping On 12/5/23 09:43, Changqing Li wrote: From: Changqing Li Fix do_install to make cpuid-doc installed correctly Signed-off-by: Changqing Li --- .../recipes-devtools/cpuid/cpuid_20230614.bb | 10 +++--- ...e-the-hardcode-path-to-bindir-mandir.patch | 36 +++ 2 files

Re: [oe] [V2][master][PATCH] cpuid: fix do_install

2023-12-04 Thread Changqing Li
Please ignore this mail,  thanks //Changqing On 12/5/23 09:35, Changqing Li wrote: From: Changqing Li Fix do_install to make cpuid-doc installed correctly Signed-off-by: Changqing Li --- .../recipes-devtools/cpuid/cpuid_20230614.bb | 10 +++--- ...e-the-hardcode-path-to-bindir

[oe] [V2][master][meta-oe][PATCH] cpuid: fix do_install

2023-12-04 Thread Changqing Li
From: Changqing Li Fix do_install to make cpuid-doc installed correctly Signed-off-by: Changqing Li --- .../recipes-devtools/cpuid/cpuid_20230614.bb | 10 +++--- ...e-the-hardcode-path-to-bindir-mandir.patch | 36 +++ 2 files changed, 42 insertions(+), 4 deletions(-) create

[oe] [V2][master][PATCH] cpuid: fix do_install

2023-12-04 Thread Changqing Li
From: Changqing Li Fix do_install to make cpuid-doc installed correctly Signed-off-by: Changqing Li --- .../recipes-devtools/cpuid/cpuid_20230614.bb | 10 +++--- ...e-the-hardcode-path-to-bindir-mandir.patch | 36 +++ 2 files changed, 42 insertions(+), 4 deletions(-) create

[oe] [mickledore][master][meta-oe][PATCH] cpuid: fix do_install

2023-11-12 Thread Changqing Li
From: Changqing Li Fix do_install to make cpuid-doc installed correctly Signed-off-by: Changqing Li --- .../recipes-devtools/cpuid/cpuid_20211129.bb | 10 +++--- ...e-the-hardcode-path-to-bindir-mandir.patch | 36 +++ 2 files changed, 42 insertions(+), 4 deletions(-) create

[oe] [mickledore][meta-oe][PATCH] postgresql: upgrade 15.3 -> 15.4

2023-10-16 Thread Changqing Li
From: Wang Mingyu 0001-configure.ac-bypass-autoconf-2.69-version-check.patch refreshed for 15.4 Changelog: https://www.postgresql.org/docs/release/15.4/ Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj (master rev: 23396e531fba70923342481ee5cde7795191ec93) Signed-off-by: Changqing Li

Re: [oe] [meta-oe] [PATCH] postgresql: upgrade 15.3 -> 15.4

2023-10-08 Thread Changqing Li
Hi,  Armin Could you help to cherry-pick this patch to mickledore? Thanks Regards Changqing On 8/16/23 09:38, wangmy wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe.

[oe] [kirkstone][meta-networking][PATCH] mbedtls: set up /usr/bin/hello as alternative

2023-10-07 Thread Changqing Li
From: Denys Dmytriyenko As mbedtls installs this rather generically-named /usr/bin/hello binary, it conflicts with the one provided by lmbench, hence set it up as an alternative to avoid conflicts when both are installed to rootfs or SDK. Signed-off-by: Denys Dmytriyenko Signed-off-by: Khem

[oe] [mickledore][PATCH] redis: upgrade 7.0.12 -> 7.0.13

2023-09-27 Thread Changqing Li
From: Changqing Li Refer [1], include an urgency SECURITY fix and some bug fixes [1] https://github.com/redis/redis/releases/tag/7.0.13 Signed-off-by: Changqing Li --- .../0001-src-Do-not-reset-FINAL_LIBS.patch | 0 .../0006-Define-correct-gregs-for-RISCV32.patch

[oe] [mickledore][meta-networking][PATCH] dhcp-relay: dev subpackage conflicts with bind-dev

2023-09-25 Thread Changqing Li
From: Zhang Xiao dhcp-relay contains a bundled bind thus their development packages conflict each other. Signed-off-by: Zhang Xiao Signed-off-by: Khem Raj (cherry picked from master commit 93892e8413da230e14c70d20f0d46b513fdd8787) Signed-off-by: Changqing Li --- .../recipes-connectivity

[oe] [mickledore][meta-oe][PATCH 2/2] redis: upgrade 6.2.12 -> 6.2.13

2023-08-07 Thread Changqing Li
From: Changqing Li Refer: https://github.com/redis/redis/releases/tag/6.2.13 Signed-off-by: Changqing Li --- .../recipes-extended/redis/{redis_6.2.12.bb => redis_6.2.13.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/redis/{redis_6.2.12

[oe] [mickledore][meta-oe][PATCH 1/2] redis: upgrade 7.0.11 -> 7.0.12

2023-08-07 Thread Changqing Li
From: Changqing Li Refer: https://github.com/redis/redis/releases/tag/7.0.12 Signed-off-by: Changqing Li --- .../0001-src-Do-not-reset-FINAL_LIBS.patch | 0 .../0006-Define-correct-gregs-for-RISCV32.patch | 0 .../redis/{redis-7.0.11 => redis-7.0

[oe] [mickledore][meta-oe][PATCH] opensc: fix CVE-2023-2977

2023-06-27 Thread Changqing Li
From: Changqing Li Signed-off-by: Changqing Li --- .../opensc/files/CVE-2023-2977.patch | 58 +++ .../recipes-support/opensc/opensc_0.23.0.bb | 1 + 2 files changed, 59 insertions(+) create mode 100644 meta-oe/recipes-support/opensc/files/CVE-2023-2977.patch diff

[oe] [mickledore][master][meta-oe][PATCH] redis: upgrade 6.2.11 -> 6.2.12

2023-05-11 Thread Changqing Li
From: Changqing Li Signed-off-by: Changqing Li --- .../recipes-extended/redis/{redis_6.2.11.bb => redis_6.2.12.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/redis/{redis_6.2.11.bb => redis_6.2.12.bb} (96%) diff --git a/meta-oe/recipes-ex

[oe] [kirkstone][meta-oe][PATCH 2/2] redis: upgrade 7.0.10 -> 7.0.11

2023-04-26 Thread Changqing Li
From: Changqing Li Signed-off-by: Changqing Li --- .../recipes-extended/redis/{redis_7.0.10.bb => redis_7.0.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/redis/{redis_7.0.10.bb => redis_7.0.11.bb} (96%) diff --git a/meta-oe/recipes-ex

[oe] [kirkstone][meta-oe][PATCH 1/2] redis: upgrade 6.2.11 -> 6.2.12

2023-04-26 Thread Changqing Li
From: Changqing Li Signed-off-by: Changqing Li --- .../recipes-extended/redis/{redis_6.2.11.bb => redis_6.2.12.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/redis/{redis_6.2.11.bb => redis_6.2.12.bb} (96%) diff --git a/meta-oe/recipes-ex

[oe] [kirkstone][meta-oe][PATCH] zabbix: fix CVE-2023-29451

2023-04-26 Thread Changqing Li
From: Changqing Li Refer: https://support.zabbix.com/browse/ZBX-22587 Signed-off-by: Changqing Li --- .../zabbix/zabbix/CVE-2023-29451.patch| 116 ++ .../zabbix/zabbix_5.4.12.bb | 1 + 2 files changed, 117 insertions(+) create mode 100644 meta-oe

Re: [oe] [kirkstone][meta-oe][PATCH] redis: upgrade 7.0.9 -> 7.0.10

2023-03-22 Thread Changqing Li
On 3/22/23 19:23, akuster808 wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On 3/22/23 4:29 AM, Changqing Li wrote: From: Changqing Li Upgrade urgency: SECURITY

[oe] [master][meta-oe][PATCH] redis: upgrade 7.0.9 -> 7.0.10

2023-03-22 Thread Changqing Li
From: Changqing Li Upgrade urgency: SECURITY, contains fixes to security issues. Security Fixes: * (CVE-2023-28425) Specially crafted MSETNX command can lead to assertion and denial-of-service Bug Fixes = * Large blocks of replica client output buffer may lead to psync loops

[oe] [kirkstone][meta-oe][PATCH] redis: upgrade 7.0.9 -> 7.0.10

2023-03-22 Thread Changqing Li
From: Changqing Li Upgrade urgency: SECURITY, contains fixes to security issues. Security Fixes: (CVE-2023-28425) Specially crafted MSETNX command can lead to assertion and denial-of-service Bug Fixes Large blocks of replica client output buffer may lead to PSYNC loops and unnecessary

[oe] [kirkstone][meta-webserver][PATCH] apache2: upgrade 2.4.55 -> 2.4.56

2023-03-22 Thread Changqing Li
From: Changqing Li This upgrade contains two CVE fixes, CVE-2023-25690 (CRITICAL) CVE-2023-27522 (HIGH) Signed-off-by: Changqing Li --- .../apache2/{apache2_2.4.55.bb => apache2_2.4.56.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-webserver/recipes-ht

[oe] [meta-oe][PATCH] syslog-ng: upgrade 3.38.1 -> 4.0.1

2023-03-12 Thread Changqing Li
From: Changqing Li * upgrade 3.38.1 to 4.0.1 * fix buildpath warning Signed-off-by: Changqing Li --- .../files/0001-Fix-buildpaths-warning.patch | 55 +++ ...syslog-ng_3.38.1.bb => syslog-ng_4.0.1.bb} | 3 +- 2 files changed, 57 insertions(+), 1 deletion(-) create m

[oe] [meta-oe][PATCH V2] liblockfile: upgrade 1.14 -> 1.17

2023-03-09 Thread Changqing Li
From: Changqing Li Updated patches: configure.patch 0001-Makefile.in-redefine-LOCKPROG.patch Rename and update patch: 0001-Makefile.in-Don-t-try-to-run-ldconfig.patch Signed-off-by: Changqing Li --- .../0001-Makefile.in-add-DESTDIR.patch| 6 +-- ...nstall-failure-on-host-without

[oe] [meta-oe][PATCH V2] sg3-utils: upgrade 1.45 -> 1.47

2023-03-09 Thread Changqing Li
From: Changqing Li Signed-off-by: Changqing Li --- .../sg3-utils/{sg3-utils_1.45.bb => sg3-utils_1.47.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-oe/recipes-support/sg3-utils/{sg3-utils_1.45.bb => sg3-utils_1.47.bb} (72%) diff --git a/meta-oe/r

Re: [oe] [meta-oe][PATCH] liblockfile: upgrade 1.14 -> 1.17

2023-03-09 Thread Changqing Li
at 12:40 AM Changqing Li wrote: From: Changqing Li Updated patches: configure.patch 0001-Makefile.in-redefine-LOCKPROG.patch Signed-off-by: Changqing Li --- ...akefile.in-Don-t-try-to-run-ldconfig.patch | 12 +++ .../0001-Makefile.in-add-DESTDIR.patch| 6 ++-- ...001

Re: [oe] [meta-oe][PATCH] sg3-utils: upgrade 1.45 -> 1.47

2023-03-09 Thread Changqing Li
On 3/10/23 03:28, Khem Raj wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Thu, Mar 9, 2023 at 12:43 AM Changqing Li wrote: From: Changqing Li Signed-off

[oe] [meta-oe][PATCH] sg3-utils: upgrade 1.45 -> 1.47

2023-03-09 Thread Changqing Li
From: Changqing Li Signed-off-by: Changqing Li --- .../sg3-utils/{sg3-utils_1.45.bb => sg3-utils_1.47.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-support/sg3-utils/{sg3-utils_1.45.bb => sg3-utils_1.47.bb} (72%) diff --git a/meta-oe/r

[oe] [meta-oe][PATCH] liblockfile: upgrade 1.14 -> 1.17

2023-03-09 Thread Changqing Li
From: Changqing Li Updated patches: configure.patch 0001-Makefile.in-redefine-LOCKPROG.patch Signed-off-by: Changqing Li --- ...akefile.in-Don-t-try-to-run-ldconfig.patch | 12 +++ .../0001-Makefile.in-add-DESTDIR.patch| 6 ++-- ...001-Makefile.in-install-nfslock-libs.patch | 10

[oe] [PATCH] liblockfile: upgrade 1.14 -> 1.17

2023-03-09 Thread Changqing Li
From: Changqing Li Updated patches: configure.patch 0001-Makefile.in-redefine-LOCKPROG.patch Signed-off-by: Changqing Li --- ...akefile.in-Don-t-try-to-run-ldconfig.patch | 12 +++ .../0001-Makefile.in-add-DESTDIR.patch| 6 ++-- ...001-Makefile.in-install-nfslock-libs.patch | 10

[oe] [meta-oe][PATCH] rabbitmq-c: upgrade 0.11.0 -> 0.13.0

2023-03-09 Thread Changqing Li
From: Changqing Li Signed-off-by: Changqing Li --- .../{rabbitmq-c_0.11.0.bb => rabbitmq-c_0.13.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-connectivity/rabbitmq-c/{rabbitmq-c_0.11.0.bb => rabbitmq-c_0.13.0.bb} (76%) diff --git a/m

[oe] [meta-oe][PATCH] redis: upgrade 6.2.9 -> 6.2.11

2023-03-09 Thread Changqing Li
From: Changqing Li Signed-off-by: Changqing Li --- .../recipes-extended/redis/{redis_6.2.9.bb => redis_6.2.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/redis/{redis_6.2.9.bb => redis_6.2.11.bb} (96%) diff --git a/meta-oe/recipes-extended

[oe] [meta-oe][PATCH] redis: upgrade 7.0.8 -> 7.0.9

2023-03-09 Thread Changqing Li
From: Changqing Li Signed-off-by: Changqing Li --- .../recipes-extended/redis/{redis_7.0.8.bb => redis_7.0.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/redis/{redis_7.0.8.bb => redis_7.0.9.bb} (96%) diff --git a/meta-oe/recipes-extended

[oe] [kirkstone][meta-oe][PATCH V2] redis: upgrade 6.2.8 -> 6.2.11

2023-03-05 Thread Changqing Li
From: Changqing Li Signed-off-by: Changqing Li --- .../recipes-extended/redis/{redis_6.2.8.bb => redis_6.2.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/redis/{redis_6.2.8.bb => redis_6.2.11.bb} (96%) diff --git a/meta-oe/recipes-extended

[oe] [kirkstone][meta-oe][PATCH 2/2] redis: upgrade 6.2.8 -> 6.2.9

2023-03-02 Thread Changqing Li
From: Changqing Li Signed-off-by: Changqing Li --- .../recipes-extended/redis/{redis_6.2.8.bb => redis_6.2.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/redis/{redis_6.2.8.bb => redis_6.2.9.bb} (96%) diff --git a/meta-oe/recipes-extended

[oe] [kirkstone][meta-oe][PATCH 1/2] redis: upgrade 7.0.7 -> 7.0.9

2023-03-02 Thread Changqing Li
From: Changqing Li Signed-off-by: Changqing Li --- .../recipes-extended/redis/{redis_7.0.7.bb => redis_7.0.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/redis/{redis_7.0.7.bb => redis_7.0.9.bb} (96%) diff --git a/meta-oe/recipes-extended

[oe] [kirkstone][meta-oe][PATCH] postgresql: fix CVE-2022-41862

2023-03-02 Thread Changqing Li
From: Changqing Li Signed-off-by: Changqing Li --- ...rminate-GSS-receive-buffer-on-error-.patch | 50 +++ .../recipes-dbs/postgresql/postgresql_14.5.bb | 1 + 2 files changed, 51 insertions(+) create mode 100644 meta-oe/recipes-dbs/postgresql/files/0001-Properly-NULL

[oe] [kirkstone][meta-oe][PATCH V3] liblockfile: fix do_install failure when ldconfig is not installed

2023-03-01 Thread Changqing Li
From: Changqing Li liblockfile do_install task will fail since syntax error when ldconfig is not installed on the host. Signed-off-by: Changqing Li --- ...install-failure-on-host-without-ldco.patch | 63 +++ .../liblockfile/liblockfile_1.14.bb | 1 + 2 files changed

Re: [oe] [kirkstone][meta-oe][PATCH V2] liblockfile: fix do_install failure when ldconfig is not installed

2023-02-26 Thread Changqing Li
On 2/27/23 10:25, Changqing Li wrote: On 2/26/23 01:19, akuster808 wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. whats in V2? In V2, I changed to a better solution

Re: [oe] [kirkstone][meta-oe][PATCH V2] liblockfile: fix do_install failure when ldconfig is not installed

2023-02-26 Thread Changqing Li
/miquels/liblockfile/pull/21 Regards Sandy -armin On 2/23/23 11:39 PM, Changqing Li wrote: From: Changqing Li liblockfile do_install task will fail since syntax error when ldconfig is not installed on the host. Signed-off-by: Changqing Li ---   ...install-failure-on-host-without-ldco.patch

[oe] [kirkstone][meta-oe][PATCH V2] liblockfile: fix do_install failure when ldconfig is not installed

2023-02-23 Thread Changqing Li
From: Changqing Li liblockfile do_install task will fail since syntax error when ldconfig is not installed on the host. Signed-off-by: Changqing Li --- ...install-failure-on-host-without-ldco.patch | 62 +++ .../liblockfile/liblockfile_1.14.bb | 1 + 2 files changed

[oe] [kirkstone][meta-oe][PATCH] liblockfile: fix do_install failure when ldconfig is not installed

2023-02-20 Thread Changqing Li
From: Changqing Li liblockfile do_install task will fail when ldconfig is not installed on the host. Delete the useless line to fix the issue. Signed-off-by: Changqing Li --- ...akefile.in-Don-t-try-to-run-ldconfig.patch | 43 +++ .../liblockfile/liblockfile_1.14.bb

[oe] [meta-oe][PATCH] liblockfile: fix do_install failure when ldconfig is not installed

2023-02-07 Thread Changqing Li
From: Changqing Li liblockfile do_install task will fail when ldconfig is not installed on the host. Delete the useless line to fix the issue. Signed-off-by: Changqing Li --- ...akefile.in-Don-t-try-to-run-ldconfig.patch | 51 +++ .../liblockfile/liblockfile_1.14.bb

[oe] [kirkstone][meta-oe][PATCH] zabbix: fix CVE-2022-43515,CVE-2022-46768

2023-01-04 Thread Changqing Li
From: Changqing Li Signed-off-by: Changqing Li --- .../zabbix/zabbix/CVE-2022-43515.patch| 37 + .../zabbix/zabbix/CVE-2022-46768.patch| 53 +++ .../zabbix/zabbix_5.4.12.bb | 2 + 3 files changed, 92 insertions(+) create mode

[oe] [master][kirkstone][meta-oe][PATCH V2 2/2] redis: 7.0.5 -> 7.0.7

2023-01-04 Thread Changqing Li
From: Changqing Li This upgrade include fix for CVE-2022-3647 Signed-off-by: Changqing Li --- ...006-Define-correct-gregs-for-RISCV32.patch | 20 ++- .../redis/{redis_7.0.5.bb => redis_7.0.7.bb} | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) rename meta

[oe] [master][kirkstone][meta-oe][PATCH V2 1/2] redis: 6.2.7 -> 6.2.8

2023-01-04 Thread Changqing Li
From: Changqing Li This upgrade include fix for CVE-2022-3647 Signed-off-by: Changqing Li --- .../0006-Define-correct-gregs-for-RISCV32.patch | 15 +-- .../redis/{redis_6.2.7.bb => redis_6.2.8.bb} | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) rename meta

[oe] [meta-oe][PATCH 1/2] redis: 6.2.7 -> 6.2.8

2023-01-03 Thread Changqing Li
From: Changqing Li This upgrade include fix for CVE-2022-3647 Signed-off-by: Changqing Li --- .../0006-Define-correct-gregs-for-RISCV32.patch | 15 +-- .../redis/{redis_6.2.7.bb => redis_6.2.8.bb} | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) rename meta

[oe] [meta-oe][PATCH 2/2] redis: 7.0.5 -> 7.0.7

2023-01-03 Thread Changqing Li
From: Changqing Li This upgrade include fix for CVE-2022-3647 Signed-off-by: Changqing Li --- ...006-Define-correct-gregs-for-RISCV32.patch | 20 ++- .../redis/{redis_7.0.5.bb => redis_7.0.7.bb} | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) rename meta

Re: [oe] [PATCH] graphviz: Do not build tcl support for native

2022-12-15 Thread Changqing Li
Sorry, Please ignore this,  Seems I send it twice. On 12/15/22 15:30, Changqing Li wrote: From: Changqing Li with enable-tcl=yes, task do_configure looks for tclConfig.sh on buildhost, and source it. But there is no dpkg-architecture in current PATH, and the tclConfig.sh enter into an dead

[oe] [PATCH] graphviz: Do not build tcl support for native

2022-12-14 Thread Changqing Li
From: Changqing Li with enable-tcl=yes, task do_configure looks for tclConfig.sh on buildhost, and source it. But there is no dpkg-architecture in current PATH, and the tclConfig.sh enter into an dead loop since dpkg-architecture not found and finanlly Segmentation faulted. Therefore

[oe] [meta-oe][PATCH] graphviz: Do not build tcl support for native

2022-12-05 Thread Changqing Li
From: Changqing Li with enable-tcl=yes, task do_configure looks for tclConfig.sh on buildhost, and source it. But there is no dpkg-architecture in current PATH, and the tclConfig.sh enter into an dead loop since dpkg-architecture not found and finanlly Segmentation faulted. Therefore

[oe] [meta-oe][PATCH] keyutils: fix ptest failed since "+++ Can't Determine Endianness"

2022-12-02 Thread Changqing Li
From: Changqing Li All the ptest cases are failed since error "+++ Can't Determine Endianness", update the regex for matching the endianness to fix this issue. Signed-off-by: Changqing Li --- ...c.sh-update-regex-for-getting-endian.patch | 35 +++ .../keyutils/keyu

[oe] [meta-oe][PATCH] linuxptp: fix do_compile error

2022-11-22 Thread Changqing Li
From: Changqing Li with make 4.4, linuxptp do_compile will failed with error: In file included from clock.c:35: missing.h:61:9: error: redeclaration of enumerator 'HWTSTAMP_TX_ONESTEP_P2P' 61 | HWTSTAMP_TX_ONESTEP_P2P = 3, | ^~~ In file included from

[oe] [kirkstone][master][meta-oe][PATCH] redis: upgrade 7.0.4 to 7.0.5

2022-10-13 Thread Changqing Li
From: Changqing Li Signed-off-by: Changqing Li --- .../recipes-extended/redis/{redis_7.0.4.bb => redis_7.0.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/redis/{redis_7.0.4.bb => redis_7.0.5.bb} (96%) diff --git a/meta-oe/recipes-extended

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

2022-09-23 Thread Changqing Li
On 9/22/22 21:39, akuster808 wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Changqing li, Thanks for the patch. I missed that master was updated to version 14.5 which includes this fix. I prefer to go with updates. So you will cherry-pick it from maeter, right? BR

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

2022-09-21 Thread Changqing Li
From: Changqing Li Signed-off-by: Changqing Li --- .../postgresql/files/CVE-2022-2625-01.patch | 935 ++ .../postgresql/files/CVE-2022-2625-02.patch | 38 + .../recipes-dbs/postgresql/postgresql_14.4.bb | 2 + 3 files changed, 975 insertions(+) create mode 100644 meta

[oe] [kirtstone][master][meta-oe][PATCH] dlt-daemon: fix dlt-system.service failed since buffer overflow

2022-08-19 Thread Changqing Li
From: Changqing Li dlt-system.service start failed with error: dlt-system[367]: *** buffer overflow detected ***: terminated dlt-system.service: Failed with result 'watchdog'. dlt-system.service: Main process exited, code=dumped, status=6/ABRT

[oe] [kirkstone][meta-filesystems][PATCH] fuse3: fix ptest test_passthrough_hp failure

2022-08-15 Thread Changqing Li
From: Changqing Li fix test_passthrough_hp failure with error: 21 unlinked testfile checks failed Signed-off-by: Changqing Li --- ...lls.c-allow-EBADF-in-fcheck_stat-631.patch | 45 +++ .../recipes-support/fuse/fuse3_3.10.5.bb | 1 + 2 files changed, 46 insertions

[oe] [kirtstone][master][meta-oe][PATCH V2] redis: fix do_patch fuzz warning

2022-08-14 Thread Changqing Li
From: Changqing Li Fix: WARNING: lib32-redis-7.0.4-r0 do_patch: Fuzz detected: Applying patch GNU_SOURCE.patch patching file src/zmalloc.c Hunk #1 succeeded at 32 with fuzz 2 (offset 4 lines). There are two version of redis, and need different GNU_SOURCE.patch Signed-off-by: Changqing Li

[oe] [kirtstone][master][meta-oe][PATCH] redis: fix do_patch fuzz warning

2022-08-12 Thread Changqing Li
From: Changqing Li Fix: WARNING: lib32-redis-7.0.4-r0 do_patch: Fuzz detected: Applying patch GNU_SOURCE.patch patching file src/zmalloc.c Hunk #1 succeeded at 32 with fuzz 2 (offset 4 lines). There are two version of redis, and need different GNU_SOURCE.patch Signed-off-by: Changqing Li

[oe] [kirkstone][meta-filesystems][PATCH] fuse3: support ptest

2022-08-12 Thread Changqing Li
From: Changqing Li fuse3 test is designed to run under source dir, there are many places like "progname = pjoin(basename, 'example', 'ioctl')" in the testcases, which will try to find compiled program. As our S != B, and the don't run test under source dir. Test will fail with follow

[oe] [master][meta-filesystems][PATCH] fuse3: support ptest

2022-08-12 Thread Changqing Li
From: Changqing Li fuse3 test is designed to run under source dir, there are many places like "progname = pjoin(basename, 'example', 'ioctl')" in the testcases, which will try to find compiled program. As our S != B, and the don't run test under source dir. Test will fail with follow

Re: [oe] [kirkstone][PATCH] zabbix: upgrade 5.2.6 -> 5.4.12

2022-07-17 Thread Changqing Li
ping On 6/29/22 9:20 AM, Changqing Li wrote: From: Changqing Li This upgrade CVE fix: CVE-2022-24349 CVE-2022-24917 CVE-2022-24918 CVE-2022-24919 Signed-off-by: Changqing Li --- .../zabbix/{zabbix_5.2.6.bb => zabbix_5.4.12.bb}| 6 +++--- 1 file changed, 3 insertions(+)

Re: [oe] [kirkstone][PATCH] apache2: upgrade 2.4.53 -> 2.4.54

2022-07-17 Thread Changqing Li
ping On 6/29/22 9:20 AM, Changqing Li wrote: From: Changqing Li This upgrade include CVE fixes: CVE-2022-30522 CVE-2022-31813 CVE-2022-28615 CVE-2022-30556 CVE-2022-29404 CVE-2022-26377 CVE-2022-28614 CVE-2022-28330 Signed-off-by: Changqing Li --- .../0004-apache2-log-the-SELinux-context

Re: [oe] [kirkstone][PATCH] redis: upgrade 7.0-rc3 -> 7.0.2

2022-07-17 Thread Changqing Li
ping On 6/29/22 9:20 AM, Changqing Li wrote: From: Changqing Li This upgrade include CVE fix: CVE-2022-24735 CVE-2022-24736 Signed-off-by: Changqing Li --- .../recipes-extended/redis/{redis_7.0-rc3.bb => redis_7.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename m

[oe] [meta-oe][PATCH] redis: upgrade 7.0.0 to 7.0.2

2022-07-08 Thread Changqing Li
From: Changqing Li Signed-off-by: Changqing Li --- .../recipes-extended/redis/{redis_7.0.0.bb => redis_7.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/redis/{redis_7.0.0.bb => redis_7.0.2.bb} (96%) diff --git a/meta-oe/recipes-extended

[oe] [kirkstone][PATCH] zabbix: upgrade 5.2.6 -> 5.4.12

2022-06-28 Thread Changqing Li
From: Changqing Li This upgrade CVE fix: CVE-2022-24349 CVE-2022-24917 CVE-2022-24918 CVE-2022-24919 Signed-off-by: Changqing Li --- .../zabbix/{zabbix_5.2.6.bb => zabbix_5.4.12.bb}| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-connectiv

[oe] [kirkstone][PATCH] apache2: upgrade 2.4.53 -> 2.4.54

2022-06-28 Thread Changqing Li
From: Changqing Li This upgrade include CVE fixes: CVE-2022-30522 CVE-2022-31813 CVE-2022-28615 CVE-2022-30556 CVE-2022-29404 CVE-2022-26377 CVE-2022-28614 CVE-2022-28330 Signed-off-by: Changqing Li --- .../0004-apache2-log-the-SELinux-context-at-startup.patch | 8 .../apache2

[oe] [kirkstone][PATCH] redis: upgrade 7.0-rc3 -> 7.0.2

2022-06-28 Thread Changqing Li
From: Changqing Li This upgrade include CVE fix: CVE-2022-24735 CVE-2022-24736 Signed-off-by: Changqing Li --- .../recipes-extended/redis/{redis_7.0-rc3.bb => redis_7.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/redis/{redis_7.0-rc3

[oe] [kirkstone][master][PATCH] redis: upgrade 6.2.6 -> 6.2.7

2022-06-28 Thread Changqing Li
From: Changqing Li This upgrade include CVE fix: CVE-2022-24735 CVE-2022-24736 Signed-off-by: Changqing Li --- .../recipes-extended/redis/redis/GNU_SOURCE.patch | 14 -- .../redis/{redis_6.2.6.bb => redis_6.2.7.bb} | 2 +- 2 files changed, 9 insertions(+), 7 deleti

[oe] [master][Kirkstone][meta-networking][PATCH] chrony: create /var/lib/chrony by systemd-tmpfiles

2022-06-22 Thread Changqing Li
From: Changqing Li Ensure /var/lib/chrony exist to avoid error like: chronyd.service: Failed to set up mount namespacing: /run/systemd/unit-root/var/lib/chrony: No such> chronyd.service: Failed at step NAMESPACE spawning /usr/sbin/chronyd: No such file or directory Signed-off-by: Changqing

[oe] [meta-oe][PATCH] redis: upgrade 7.0-rc3 -> 7.0.0

2022-05-31 Thread Changqing Li
From: Changqing Li Signed-off-by: Changqing Li --- .../recipes-extended/redis/{redis_7.0-rc3.bb => redis_7.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/redis/{redis_7.0-rc3.bb => redis_7.0.0.bb} (96%) diff --git a/meta-oe/recipes-ex

[oe] [meta-oe][PATCH] zabbix: upgrade 5.2.6 -> 6.0.4

2022-05-10 Thread Changqing Li
From: Changqing Li This upgrade can fix following CVEs: CVE-2022-24349 CVE-2022-24917 CVE-2022-24918 CVE-2022-24919 Signed-off-by: Changqing Li --- .../zabbix/{zabbix_5.2.6.bb => zabbix_6.0.4.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/reci

[oe] [hardknott][meta-webserver][PATCH] apache2: correct patch name

2022-04-23 Thread Changqing Li
From: Changqing Li Signed-off-by: Changqing Li --- meta-webserver/recipes-httpd/apache2/apache2_2.4.53.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.53.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.53.bb index

[oe] [PATCH] drbd-utils: fix for usrmerge

2022-04-21 Thread Changqing Li
From: Changqing Li * fix following error: systemd-analyze --man=false verify /lib/systemd/system/drbd.service drbd.service: Command /lib/drbd/scripts/drbd is not executable: No such file or directory * enhancement for usrmerge Signed-off-by: Changqing Li --- .../0001-drbd-utils-support

[oe] [hardknott][meta-webserver][PATCH] apache2: upgrade 2.4.52 -> 2.4.53

2022-04-13 Thread Changqing Li
From: Changqing Li This upgarde fix sereval CVEs: CVE-2022-22719 CVE-2022-22720 CVE-2022-22721 CVE-2022-23943 Signed-off-by: Changqing Li --- ...re-use-pkg-config-for-PCRE-detection.patch | 35 +-- .../{apache2_2.4.52.bb => apache2_2.4.53.bb} | 2 +- 2 files changed,

[oe] [hardknott][meta-oe][PATCH] zabbix: Fix sereval CVEs

2022-04-12 Thread Changqing Li
From: Changqing Li fix CVE-2022-24349,CVE-2022-24917,CVE-2022-24918,CVE-2022-24919 Signed-off-by: Changqing Li --- ...-DEV-2077-fixed-reflected-XSS-issues.patch | 93 +++ .../zabbix/zabbix_5.2.6.bb| 1 + 2 files changed, 94 insertions(+) create mode

[oe] [meta-oe][PATCH] hstr: add new recipe

2022-03-02 Thread Changqing Li
From: Changqing Li hstr is bash and zsh shell history suggest box - easily view, navigate, search and manage your command history. Signed-off-by: Changqing Li --- ...1-Use-OE-specific-checks-for-ncurses.patch | 42 +++ ...configure.ac-Don-t-use-AC_CHECK_FILE.patch | 33

[oe] [meta-python][PATCH] python3-psutil: fix test failure

2022-02-23 Thread Changqing Li
From: Changqing Li fix serval failure of "python3 -m psutil.tests" Signed-off-by: Changqing Li --- .../0001-fix-failure-test-cases.patch | 197 ++ .../python/python3-psutil_5.9.0.bb| 2 + 2 files changed, 199 insertions(+) create mode 100644 m

Re: [oe] [hardknott][meta-webserver][PATCH] apache2: fix CVE-2021-44790,CVE-2021-44224

2022-01-16 Thread Changqing Li
On 1/15/22 10:16 PM, akuster808 wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] On 1/13/22 12:02 AM, Changqing Li wrote: From: Changqing Li Signed-off-by: Changqing Li --- .../apache2/apache2/CVE-2021-44224-1.patch| 282 ++ .../apache2/apache2

[oe] [hardknott][meta-webserver][PATCH] apache2: fix CVE-2021-44790,CVE-2021-44224

2022-01-13 Thread Changqing Li
From: Changqing Li Signed-off-by: Changqing Li --- .../apache2/apache2/CVE-2021-44224-1.patch| 282 ++ .../apache2/apache2/CVE-2021-44224-2.patch| 110 +++ .../apache2/apache2/CVE-2021-44790.patch | 32 ++ .../recipes-httpd/apache2/apache2_2.4.51.bb | 3

[oe] [meta-oe][PATCH] postgresql: fix CVE-2021-23214,CVE-2021-23222

2021-12-22 Thread Changqing Li
From: Changqing Li Signed-off-by: Changqing Li Signed-off-by: Armin Kuster --- .../postgresql/files/CVE-2021-23214.patch | 116 .../postgresql/files/CVE-2021-23222.patch | 131 ++ .../recipes-dbs/postgresql/postgresql_13.4.bb | 2 + 3 files changed

[oe] [hardknott][meta-oe][PATCH] redis: add back missing patch

2021-12-15 Thread Changqing Li
From: Changqing Li Signed-off-by: Changqing Li --- meta-oe/recipes-extended/redis/redis_6.2.6.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-oe/recipes-extended/redis/redis_6.2.6.bb b/meta-oe/recipes-extended/redis/redis_6.2.6.bb index c129e6198..202fce16b 100644 --- a/meta

  1   2   3   >