From c9ceae20986c963306075e91879e29d6602fccbd Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 14 Jan 2025 16:28:30 +0800 Subject: [PATCH] lldpd: upgrade 1.0.18 -> 1.0.19 Changelog: ========= - Support of both Apple Silicon and Intel for macOS package. - Add cvlan/svlan/tpmr capabilities. - Disable LLDP in firmware for Intel X7xx cards on FreeBSD. - Add lldpctl_watch_sync_unblock to liblldpctl. - Add C++ wrapper for lldpctl. - Fix AppArmor policy for /run/lldpd/lldpd.socket.lock. - Do not query stats for a down interface on Linux. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-daemons/lldpd/{lldpd_1.0.18.bb => lldpd_1.0.19.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-daemons/lldpd/{lldpd_1.0.18.bb => lldpd_1.0.19.bb} (96%) diff --git a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.18.bb b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.19.bb similarity index 96% rename from meta-networking/recipes-daemons/lldpd/lldpd_1.0.18.bb rename to meta-networking/recipes-daemons/lldpd/lldpd_1.0.19.bb index 4deab153c4..f4c030f7ce 100644 --- a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.18.bb +++ b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.19.bb @@ -12,7 +12,7 @@ SRC_URI = "\ file://run-ptest \ " -SRC_URI[sha256sum] = "4b320675d608901a4a0d4feff8f96bb846d4913d914b0cf75b7d0ae80490f2f7" +SRC_URI[sha256sum] = "f87df3163d5e5138da901d055b384009785d1eb50fdb17a2343910fcf30a997f" inherit autotools update-rc.d useradd systemd pkgconfig bash-completion github-releases ptest