|
[meta-networking][PATCH 2/2] packagegroup-meta-networking: Set PACKAGE_ARCH = "${MACHINE_ARCH}"
Remove memcached from rv64, its not buildable yet Signed-off-by: Khem Raj <raj.khem@...> --- .../recipes-core/packagegroups/packagegroup-meta-networking.bb | 2 ++ 1 file changed, 2 insertions(+) diff
Remove memcached from rv64, its not buildable yet Signed-off-by: Khem Raj <raj.khem@...> --- .../recipes-core/packagegroups/packagegroup-meta-networking.bb | 2 ++ 1 file changed, 2 insertions(+) diff
|
By
Khem Raj
·
|
|
[meta-oe][PATCH 1/2] packagegroup-meta-oe: Remove mongodb from rdep list of packagegroup
Signed-off-by: Khem Raj <raj.khem@...> --- .../packagegroups/packagegroup-meta-oe.bbappend | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-oe/dynamic-layers/meta-python/
Signed-off-by: Khem Raj <raj.khem@...> --- .../packagegroups/packagegroup-meta-oe.bbappend | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-oe/dynamic-layers/meta-python/
|
By
Khem Raj
·
|
|
[meta-multimedia][PATCH] packagegroup-meta-multimedia: Remove library only packages from rdeps
Because they get renamed, it is better to ignore them and let a dependency build them Fixes errors like ERROR: packagegroup-meta-multimedia-1.0-r0 do_package_write_ipk: An allarch packagegroup shouldn
Because they get renamed, it is better to ignore them and let a dependency build them Fixes errors like ERROR: packagegroup-meta-multimedia-1.0-r0 do_package_write_ipk: An allarch packagegroup shouldn
|
By
Khem Raj
·
|
|
[meta-oe][dunfell][PATCH] apache2: upgrade 2.4.55 -> 2.4.56
3 messages
From: Wang Mingyu <wangmy@...> Changelog: ========== - rotatelogs: Add -T flag to allow subsequent rotated logfiles to be truncated without the initial logfile being truncated. - mod_ldap: LDAPConnect
From: Wang Mingyu <wangmy@...> Changelog: ========== - rotatelogs: Add -T flag to allow subsequent rotated logfiles to be truncated without the initial logfile being truncated. - mod_ldap: LDAPConnect
|
By
Valeria Petrov
·
|
|
p7zip fixes for CVE-2018-5996 and CVE-2016-9296
Dear maintainers, CVE-2018-5996 and CVE-2016-9296 were fixed in dunfell but these patched did not make it to master (and thus also not to langdale and kirkstone). Could you please pick them to these t
Dear maintainers, CVE-2018-5996 and CVE-2016-9296 were fixed in dunfell but these patched did not make it to master (and thus also not to langdale and kirkstone). Could you please pick them to these t
|
By
Peter Marko
·
|
|
[meta-oe][PATCH 2/2] libssh: Fix build with clang16
Signed-off-by: Khem Raj <raj.khem@...> --- ...prototype-of-des3_encrypt-des3_decry.patch | 46 +++++++++++++++++++ .../recipes-support/libssh/libssh_0.10.4.bb | 1 + 2 files changed, 47 insertions(+) cr
Signed-off-by: Khem Raj <raj.khem@...> --- ...prototype-of-des3_encrypt-des3_decry.patch | 46 +++++++++++++++++++ .../recipes-support/libssh/libssh_0.10.4.bb | 1 + 2 files changed, 47 insertions(+) cr
|
By
Khem Raj
·
|
|
[meta-networking][PATCH 1/2] rp-pppoe: Define _GNU_SOURCE
Ensures that it picks up definitions of strlcpy() from string.h Signed-off-by: Khem Raj <raj.khem@...> --- meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.15.bb | 3 +++ 1 file changed, 3 inserti
Ensures that it picks up definitions of strlcpy() from string.h Signed-off-by: Khem Raj <raj.khem@...> --- meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.15.bb | 3 +++ 1 file changed, 3 inserti
|
By
Khem Raj
·
|
|
[kirkstone][meta-networking][PATCH] mbedtls: upgrade 2.28.0 -> 2.28.2
ChangeLog: https://github.com/Mbed-TLS/mbedtls/releases/tag/v2.28.2 Security Fixes: CVE-2022-46392: https://nvd.nist.gov/vuln/detail/CVE-2022-46392 CVE-2022-46393: https://nvd.nist.gov/vuln/detail/CVE
ChangeLog: https://github.com/Mbed-TLS/mbedtls/releases/tag/v2.28.2 Security Fixes: CVE-2022-46392: https://nvd.nist.gov/vuln/detail/CVE-2022-46392 CVE-2022-46393: https://nvd.nist.gov/vuln/detail/CVE
|
By
Yi Zhao
·
|
|
[meta-networking][PATCH V2] mbedtls: add ptest
Results: $ ptest-runner mbedtls START: ptest-runner 2023-03-20T08:11 BEGIN: /usr/lib/mbedtls/ptest PASS: test_suite_aes.cbc PASS: test_suite_aes.cfb PASS: test_suite_aes.ecb PASS: test_suite_aes.ofb P
Results: $ ptest-runner mbedtls START: ptest-runner 2023-03-20T08:11 BEGIN: /usr/lib/mbedtls/ptest PASS: test_suite_aes.cbc PASS: test_suite_aes.cfb PASS: test_suite_aes.ecb PASS: test_suite_aes.ofb P
|
By
Yi Zhao
·
|
|
[meta-python][PATCH v2 2/4] python3-patchelf: New recipe
2 messages
Dummy module to indicate the presence of patchelf. Used by python3-meson-python. The CMakeLists.txt file is a crippled copy from this patchelf python module's sources, removing almost everything, and
Dummy module to indicate the presence of patchelf. Used by python3-meson-python. The CMakeLists.txt file is a crippled copy from this patchelf python module's sources, removing almost everything, and
|
By
Zoltan Boszormenyi
·
|
|
[meta-python][PATCH v2 3/3] python3-ninja: New recipe
2 messages
Some python modules rely on "import ninja". Only build and ship the python parts, and don't download and build ninja from sources. Use the already built ninja instead. The CMakeLists.txt file is a cri
Some python modules rely on "import ninja". Only build and ship the python parts, and don't download and build ninja from sources. Use the already built ninja instead. The CMakeLists.txt file is a cri
|
By
Zoltan Boszormenyi
·
|
|
[meta-networking][PATCH] mbedtls: add ptest
2 messages
Results: $ ptest-runner mbedtls START: ptest-runner 2023-03-20T08:11 BEGIN: /usr/lib/mbedtls/ptest PASS: test_suite_aes.cbc PASS: test_suite_aes.cfb PASS: test_suite_aes.ecb PASS: test_suite_aes.ofb P
Results: $ ptest-runner mbedtls START: ptest-runner 2023-03-20T08:11 BEGIN: /usr/lib/mbedtls/ptest PASS: test_suite_aes.cbc PASS: test_suite_aes.cfb PASS: test_suite_aes.ecb PASS: test_suite_aes.ofb P
|
By
Yi Zhao
·
|
|
[meta-python][PATCH v2 4/4] python3-meson-python: New recipe
2 messages
Used by inherit python_mesonpy. Signed-off-by: Zoltán Böszörményi <zboszor@...> --- .../remove-hardcoded-setup-args.patch | 123 ++++++++++++++++++ .../use-installed-mesonpy.patch | 9 ++ .../python3-me
Used by inherit python_mesonpy. Signed-off-by: Zoltán Böszörményi <zboszor@...> --- .../remove-hardcoded-setup-args.patch | 123 ++++++++++++++++++ .../use-installed-mesonpy.patch | 9 ++ .../python3-me
|
By
Zoltan Boszormenyi
·
|
|
[meta-python][PATCH v2 3/4] python3-pyproject-metadata: New recipe
2 messages
Dependency of python3-meson-python. Signed-off-by: Zoltán Böszörményi <zboszor@...> --- .../python/python3-pyproject-metadata_0.7.1.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 1006
Dependency of python3-meson-python. Signed-off-by: Zoltán Böszörményi <zboszor@...> --- .../python/python3-pyproject-metadata_0.7.1.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 1006
|
By
Zoltan Boszormenyi
·
|
|
[meta-webserver][PATCH 1/1] nginx: fix-CVE-2022-41741, CVE-2022-41742
2 messages
nginx: Memory corruption in the ngx_http_mp4_module References: https://nvd.nist.gov/vuln/detail/CVE-2022-41741 https://nvd.nist.gov/vuln/detail/CVE-2022-41742 Signed-off-by: Manoj Saun <manojsingh.sa
nginx: Memory corruption in the ngx_http_mp4_module References: https://nvd.nist.gov/vuln/detail/CVE-2022-41741 https://nvd.nist.gov/vuln/detail/CVE-2022-41742 Signed-off-by: Manoj Saun <manojsingh.sa
|
By
Manoj Saun
·
|
|
[meta-oe][master][PATCH 2/2] android-tools: upgrade android-tools to latest debian 10.0.0.r36
2 messages
From: Nisha Parrakat <nisha.parrakat@...> upgrade of android-tools to 10.0.0.r36 Delete all the old patches that were applicable for old version. Use all the makefiles that come with the new version d
From: Nisha Parrakat <nisha.parrakat@...> upgrade of android-tools to 10.0.0.r36 Delete all the old patches that were applicable for old version. Use all the makefiles that come with the new version d
|
By
Nisha Parrakat
·
|
|
[meta-python][PATCH] nghttp2: never build python bindings
2 messages
From: Joe Slater <joe.slater@...> This has already been done for oe-core/master. Signed-off-by: Joe Slater <joe.slater@...> Signed-off-by: Steve Sakoman <steve@...> --- meta/recipes-support/nghttp2/ng
From: Joe Slater <joe.slater@...> This has already been done for oe-core/master. Signed-off-by: Joe Slater <joe.slater@...> Signed-off-by: Steve Sakoman <steve@...> --- meta/recipes-support/nghttp2/ng
|
By
Yue Tao
·
|
|
[meta-python][PATCH] Introduce python3-trustme to fix ptest error of python3-requests-toolbelt
From: Yue Tao <Yue.Tao@...> The ptest fails after python3-requests-toolbelt is upgraded to 0.10.1. ======================================================= Hint: make sure your test modules/packages ha
From: Yue Tao <Yue.Tao@...> The ptest fails after python3-requests-toolbelt is upgraded to 0.10.1. ======================================================= Hint: make sure your test modules/packages ha
|
By
Yue Tao
·
|
|
dunfell merge request: March 19th
2 messages
The following changes since commit 87571345059f82fb7599e3aa82e6fdcfbd361098: zeromq: 4.3.2 -> 4.3.4 (2023-02-22 11:24:23 -0500) are available in the Git repository at: https://git.openembedded.org/met
The following changes since commit 87571345059f82fb7599e3aa82e6fdcfbd361098: zeromq: 4.3.2 -> 4.3.4 (2023-02-22 11:24:23 -0500) are available in the Git repository at: https://git.openembedded.org/met
|
By
Armin Kuster
·
|
|
[meta-oe][PATCH v4] pgpool2: Added a new recipe.
2 messages
Pgpool-II is a middleware that works between PostgreSQL servers and a PostgreSQL database client. It is distributed under a license similar to BSD and MIT. It provides the following features. Signed-o
Pgpool-II is a middleware that works between PostgreSQL servers and a PostgreSQL database client. It is distributed under a license similar to BSD and MIT. It provides the following features. Signed-o
|
By
leimaohui
·
|