[openwrt/openwrt] lldpd: update to 1.0.17

LEDE Commits lede-commits at lists.infradead.org
Thu May 25 01:40:14 PDT 2023


dangole pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/60b622002823ffdedfb0cd0a57df0b490eb11868

commit 60b622002823ffdedfb0cd0a57df0b490eb11868
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Sun May 21 23:36:01 2023 +0200

    lldpd: update to 1.0.17
    
    Release Notes:
    https://github.com/lldpd/lldpd/releases/tag/1.0.17
    
    Signed-off-by: Nick Hainke <vincent at systemli.org>
    (cherry picked from commit 17fbbafdcbc55d6ab3d357012f336941fa27d43e)
    Signed-off-by: Daniel Golle <daniel at makrotopia.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 c3753534a6..289adc55c9 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.16
+PKG_VERSION:=1.0.17
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/lldpd/lldpd/releases/download/$(PKG_VERSION)/
-PKG_HASH:=7753c6e31e938923185f4e10c4ab328929729e22ee4a9687d08881fb82c092ee
+PKG_HASH:=89ae691a4917ac9e0ec3b8b2c1e634cc402d43b804f98850c73bd1c7df380882
 
 PKG_MAINTAINER:=Stijn Tintel <stijn at linux-ipv6.be>
 PKG_LICENSE:=ISC




More information about the lede-commits mailing list