[OE-core] [PATCH] webkitgtk: 2.44.0 -> 2.44.1

2024-04-11 Thread Kai Kang
From: Kai Kang Update webkitgtk from 2.44.0 to the first bug fix release in the stable 2.44 series 2.44.1. * remove backported patch What's new in the WebKitGTK 2.44.1 release? === - Fix handling of lifetime of web view child dialogs in GTK4. - Do

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

2024-03-04 Thread Kai Kang
On 3/5/24 01:00, Richard Purdie wrote: On Mon, 2024-03-04 at 09:12 +0800, Kai Kang wrote: From: Kai Kang The header files conflic when multilib enabled for arm: Error: Transaction test error:   file /usr/include/finclude/math-vector-fortran.h conflicts between attempted installs

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

2024-03-03 Thread Kai Kang
From: Kai Kang The header files conflic when multilib enabled for arm: | Error: Transaction test error: | file /usr/include/finclude/math-vector-fortran.h conflicts between attempted installs of lib32-libc6-dev-2.39+git0+312e159626-r0.armv7at2hf_neon and libc6-dev-2.39+git0+312e159626

[OE-core] [PATCH] nativesdk-cairo: fix build error

2024-01-22 Thread Kai Kang
From: Kai Kang It fails to build nativesdk-cairo: | ../cairo-1.18.0/meson.build:381:13: ERROR: Can not run test applications in this cross environment. Set meson property ipc_rmid_deferred_release in cross-file to fix the issue which is as same as for target cairo Signed-off-by: Kai Kang

[OE-core] [PATCH] p11-kit: fix parallel build failures

2024-01-21 Thread Kai Kang
From: Kai Kang It fails occasionally with missing generated header files: | ../git/common/asn1.c:42:10: fatal error: openssl.asn.h: No such file or directory |42 | #include "openssl.asn.h" | | ^~~ | compilation terminated. According to meson manual pa

[OE-core] [PATCH] xserver-xorg: 21.1.9 -> 21.1.11

2024-01-18 Thread Kai Kang
From: Kai Kang Update xserver-xorg from 21.1.9 to 21.1.11. Release Notes of 21.1.11 [1]: This release contains fixes for the issues reported in today's security advisory: https://lists.x.org/archives/xorg/2024-January/061525.html * CVE-2023-6816 * CVE-2024-0229 * CVE-2024-21885 * CVE-2024

[OE-core] [mickledore][PATCH] xserver-xorg: fix CVE-2023-5367 & CVE-2023-5380

2023-11-08 Thread Kai Kang
From: Kai Kang CVE: CVE-2023-5367 CVE: CVE-2023-5380 Backport patches to fix CVE-2023-5367 & CVE-2023-5380 for xserver-xorg. Signed-off-by: Kai Kang --- .../xserver-xorg/CVE-2023-5367.patch | 85 +++ .../xserver-xorg/CVE-2023-5380.patch |

[OE-core] [PATCH v3] adwaita-icon-theme: 43 -> 45.0

2023-09-22 Thread Kai Kang
From: Kai Kang Update adwaita-icon-theme from 43 to 45.0. * meson is used to replace autotools, then the patch is redundant * not overwrite PACKAGES, and remove sub-packages ${PN}-hires and ${PN}-symbolic-hires which are created to handle big icon files which do not exist in adwaita-icon

Re: [OE-core] [PATCH v2] adwaita-icon-theme: 43 -> 45.0

2023-09-21 Thread Kai Kang
ch inherit meson doesn't fail the oe-test. Many thanks. Kai - you should not set GTK_IC = "4", as I had previously assumed -- Kai Kang Wind River Linux -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#188036): https://lists.open

Re: [OE-core] [PATCH v2] adwaita-icon-theme: 43 -> 45.0

2023-09-21 Thread Kai Kang
that it look ok is good to do. Alex On Thu, 21 Sept 2023 at 08:47, wrote: From: Kai Kang Update adwaita-icon-theme from 43 to 45.0. * meson is used to replace autotools, then the patch is redundant * not overwrite PACKAGES and split license files to ${PN}-doc Signed-off-by: Kai Kang --- v2

[OE-core] [PATCH v2] adwaita-icon-theme: 43 -> 45.0

2023-09-21 Thread Kai Kang
From: Kai Kang Update adwaita-icon-theme from 43 to 45.0. * meson is used to replace autotools, then the patch is redundant * not overwrite PACKAGES and split license files to ${PN}-doc Signed-off-by: Kai Kang --- v2: * not overwrite PACKAGES and split license files to ${PN}-doc .../0001

Re: [OE-core] [PATCH] adwaita-icon-theme: 43 -> 45.0

2023-09-21 Thread Kai Kang
On 9/21/23 13:49, Alexander Kanavin wrote: On Thu, 21 Sept 2023 at 07:14, Kai Kang wrote: -inherit allarch autotools pkgconfig gettext gtk-icon-cache gnomebase +inherit allarch gnomebase gtk-icon-cache meson gnomebase inherits autotools by default via GNOMEBASEBUILDCLASS, so that needs

[OE-core] [PATCH] adwaita-icon-theme: 43 -> 45.0

2023-09-20 Thread Kai Kang
From: Kai Kang Update adwaita-icon-theme from 43 to 45.0. * meson is used to replace autotools, then the patch is redundant Signed-off-by: Kai Kang --- .../0001-Don-t-use-AC_CANONICAL_HOST.patch| 27 --- ...theme_43.bb => adwaita-icon-theme_45.0.bb} | 7 +++-- 2 fi

[OE-core] [PATCH] goarch.bbclass: not compatible with riscv32

