From 20f77303a00d2b2cc28ff2cac30c394ac82839e6 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 28 Aug 2024 16:24:50 +0800 Subject: [PATCH] mdns: upgrade 2200.120.24 -> 2200.140.11 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../mdns/{mdns_2200.120.24.bb => mdns_2200.140.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-protocols/mdns/{mdns_2200.120.24.bb => mdns_2200.140.11.bb} (99%) diff --git a/meta-networking/recipes-protocols/mdns/mdns_2200.120.24.bb b/meta-networking/recipes-protocols/mdns/mdns_2200.140.11.bb similarity index 99% rename from meta-networking/recipes-protocols/mdns/mdns_2200.120.24.bb rename to meta-networking/recipes-protocols/mdns/mdns_2200.140.11.bb index 9aeda92a4b..e6ea707197 100644 --- a/meta-networking/recipes-protocols/mdns/mdns_2200.120.24.bb +++ b/meta-networking/recipes-protocols/mdns/mdns_2200.140.11.bb @@ -25,7 +25,7 @@ SRC_URI = "git://github.com/apple-oss-distributions/mDNSResponder;protocol=https file://0001-Handle-interface-without-ifa_addr.patch \ file://0001-Fix-SIGSEGV-during-DumpStateLog.patch \ " -SRCREV = "51a7148a21362285f8013648c4bfa91247ff598a" +SRCREV = "12e84b9089e577e0c0a9f48c4b922d7349fcc5a4" # We install a stub Makefile in the top directory so that the various checks # in base.bbclass pass their tests for a Makefile, this ensures (that amongst