[source] umdns: update to the version 2017-03-21

LEDE Commits lede-commits at lists.infradead.org
Thu Mar 23 23:01:46 PDT 2017


rmilecki pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/474c31a20d834d24646837738355d7ffc2483efa

commit 474c31a20d834d24646837738355d7ffc2483efa
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Tue Mar 21 22:57:56 2017 +0100

    umdns: update to the version 2017-03-21
    
    This includes following changes:
    480d7bc Fix sending unicast questions on cache expire
    a0403cd Keep source sockaddr for every cached DNS record
    1478293 Fix code freeing cached non-A(AAA) records too early
    9f1cc22 Fix replying to "QU" questions received on unicast interface
    943bedb Fix reading port of incoming packets
    c725494 Use MCAST_PORT define for port 5353
    ce7e9e9 Use one define for DNS-Based Service Discovery service name
    e1bacef Drop entries cached for interface we're going to delete
    496aeba Fix comment typo in cache_gc_timer
    f89986b Fix refreshing cached A(AAA) records that expire
    
    Previous updates made umdns work as expected on startup but there were
    still many bugs. They were mostly related to runtime - cache management
    and requests + responses. E.g. umdns was never able to send question on
    DNS record expire. It was also ignoring all incoming unicast questions.
    
    Since these issues are quite serious it makes sense to backport this
    update to the stable branch.
    
    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 b75a321..0559789 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-14
-PKG_SOURCE_VERSION:=fd5a160a15c48a97f7fc755c1310f17c869f0233
-PKG_MIRROR_HASH:=5f41fb9211b1ee0cda88efc28a5d5406d7041f52c8bebce4b81e2ab64f03aa00
+PKG_SOURCE_DATE:=2017-03-21
+PKG_SOURCE_VERSION:=480d7bc74eba20c03875aa06c1c25dbdb98e0b12
+PKG_MIRROR_HASH:=0cd41f7843d714c96d6afc145490a7a5279195a0996995bf621071576c437bb1
 
 PKG_MAINTAINER:=John Crispin <john at phrozen.org>
 PKG_LICENSE:=LGPL-2.1



More information about the lede-commits mailing list