From: Wang Mingyu
Changelog:
==
* improve text-cursor (patch by Jan Engelhardt):
+ allow selecting CURSOR_BAR mode from command-line/Xresources.
+ draw cursor using filled rectangle instead of rectangle
outline to permit thicker underlines/bars.
+ scale up cur
From: Wang Mingyu
Signed-off-by: Wang Mingyu
---
...xf86-video-amdgpu_22.0.0.bb => xf86-video-amdgpu_23.0.0.bb} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
rename meta-oe/recipes-graphics/xorg-driver/{xf86-video-amdgpu_22.0.0.bb =>
xf86-video-amdgpu_23.0.0.bb} (82%)
diff --git a/
From: Wang Mingyu
Changelog:
==
* Dark theme fixes in documentation
* It is now possible to use TrackerSparqlStatement for SPARQL
updates for massive performance improvements.
* JSON-LD is now supported as a RDF format
* New auto-generated VAPI file. Updates might be necessary
From: Wang Mingyu
Changelog:
==
Build Linux binary wheels for Python 3.11.
Drop support for Python 2.7, 3.5, 3.6.
Fix test deprecation warning on Python 3.11.
Add preliminary support for Python 3.12 as of 3.12a5.
Signed-off-by: Wang Mingyu
---
...hon3-zopeinterface_5.5.2.bb => pyth
From: Wang Mingyu
Changelog:
Correct duplicate record entries in windows wheels by updating poetry-core
Signed-off-by: Wang Mingyu
---
.../{python3-zeroconf_0.47.3.bb => python3-zeroconf_0.47.4.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-python/recipes-devtools/pyth
From: Wang Mingyu
Signed-off-by: Wang Mingyu
---
.../python/{python3-web3_5.31.4.bb => python3-web3_6.0.0.bb}| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-python/recipes-devtools/python/{python3-web3_5.31.4.bb =>
python3-web3_6.0.0.bb} (84%)
diff --git a/meta-python/r
From: Wang Mingyu
Changelog:
==
- Improved the error message when the ZoneInfo cannot be found
- Don't error out because we find multiple possible timezones for
a symlink.
- More stable on Android/Termux with proot
Signed-off-by: Wang Mingyu
---
.../python/{python3-tzlocal_4.2.bb =>
From: Wang Mingyu
Changelog:
==
Improved the documentation
Fixed assignment unpacking (a, b = ...) being checked incorrectly
Fixed @typechecked attempting to instrument wrapper decorators such as
@contextmanager when applied to a class
Fixed py.typed missing from the wheel when n
From: Wang Mingyu
Changelog:
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.7
Signed-off-by: Wang Mingyu
---
...{python3-sqlalchemy_2.0.4.bb => python3-sqlalchemy_2.0.7.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-python/recipes-devtools/pyth
From: Wang Mingyu
Changelog:
==
Made kombu client manager more robust and efficient
Made aio_pika client manager more robust and efficient
Correctly handle emits to multiple rooms in the async server
Expose the ignore_queue option in namespaces
Do not automatically import zmq
TLS
From: Wang Mingyu
Changelog:
==
* Test the sdist to prevent future regressions
https://github.com/simplejson/simplejson/pull/311
* Enable ppc64le wheels
https://github.com/simplejson/simplejson/pull/312
Signed-off-by: Wang Mingyu
---
...ython3-simplejson_3.18.3.bb => python3-simple
From: Wang Mingyu
Changelog:
==
Use current master version of rapidjson
Produce ppc64le wheels, thanks to mgiessing (PR #170)
Use cibuildwheel 2.21.1
Signed-off-by: Wang Mingyu
---
.../{python3-rapidjson_1.9.bb => python3-rapidjson_1.10.bb} | 2 +-
1 file changed, 1 insertion(+)
From: Wang Mingyu
Changelog:
==
Changes
- Bump version.
- Include event reports by default in feed.
- Bump deps.
- Add greynoise-ip object.
Fix
- Use proper parameter to trigger the request in search_galaxy_clusters.
- Use POST in search galaxy cluster.
Other
--
- Rena
From: Wang Mingyu
Changelog:
==
displaymode: Update description to describe behavior
network: Move new options to Fedora 39
Add conflict test between ostree sources
Fix missing seen check for output generation
Add new ostreecontainer command
Check the conflicting commands automatica
From: Wang Mingyu
Signed-off-by: Wang Mingyu
---
...-flask-socketio_5.3.2.bb => python3-flask-socketio_5.3.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-python/recipes-devtools/python/{python3-flask-socketio_5.3.2.bb =>
python3-flask-socketio_5.3.3.bb} (81%)
diff --
From: Wang Mingyu
Changelog:
==
Allow configuring underlying websocket connection with custom options
Cancel all running tasks in async SIGINT handler
Handle unexpected WebSocket close frames sent by server
Close aiohttp session after a failed connection
Catch IOErrors
From: Wang Mingyu
Changelog:
==
Bugs Fixed:
* Migrate to use the explicitly-maintained 'packaging' library.
The package bundled in 'setuptools.extern.packaging' is to help make that
package self-contained, but is not a supported API.
* Declare dependency on Setuptools >= 62.4.0.
Thi
From: Wang Mingyu
Signed-off-by: Wang Mingyu
---
...{python3-eth-typing_3.2.0.bb => python3-eth-typing_3.3.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-python/recipes-devtools/python/{python3-eth-typing_3.2.0.bb =>
python3-eth-typing_3.3.0.bb} (74%)
diff --git a/me
From: Wang Mingyu
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-party
packages inside the virtualenv would be measured. This was incorrect,
but has now been fixed: only th
From: Wang Mingyu
Signed-off-by: Wang Mingyu
---
.../python/{python3-cmake_3.25.2.bb => python3-cmake_3.26.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-python/recipes-devtools/python/{python3-cmake_3.25.2.bb =>
python3-cmake_3.26.0.bb} (90%)
diff --git a/meta-pytho
From: Wang Mingyu
Changelog:
===
Fully support zsh. Argcomplete now supports completion descriptions and global
completion in zsh.
Clean up top level namespace.
Documentation and test improvements.
Test infrastructure improvements
Indicate that there is no support commitment for fis
From: Wang Mingyu
Signed-off-by: Wang Mingyu
---
.../python/{python3-apt_2.5.2.bb => python3-apt_2.5.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-devtools/python/{python3-apt_2.5.2.bb =>
python3-apt_2.5.3.bb} (90%)
diff --git a/meta-oe/recipes-devt
From: Wang Mingyu
License-Update: Switch to MIT license
Changelog:
https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md
Signed-off-by: Wang Mingyu
---
...n3-sentry-sdk_1.15.0.bb => python3-sentry-sdk_1.17.0.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename
From: Wang Mingyu
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 (#1423)
Remove unneccesary custom LOG_LEVEL check (#1424)
Include py.typed in package (#1422)
Signed-off-b
From: Wang Mingyu
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 longer supported)
Primary development branch renamed from master to main
Handle all real numbers as coordinates
D
From: 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: Mingli Yu
---
meta-oe/recipes-dbs/mysql/mariadb.inc | 1 +
...ential-bug-of-null-pointer-dereferen.pat
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, cont
From: Peter Marko
Backport based on https://github.com/c-ares/c-ares/issues/496
Signed-off-by: Peter Marko
---
.../c-ares/c-ares/CVE-2022-4904.patch | 66 +++
.../recipes-support/c-ares/c-ares_1.18.1.bb | 4 +-
2 files changed, 69 insertions(+), 1 deletion(-)
create
Fix build with musl/aarch64
Signed-off-by: Khem Raj
---
meta-oe/recipes-test/cmocka/cmocka_1.1.7.bb | 1 +
...or-previous-declaration-of-uintptr_t.patch | 43 +++
2 files changed, 44 insertions(+)
create mode 100644
meta-oe/recipes-test/cmocka/files/0001-include-Check-for-pr
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
---
...ntext-skip-test-case-test_searchdirs.patch | 29 +
.../libyang/libyang/run-ptest | 61 +
On 3/22/23 4:29 AM, Changqing Li wrote:
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
Was this sent to master?
Bug Fixes
Large blocks of repl
On 3/22/23 4:29 AM, Changqing Li wrote:
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
I am applying this to langdale then kirkstone
-armin
B
This is already queued in stable/kirtkstone-nut a few days ago
-armin
On 3/22/23 3:47 AM, Changqing Li wrote:
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
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.openembedded.org/meta-openembedded langdale-next
for you to fetch changes up to 3f9340a9241d497753
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
unne
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 memory
2023. 03. 20. 17:26 keltezéssel, Ross Burton írta:
On 20 Mar 2023, at 15:01, Böszörményi Zoltán wrote:
2023. 03. 20. 15:46 keltezéssel, Ross Burton írta:
On 17 Mar 2023, at 07:25, Zoltan Boszormenyi via lists.openembedded.org
wrote:
+inherit setuptools3-base python3targetconfig python_pep51
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-httpd/apa
38 matches
Mail list logo