[openwrt/openwrt] umdns: update to the latest version

LEDE Commits lede-commits at lists.infradead.org
Sat Oct 28 00:21:44 PDT 2023


nick pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/5368066e9b83bfc7529cba9d8890bf06c23b62bd

commit 5368066e9b83bfc7529cba9d8890bf06c23b62bd
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Thu Oct 19 19:15:11 2023 +0200

    umdns: update to the latest version
    
    479c7f8676d9 cache: make record/hostname lookup case-insensitive
    26c97a5a50bf ubus: add a browse flag for suppressing cached ip addresses
    c286c51a9bd9 Fix AVL tree traversal in cache_record_find and cache_host_is_known
    4035fe42df58 interface: use a global socket instead of per-interface ones
    c63d465698c7 cache: dump hostname target from srv records
    b42b22152d73 use hostname from SRV record to look up IP addresses
    d45c443aa1e6 ubus: add array flag support for the hosts method
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
    (cherry picked from commit 3e1ac00ccbdaa0c396b36429ddbe83d2e3f6276f)
---
 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 b7564fa7c3..4510bdeb68 100644
--- a/package/network/services/umdns/Makefile
+++ b/package/network/services/umdns/Makefile
@@ -12,9 +12,9 @@ PKG_RELEASE:=5
 
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/mdnsd.git
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_DATE:=2023-01-16
-PKG_SOURCE_VERSION:=65b3308d13de7d7975444d34389651612e2a4d38
-PKG_MIRROR_HASH:=945fdf51a299b68982aab74e8fba5614f2553a7b4c49a3a53b3093ea8aac0279
+PKG_SOURCE_DATE:=2023-10-19
+PKG_SOURCE_VERSION:=d45c443aa1e6514aab58bbbf9311913e484d31a6
+PKG_MIRROR_HASH:=20d91d867f4f34a37c7b2a600327884375f9f16c1ea9bbb3199347d8b617d856
 
 PKG_MAINTAINER:=John Crispin <john at phrozen.org>
 PKG_LICENSE:=LGPL-2.1




More information about the lede-commits mailing list