diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-11-12 17:24:38 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-18 22:09:03 +0000 |
| commit | d41ad33a883028447c853ba255301d0a177a96e6 (patch) | |
| tree | c274d49b85d588d52b3cd36b8f12a61bf49dc9d1 | |
| parent | 7db0cbc2b61cfeaf3cdf34fa36db2477bc1dbb80 (diff) | |
| download | poky-d41ad33a883028447c853ba255301d0a177a96e6.tar.gz | |
seatd: upgrade 0.8.0 -> 0.9.1
Changelog:
===========
- libseat could end up not servicing seat enable/disable events if they
were received immediately after a response, leading to the session
deadlocking in a deactivated state.
- Some protocol strings lacked validation of the NULL termination
requirement.
- libseat/seatd: Remove read_and_execute
- libseat/seatd: Read remaining events after processing responses
- libseat/seatd: Cleanup of request error handling
- libseat/seatd: Set EINVAL if target session is invalid
- libseat/seatd: Set backend error if poll fails
- seatd: Add validation of device path libseat/seatd: Add validation of seat_name
- seatd: Add strict message size comparison
(From OE-Core rev: ff226ea917a891f04bd4b18419d2773f99431709)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/seatd/seatd_0.9.1.bb (renamed from meta/recipes-core/seatd/seatd_0.8.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/seatd/seatd_0.8.0.bb b/meta/recipes-core/seatd/seatd_0.9.1.bb index df5fe35f98..8da57acc56 100644 --- a/meta/recipes-core/seatd/seatd_0.8.0.bb +++ b/meta/recipes-core/seatd/seatd_0.9.1.bb | |||
| @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=715a99d2dd552e6188e74d4ed2914d5a" | |||
| 8 | 8 | ||
| 9 | SRC_URI = "git://git.sr.ht/~kennylevinsen/seatd;protocol=https;branch=master \ | 9 | SRC_URI = "git://git.sr.ht/~kennylevinsen/seatd;protocol=https;branch=master \ |
| 10 | file://init" | 10 | file://init" |
| 11 | SRCREV = "3e9ef69f14f630a719dd464f3c90a7932f1c8296" | 11 | SRCREV = "566ffeb032af42865dc1210e48cec08368059bb9" |
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
| 14 | inherit meson pkgconfig update-rc.d | 14 | inherit meson pkgconfig update-rc.d |
