summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2022-03-10 13:51:59 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-11 06:56:02 +0000
commite6b6e1c0cf53911805add0ce07d1c371d98bdeb1 (patch)
treeba747bdab3b56111b2bbd702352fdc09ab11e190
parent6dd32f4a3bf29605f7b8fb6e1d801628310fcfd3 (diff)
downloadpoky-e6b6e1c0cf53911805add0ce07d1c371d98bdeb1.tar.gz
seatd: upgrade to 0.6.4 (fixes CVE-2022-25643)
We need to set nobranch=1 as the 0.6.4 tag isn't on any branches at present. (From OE-Core rev: 5637ebe76885c21c2c3f975b4f412b02f9e02456) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/seatd/seatd_0.6.4.bb (renamed from meta/recipes-core/seatd/seatd_0.6.3.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/seatd/seatd_0.6.3.bb b/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"
6 6
7LIC_FILES_CHKSUM = "file://LICENSE;md5=715a99d2dd552e6188e74d4ed2914d5a" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=715a99d2dd552e6188e74d4ed2914d5a"
8 8
9SRC_URI = "git://git.sr.ht/~kennylevinsen/seatd;protocol=https;branch=master \ 9SRC_URI = "git://git.sr.ht/~kennylevinsen/seatd;protocol=https;nobranch=1 \
10 file://init" 10 file://init"
11SRCREV = "88db55f6068c1c01d85b61aa6adff0a6b2a8dce8" 11SRCREV = "df13d03f9cfd0dc0c2b3298cd0e5eb4e4a10835e"
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14inherit meson pkgconfig update-rc.d 14inherit meson pkgconfig update-rc.d