- 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) OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/seatd?expand=0&rev=17
This commit is contained in:
parent
2236ada2d6
commit
1bcf03a370
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.6.3</param>
|
||||
<param name="revision">0.6.4</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:6b323e3deeb40a13a9fb299f7405067ee884a6b02d6322c01278a4f19bb82f69
|
||||
size 179211
|
3
seatd-0.6.4.obscpio
Normal file
3
seatd-0.6.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c55f5ccea7eaa85729fa0191634f9cf181feadb883b6ba7c2887e43fecedcd34
|
||||
size 178699
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 25 16:15:51 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- 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 <fbui@suse.com>
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
name: seatd
|
||||
version: 0.6.3
|
||||
mtime: 1634672357
|
||||
commit: 88db55f6068c1c01d85b61aa6adff0a6b2a8dce8
|
||||
version: 0.6.4
|
||||
mtime: 1645480324
|
||||
commit: df13d03f9cfd0dc0c2b3298cd0e5eb4e4a10835e
|
||||
|
||||
|
@ -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,7 +17,7 @@
|
||||
|
||||
|
||||
Name: seatd
|
||||
Version: 0.6.3
|
||||
Version: 0.6.4
|
||||
Release: 0
|
||||
Summary: Seat management daemon
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user