From 4dc83a7eff038571f1fef199eceef1ae0c16f474 Mon Sep 17 00:00:00 2001 From: Alex Kiernan Date: Sat, 10 Feb 2024 16:14:44 +0000 Subject: [PATCH] mdns: Upgrade 2200.60.25.0.4 -> 2200.80.16 Signed-off-by: Alex Kiernan Signed-off-by: Khem Raj --- .../mdns/{mdns_2200.60.25.0.4.bb => mdns_2200.80.16.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-protocols/mdns/{mdns_2200.60.25.0.4.bb => mdns_2200.80.16.bb} (99%) diff --git a/meta-networking/recipes-protocols/mdns/mdns_2200.60.25.0.4.bb b/meta-networking/recipes-protocols/mdns/mdns_2200.80.16.bb similarity index 99% rename from meta-networking/recipes-protocols/mdns/mdns_2200.60.25.0.4.bb rename to meta-networking/recipes-protocols/mdns/mdns_2200.80.16.bb index 09af3d5ae3..c516eba6ea 100644 --- a/meta-networking/recipes-protocols/mdns/mdns_2200.60.25.0.4.bb +++ b/meta-networking/recipes-protocols/mdns/mdns_2200.80.16.bb @@ -26,7 +26,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 = "8acabead9ae56551011172d6835822a89c5298d6" +SRCREV = "5fdc65a52db5c31fdf4b872d912590235b36a4dc" # 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