2023-09-12 Thread Kai Kang
From: Kai Kang It fails to build recipes which inherit goarch.bbclass for qemuriscv32: | ERROR: Nothing PROVIDES 'docker-moby' | docker-moby was skipped: Unsupported CPU architecture: riscv32 So empty COMPATIBLE_HOST for riscv32. Signed-off-by: Kai Kang --- meta/classes-recipe

[OE-core] [mickledore][PATCH 1/2] webkitgtk: fix CVE-2023-32439

2023-09-07 Thread Kai Kang
From: Kai Kang Backport patch to fix CVE-2023-32439 for webkitgtk. CVE: CVE-2023-32439 Signed-off-by: Kai Kang --- .../webkit/webkitgtk/CVE-2023-32439.patch | 128 ++ meta/recipes-sato/webkit/webkitgtk_2.38.6.bb | 1 + 2 files changed, 129 insertions(+) create mode

[OE-core] [mickledore][PATCH 2/2] webkitgtk: fix CVE-2023-32435

2023-09-07 Thread Kai Kang
From: Kai Kang Backport and rebase patch to fix CVE-2023-32435 for webkitgtk 2.38.6: * drop the patches for the files WasmAirIRGenerator64.cpp and WasmAirIRGeneratorBase.h which are involved in 2.40.0 * drop test cases as well CVE: CVE-2023-32435 Signed-off-by: Kai Kang --- .../webkit

[OE-core] [PATCH] webkitgtk: fix build failure with DEBUG_BUILD enabled

2023-09-04 Thread Kai Kang
From: Kai Kang It fails to compile webkitgtk when debug build enabled: | /path_to/tmp/work/core2-64-poky-linux/webkitgtk/2.40.5/webkitgtk-2.40.5/Source/bmalloc/libpas/src/libpas/pas_allocation_result.h:76:1: error: inlining failed in call to 'always_inline' 'pas_allocation_result

[OE-core] [kirkstone][PATCH] webkitgtk: fix CVE-2023-23529

2023-09-04 Thread Kai Kang
From: Kai Kang Backport and rebase patch to fix CVE-2023-23529. CVE: CVE-2023-23529 Signed-off-by: Kai Kang --- .../webkit/webkitgtk/CVE-2023-23529.patch | 65 +++ meta/recipes-sato/webkit/webkitgtk_2.36.8.bb | 1 + 2 files changed, 66 insertions(+) create mode 100644

Re: [OE-core] [PATCH] init-manager-systemd.inc: update KERNEL_FEATURES

2023-08-24 Thread Kai Kang
On 8/25/23 00:22, Khem Raj wrote: On 8/24/23 2:07 AM, Kai Kang wrote: From: Kai Kang Append cfg/systemd.scc to init-manager-systemd.inc which enables kernel config CONFIG_FHANDLE. The config is required by systemd >= 209 [1]:    you have to enable CONFIG_FHANDLE in your kernel to use syst

[OE-core] [PATCH] init-manager-systemd.inc: update KERNEL_FEATURES

2023-08-24 Thread Kai Kang
From: Kai Kang Append cfg/systemd.scc to init-manager-systemd.inc which enables kernel config CONFIG_FHANDLE. The config is required by systemd >= 209 [1]: you have to enable CONFIG_FHANDLE in your kernel to use systemd >= 209 successfully, otherwise udev won't find any device

Re: [OE-core] [PATCH] llvm: remove libLTO.so.*

2023-08-22 Thread Kai Kang
On 8/22/23 00:44, Khem Raj wrote: On 8/20/23 7:36 PM, Kai Kang wrote: From: Kai Kang Remove libLTO.so.* from llvm which should be provided by clang and packaged to llvm-linker-tools. It could avoids the error: ERROR: clang-16.0.6-r0 do_create_spdx: The recipe clang is trying

[OE-core] [PATCH] llvm: remove libLTO.so.*

2023-08-20 Thread Kai Kang
From: Kai Kang Remove libLTO.so.* from llvm which should be provided by clang and packaged to llvm-linker-tools. It could avoids the error: ERROR: clang-16.0.6-r0 do_create_spdx: The recipe clang is trying to install files into a shared area when those files already exist. Those

Re: [OE-core] [mickledore][PATCH] webkitgtk: disable DEBUG_BUILD

2023-07-24 Thread Kai Kang
fix. I'll discuss with upstream about it. Regards, Kai Alex On Mon, 24 Jul 2023 at 09:48, Kai Kang wrote: From: Kai Kang It fails to build webkitgtk with DEBUG_BUILD: Source/bmalloc/libpas/src/libpas/pas_generic_large_free_heap.h:140:1: error: inlining failed in call

[OE-core] [mickledore][PATCH] webkitgtk: disable DEBUG_BUILD

2023-07-24 Thread Kai Kang
From: Kai Kang It fails to build webkitgtk with DEBUG_BUILD: Source/bmalloc/libpas/src/libpas/pas_generic_large_free_heap.h:140:1: error: inlining failed in call to 'always_inline' 'pas_generic_large_free_heap_try_allocate_test_allocation_candidate': indirect function call with a yet

[OE-core] [mickledore][PATCH] webkitgtk: 2.38.5 -> 2.38.6

2023-07-17 Thread Kai Kang
From: Kai Kang Update webkitgtk from 2.38.5 to 2.38.6. It fixes CVE-2023-27932 and CVE-2023-27954. What’s new in the WebKitGTK 2.38.6 release? * Enable the Asynchronous Clipboard API to make certain pages work (e.g. GithHub started recently requiring it). * Support :has() CSS selectors

Re: [OE-core] [mickledore][PATCH 0/1] Cherry pick commit from master to update webkitgtk to 2.40.2

