umdns: update to Git HEAD (2025-05-29)
263a0cb87b50 udebug: use proper libudebug API ca9b8765aea3 dns: rework packet API ea40cfdf7eb0 cache: send multiple queries in a single packet d62813727e53 cache: add explicit lookup for host addresses 0ce73d80dc0c dns: add cache/queue for outgoing queries 083be33749b1 cache: improve service refresh behavior 55d0c1bc1ac5 interface: ask for unicast responses by default ce508467a533 service: add support for setting service specific hostname 632953a1582d interface: when interface properties change, reinitialise 695ac3708aa0 ubus: fix ubus announcements txt fields cecbe1c0caae Make mdns responder case-insensitive. 2b28094d31ca dns: add support for reverse address mapping queries Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
3174182366
commit
0937098512
1 changed files with 3 additions and 3 deletions
|
@ -12,9 +12,9 @@ PKG_RELEASE:=1
|
|||
|
||||
PKG_SOURCE_URL=$(PROJECT_GIT)/project/mdnsd.git
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_DATE:=2025-02-10
|
||||
PKG_SOURCE_VERSION:=c5ca22a71b2ecb83a2a28b46391dac443be315c2
|
||||
PKG_MIRROR_HASH:=2d595fa1e58f028a7ff6813b110ee6bcbc8e6ccce81b2792200508c6db9c276a
|
||||
PKG_SOURCE_DATE:=2025-05-29
|
||||
PKG_SOURCE_VERSION:=2b28094d31caa75cd60ef86f0a27a793beaff968
|
||||
PKG_MIRROR_HASH:=0b5ce35a6d2e7c9861d291807c2e2b8f436fcef2776e5f5ecaf1466c28e8351a
|
||||
|
||||
PKG_MAINTAINER:=John Crispin <john@phrozen.org>
|
||||
PKG_LICENSE:=LGPL-2.1
|
||||
|
|
Loading…
Reference in a new issue