]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
lldpd: bump to 1.0.22 23567/head
authorPaul Donald <newtwen+github@gmail.com>
Wed, 27 May 2026 16:16:22 +0000 (19:16 +0300)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Thu, 28 May 2026 20:14:27 +0000 (22:14 +0200)
Changes:
https://github.com/lldpd/lldpd/releases/tag/1.0.22

Fixes:

- Fix out-of-bound read access when removing VLAN tag (CVE-2026-46433, issue 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: Paul Donald <newtwen+github@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23567
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
package/network/services/lldpd/Makefile

index 28e6273f389753e3c7061cb114f64da4c1aaf2f8..0fac7e33ee6ce2fabe44263506459e6118398896 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=lldpd
-PKG_VERSION:=1.0.20
+PKG_VERSION:=1.0.22
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/lldpd/lldpd/releases/download/$(PKG_VERSION)/
-PKG_HASH:=c851ce102444b932b691f0d00142520333030822709fc4566ef20c651ae1714f
+PKG_HASH:=552baa55118bccbcd1e61c51db438930a36ce04e0abd84c4c0b7b20633ca2b5a
 
 PKG_MAINTAINER:=Stijn Tintel <stijn@linux-ipv6.be>
 PKG_LICENSE:=ISC