2023-07-16 Thread Kai Kang
On 7/14/23 15:15, Kai Kang wrote: From: Kai Kang Hi, I've discussed with webkitgtk maintainers about api compatable issues on https://lists.webkit.org/pipermail/webkit-gtk/2023-March/003887.html WebKitGTK 2.38.x is backwards compatible with 2.36.x, you can safely update without needing

Re: [OE-core] [mickledore][PATCH] libx11: fix CVE-2023-3138

2023-07-16 Thread Kai Kang
On 7/15/23 00:13, Steve Sakoman wrote: This is being handled with a stable branch version bump which is in the current test queue: "libx11: upgrade 1.8.5 -> 1.8.6" OK. Thanks. Kai Steve On Fri, Jul 14, 2023 at 5:05 AM Kai Kang wrote: From: Kai Kang CVE: CVE-2023-3138 B

[OE-core] [mickledore][PATCH] libx11: fix CVE-2023-3138

2023-07-14 Thread Kai Kang
From: Kai Kang CVE: CVE-2023-3138 Backport patch to fix CVE-2023-3138 for libx11. Signed-off-by: Kai Kang --- .../xorg-lib/libx11/CVE-2023-3138.patch | 113 ++ .../recipes-graphics/xorg-lib/libx11_1.8.5.bb | 4 +- 2 files changed, 116 insertions(+), 1 deletion

[OE-core] [mickledore][PATCH 1/1] webkitgtk: update 2.38.5 -> 2.40.2

2023-07-14 Thread Kai Kang
Signed-off-by: Richard Purdie Cherry pick from master and update context for SRC_URI. Signed-off-by: Kai Kang --- meta/recipes-gnome/epiphany/epiphany_43.1.bb | 3 ++ ...tCore-CMakeLists.txt-ensure-reproduc.patch | 28 + ...44e17d258106617b0e6d783d073b188a2548.patch | 42

[OE-core] [mickledore][PATCH 0/1] Cherry pick commit from master to update webkitgtk to 2.40.2

2023-07-14 Thread Kai Kang
From: Kai Kang Hi, I've discussed with webkitgtk maintainers about api compatable issues on https://lists.webkit.org/pipermail/webkit-gtk/2023-March/003887.html > WebKitGTK 2.38.x is backwards compatible with 2.36.x, you can safely update without needing to change applications. In gene

[OE-core] [PATCH] pm-utils: fix multilib conflictions

2023-05-24 Thread Kai Kang
From: Kai Kang It fails to instal pm-utils and lib32-pm-utils at same time: Error: Transaction test error: file /usr/bin/pm-is-supported conflicts between attempted installs of lib32-pm-utils-1.4.1-r1.corei7_32 and pm-utils-1.4.1-r1.corei7_64 file /usr/sbin/pm-hibernate conflicts between

[OE-core] [kirkstone][PATCH] webkitgtk: fix CVE-2022-32888 & CVE-2022-32923

2023-05-05 Thread Kai Kang
From: Kai Kang Backport patches to fix CVE-2022-32888 and CVE-2022-32923 for webkitgtk 2.36.8. The bugzilla IDs of the CVEs are from https://support.apple.com which have been listed in patch headers. Signed-off-by: Kai Kang --- .../webkit/webkitgtk/CVE-2022-32888.patch | 41

[OE-core] [PATCH] libnotify: remove dependency dbus

2023-04-06 Thread Kai Kang
From: Kai Kang It ported to use GDBus in libnotify 0.7.0 [1]. So remove dbus from DEPENDS. And GDBus is provided by glib-2.0. [1]: https://gitlab.gnome.org/GNOME/libnotify/-/commit/f63e8ab Signed-off-by: Kai Kang --- meta/recipes-gnome/libnotify/libnotify_0.8.2.bb | 2 +- 1 file changed, 1

[OE-core] [PATCH] mesa: fix non-trivial designated initializers issue

2023-04-04 Thread Kai Kang
From: Kai Kang It fails to compile intel/compiler/brw_simd_selection.cpp with g++ 7.5.0: | mesa-23.0.0/src/intel/compiler/brw_simd_selection.cpp: In function ‘int brw_simd_select_for_workgroup_size(const intel_device_info*, const brw_cs_prog_data*, const unsigned int*)’: | mesa-23.0.0/src

[OE-core] [dunfell][PATCH v2 1/2] QEMU: CVE-2022-4144 QXL: qxl_phys2virt unsafe address translation can lead to out-of-bounds read

2023-03-25 Thread Kai Kang
From: Hitendra Prajapati Upstream-Status: Backport from https://gitlab.com/qemu-project/qemu/-/commit/6dbbf055148c6f1b7d8a3251a65bd6f3d1e1f622 Signed-off-by: Hitendra Prajapati Signed-off-by: Steve Sakoman Replace the tabs with spaces to correct the indent. Signed-off-by: Kai Kang

[OE-core] [dunfell][PATCH v2 2/2] qemu: fix compile error

2023-03-25 Thread Kai Kang
From: Kai Kang Backport 2 patches and rebase 0002-hw-display-qxl-Pass-requested-buffer-size-to-qxl_phy.patch to fix compile error: ../qemu-6.2.0/hw/display/qxl.c: In function 'qxl_phys2virt': ../qemu-6.2.0/hw/display/qxl.c:1477:67: error: 'size' undeclared (first use in this function); did you

[OE-core] [PATCH] webkitgtk: 2.38.5 -> 2.40.0

2023-03-25 Thread Kai Kang
From: Kai Kang Update webkitgtk from 2.38.5 to 2.40.0 * remove d318bb461f040b90453bc4e100dcf967243ecd98.patch which applied already * rebase 0d3344e17d258106617b0e6d783d073b188a2548.patch * add dependency unifdef-native * remove packgeconfig 'opengl' that ENABLE_GRAPHICS_CONTEXT_GL has been

