aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/lldpd/patches
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2020-02-20 23:39:06 +0200
committerStijn Tintel <stijn@linux-ipv6.be>2020-02-22 10:31:28 +0200
commita9b5473c92c01bce9b5f42659b0271bd141e3428 (patch)
tree1dd3dfe6522d9a52900f07948fa0f69a6433bc51 /package/network/services/lldpd/patches
parentd1130ad265b994d1b23972bab8c99787759686d0 (diff)
downloadupstream-a9b5473c92c01bce9b5f42659b0271bd141e3428.tar.gz
upstream-a9b5473c92c01bce9b5f42659b0271bd141e3428.tar.bz2
upstream-a9b5473c92c01bce9b5f42659b0271bd141e3428.zip
lldpd: bump to 1.0.5
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'package/network/services/lldpd/patches')
-rw-r--r--package/network/services/lldpd/patches/001-disable_libcap.patch2
-rw-r--r--package/network/services/lldpd/patches/010-limits.patch19
2 files changed, 1 insertions, 20 deletions
diff --git a/package/network/services/lldpd/patches/001-disable_libcap.patch b/package/network/services/lldpd/patches/001-disable_libcap.patch
index 9b03d84381..96cf00a653 100644
--- a/package/network/services/lldpd/patches/001-disable_libcap.patch
+++ b/package/network/services/lldpd/patches/001-disable_libcap.patch
@@ -1,6 +1,6 @@
--- a/configure.ac
+++ b/configure.ac
-@@ -244,7 +244,13 @@ PKG_CHECK_MODULES([check], [check >= 0.9
+@@ -246,7 +246,13 @@ PKG_CHECK_MODULES([check], [check >= 0.9
# Third-party libraries
lldp_CHECK_LIBEVENT
diff --git a/package/network/services/lldpd/patches/010-limits.patch b/package/network/services/lldpd/patches/010-limits.patch
deleted file mode 100644
index 1672145384..0000000000
--- a/package/network/services/lldpd/patches/010-limits.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-From b2eebb31fc21b5ce12ef8944b50088119f1b9427 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?S=C3=B6ren=20Tempel?= <soeren+git@soeren-tempel.net>
-Date: Mon, 25 Mar 2019 18:43:03 +0100
-Subject: [PATCH] priv: include limits.h for PATH_MAX
-
----
- src/daemon/priv.c | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/src/daemon/priv.c
-+++ b/src/daemon/priv.c
-@@ -27,6 +27,7 @@
- #include <unistd.h>
- #include <signal.h>
- #include <errno.h>
-+#include <limits.h>
- #include <sys/wait.h>
- #include <sys/stat.h>
- #include <sys/socket.h>