From f8058e2efb72c5274b5f14b66fa43811de289755 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 23 Jan 2024 09:02:57 +0800 Subject: [PATCH] lldpd: upgrade 1.0.17 -> 1.0.18 Changelog: =========== - Fix memory leaks in EDP/FDP decoding when receiving some TLVs twice. - Do not set interface description continuously. - Use a different Netlink socket for changes and queries. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-daemons/lldpd/{lldpd_1.0.17.bb => lldpd_1.0.18.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-daemons/lldpd/{lldpd_1.0.17.bb => lldpd_1.0.18.bb} (96%) diff --git a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.17.bb b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.18.bb similarity index 96% rename from meta-networking/recipes-daemons/lldpd/lldpd_1.0.17.bb rename to meta-networking/recipes-daemons/lldpd/lldpd_1.0.18.bb index aa29f41582..370465e141 100644 --- a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.17.bb +++ b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.18.bb @@ -12,7 +12,7 @@ SRC_URI = "\ file://run-ptest \ " -SRC_URI[sha256sum] = "9343177f145d2bca66ef03d59528079d3f1663c624b1e2b9d08268efdc6127ce" +SRC_URI[sha256sum] = "4b320675d608901a4a0d4feff8f96bb846d4913d914b0cf75b7d0ae80490f2f7" inherit autotools update-rc.d useradd systemd pkgconfig bash-completion github-releases ptest