[OE-core] [kirkstone][PATCH] python3-git: fix indent error

2023-03-15 Thread Kai Kang
From: Kai Kang It fails to import anything from git/remote.py: File "/path_to/python3-git-native/3.1.27-r0/GitPython-3.1.27/git/remote.py", line 700 url = Git.polish_url(url) ^ IndentationError: unexpected indent Signed-off-by: Kai Kang --- .../0001-python3-git-CVE-2022

Re: [OE-core] [kirkstone][PATCH] qemu: fix compile error

2023-03-14 Thread Kai Kang
On 3/13/23 23:43, Steve Sakoman wrote: On Tue, Feb 14, 2023 at 4:22 PM Kai Kang wrote: On 2/14/23 22:30, Martin Jansa wrote: Thanks Kai, this should fix what I've reported in: https://lists.openembedded.org/g/openembedded-core/message/176508 once this is merged, can you please add both oe

[OE-core] [dunfell][PATCH 2/2] qemu: fix compile error

2023-03-14 Thread Kai Kang
From: Kai Kang Backport 2 patches and rebase 0001-hw-display-qxl-Pass-requested-buffer-size-to-qxl_phy.patch to fix compile error: ../qemu-6.2.0/hw/display/qxl.c: In function 'qxl_phys2virt': ../qemu-6.2.0/hw/display/qxl.c:1477:67: error: 'size' undeclared (first use in this function); did you

[OE-core] [dunfell][PATCH 1/2] QEMU: CVE-2022-4144 QXL: qxl_phys2virt unsafe address translation can lead to out-of-bounds read

2023-03-14 Thread Kai Kang
From: Hitendra Prajapati Upstream-Status: Backport from https://gitlab.com/qemu-project/qemu/-/commit/6dbbf055148c6f1b7d8a3251a65bd6f3d1e1f622 Signed-off-by: Hitendra Prajapati Signed-off-by: Steve Sakoman Replace the tabs with spaces to correct the indent. Signed-off-by: Kai Kang

[OE-core] [PATCH] grub2: support metadata_csum_seed feature

2023-03-05 Thread Kai Kang
From: Kai Kang It enable the metadata_csum_seed feature by default in e2fsprogs 1.47.0 and causes grub doesn't work. Backport patch to make grub support this feature. Signed-off-by: Kai Kang --- ...gnore-checksum-seed-incompat-feature.patch | 66 +++ meta/recipes-bsp/grub

[OE-core] [kirkstone][PATCH] xserver-xorg: 21.1.6 -> 21.1.7

2023-02-19 Thread Kai Kang
From: Kai Kang According to the ANNOUNCE of xorg-server 21.1.7[1]: This release contains the fix for CVE-2023-0494 in today's security advisory: https://lists.x.org/archives/xorg-announce/2023-February/003320.html It also fixes a second possible OOB access during EnqueueEvent and a crasher

Re: [OE-core] [kirkstone][PATCH] qemu: fix compile error

2023-02-14 Thread Kai Kang
E-2022-4144.patch and this commit, right? OK, will do. Regards, Kai Regards, On Tue, Feb 14, 2023 at 3:22 PM Kai Kang wrote: From: Kai Kang Backport 2 patches and rebase 0001-hw-display-qxl-Pass-requested-buffer-size-to-qxl_phy.patch to fix compile error: ../qemu-6.

Re: [OE-core] [kirkstone][PATCH 0/1] Update webkitgtk to 2.38.4 for CVEs

2023-02-14 Thread Kai Kang
that some CVEs have been fixed in x.x.x version. And update to 2.38.4 could resolve 15 CVEs at least. Exceptions to the policy would require TSC approval. Who is TSCer? Would he/she like to review it, please? Thanks, Kai Best regards, Steve On Sun, Feb 12, 2023 at 7:50 PM Kai Kang

[OE-core] [kirkstone][PATCH] qemu: fix compile error

2023-02-14 Thread Kai Kang
From: Kai Kang Backport 2 patches and rebase 0001-hw-display-qxl-Pass-requested-buffer-size-to-qxl_phy.patch to fix compile error: ../qemu-6.2.0/hw/display/qxl.c: In function 'qxl_phys2virt': ../qemu-6.2.0/hw/display/qxl.c:1477:67: error: 'size' undeclared (first use in this function); did you

[OE-core] [kirkstone][PATCH 1/1] webkitgtk: 2.36.8 -> 2.38.4

2023-02-12 Thread Kai Kang
From: Kai Kang Update webkitgtk 2.36.8 to latest version 2.38.4 which solves a lot of CVEs. Copies recipe and patches from master branch and only keep value PACKAGECONFIG_SOUP with 'soup2'. According to webkitgtk release information file NEWS[1], it adds new apis but no removal from webkitgtk

[OE-core] [kirkstone][PATCH 0/1] Update webkitgtk to 2.38.4 for CVEs

2023-02-12 Thread Kai Kang
From: Kai Kang Update webkitgtk 2.36.8 to latest version 2.38.4 which solves a lot of CVEs. The diff output of header files is attached at the end of this file. Kai Kang (1): webkitgtk: 2.36.8 -> 2.38.4 ...spection.cmake-prefix-variables-obta.patch | 39 +-- .../0001-Fix-build-with

[OE-core] [PATCH] webkitgtk: 2.38.3 -> 2.38.4

