diff --git a/_service b/_service index eaa9fba..8cb9b7d 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://git.sr.ht/~kennylevinsen/seatd git - 0.6.3 + 0.6.4 @PARENT_TAG@+@TAG_OFFSET@ (.*)\+0 \1 diff --git a/seatd-0.6.2.obscpio b/seatd-0.6.2.obscpio deleted file mode 100644 index b285172..0000000 --- a/seatd-0.6.2.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:678e30cefe12355329e7c9cc37a5b3b8a1d932ce09791d844bc4b95a79dbc964 -size 175627 diff --git a/seatd-0.6.3.obscpio b/seatd-0.6.3.obscpio deleted file mode 100644 index 9a944a8..0000000 --- a/seatd-0.6.3.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b323e3deeb40a13a9fb299f7405067ee884a6b02d6322c01278a4f19bb82f69 -size 179211 diff --git a/seatd-0.6.4.obscpio b/seatd-0.6.4.obscpio new file mode 100644 index 0000000..487d2ec --- /dev/null +++ b/seatd-0.6.4.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55f5ccea7eaa85729fa0191634f9cf181feadb883b6ba7c2887e43fecedcd34 +size 178699 diff --git a/seatd.changes b/seatd.changes index 4434dc5..77697c9 100644 --- a/seatd.changes +++ b/seatd.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 25 16:15:51 UTC 2022 - Michael Vetter + +- Update to 0.6.4 + * seatd-launch: Use snprintf for socket path + * seatd-launch: Remove socket path command line arg +- This updates fixes bsc#1196493 (CVE-2022-25643) + ------------------------------------------------------------------- Sat Dec 4 08:41:18 UTC 2021 - Franck Bui diff --git a/seatd.obsinfo b/seatd.obsinfo index 0fc111e..4da9d9e 100644 --- a/seatd.obsinfo +++ b/seatd.obsinfo @@ -1,4 +1,5 @@ name: seatd -version: 0.6.3 -mtime: 1634672357 -commit: 88db55f6068c1c01d85b61aa6adff0a6b2a8dce8 +version: 0.6.4 +mtime: 1645480324 +commit: df13d03f9cfd0dc0c2b3298cd0e5eb4e4a10835e + diff --git a/seatd.spec b/seatd.spec index 02ec8f3..38ca38e 100644 --- a/seatd.spec +++ b/seatd.spec @@ -1,7 +1,7 @@ # # spec file for package seatd # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,14 @@ Name: seatd -Version: 0.6.3 +Version: 0.6.4 Release: 0 Summary: Seat management daemon License: MIT Group: System/Base URL: https://git.sr.ht/~kennylevinsen/seatd Source0: %{name}-%{version}.tar.gz -BuildRequires: meson +BuildRequires: meson >= 0.56.0 BuildRequires: ninja BuildRequires: pkgconfig BuildRequires: scdoc