aboutsummaryrefslogtreecommitdiff
path: root/net/mdnsresponder
Commit message (Collapse)AuthorAge
* 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