2023-02-12 Thread Kai Kang
From: Kai Kang Update webkitgtk from 2.38.3 to 2.38.4. * remove 0001-When-building-introspection-files-do-not-quote-CFLAG.patch which has been merged in upstream What’s new in the WebKitGTK 2.38.4 release?[1] * Improve GStreamer multimedia playback across the board with improved codec

[OE-core] [PATCH] xserver-xorg: 21.1.6 -> 21.1.7

2023-02-09 Thread Kai Kang
From: Kai Kang According to the ANNOUNCE of xorg-server 21.1.7[1]: This release contains the fix for CVE-2023-0494 in today's security advisory: https://lists.x.org/archives/xorg-announce/2023-February/003320.html It also fixes a second possible OOB access during EnqueueEvent and a crasher

Re: [OE-core] [PATCH] mesa: update submitted patch with backported version

2023-01-18 Thread Kai Kang
AjveYdw8EvQ!d1I0Oop5Q1K7nA2qwulHGN9mgP7ofnN-EUUea_ivsroO0Ks1bU1j3VJqZuTQ0X2H5ycY9aAW5Cz_ChByclpNB_Q$>] - -Signed-off-by: Kai Kang - -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -fix call to ‘always_inline’ ‘src_is_ssa’ - -Closes: https://

[OE-core] [PATCH 4/4] libsm: 1.2.3 > 1.2.4

2022-12-29 Thread Kai Kang
From: Kai Kang Signed-off-by: Kai Kang --- .../xorg-lib/{libsm_1.2.3.bb => libsm_1.2.4.bb}| 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libsm_1.2.3.bb => libsm_1.2.4.bb} (87%) diff --git a/meta/recipes-graphics/xo

[OE-core] [PATCH 3/4] libx11: 1.8.1 -> 1.8.3

2022-12-29 Thread Kai Kang
From: Kai Kang Update libx11 from 1.8.1 to 1.8.3. * add LICENSE 'ISC' which is added by https://github.com/freedesktop/xorg-libX11/commit/a04b84f0 * adjust the ordering according to https://www.openembedded.org/wiki/Styleguide#Ordering_and_grouping Signed-off-by: Kai Kang

[OE-core] [PATCH 1/4] xorg-lib-common.inc: set default value of XORG_EXT

2022-12-29 Thread Kai Kang
From: Kai Kang It replaced tar.bz2 tar archieves with tar.xz from the middle of 2021 on page https://www.x.org/releases/individual/lib/. So set the default value of XORG_EXT with 'tar.xz', and update related recipes accordingly. Signed-off-by: Kai Kang --- meta/recipes-graphics/xorg-lib

[OE-core] [PATCH 2/4] libx11-compose-data: 1.6.8 -> 1.8.3

2022-12-29 Thread Kai Kang
From: Kai Kang Update libx11-compose-data from 1.6.8 to 1.8.3 * add 'ISC' to LICENSE because of commit https://github.com/freedesktop/xorg-libX11/commit/a04b84f0 * adjust ordering according to https://www.openembedded.org/wiki/Styleguide#Ordering_and_grouping Signed-off-by: Kai Kang

[OE-core] [kirkstone][PATCH] webkitgtk: 2.36.7 -> 2.36.8

2022-12-20 Thread Kai Kang
From: Kai Kang webkitgtk 2.36.8 is a bug fix release in the stable 2.36 series. What’s new in the WebKitGTK 2.36.8 release? * Fix jumpy elements when scrolling GitLab and other web sites. * Fix WebKitWebView:web-process-terminated signal not being emitted for the first web view when

[OE-core] [PATCH v2] lttng-tools: add systemd support

2018-09-02 Thread Kai Kang
the requirement. So disable the service by default. Signed-off-by: Kai Kang --- v2: * update commit message that why disable the systemd service by default. meta/recipes-kernel/lttng/lttng-tools/lttng-sessiond.service | 9 + meta/recipes-kernel/lttng/lttng-tools_2.9.5.bb | 12

[OE-core] [PATCH 6/6] multilib: fix install file conflicts

2018-08-26 Thread Kai Kang
/gpgrt-config conflicts between attempted installs of lib32-libgpg-error-dev-1.32-r0.x86 and libgpg-error-dev-1.32-r0.core2_64 | file /usr/share/pkgconfig/udev.pc conflicts between attempted installs of eudev-dev-3.2.5-r0.core2_64 and lib32-eudev-dev-3.2.5-r0.x86 Signed-off-by: Kai Kang --- meta

[OE-core] [PATCH 4/6] update_gtk_immodules_cache: update for multilib

2018-08-26 Thread Kai Kang
} to ${libexecdir} with ${MLPREFIX}. And update update_gtk_immodules_cache calls proper binary. Signed-off-by: Kai Kang --- meta/recipes-gnome/gtk+/gtk+.inc | 4 meta/recipes-gnome/gtk+/gtk+3.inc | 4 scripts/postinst-intercepts

[OE-core] [PATCH 3/6] update_font_cache: update script for multilib

2018-08-26 Thread Kai Kang
install file fc-cache to ${libexecdir} with ${MLPREFIX} and call proper fc-cache in update_font_cache. Signed-off-by: Kai Kang --- meta/recipes-graphics/fontconfig/fontconfig_2.12.6.bb | 8 +++- scripts/postinst-intercepts/update_font_cache | 2 +- 2 files changed, 8 insertions(+), 2

[OE-core] [PATCH 5/6] statetests.py: drop test_sstate_allarch_samesigs_multilib

2018-08-26 Thread Kai Kang
allarch is disabled when multilib is used, so sstate oeqa case test_sstate_allarch_samesigs_multilib is useless. Remove check for allarch part and rename to test_sstate_nativesdk_samesigs_multilib. Signed-off-by: Kai Kang --- meta/lib/oeqa/selftest/cases/sstatetests.py | 11 ++- 1 file

