diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-05-19 19:38:55 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-20 21:18:33 -0700 |
| commit | 74cd808dbd01a5adf6d0c969fb024d8fda8fede2 (patch) | |
| tree | a42518fd5e11bcc00d17401065e4a5b9573a92c1 | |
| parent | ff7bf096f517e5b3db64da98d7d3039f5b46d2db (diff) | |
| download | meta-openembedded-74cd808dbd01a5adf6d0c969fb024d8fda8fede2.tar.gz | |
lldpd: upgrade 1.0.21 -> 1.0.22
* Fix:
+ Fix out-of-bound read access when removing VLAN tag (CVE-2026-46433, #787)
+ Reject 0-length management address in LLDP
+ Fix race condition when creating the control socket
+ Fix FDP MAC address
+ Fix memory leak in the BSD bridge query path
+ Fix duplicate management addresses when merging EDP VLAN frames
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
| -rw-r--r-- | meta-networking/recipes-daemons/lldpd/lldpd_1.0.22.bb (renamed from meta-networking/recipes-daemons/lldpd/lldpd_1.0.21.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.21.bb b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.22.bb index 73f7ac68a3..635d54931d 100644 --- a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.21.bb +++ b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.22.bb | |||
| @@ -12,7 +12,7 @@ SRC_URI = "\ | |||
| 12 | file://run-ptest \ | 12 | file://run-ptest \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | SRC_URI[sha256sum] = "5b1b0106079a0785b55e1be45cec40b66b41779f3ee6f1a8d2dbd75d389df091" | 15 | SRC_URI[sha256sum] = "9587940ed2314a86774c5499f3dfb13a8eb86232a62d243a83a1f09886848e03" |
| 16 | 16 | ||
| 17 | inherit autotools update-rc.d useradd systemd pkgconfig bash-completion github-releases ptest | 17 | inherit autotools update-rc.d useradd systemd pkgconfig bash-completion github-releases ptest |
| 18 | 18 | ||
