From f795f9d409219f3efba99213d75b8fd46aa41689 Mon Sep 17 00:00:00 2001 From: Alex Kiernan Date: Wed, 20 Dec 2023 15:23:15 +0000 Subject: [PATCH] mdns: Upgrade 2200.40.37.0.1 -> 2200.60.25.0.4 Signed-off-by: Alex Kiernan Signed-off-by: Khem Raj --- .../mdns/{mdns_2200.40.37.0.1.bb => mdns_2200.60.25.0.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-protocols/mdns/{mdns_2200.40.37.0.1.bb => mdns_2200.60.25.0.4.bb} (99%) diff --git a/meta-networking/recipes-protocols/mdns/mdns_2200.40.37.0.1.bb b/meta-networking/recipes-protocols/mdns/mdns_2200.60.25.0.4.bb similarity index 99% rename from meta-networking/recipes-protocols/mdns/mdns_2200.40.37.0.1.bb rename to meta-networking/recipes-protocols/mdns/mdns_2200.60.25.0.4.bb index 6c70fdf430..a009ae0c6e 100644 --- a/meta-networking/recipes-protocols/mdns/mdns_2200.40.37.0.1.bb +++ b/meta-networking/recipes-protocols/mdns/mdns_2200.60.25.0.4.bb @@ -25,7 +25,7 @@ SRC_URI = "git://github.com/apple-oss-distributions/mDNSResponder;protocol=https file://0015-Add-missing-limits.h.patch \ file://0001-Handle-interface-without-ifa_addr.patch \ " -SRCREV = "a9f4049ab772ca57b5afc9804ae5004beb711d6e" +SRCREV = "8acabead9ae56551011172d6835822a89c5298d6" # 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