[openwrt/openwrt] lldpd: update to 1.0.16

LEDE Commits lede-commits at lists.infradead.org
Fri Nov 18 12:09:39 PST 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/c17b6343f3d767bd2f3d13c3f94588b690861d69

commit c17b6343f3d767bd2f3d13c3f94588b690861d69
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Fri Nov 18 09:00:48 2022 +0100

    lldpd: update to 1.0.16
    
    Release Notes:
    https://github.com/lldpd/lldpd/releases/tag/1.0.16
    
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 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 b99fc61e5a..b9770909a9 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.15
+PKG_VERSION:=1.0.16
 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:=bdb1f9e29f61c3be99e421e88a431536c53e62f1ab7189a6d5b8e1d2d55d8899
+PKG_HASH:=9bc6154377b97187d96d5e22aa5c4946c6cbc85f1416149853cc0940639a77e5
 
 PKG_MAINTAINER:=Stijn Tintel <stijn at linux-ipv6.be>
 PKG_LICENSE:=ISC




More information about the lede-commits mailing list