[openwrt/openwrt] lldpd: update to 1.0.15

LEDE Commits lede-commits at lists.infradead.org
Sat Sep 10 16:53:35 PDT 2022


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

commit 5a80226e96d5408fe266cdc8e4962d6199ad99c3
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Tue Aug 30 10:59:31 2022 +0200

    lldpd: update to 1.0.15
    
    Release Notes:
    https://github.com/lldpd/lldpd/releases/tag/1.0.15
    
    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 77b226a1e4..b99fc61e5a 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.14
+PKG_VERSION:=1.0.15
 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:=0cb77fd7634401347b8311db1bf64d4fc3890acba90915e2cc2c5f79045ddbf0
+PKG_HASH:=bdb1f9e29f61c3be99e421e88a431536c53e62f1ab7189a6d5b8e1d2d55d8899
 
 PKG_MAINTAINER:=Stijn Tintel <stijn at linux-ipv6.be>
 PKG_LICENSE:=ISC




More information about the lede-commits mailing list