[OE-core] [PATCH 2/6] sstate.bbclass: update SSTATE_DUPWHITELIST

2018-08-26 Thread Kai Kang
Update SSTATE_DUPWHITELIST in sstate.bbclass. * remove ${DEPLOY_DIR_RPM}/noarch/ which is not overwritten any more * add directories for package target-sdk-provides-dummy Signed-off-by: Kai Kang --- meta/classes/sstate.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff

[OE-core] [PATCH V4 0/6] allarch: disable allarch when multilib is used

2018-08-26 Thread Kai Kang
ylinux.org/poky-contrib kangkai/allarch-enabled-V4 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/allarch-enabled-V4 Kai Kang (6): allarch: disable allarch when multilib is used sstate.bbclass: update SSTATE_DUPWHITELIST update_font_cache: update script fo

[OE-core] [PATCH 1/6] allarch: disable allarch when multilib is used

2018-08-26 Thread Kai Kang
s(allarch) -> lib32-openssl it should install lib32-openssl for ca-certificates but openssl is still wrongly required. Copy allarch.bbclass to allarch-enabled.bbclass and only inherit allarch-enabled.bbclass when multilib is not used. Signed-off-by: Kai Kang --- meta/classes/allarch-enabled.

[OE-core] [PATCH 5/5] multilib: fix install file conflicts

2018-08-25 Thread Kai Kang
/gpgrt-config conflicts between attempted installs of lib32-libgpg-error-dev-1.32-r0.x86 and libgpg-error-dev-1.32-r0.core2_64 | file /usr/share/pkgconfig/udev.pc conflicts between attempted installs of eudev-dev-3.2.5-r0.core2_64 and lib32-eudev-dev-3.2.5-r0.x86 Signed-off-by: Kai Kang --- meta

[OE-core] [PATCH 3/5] update_font_cache: update script for multilib

2018-08-25 Thread Kai Kang
install file fc-cache to ${libexecdir} with ${MLPREFIX} and call proper fc-cache in update_font_cache. Signed-off-by: Kai Kang --- meta/recipes-graphics/fontconfig/fontconfig_2.12.6.bb | 8 +++- scripts/postinst-intercepts/update_font_cache | 2 +- 2 files changed, 8 insertions(+), 2

[OE-core] [PATCH 4/5] statetests.py: drop test_sstate_allarch_samesigs_multilib

2018-08-25 Thread Kai Kang
allarch is disabled when multilib is used, so sstate oeqa case test_sstate_allarch_samesigs_multilib is useless. Remove check for allarch part and rename to test_sstate_nativesdk_samesigs_multilib. Signed-off-by: Kai Kang --- meta/lib/oeqa/selftest/cases/sstatetests.py | 11 ++- 1 file

[OE-core] [PATCH 1/5] allarch: disable allarch when multilib is used

2018-08-25 Thread Kai Kang
s(allarch) -> lib32-openssl it should install lib32-openssl for ca-certificates but openssl is still wrongly required. Copy allarch.bbclass to allarch-enabled.bbclass and only inherit allarch-enabled.bbclass when multilib is not used. Signed-off-by: Kai Kang --- meta/classes/allarch-enabled.

[OE-core] [PATCH 2/5] sstate.bbclass: update SSTATE_DUPWHITELIST

2018-08-25 Thread Kai Kang
Update SSTATE_DUPWHITELIST in sstate.bbclass. * remove ${DEPLOY_DIR_RPM}/noarch/ which is not overwritten any more * add directories for package target-sdk-provides-dummy Signed-off-by: Kai Kang --- meta/classes/sstate.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff

[OE-core] [PATCH V3 0/5] allarch: disable allarch when multilib is used

2018-08-25 Thread Kai Kang
ylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/allarch-enabled-V3 Kai Kang (5): allarch: disable allarch when multilib is used sstate.bbclass: update SSTATE_DUPWHITELIST update_font_cache: update script for multilib statetests.py: drop test_sstate_allarch_samesigs_multilib multilib: fix in

[OE-core] [PATCH] lttng-tools: add systemd support

2018-08-10 Thread Kai Kang
Add systemd service file of lttng-tools from Fedora ftp://fr2.rpmfind.net/linux/fedora/linux/development/rawhide /Everything/source/tree/Packages/l/lttng-tools-2.10.5-1.fc29.src.rpm And disable the service by default. Signed-off-by: Kai Kang --- meta/recipes-kernel/lttng/lttng-tools/lttng

[OE-core] [PATCH 2/2] man-pages: inherit manpages

2018-06-07 Thread Kai Kang
Inherit manpages to update manual file index caches after installation for man-pages. Signed-off-by: Kai Kang --- meta/recipes-extended/man-pages/man-pages_4.14.bb | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/man-pages/man-pages_4.14.bb b

[OE-core] [PATCH 1/2] manpages.bbclass: Update RDEPENDS and post install scripts

2018-06-07 Thread Kai Kang
If a package installs manual files, it should update manual index cache after its installation. Add package 'man-db' to RDEPENDS which contains command 'mandb' to update the cache. And do the update in the post install scripts. Signed-off-by: Kai Kang --- meta/classes/manpages.bbclass | 32

[OE-core] [PATCH] man-db: create man db index file

2018-06-04 Thread Kai Kang
The man db index file doesn't exist, it causes commands whatis, apropos and 'man -f' don't work as expect: | root@qemux86-64:# whatis hosts | hosts: nothing appropriate. Run command mandb to create man db index file when first boot. Signed-off-by: Kai Kang --- meta/recipes-extended/man-db/man

