[openwrt/openwrt] lldpd: bump to 1.0.13
LEDE Commits
lede-commits at lists.infradead.org
Sun Nov 14 11:49:29 PST 2021
stintel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f054fcd98a27e6c2030155e1a8f056e76bffb6cc
commit f054fcd98a27e6c2030155e1a8f056e76bffb6cc
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Sun Nov 14 20:59:47 2021 +0200
lldpd: bump to 1.0.13
Fixes CVE-2021-43612.
Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
---
package/network/services/lldpd/Makefile | 4 ++--
1 file 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 at linux-ipv6.be>
PKG_LICENSE:=ISC
More information about the lede-commits
mailing list