lldpd: Update to version 1.0.22

Message ID 20260813183858.2075657-3-adolf.belka@ipfire.org
State New
Headers
Series lldpd: Update to version 1.0.22 |

Commit Message

Adolf Belka 13 Aug 2026, 6:38 p.m. UTC
- Update from version 1.0.21 to 1.0.22
- No change in rootfile
- Changelog
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: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/lldpd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/lfs/lldpd b/lfs/lldpd
index 012ebc640..758bcba54 100644
--- a/lfs/lldpd
+++ b/lfs/lldpd
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 1.0.21
+VER        = 1.0.22
 
 THISAPP    = lldpd-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -47,7 +47,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 4420fa88b934a368741e3d2cf26fe8dc9b84eb45a604f31b6b9588e992eda3e5be0767187bebc9137d90b632fe17af647f3134dc05e3251b73b113338cb2a44c
+$(DL_FILE)_BLAKE2 = 04e6259ef3a9d0afc419f95f8ced146ef3e63b5f23958da123c8285837463cb1e826f5a9256d73dd48c658c7a7cd7930bc6de0c9328bd522de0989c04c831a04
 
 install : $(TARGET)