diff mbox series

[1/1] package/seatd: security bump to version 0.6.4

Message ID 20220228213432.3289480-1-aperez@igalia.com
State Accepted
Headers show
Series [1/1] package/seatd: security bump to version 0.6.4 | expand

Commit Message

Adrian Perez de Castro Feb. 28, 2022, 9:34 p.m. UTC
This release contains a security fix in seatd-launch which prevents
removal of files that the calling user did not have privileges to
remove. Release notes:

  https://git.sr.ht/~kennylevinsen/seatd/refs/0.6.4

Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
---
 package/seatd/seatd.hash | 2 +-
 package/seatd/seatd.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Korsgaard March 2, 2022, 6:36 p.m. UTC | #1
>>>>> "Adrian" == Adrian Perez de Castro <aperez@igalia.com> writes:

 > This release contains a security fix in seatd-launch which prevents
 > removal of files that the calling user did not have privileges to
 > remove. Release notes:

 >   https://git.sr.ht/~kennylevinsen/seatd/refs/0.6.4

 > Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>

Committed, thanks.
Peter Korsgaard March 14, 2022, 1:20 p.m. UTC | #2
>>>>> "Adrian" == Adrian Perez de Castro <aperez@igalia.com> writes:

 > This release contains a security fix in seatd-launch which prevents
 > removal of files that the calling user did not have privileges to
 > remove. Release notes:

 >   https://git.sr.ht/~kennylevinsen/seatd/refs/0.6.4

 > Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>

Committed to 2021.11.x, thanks.
diff mbox series

Patch

diff --git a/package/seatd/seatd.hash b/package/seatd/seatd.hash
index 18f65d3aeb..88793b6dd5 100644
--- a/package/seatd/seatd.hash
+++ b/package/seatd/seatd.hash
@@ -1,5 +1,5 @@ 
 # Calculated locally
-sha256  5226850c163b485aebe71da0d3f4941761637e146a5c9393cb40c52617ad84a8  0.6.3.tar.gz
+sha256  3d4ac288114219ba7721239cafee7bfbeb7cf8e1e7fd653602a369e4ad050bd8  0.6.4.tar.gz
 
 # License files
 sha256  282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3  LICENSE
diff --git a/package/seatd/seatd.mk b/package/seatd/seatd.mk
index 27d3155b2b..5382cad39b 100644
--- a/package/seatd/seatd.mk
+++ b/package/seatd/seatd.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-SEATD_VERSION = 0.6.3
+SEATD_VERSION = 0.6.4
 SEATD_SOURCE = $(SEATD_VERSION).tar.gz
 SEATD_SITE = https://git.sr.ht/~kennylevinsen/seatd/archive
 SEATD_LICENSE = MIT