summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-05-25 14:56:14 +0800
committerKhem Raj <raj.khem@gmail.com>2023-05-25 08:57:47 -0700
commitd74aec266d604aa55beaa0c2f2aee3b49f697f25 (patch)
treeb6a8d87ebdcc36b7d53d9ad96650bc0adfbe7043 /meta-networking/recipes-daemons
parentd503536b273bfeac7e87944ba52c1cb65bda8d45 (diff)
downloadmeta-openembedded-d74aec266d604aa55beaa0c2f2aee3b49f697f25.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons')
-rw-r--r--meta-networking/recipes-daemons/lldpd/lldpd_1.0.17.bb (renamed from meta-networking/recipes-daemons/lldpd/lldpd_1.0.16.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.16.bb b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.17.bb
index 799270510..aa29f4158 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 = "\
12 file://run-ptest \ 12 file://run-ptest \
13 " 13 "
14 14
15SRC_URI[sha256sum] = "e3b391650c7ba67cea2fe84d67fdb4d7fc8aa1ec5cf86eb8bb984711df8465a9" 15SRC_URI[sha256sum] = "9343177f145d2bca66ef03d59528079d3f1663c624b1e2b9d08268efdc6127ce"
16 16
17inherit autotools update-rc.d useradd systemd pkgconfig bash-completion github-releases ptest 17inherit autotools update-rc.d useradd systemd pkgconfig bash-completion github-releases ptest
18 18