aboutsummaryrefslogtreecommitdiff
path: root/net/mdnsresponder
Commit message (Collapse)AuthorAge
* Revert "mdnsresponder: move libdns_sd into own directory"Stijn Tintel2023-10-29
| | | | | | This commit breaks ohybridproxy in the routing feed. This reverts commit e0c85eb48556798af5ef6a2b2f7e1afdf9880163.
* mdnsresponder: move libdns_sd into own directoryRosen Penev2023-09-28
| | | | | | Prevents conflicts with avahi, which is better maintained. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mdnsresponder: Fix nullpointer dereference while parsing interface listMaarten Aertsen2022-03-04
| | | | | | This patch was backported from https://github.com/IETF-Hackathon/mDNSResponder/commit/1fb07b9524b4afed3a826c087db4dc48a7bfdb8 Signed-off-by: Maarten Aertsen <maarten@rtsn.nl>
* mdnsresponder: bring back LN hackRosen Penev2020-12-17
| | | | | | | | | It turns out that the Makefile of mdnsreponder links to absolute paths instead of relative ones. This is an issue when compiling. Fix for InstallDev as well. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mdnsreponder: use install paths instead of build onesRosen Penev2020-12-15
| | | | | | | For some reason, the build ones do not get generated when compiling in parallel. PKG_INSTALL_DIR is the correct solution anyway. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* mdnsresponder: Fix compilation with uClibc-ngRosen Penev2019-06-19
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mdnsresponder: update to IETF104W. Michael Petullo2019-04-28
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* mdnsresponder: bump to 878.200.35 and refresh patchesJacob Siverskog2018-12-19
| | | | | | While at it, change the source URL to https. Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
* mdnsresponder: remove Steven Barth as maintainerJacob Siverskog2018-10-19
| | | | | | https://github.com/openwrt/packages/pull/7215#issuecomment-431281385 Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
* mdnsresponder: bump to 878.70.2 and refresh patchesJacob Siverskog2018-10-18
| | | | Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
* mdnsresponder: remove build timestamp to fix reproducible buildsAlexander Couzens2017-11-17
| | | | | | | | Build timestamps prevents reproducible builds [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* mdnsresponder: refresh patchesAlexander Couzens2017-11-17
| | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* mdnsresponder: Also pass TARGET_CPPFLAGSFlorian Fainelli2017-04-01
| | | | | | | | | | Use CFLAGS_DEBUG which is already used for TARGET_CFLAGS to also pass TARGET_CPPFLAGS. This fixes build issues with toolchains that don't automatically search for header files (e.g: sys/capability.h), such as stbgcc-4.8-1.5 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* mdnsresponder: bump to 576.30.4.Jacob Siverskog2016-01-13
| | | | Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
* mdnsresponder: (fix build) use TARGET_CC as LDAlexandru Ardelean2015-12-19
| | | | | | | | | | | | | | | Probably related to -fstack-protector being used. Got the idea from: http://ubuntuforums.org/showthread.php?t=352642&p=10100263#post10100263 Regarding the missing __stack_check_fail_local, using gcc as the linker instead of ld fixes the issue without disabling stack protection as with -fno-stack-protector. Fixes linker errs on some targets: objects/prod/dnssd_clientstub.c.so.o: In function `handle_resolve_response': dnssd_clientstub.c:(.text+0x395): undefined reference to `__stack_chk_fail_local' objects/prod/dnssd_clientstub.c.so.o: In function `handle_query_response': dnssd_clientstub.c:(.text+0x4bd): undefined reference to `__stack_chk_fail_local' Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* mdnsresponder: fix fd leak for IPv6 socketsMarkus Stenberg2015-09-14
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* mdnsresponder: No longer require IPv4 address to start.Markus Stenberg2015-05-08
| | | | | | | | | It used to require 1+ IPv4 addresses to start on Linux. Now it starts up with 0 addresses (of any type), as netlink can provide us more later. This way, no stupid restart loop with procd if it is racing with netifd at startup. Signed-off-by: Steven Barth <steven@midlink.org>
* mdnsresponder: Fixed deprecated address handling (the new getifaddr code in ↵Markus Stenberg2015-04-09
| | | | the patch was wrong; instead, fixed old mDNSResponder code to work with correct sized interface names, and to handle deprecated flag).
* mdnsresponder: bump to 567Steven Barth2015-03-23
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* mdnsresponder: remove spurious conffile sectionSteven Barth2014-12-19
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* mdnsresponder: update to 561.1.1Steven Barth2014-12-17
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* mdnsresponder: add spdx tagSteven Barth2014-11-03
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* Add libcap and mdnsresponderSteven Barth2014-06-03