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 <j...@szakmeister.net>
---
 package/network/services/lldpd/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

I ran into several issues on an ARM platform where we fault on misaligned
accesses.  The new version fixes those issues.

-John

diff --git a/package/network/services/lldpd/Makefile 
b/package/network/services/lldpd/Makefile
index 024116c..d46332a 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 <j...@openwrt.org>
 
-- 
1.8.3.1

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to