diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2021-11-14 20:59:47 +0200 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2021-11-14 21:26:41 +0200 |
commit | f054fcd98a27e6c2030155e1a8f056e76bffb6cc (patch) | |
tree | 0b49f151c825f5fb1b8a7f47ca1803ea7a12d21c /package/network | |
parent | 683e9cf7d05dfb268435d8373e81b8b4f2cb2939 (diff) | |
download | upstream-f054fcd98a27e6c2030155e1a8f056e76bffb6cc.tar.gz upstream-f054fcd98a27e6c2030155e1a8f056e76bffb6cc.tar.bz2 upstream-f054fcd98a27e6c2030155e1a8f056e76bffb6cc.zip |
lldpd: bump to 1.0.13
Fixes CVE-2021-43612.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'package/network')
-rw-r--r-- | package/network/services/lldpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/lldpd/Makefile b/package/network/services/lldpd/Makefile index 9acc721b99..2d2a8c4a7d 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.12 +PKG_VERSION:=1.0.13 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://media.luffy.cx/files/lldpd -PKG_HASH:=d194c65b5b9c98d194a2842ddc75ba17ebdee7ebd5499f81a98d24031628daf1 +PKG_HASH:=d639827fd8a27720d1bfd94bc52eca24af63ddcc3c9d2da60788778889d84701 PKG_MAINTAINER:=Stijn Tintel <stijn@linux-ipv6.be> PKG_LICENSE:=ISC |