Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a92c391f6c | |||
| d86b74cb5f | |||
| f3b7b4786b | |||
| 2894b86b40 |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="url">https://git.sr.ht/~kennylevinsen/seatd</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">0.8.0</param>
|
||||
<param name="revision">0.9.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4d3ddf2d9898b8526778d733b14947e23fd5b33caad267aef404d2864168553
|
||||
size 182795
|
||||
3
seatd-0.9.2.obscpio
Normal file
3
seatd-0.9.2.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:72c3e4569cb6e426da0f75ea2d9215db5c39a96eb2926acb7b84fead8bb7edb1
|
||||
size 190987
|
||||
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 08:11:19 UTC 2026 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.9.2:
|
||||
* 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 31 17:06:26 UTC 2024 - llyyr <llyyr@yukari.in>
|
||||
|
||||
- Update to 0.9.1
|
||||
* Fix libseat not servicing seat enable/disable events if they were
|
||||
received immediately after a response, leading to the session
|
||||
deadlocking in a deactivated state.
|
||||
* Fix some protocol strings lacking validation of the NULL
|
||||
termination requirement.
|
||||
- Update to 0.9.0
|
||||
* Improve session state tracking in the libseat logind backend, which
|
||||
could previously fail to notify the libseat client that the session
|
||||
had been deactivated.
|
||||
* Do not trigger a VT switch when starting a logind session, allowing
|
||||
sessions to be started in the background.
|
||||
* Improve error handling in some edgecases in the libseat seatd backend.
|
||||
* Apply more aggressive security policies to the included systemd unit.
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 19 09:37:07 UTC 2023 - llyyr <llyyr.public@gmail.com>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: seatd
|
||||
version: 0.8.0
|
||||
mtime: 1689758313
|
||||
commit: 3e9ef69f14f630a719dd464f3c90a7932f1c8296
|
||||
version: 0.9.2
|
||||
mtime: 1767606268
|
||||
commit: a3c56c324c3a84474cc1615d94ccd6a6255d0c10
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package seatd
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: seatd
|
||||
Version: 0.8.0
|
||||
Version: 0.9.2
|
||||
Release: 0
|
||||
Summary: Seat management daemon
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user