aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-07-04 16:57:03 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-07-04 16:57:03 +0000
commit2561bce232fc720476a9e45217fa4054c59599d1 (patch)
tree663851f62a5ce1c220199b4d7cadc0f7deeb52fe /package
parent1f546910cb9547264da69b16287acfdffb62194b (diff)
downloadupstream-2561bce232fc720476a9e45217fa4054c59599d1.tar.gz
upstream-2561bce232fc720476a9e45217fa4054c59599d1.tar.bz2
upstream-2561bce232fc720476a9e45217fa4054c59599d1.zip
lldpd: upgrade to 0.7.5
lldpd 0.7.1 has several alignment issues that trip a system configured to fault on misaligned accesses. Version 0.7.5 fixes that along with a few other minor issues. Signed-off-by: John Szakmeister <john@szakmeister.net> SVN-Revision: 37168
Diffstat (limited to 'package')
-rw-r--r--package/network/services/lldpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/lldpd/Makefile b/package/network/services/lldpd/Makefile
index 024116c3f7..d46332a2d6 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:=0.7.1
+PKG_VERSION:=0.7.5
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://media.luffy.cx/files/lldpd
-PKG_MD5SUM:=cee0e2ae7d4b8bf25ae234d9536052b8
+PKG_MD5SUM:=2b3e91264dd7605b498051af6b749b47
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>