From: Lee Chee Yang Date: Wed, 13 Dec 2023 03:34:04 +0000 (+0800) Subject: avahi: add CVE-2023-38473.patch to SRC_URL X-Git-Tag: yocto-4.3.2~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c9abf1f8395692080576d0fe9b2f28ea2240741b;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git avahi: add CVE-2023-38473.patch to SRC_URL patch file added since Oe-Core rev a9203c46cd64c3ec5e5b00e381bbac85733f85df but not part of SRC_URI. Signed-off-by: Lee Chee Yang Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-connectivity/avahi/avahi_0.8.bb b/meta/recipes-connectivity/avahi/avahi_0.8.bb index aa395beaf9c..bfd945c7aef 100644 --- a/meta/recipes-connectivity/avahi/avahi_0.8.bb +++ b/meta/recipes-connectivity/avahi/avahi_0.8.bb @@ -34,6 +34,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/avahi-${PV}.tar.gz \ file://CVE-2023-38471-1.patch \ file://CVE-2023-38471-2.patch \ file://CVE-2023-38472.patch \ + file://CVE-2023-38473.patch \ " GITHUB_BASE_URI = "https://github.com/lathiat/avahi/releases/"