[source] umdns: update to the version 2017-03-14
LEDE Commits
lede-commits at lists.infradead.org
Tue Mar 14 04:01:37 PDT 2017
rmilecki pushed a commit to source.git, branch master:
https://git.lede-project.org/8eac991899ed2f20c52ecc783232c949389a3ba8
commit 8eac991899ed2f20c52ecc783232c949389a3ba8
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Tue Mar 14 11:59:53 2017 +0100
umdns: update to the version 2017-03-14
This includes 3 cleanups:
fd5a160 Don't cache hosts as services
80dd246 Refresh DNS records A and AAAA directly
6515101 Access cached records (instead of services) to read list of hosts
Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
package/network/services/umdns/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/network/services/umdns/Makefile b/package/network/services/umdns/Makefile
index 2323cf4..b75a321 100644
--- a/package/network/services/umdns/Makefile
+++ b/package/network/services/umdns/Makefile
@@ -12,9 +12,9 @@ PKG_RELEASE:=1
PKG_SOURCE_URL=$(LEDE_GIT)/project/mdnsd.git
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_DATE:=2017-03-10
-PKG_SOURCE_VERSION:=d4376788601c38963c4c836d325e3a66498079ea
-PKG_MIRROR_HASH:=be60c437e13cf712b967af08c7cf8bda8dc3ad6d169965e3108fe3107c59009b
+PKG_SOURCE_DATE:=2017-03-14
+PKG_SOURCE_VERSION:=fd5a160a15c48a97f7fc755c1310f17c869f0233
+PKG_MIRROR_HASH:=5f41fb9211b1ee0cda88efc28a5d5406d7041f52c8bebce4b81e2ab64f03aa00
PKG_MAINTAINER:=John Crispin <john at phrozen.org>
PKG_LICENSE:=LGPL-2.1
More information about the lede-commits
mailing list