[OE-core] [PATCH 0/2] V2: Fix rt-tests redo install error and add qemu ptest

2015-08-03 Thread Kai Kang
://git.yoctoproject.org/poky-contrib kangkai/qemu-ptest http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=kangkai/qemu-ptest Kai Kang (2): rt-tests: fix redo install error qemu: add ptest sub-package meta/recipes-devtools/qemu/qemu.inc| 16 +++- .../qemu/qemu/add-ptest

[OE-core] [PATCH 1/2] rt-tests: fix redo install error

2015-08-03 Thread Kai Kang
' before the file name. Signed-off-by: Kai Kang kai.k...@windriver.com --- .../rt-tests/files/fix-re-install-failure.patch| 48 ++ meta/recipes-rt/rt-tests/rt-tests.inc | 1 + 2 files changed, 49 insertions(+) create mode 100644 meta/recipes-rt/rt-tests/files/fix-re

[OE-core] [PATCH 2/2] qemu: add ptest sub-package

2015-08-03 Thread Kai Kang
Add sub-package ptest which runs all unit tests cases for qemu. Signed-off-by: Kai Kang kai.k...@windriver.com --- meta/recipes-devtools/qemu/qemu.inc| 16 +++- .../qemu/qemu/add-ptest-in-makefile.patch | 29 ++ meta/recipes-devtools/qemu/qemu

[OE-core] [PATCH 1/2] rt-tests: fix redo install error

2015-08-01 Thread Kai Kang
' before the file name. Signed-off-by: Kai Kang kai.k...@windriver.com --- .../rt-tests/files/fix-re-install-failure.patch| 48 ++ meta/recipes-rt/rt-tests/rt-tests.inc | 1 + 2 files changed, 49 insertions(+) create mode 100644 meta/recipes-rt/rt-tests/files/fix-re

[OE-core] [PATCH 0/2] Fix rt-tests redo install error and add qemu ptest

2015-08-01 Thread Kai Kang
://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=kangkai/qemu-ptest Kai Kang (2): rt-tests: fix redo install error qemu: add ptest sub-package meta/recipes-devtools/qemu/qemu.inc| 16 +++- .../qemu/qemu/add-ptest-in-makefile.patch | 29 + meta/recipes-devtools/qemu

[OE-core] [PATCH 0/1] Fix dead lock issue when use smart with pygtk

2015-07-30 Thread Kai Kang
in the git repository at: git://git.yoctoproject.org/poky-contrib kangkai/smartpm http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=kangkai/smartpm Kai Kang (1): smartpm: set noprogress for pycurl .../smart-set-noprogress-for-pycurl.patch| 20 meta

[OE-core] [PATCH 1/1] smartpm: set noprogress for pycurl

2015-07-30 Thread Kai Kang
Set NOPROGRESS for pycurl just as same as default operation in pycurl module itself. If set NOPROGRESS with 0 for pycurl, it causes dead lock issue of Python GIL when call smart library by python gui just like pygtk. Signed-off-by: Kai Kang kai.k...@windriver.com --- .../smart-set-noprogress

[OE-core] [PATCH 1/1] lighttpd: 1.4.35 - 1.4.36

2015-07-28 Thread Kai Kang
Upgrade lighttpd from 1.4.35 to 1.4.36. * romove PR * update contex of 0001-mod_cgi-buffers-data-without-bound.patch Signed-off-by: Kai Kang kai.k...@windriver.com --- .../0001-mod_cgi-buffers-data-without-bound.patch | 55 +++--- .../{lighttpd_1.4.35.bb = lighttpd_1.4.36.bb

[OE-core] [PATCH 0/1] Upgrade lighttpd to 1.4.36

2015-07-28 Thread Kai Kang
://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=kangkai/lighttpd Kai Kang (1): lighttpd: 1.4.35 - 1.4.36 .../0001-mod_cgi-buffers-data-without-bound.patch | 55 +++--- .../{lighttpd_1.4.35.bb = lighttpd_1.4.36.bb} | 9 ++-- 2 files changed, 31 insertions(+), 33 deletions(-) rename

[OE-core] [PATCH 0/1] V2: Fix can not stop systemd service var-volatile-lib

2015-07-20 Thread Kai Kang
/volatile-bind http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=kangkai/volatile-bind Kai Kang (1): volatile-binds: correct path of command umount meta/recipes-core/volatile-binds/files/volatile-binds.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.9.1

[OE-core] [PATCH 1/1] volatile-binds: correct path of command umount

2015-07-20 Thread Kai Kang
It calls /sbin/umount to stop service var-volatile-lib. But umount is installed into directory /bin. Correct it. Signed-off-by: Kai Kang kai.k...@windriver.com --- meta/recipes-core/volatile-binds/files/volatile-binds.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 0/1] Fix fontconfig buildpaths QA check issue

2015-07-15 Thread Kai Kang
) are available in the git repository at: git://git.yoctoproject.org/poky-contrib kangkai/fontconfig http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=kangkai/fontconfig Kai Kang (1): fontconfig: fix buildpaths QA check meta/recipes-graphics/fontconfig/fontconfig_2.11.93.bb | 4 1

[OE-core] [PATCH 1/1] fontconfig: fix buildpaths QA check

2015-07-15 Thread Kai Kang
Variable Libs.private contains build path in file fontconfig.pc. It fails buildpaths check and that is not the right value when use pkg-config with option '--static'. Remove build path from fontconfig.pc to fix it. Signed-off-by: Kai Kang kai.k...@windriver.com --- meta/recipes-graphics

[OE-core] [PATCH 0/1] Fix failures of bash QA buildpaths check

