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