seatd: upgrade to 0.6.4 (fixes CVE-2022-25643)

Message ID 20220310135159.2322955-1-ross.burton@arm.com
State Accepted, archived
Commit 5637ebe76885c21c2c3f975b4f412b02f9e02456
Headers show
Series seatd: upgrade to 0.6.4 (fixes CVE-2022-25643) | expand

Commit Message

Ross Burton March 10, 2022, 1:51 p.m. UTC
We need to set nobranch=1 as the 0.6.4 tag isn't on any branches at
present.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-core/seatd/{seatd_0.6.3.bb => seatd_0.6.4.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-core/seatd/{seatd_0.6.3.bb => seatd_0.6.4.bb} (89%)

Patch

diff --git a/meta/recipes-core/seatd/seatd_0.6.3.bb b/meta/recipes-core/seatd/seatd_0.6.4.bb
similarity index 89%
rename from meta/recipes-core/seatd/seatd_0.6.3.bb
rename to meta/recipes-core/seatd/seatd_0.6.4.bb
index abc8583087..a38f8c2152 100644
--- a/meta/recipes-core/seatd/seatd_0.6.3.bb
+++ b/meta/recipes-core/seatd/seatd_0.6.4.bb
@@ -6,9 +6,9 @@  LICENSE = "MIT"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=715a99d2dd552e6188e74d4ed2914d5a"
 
-SRC_URI = "git://git.sr.ht/~kennylevinsen/seatd;protocol=https;branch=master \
+SRC_URI = "git://git.sr.ht/~kennylevinsen/seatd;protocol=https;nobranch=1 \
            file://init"
-SRCREV = "88db55f6068c1c01d85b61aa6adff0a6b2a8dce8"
+SRCREV = "df13d03f9cfd0dc0c2b3298cd0e5eb4e4a10835e"
 S = "${WORKDIR}/git"
 
 inherit meson pkgconfig update-rc.d