2015-07-14 Thread Kai Kang
://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=kangkai/bash Kai Kang (1): bash: fix for QA buildpaths check meta/recipes-extended/bash/bash-3.2.48/run-ptest | 2 -- meta/recipes-extended/bash/bash.inc | 8 ++-- meta/recipes-extended/bash/bash/run-ptest| 5 - meta

[OE-core] [PATCH 1/1] bash: fix for QA buildpaths check

2015-07-14 Thread Kai Kang
/core2-64-poky-linux/bash/3.2.48-r11/bash-3.2.48/parse.y Remove $S from file y.tab.c to fix buildpaths check too. Signed-off-by: Kai Kang kai.k...@windriver.com --- meta/recipes-extended/bash/bash-3.2.48/run-ptest | 2 -- meta/recipes-extended/bash/bash.inc | 8 ++-- meta/recipes

[OE-core] [PATCH 1/1] subversion: improve the regex of sed command of SVN_SERF_INCLUDES macro

2015-07-08 Thread Kai Kang
. Signed-off-by: Kai Kang kai.k...@windriver.com --- .../Improve_the_regex_of_sed_command_of.patch | 31 ++ .../subversion/subversion_1.8.13.bb| 1 + 2 files changed, 32 insertions(+) create mode 100644 meta/recipes-devtools/subversion/subversion-1.8.13

[OE-core] [PATCH 0/1] Improve the regex of sed command of SVN_SERF_INCLUDES macro of subversion

2015-07-08 Thread Kai Kang
-contrib/log/?h=kangkai/subversion Kai Kang (1): subversion: improve the regex of sed command of SVN_SERF_INCLUDES macro .../Improve_the_regex_of_sed_command_of.patch | 31 ++ .../subversion/subversion_1.8.13.bb| 1 + 2 files changed, 32 insertions

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

2015-07-08 Thread Kai Kang
Add PACKAGECONFIG 'selinux' for systemd. debug-shell.service starts different shell according whether selinux is enabled. Signed-off-by: Kai Kang kai.k...@windriver.com --- meta/recipes-core/systemd/systemd_219.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta

[OE-core] [PATCH 1/2] initscripts: add /sbin/sushell for systemd service debug-shell

2015-07-08 Thread Kai Kang
in package initscripts requires /bin/bash, but no providers found in its RDEPENDS [file-rdeps] Signed-off-by: Kai Kang kai.k...@windriver.com --- meta/recipes-core/initscripts/initscripts-1.0/sushell | 5 + meta/recipes-core/initscripts/initscripts_1.0.bb | 10 +- 2 files changed

[OE-core] [PATCH 0/2] V2: Add /sbin/sushell when SELinux is enabled

2015-07-08 Thread Kai Kang
8ad9a434c9fd0300cf5c38c368b181b78421e95a: bitbake: tests/data: Add new data tests (2015-07-01 15:40:21 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib kangkai/initscripts http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=kangkai/initscripts Kai Kang (2): initscripts: add

[OE-core] [PATCH 1/1] qemu: fix CVE-2015-3209

2015-07-07 Thread Kai Kang
Backport patch to fix CVE-2015-3209. http://git.qemu.org/?p=qemu.git;a=commit;h=9f7c594 Signed-off-by: Kai Kang kai.k...@windriver.com --- .../qemu/qemu/qemu-fix-CVE-2015-3209.patch | 53 ++ meta/recipes-devtools/qemu/qemu_2.3.0.bb | 1 + 2 files changed

[OE-core] [PATCH 0/1] qemu: Fix CVE-2015-3209

2015-07-07 Thread Kai Kang
/log/?h=kangkai/qemu Kai Kang (1): qemu: fix CVE-2015-3209 .../qemu/qemu/qemu-fix-CVE-2015-3209.patch | 53 ++ meta/recipes-devtools/qemu/qemu_2.3.0.bb | 1 + 2 files changed, 54 insertions(+) create mode 100644 meta/recipes-devtools/qemu/qemu/qemu-fix-CVE

[OE-core] [PATCH 0/1] Add /sbin/sushell when SELinux is enabled

2015-07-06 Thread Kai Kang
-contrib/log/?h=kangkai/initscripts Kai Kang (1): initscripts: add /sbin/sushell for systemd service debug-shell meta/recipes-core/initscripts/initscripts-1.0/sushell | 5 + meta/recipes-core/initscripts/initscripts_1.0.bb | 10 +- 2 files changed, 14 insertions(+), 1 deletion

[OE-core] [PATCH 1/1] initscripts: add /sbin/sushell for systemd service debug-shell

2015-07-06 Thread Kai Kang
in package initscripts requires /bin/bash, but no providers found in its RDEPENDS [file-rdeps] Signed-off-by: Kai Kang kai.k...@windriver.com --- meta/recipes-core/initscripts/initscripts-1.0/sushell | 5 + meta/recipes-core/initscripts/initscripts_1.0.bb | 10 +- 2 files changed

[OE-core] [PATCH 0/1] Fix can not stop systemd service var-volatile-lib

2015-07-05 Thread Kai Kang
/poky-contrib/log/?h=kangkai/volatile-binds Kai Kang (1): volatile-binds: correct path of command umount meta/recipes-core/volatile-binds/volatile-binds.bb | 1 + 1 file changed, 1 insertion(+) -- 1.9.1 -- ___ Openembedded-core mailing list

[OE-core] [PATCH 1/1] volatile-binds: correct path of command umount

2015-07-05 Thread Kai Kang
It calls /sbin/umount to stop service var-volatile-lib. But umount is installed into directory /bin. Correct it. Signed-off-by: Kai Kang kai.k...@windriver.com --- meta/recipes-core/volatile-binds/volatile-binds.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/volatile

  1   2   3   4   >