Author: jow
Date: 2015-01-09 13:35:09 +0100 (Fri, 09 Jan 2015)
New Revision: 43891

Modified:
   trunk/package/network/services/lldpd/Makefile
   trunk/package/network/services/lldpd/patches/002-no-stack-protector.patch
Log:
lldpd: update to v0.7.13

Signed-off-by: Jo-Philipp Wich <[email protected]>

Modified: trunk/package/network/services/lldpd/Makefile
===================================================================
--- trunk/package/network/services/lldpd/Makefile       2015-01-09 08:39:16 UTC 
(rev 43890)
+++ trunk/package/network/services/lldpd/Makefile       2015-01-09 12:35:09 UTC 
(rev 43891)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2008-2013 OpenWrt.org
+# Copyright (C) 2008-2015 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=lldpd
-PKG_VERSION:=0.7.10
+PKG_VERSION:=0.7.13
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://media.luffy.cx/files/lldpd
-PKG_MD5SUM:=508f2e76703abf8420d9223aae3db548
+PKG_MD5SUM:=13e8be761753eac9a8e12128acba40b4
 
 PKG_MAINTAINER:=Jo-Philipp Wich <[email protected]>
 PKG_LICENSE:=ISC

Modified: 
trunk/package/network/services/lldpd/patches/002-no-stack-protector.patch
===================================================================
--- trunk/package/network/services/lldpd/patches/002-no-stack-protector.patch   
2015-01-09 08:39:16 UTC (rev 43890)
+++ trunk/package/network/services/lldpd/patches/002-no-stack-protector.patch   
2015-01-09 12:35:09 UTC (rev 43891)
@@ -1,7 +1,7 @@
 --- a/configure.ac
 +++ b/configure.ac
-@@ -62,7 +62,5 @@ AX_CFLAGS_GCC_OPTION([-Wformat])
- AX_CFLAGS_GCC_OPTION([-Wformat-security])
+@@ -75,8 +75,6 @@ AX_CFLAGS_GCC_OPTION([-Wformat-security]
+ AX_CFLAGS_GCC_OPTION([-Wfatal-errors])
  AX_CFLAGS_GCC_OPTION([-Wcast-align])
  AX_CFLAGS_GCC_OPTION([-Winline])
 -AX_CFLAGS_GCC_OPTION([-fstack-protector])
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to