Skip to content

Commit

Permalink
lldpd: bump version to 1.0.18
Browse files Browse the repository at this point in the history
Changes (breaking):
- Remove support for building 802.3bt TLVs (broken).

Fix:
- Fix memory leaks in EDP/FDP decoding when receiving some TLVs twice.
- Do not set interface description continuously.
- Use a different Netlink socket for changes and queries.

Signed-off-by: Sebastian Pflieger <[email protected]>
Link: openwrt/openwrt#17570
Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
spflieger authored and robimarko committed Jan 14, 2025
1 parent 717f62d commit a183850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/network/services/lldpd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=lldpd
PKG_VERSION:=1.0.17
PKG_VERSION:=1.0.18
PKG_RELEASE:=5

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/lldpd/lldpd/releases/download/$(PKG_VERSION)/
PKG_HASH:=89ae691a4917ac9e0ec3b8b2c1e634cc402d43b804f98850c73bd1c7df380882
PKG_HASH:=38cd319aa02ab61d9a2ad130e22f906795ccca9ac73a0a0d9dac19ca99a8a870

PKG_MAINTAINER:=Stijn Tintel <[email protected]>
PKG_LICENSE:=ISC
Expand Down

0 comments on commit a183850

Please sign in to comment.