Author: blogic Date: 2014-08-29 20:16:32 +0200 (Fri, 29 Aug 2014) New Revision: 42325
Modified: trunk/package/network/services/mdns/Makefile trunk/package/network/services/mdns/files/mdns.init Log: mdns: update to latest git * ipv6 * 4 bugs in the dns parser * service announcement * tx goodbye support * proper handling of rx goodbye Signed-off-by: John Crispin <[email protected]> Modified: trunk/package/network/services/mdns/Makefile =================================================================== --- trunk/package/network/services/mdns/Makefile 2014-08-29 18:16:24 UTC (rev 42324) +++ trunk/package/network/services/mdns/Makefile 2014-08-29 18:16:32 UTC (rev 42325) @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mdns -PKG_VERSION:=2014-06-25 +PKG_VERSION:=2014-08-29 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_URL:=git://git.openwrt.org/project/mdnsd.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=902e2d1eaaff0d3d33dee605a4746fd5d4b6b999 +PKG_SOURCE_VERSION:=aee2d5582e56582ed0dc3096b364630b2ecfd56a PKG_MAINTAINER:=John Crispin <[email protected]> Modified: trunk/package/network/services/mdns/files/mdns.init =================================================================== --- trunk/package/network/services/mdns/files/mdns.init 2014-08-29 18:16:24 UTC (rev 42324) +++ trunk/package/network/services/mdns/files/mdns.init 2014-08-29 18:16:32 UTC (rev 42325) @@ -41,6 +41,7 @@ for n in $network; do procd_add_interface_trigger "interface.*" $n /etc/init.d/mdns reload done + procd_add_raw_trigger "instance.update" 5000 "/bin/ubus" "call" "mdns" "reload" procd_close_trigger procd_close_instance } _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
