aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/lldpd/patches
Commit message (Collapse)AuthorAgeFilesLines
* lldpd: bump to 1.0.9Stijn Tintel2021-04-051-61/+0
| | | | | | Contains fixes related to CVE-2020-27827. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* lldpd: add libcap dependencyStijn Tintel2021-04-051-17/+0
| | | | | | | | | Now that libcap is in OpenWrt base, we can drop our custom patch to disable libcap support and have lldpd depend on it instead. This will allow the monitor process to drop its privileges instead of running as root, improving security. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* lldpd: fix autoreconf failureJo-Philipp Wich2020-12-091-0/+61
| | | | | | | | | | | | | | | | | | | | | The lldpd sources ship a modified local AX_LIB_READLINE M4 macro which conflicts with the official macro shipped by autoconf-archive. Due to the official macro having the same name and a higher serial number, autoconf will prefer including that one instead of the local copy, preventing the substitution of @READLINE_LIBS@ in Makefile.in templates, ultimately leading to the following build failure when linking lldpcli: ...-gcc: error: READLINE_LIBS@: No such file or directory Avoid this problem by renaming the locally shipped macro to not clash with the official implementation anymore. Ref: https://github.com/lldpd/lldpd/pull/423 Acked-by: Stijn Tintel <stijn@linux-ipv6.be> Tested-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* lldpd: bump to 1.0.5Stijn Tintel2020-02-222-20/+1
| | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* lldpd: Fix compilation without fortify-headersRosen Penev2020-01-052-3/+22
| | | | | | Upstream backport. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* lldpd: update to 1.0.3Lucian Cristian2019-05-111-0/+17
| | | | | | Support for CDP PD PoE Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* lldpd: Use /etc/os-release instead of /etc/openwrt_*Daniel Dickinson2016-06-271-39/+0
| | | | | | | | | With the addition of /etc/os-release patching lldpd to use /etc/openwrt_release and to have the initscript use /etc/openwrt_release and/or /etc/openwrt_version becomes unnecessary. Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
* lldpd: update to v0.7.15 and add support for parsing /etc/openwrt_releaseJo-Philipp Wich2015-05-283-84/+39
| | | | | | | | Also drop superseded patches. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45810
* lldpd: add option to disable privilege separationJo-Philipp Wich2015-03-241-0/+73
| | | | | | | | | | Helpful to disable when debugging lldpd crashes (when working on it). When privilege separation is on, some crashes are stack-traced to some privilege separation code. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> SVN-Revision: 44967
* lldpd: update to v0.7.13Jo-Philipp Wich2015-01-091-2/+2
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43891
* lldpd: allow discovery protocols to be disabled from menuconfigJo-Philipp Wich2014-11-111-2/+3
| | | | | | | | Signed-off-by: Michel Stam <m.stam@fugro.nl> [jow: fixed condition for CONFIG_LLDPD_WITH_JSON] Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43233
* lldpd: bump to v0.6.1, enable privilege separation and chrootingJo-Philipp Wich2012-10-122-41/+1
| | | | SVN-Revision: 33729
* lldpd: move to trunk and add myself as maintainerJo-Philipp Wich2012-10-102-0/+50
SVN-Revision: 33700