diff options
author | Nick Hainke <vincent@systemli.org> | 2022-07-02 16:22:09 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-07-10 19:07:47 +0200 |
commit | ce6e034c52d0edbc1cf96d2b918a0a2186a66106 (patch) | |
tree | b47b50b1ae2d660bc5b75abcf801cc1702733527 /package/network/services | |
parent | 2c7101360f2f7f7a703cd1b5b6da632ef0b7d8f1 (diff) | |
download | upstream-ce6e034c52d0edbc1cf96d2b918a0a2186a66106.tar.gz upstream-ce6e034c52d0edbc1cf96d2b918a0a2186a66106.tar.bz2 upstream-ce6e034c52d0edbc1cf96d2b918a0a2186a66106.zip |
lldpd: update to 1.0.14
Changes
- Add configure commands to alter inventory TLVs
Fixes
- Update seccomp rules for newer kernel/libc
- Correctly handle an interface whose index has changed
- Don't send VLANs when there are too many
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'package/network/services')
-rw-r--r-- | package/network/services/lldpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/services/lldpd/Makefile b/package/network/services/lldpd/Makefile index d4633414dc..c9c66e8d93 100644 --- a/package/network/services/lldpd/Makefile +++ b/package/network/services/lldpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lldpd -PKG_VERSION:=1.0.13 -PKG_RELEASE:=4 +PKG_VERSION:=1.0.14 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/lldpd/lldpd/tar.gz/$(PKG_VERSION)? -PKG_HASH:=4a167b2f197554185262f0e0da9f89810e2ab4598439493e176b85c74c328d8c +PKG_HASH:=0cb77fd7634401347b8311db1bf64d4fc3890acba90915e2cc2c5f79045ddbf0 PKG_MAINTAINER:=Stijn Tintel <stijn@linux-ipv6.be> PKG_LICENSE:=ISC |