|
[meta-python] [PATCH] python3-coverage: upgrade 7.2.1 -> 7.2.2
From: Wang Mingyu <wangmy@...> Changelog: =========== - Fix: if a virtualenv was created inside a source directory, and a sourced package was installed inside the virtualenv, then all of the third-par
From: Wang Mingyu <wangmy@...> Changelog: =========== - Fix: if a virtualenv was created inside a source directory, and a sourced package was installed inside the virtualenv, then all of the third-par
|
By
wangmy
·
|
|
[meta-python] [PATCH] python3-cmake: upgrade 3.25.2 -> 3.26.0
From: Wang Mingyu <wangmy@...> Signed-off-by: Wang Mingyu <wangmy@...> --- .../python/{python3-cmake_3.25.2.bb => python3-cmake_3.26.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename m
From: Wang Mingyu <wangmy@...> Signed-off-by: Wang Mingyu <wangmy@...> --- .../python/{python3-cmake_3.25.2.bb => python3-cmake_3.26.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename m
|
By
wangmy
·
|
|
[meta-python] [PATCH] python3-argcomplete: upgrade 2.1.1 -> 3.0.0
From: Wang Mingyu <wangmy@...> Changelog: =========== Fully support zsh. Argcomplete now supports completion descriptions and global completion in zsh. Clean up top level namespace. Documentation and
From: Wang Mingyu <wangmy@...> Changelog: =========== Fully support zsh. Argcomplete now supports completion descriptions and global completion in zsh. Clean up top level namespace. Documentation and
|
By
wangmy
·
|
|
[meta-python] [PATCH] python3-apt: upgrade 2.5.2 -> 2.5.3
From: Wang Mingyu <wangmy@...> Signed-off-by: Wang Mingyu <wangmy@...> --- .../python/{python3-apt_2.5.2.bb => python3-apt_2.5.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe
From: Wang Mingyu <wangmy@...> Signed-off-by: Wang Mingyu <wangmy@...> --- .../python/{python3-apt_2.5.2.bb => python3-apt_2.5.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe
|
By
wangmy
·
|
|
[meta-python] [PATCH] python3-sentry-sdk: upgrade 1.15.0 -> 1.17.0
From: Wang Mingyu <wangmy@...> License-Update: Switch to MIT license Changelog: https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md Signed-off-by: Wang Mingyu <wangmy@...> --- ...n3-se
From: Wang Mingyu <wangmy@...> License-Update: Switch to MIT license Changelog: https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md Signed-off-by: Wang Mingyu <wangmy@...> --- ...n3-se
|
By
wangmy
·
|
|
[meta-python] [PATCH] python3-pymodbus: upgrade 3.2.0 -> 3.2.1
From: Wang Mingyu <wangmy@...> License-Update: delete empty line at the end of the file. Changelog: ========== add missing server.start(). (#1443) Don't publish univeral (Python2 / Python 3) wheels (#
From: Wang Mingyu <wangmy@...> License-Update: delete empty line at the end of the file. Changelog: ========== add missing server.start(). (#1443) Don't publish univeral (Python2 / Python 3) wheels (#
|
By
wangmy
·
|
|
[meta-python] [PATCH] python3-geojson: upgrade 2.5.0 -> 3.0.1
From: Wang Mingyu <wangmy@...> License-Update: Update library name in license Changelog: ========== Add Support for Python 3.11.x minor revisions Support for Python versions 3.7-3.11 (Python 2 no long
From: Wang Mingyu <wangmy@...> License-Update: Update library name in license Changelog: ========== Add Support for Python 3.11.x minor revisions Support for Python versions 3.7-3.11 (Python 2 no long
|
By
wangmy
·
|
|
[kirkstone][PATCH] mariadb: Fix CVE-2022-47015
From: Mingli Yu <mingli.yu@...> Backport patch [1] to fix CVE-2022-47015 [2]. [1] https://github.com/MariaDB/server/commit/b98375f9df0 [2] https://jira.mariadb.org/browse/MDEV-29644 Signed-off-by: Min
From: Mingli Yu <mingli.yu@...> Backport patch [1] to fix CVE-2022-47015 [2]. [1] https://github.com/MariaDB/server/commit/b98375f9df0 [2] https://jira.mariadb.org/browse/MDEV-29644 Signed-off-by: Min
|
By
Yu, Mingli
·
|
|
[meta-oe][kirkstone][langdale][PATCH] c-ares: fix CVE-2022-4904
From: Peter Marko <peter.marko@...> Backport based on https://github.com/c-ares/c-ares/issues/496 Signed-off-by: Peter Marko <peter.marko@...> --- .../c-ares/c-ares/CVE-2022-4904.patch | 66 ++++++++++
From: Peter Marko <peter.marko@...> Backport based on https://github.com/c-ares/c-ares/issues/496 Signed-off-by: Peter Marko <peter.marko@...> --- .../c-ares/c-ares/CVE-2022-4904.patch | 66 ++++++++++
|
By
Peter Marko
·
|
|
[meta-oe][PATCH] cmocka: Check for previous declaration of uintptr_t
Fix build with musl/aarch64 Signed-off-by: Khem Raj <raj.khem@...> --- meta-oe/recipes-test/cmocka/cmocka_1.1.7.bb | 1 + ...or-previous-declaration-of-uintptr_t.patch | 43 +++++++++++++++++++ 2 files
Fix build with musl/aarch64 Signed-off-by: Khem Raj <raj.khem@...> --- meta-oe/recipes-test/cmocka/cmocka_1.1.7.bb | 1 + ...or-previous-declaration-of-uintptr_t.patch | 43 +++++++++++++++++++ 2 files
|
By
Khem Raj
·
|
|
[meta-oe][PATCH] libyang: upgrade 2.1.30 -> 2.1.55
ChangeLog: https://github.com/CESNET/libyang/releases/tag/v2.1.55 * Generate cases list dynamically in run-ptest. * Add a patch to fix ptest. Signed-off-by: Yi Zhao <yi.zhao@...> --- ...ntext-skip-tes
ChangeLog: https://github.com/CESNET/libyang/releases/tag/v2.1.55 * Generate cases list dynamically in run-ptest. * Add a patch to fix ptest. Signed-off-by: Yi Zhao <yi.zhao@...> --- ...ntext-skip-tes
|
By
Yi Zhao
·
|
|
[kirkstone][meta-webserver][PATCH] apache2: upgrade 2.4.55 -> 2.4.56
2 messages
From: Changqing Li <changqing.li@...> This upgrade contains two CVE fixes, CVE-2023-25690 (CRITICAL) CVE-2023-27522 (HIGH) Signed-off-by: Changqing Li <changqing.li@...> --- .../apache2/{apache2_2.4.5
From: Changqing Li <changqing.li@...> This upgrade contains two CVE fixes, CVE-2023-25690 (CRITICAL) CVE-2023-27522 (HIGH) Signed-off-by: Changqing Li <changqing.li@...> --- .../apache2/{apache2_2.4.5
|
By
Changqing Li
·
|
|
langdale merge request: March 22nd
The following changes since commit 613dc6e1076efcb8c0aadf7728433e5841e6a6aa: nodejs: Upgrade 16.19.0 -> 16.19.1 (2023-03-12 11:51:57 -0400) are available in the Git repository at: https://git.openembe
The following changes since commit 613dc6e1076efcb8c0aadf7728433e5841e6a6aa: nodejs: Upgrade 16.19.0 -> 16.19.1 (2023-03-12 11:51:57 -0400) are available in the Git repository at: https://git.openembe
|
By
Armin Kuster
·
|
|
[master][meta-oe][PATCH] redis: upgrade 7.0.9 -> 7.0.10
From: Changqing Li <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
From: Changqing Li <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
|
By
Changqing Li
·
|
|
[meta-oe][PATCH v5] pgpool2: Added a new recipe.
3 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
·
|
|
[PATCH] cmocka: update from 1.1.5+ to 1.1.7
2 messages
Switch the SRC_URI branch from master to stable-1.1 The 1.1.5 version was actually a bit ahead of that tag but the ChangeLog comment for the two releases are: Thu Feb 23 2023 Andreas Schneider <asn@..
Switch the SRC_URI branch from master to stable-1.1 The 1.1.5 version was actually a bit ahead of that tag but the ChangeLog comment for the two releases are: Thu Feb 23 2023 Andreas Schneider <asn@..
|
By
Randy MacLeod
·
|
|
[meta-oe][langdale][PATCH] mbedtls: upgrade to 2.28.2 to fix CVE-2022-46392, CVE-2022-46393
From: Stefan Ghinea <stefan.ghinea@...> An issue was discovered in Mbed TLS before 2.28.2 and 3.x before 3.3.0. An adversary with access to precise enough information about memory accesses (typically,
From: Stefan Ghinea <stefan.ghinea@...> An issue was discovered in Mbed TLS before 2.28.2 and 3.x before 3.3.0. An adversary with access to precise enough information about memory accesses (typically,
|
By
Armin Kuster
·
|
|
SPDX Support in Dunfell
There has been a strong desire to have our SPDX support in the Dunfell LTS release. As such, I've put together a patch series in poky-contrib to try this out, which can be found here: https://git.yoct
There has been a strong desire to have our SPDX support in the Dunfell LTS release. As such, I've put together a patch series in poky-contrib to try this out, which can be found here: https://git.yoct
|
By
Joshua Watt
·
|
|
[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
·
|