summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2017-05-22 12:04:01 +0200
committerRafał Miłecki <rafal@milecki.pl>2017-05-22 12:11:29 +0200
commit1165c0ae0d0d82f2a1a05f5fb30f45f18e2af35c (patch)
tree4437fed265f2726be46b7864d011be879314c093
parent74100f378876fd62fd767ce7e1ab9bf4878e6afa (diff)
downloadopenwrt-1165c0ae0d0d82f2a1a05f5fb30f45f18e2af35c.tar.gz
openwrt-1165c0ae0d0d82f2a1a05f5fb30f45f18e2af35c.tar.bz2
openwrt-1165c0ae0d0d82f2a1a05f5fb30f45f18e2af35c.zip
umdns: update to the version 2017-05-22
This includes following changes: 0e8b948 Support specifying instance name in JSON file 49fdb9f Support PTR queries for a specific service 26ce7dc Allow filtering with instance name in service_reply 920c62a Store instance name in the struct service ff09d9a Rename service_name function to the service_instance_name 64f78f1 Rename mdns_hostname variable to the umdns_host_label Previous package update pulled commit 70c66fbbcde86 ("Fix sending replies to PTR questions") which introduced a regression which this update fixes. Fixes: 474c31a20d834 ("umdns: update to the version 2017-03-21") Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
-rw-r--r--package/network/services/umdns/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/services/umdns/Makefile b/package/network/services/umdns/Makefile
index 0559789eb8..cdafa5be1c 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-21
-PKG_SOURCE_VERSION:=480d7bc74eba20c03875aa06c1c25dbdb98e0b12
-PKG_MIRROR_HASH:=0cd41f7843d714c96d6afc145490a7a5279195a0996995bf621071576c437bb1
+PKG_SOURCE_DATE:=2017-05-22
+PKG_SOURCE_VERSION:=0e8b948ff8dd1cb1763180c99b522390529c7841
+PKG_MIRROR_HASH:=1cdd25464e1be69bef56092bc8547ba254ffc2d7c32f13cf02a80c8742876f1b
PKG_MAINTAINER:=John Crispin <john@phrozen.org>
PKG_LICENSE:=LGPL-2.1