From d74aec266d604aa55beaa0c2f2aee3b49f697f25 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 25 May 2023 14:56:14 +0800 Subject: [PATCH] lldpd: upgrade 1.0.16 -> 1.0.17 * Fix: Read overflow when parsing CDP addresses. Don't output empty lines on configure commands. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-daemons/lldpd/{lldpd_1.0.16.bb => lldpd_1.0.17.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-daemons/lldpd/{lldpd_1.0.16.bb => lldpd_1.0.17.bb} (96%) diff --git a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.16.bb b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.17.bb similarity index 96% rename from meta-networking/recipes-daemons/lldpd/lldpd_1.0.16.bb rename to meta-networking/recipes-daemons/lldpd/lldpd_1.0.17.bb index 7992705108..aa29f41582 100644 --- a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.16.bb +++ b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.17.bb @@ -12,7 +12,7 @@ SRC_URI = "\ file://run-ptest \ " -SRC_URI[sha256sum] = "e3b391650c7ba67cea2fe84d67fdb4d7fc8aa1ec5cf86eb8bb984711df8465a9" +SRC_URI[sha256sum] = "9343177f145d2bca66ef03d59528079d3f1663c624b1e2b9d08268efdc6127ce" inherit autotools update-rc.d useradd systemd pkgconfig bash-completion github-releases ptest