Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id CA52C781A73 for <~alpine/aports@lists.alpinelinux.org>; Sat, 18 Sep 2021 05:24:31 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cmpwn.com; s=key1; t=1631942669; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=hgYf9eKqK6els/lQPOQEkgWJj+tzx6xUpm+6yAjY3zw=; b=1M9XKaGHAJ0IpuckcwFUsLfuqsMXhTnWMIa7P3M2mwIcRaBt3LGLH4Ex9Xolbtwuxs/fRG 9NmcZsTLNbFwLw6L4Lj5VaoTmvUr6F2ESMCCjurKJW4dUdHj5mt5MOu9qmaHBTi1UHKHI6 TVBh3PNPGC9dyNE/ug75TMro9ftXNNngP75/rWXxPsOvdTvdbud0iQiI83XLXOoPHXDJUj WXJBZgK0im/mY7Bo6pLpBPmyE9QyzLfGGZL5JVGcTOwinFSb9FYeEUnIL6QENQWuNCNaba ps21Pwp8+JR7BnkmGB7U9/zfWFEnNV1iEwwC5itJzEmWE7mjviHBA9nry2U4cg== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/seatd: add CVE assignment Date: Sat, 18 Sep 2021 07:24:25 +0200 Message-Id: <20210918052425.10220-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: sir@cmpwn.com --- community/seatd/APKBUILD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/community/seatd/APKBUILD b/community/seatd/APKBUILD index 57304b4a0a..961875c985 100644 --- a/community/seatd/APKBUILD +++ b/community/seatd/APKBUILD @@ -16,6 +16,10 @@ source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~kennylevinsen/seatd/archive/ seatd.initd " +# secfixes: +# 0.6.2-r0: +# - CVE-2021-41387 + build() { abuild-meson \ -Dlibseat-logind=elogind \ -- 2.33.0