|
[meta-oe][PATCH 04/12] hplip: Inherit python3targetconfig
It uses python3-config during build to grok the python specific includedirs, therefore its important to ensure that target specific python3-config is used, otherwise currently it defaults to native py
It uses python3-config during build to grok the python specific includedirs, therefore its important to ensure that target specific python3-config is used, otherwise currently it defaults to native py
|
By
Khem Raj
·
|
|
[meta-networking][PATCH 03/12] wireshark: Inherit python3targetconfig
It uses python3-config during build to grok the python specific includedirs, therefore its important to ensure that target specific python3-config is used, otherwise currently it defaults to native py
It uses python3-config during build to grok the python specific includedirs, therefore its important to ensure that target specific python3-config is used, otherwise currently it defaults to native py
|
By
Khem Raj
·
|
|
[meta-networking][PATCH 02/12] rdma-core: Inherit python3targetconfig
It uses python3-config during build to grok the python specific includedirs, therefore its important to ensure that target specific python3-config is used, otherwise currently it defaults to native py
It uses python3-config during build to grok the python specific includedirs, therefore its important to ensure that target specific python3-config is used, otherwise currently it defaults to native py
|
By
Khem Raj
·
|
|
[meta-networking][PATCH 01/12] wireshark: Add nghttp2 packageconfig
Ensures that clang does not enable it when nghttp2-native is staged in native sysroot. Signed-off-by: Khem Raj <raj.khem@...> --- meta-networking/recipes-support/wireshark/wireshark_3.4.12.bb | 1 + 1
Ensures that clang does not enable it when nghttp2-native is staged in native sysroot. Signed-off-by: Khem Raj <raj.khem@...> --- meta-networking/recipes-support/wireshark/wireshark_3.4.12.bb | 1 + 1
|
By
Khem Raj
·
|
|
[kirkstone 10/10] Fix missing leading whitespace with ':append'
From: Niko Mauno <niko.mauno@...> Mitigate occurences where ':append' operator is used and leading whitespace character is obviously missing, risking inadvertent string concatenation. Signed-off-by: N
From: Niko Mauno <niko.mauno@...> Mitigate occurences where ':append' operator is used and leading whitespace character is obviously missing, risking inadvertent string concatenation. Signed-off-by: N
|
By
Armin Kuster
·
|
|
[kirkstone 09/10] nftables: Fix missing leading whitespace with ':append'
From: Niko Mauno <niko.mauno@...> Mitigate occurence where ':append' operator is used and leading whitespace character is obviously missing, risking inadvertent string concatenation. Signed-off-by: Ni
From: Niko Mauno <niko.mauno@...> Mitigate occurence where ':append' operator is used and leading whitespace character is obviously missing, risking inadvertent string concatenation. Signed-off-by: Ni
|
By
Armin Kuster
·
|
|
[kirkstone 07/10] redis: 7.0.5 -> 7.0.7
From: Changqing Li <changqing.li@...> This upgrade include fix for CVE-2022-3647 Signed-off-by: Changqing Li <changqing.li@...> Signed-off-by: Khem Raj <raj.khem@...> (cherry picked from commit d86938
From: Changqing Li <changqing.li@...> This upgrade include fix for CVE-2022-3647 Signed-off-by: Changqing Li <changqing.li@...> Signed-off-by: Khem Raj <raj.khem@...> (cherry picked from commit d86938
|
By
Armin Kuster
·
|
|
[kirkstone 06/10] redis: upgrade 7.0.4 to 7.0.5
From: Changqing Li <changqing.li@...> Signed-off-by: Changqing Li <changqing.li@...> Signed-off-by: Khem Raj <raj.khem@...> (cherry picked from commit c8d9407eec21e1eb3e34b66cac8d11fe13c6e63e) Signed-
From: Changqing Li <changqing.li@...> Signed-off-by: Changqing Li <changqing.li@...> Signed-off-by: Khem Raj <raj.khem@...> (cherry picked from commit c8d9407eec21e1eb3e34b66cac8d11fe13c6e63e) Signed-
|
By
Armin Kuster
·
|
|
[kirkstone 05/10] krb5: CVE-2022-42898 integer overflow vulnerabilities in PAC parsing
From: Hitendra Prajapati <hprajapati@...> Upstream-Status: Backport from https://github.com/krb5/krb5/commit/4e661f0085ec5f969c76c0896a34322c6c432de4 Signed-off-by: Hitendra Prajapati <hprajapati@...>
From: Hitendra Prajapati <hprajapati@...> Upstream-Status: Backport from https://github.com/krb5/krb5/commit/4e661f0085ec5f969c76c0896a34322c6c432de4 Signed-off-by: Hitendra Prajapati <hprajapati@...>
|
By
Armin Kuster
·
|
|
[kirkstone 04/10] net-snmp: CVE-2022-44792 & CVE-2022-44793 Fix NULL Pointer Exception
From: Hitendra Prajapati <hprajapati@...> Upstream-Status: Backport from https://github.com/net-snmp/net-snmp/commit/be804106fd0771a7d05236cff36e199af077af57 Signed-off-by: Hitendra Prajapati <hprajap
From: Hitendra Prajapati <hprajapati@...> Upstream-Status: Backport from https://github.com/net-snmp/net-snmp/commit/be804106fd0771a7d05236cff36e199af077af57 Signed-off-by: Hitendra Prajapati <hprajap
|
By
Armin Kuster
·
|
|
[kirkstone 03/10] redis: 6.2.7 -> 6.2.8
From: Changqing Li <changqing.li@...> This upgrade include fix for CVE-2022-3647 Signed-off-by: Changqing Li <changqing.li@...> Signed-off-by: Armin Kuster <akuster808@...> --- .../0006-Define-correct
From: Changqing Li <changqing.li@...> This upgrade include fix for CVE-2022-3647 Signed-off-by: Changqing Li <changqing.li@...> Signed-off-by: Armin Kuster <akuster808@...> --- .../0006-Define-correct
|
By
Armin Kuster
·
|
|
[kirkstone 02/10] kernel_add_regdb: Change the task order
From: Hermes Zhang <chenhuiz@...> The kernel_add_regdb should run before do_compile to make it take effect. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@...> Signed-off-by: Armin Kuster <akus
From: Hermes Zhang <chenhuiz@...> The kernel_add_regdb should run before do_compile to make it take effect. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@...> Signed-off-by: Armin Kuster <akus
|
By
Armin Kuster
·
|
|
[kirkstone 01/10] zsh: Fix CVE-2021-45444
From: Chee Yang Lee <chee.yang.lee@...> backport patch from debian Signed-off-by: Chee Yang Lee <chee.yang.lee@...> Signed-off-by: Armin Kuster <akuster808@...> --- .../zsh/zsh/CVE-2021-45444_1.patch
From: Chee Yang Lee <chee.yang.lee@...> backport patch from debian Signed-off-by: Chee Yang Lee <chee.yang.lee@...> Signed-off-by: Armin Kuster <akuster808@...> --- .../zsh/zsh/CVE-2021-45444_1.patch
|
By
Armin Kuster
·
|
|
[kirkstone 00/10] Patch review
Please have comments back by Tuesday The following changes since commit 29a2410f75a483bbaa5520aa2cdc24aba3b726b6: postfix: upgrade 3.6.5 -> 3.6.7 (2023-01-12 11:06:02 -0500) are available in the Git r
Please have comments back by Tuesday The following changes since commit 29a2410f75a483bbaa5520aa2cdc24aba3b726b6: postfix: upgrade 3.6.5 -> 3.6.7 (2023-01-12 11:06:02 -0500) are available in the Git r
|
By
Armin Kuster
·
|
|
[meta-oe][PATCH 2/2] openthread: Use __attribute__ ((unused)) instead of removing 't'
This helps clang to not warn about this variable Signed-off-by: Khem Raj <raj.khem@...> --- .../openthread/ot-br-posix/mbedtls.patch | 11 +---------- .../openthread/ot-daemon/mbedtls.patch | 11 +-----
This helps clang to not warn about this variable Signed-off-by: Khem Raj <raj.khem@...> --- .../openthread/ot-br-posix/mbedtls.patch | 11 +---------- .../openthread/ot-daemon/mbedtls.patch | 11 +-----
|
By
Khem Raj
·
|
|
[meta-oe][PATCH 1/2] upm: Fix build with gcc13
Signed-off-by: Khem Raj <raj.khem@...> --- .../upm/0001-include-missing-cstdint.patch | 43 +++++++++++++++++++ meta-oe/recipes-extended/upm/upm_git.bb | 1 + 2 files changed, 44 insertions(+) create mo
Signed-off-by: Khem Raj <raj.khem@...> --- .../upm/0001-include-missing-cstdint.patch | 43 +++++++++++++++++++ meta-oe/recipes-extended/upm/upm_git.bb | 1 + 2 files changed, 44 insertions(+) create mo
|
By
Khem Raj
·
|
|
[meta-oe][kirkstone][PATCH] Fix missing leading whitespace with ':append'
Mitigate occurences where ':append' operator is used and leading whitespace character is obviously missing, risking inadvertent string concatenation. Signed-off-by: Niko Mauno <niko.mauno@...> Signed-
Mitigate occurences where ':append' operator is used and leading whitespace character is obviously missing, risking inadvertent string concatenation. Signed-off-by: Niko Mauno <niko.mauno@...> Signed-
|
By
Niko Mauno
·
|
|
[meta-networking][kirkstone][PATCH] nftables: Fix missing leading whitespace with ':append'
Mitigate occurence where ':append' operator is used and leading whitespace character is obviously missing, risking inadvertent string concatenation. Signed-off-by: Niko Mauno <niko.mauno@...> Signed-o
Mitigate occurence where ':append' operator is used and leading whitespace character is obviously missing, risking inadvertent string concatenation. Signed-off-by: Niko Mauno <niko.mauno@...> Signed-o
|
By
Niko Mauno
·
|
|
[meta-networking][PATCH] samba: upgrade 4.17.4 -> 4.17.5
Release Notes: https://www.samba.org/samba/history/samba-4.17.5.html Drop 0007-waf-Fix-errors-with-Werror-implicit-function-declara.patch as the issue has been fixed upstream. Signed-off-by: Yi Zhao <
Release Notes: https://www.samba.org/samba/history/samba-4.17.5.html Drop 0007-waf-Fix-errors-with-Werror-implicit-function-declara.patch as the issue has been fixed upstream. Signed-off-by: Yi Zhao <
|
By
Yi Zhao
·
|
|
Langdale merge request: Jan 28th
2 messages
The following changes since commit c354f92778c1d4bcd3680af7e0fb0d1414de2344: chrony: Remove the libcap and nss PACKAGECONFIGs (2022-11-18 10:11:45 -0500) are available in the Git repository at: https:
The following changes since commit c354f92778c1d4bcd3680af7e0fb0d1414de2344: chrony: Remove the libcap and nss PACKAGECONFIGs (2022-11-18 10:11:45 -0500) are available in the Git repository at: https:
|
By
Armin Kuster
·
|