From dec789229aa6424acd582e8ea7af77965f22a49f Mon Sep 17 00:00:00 2001 From: Alex Kiernan Date: Fri, 3 Feb 2023 10:10:02 +0000 Subject: [PATCH] mdns: Upgrade 1790.60.25 -> 1790.80.10 Signed-off-by: Alex Kiernan Signed-off-by: Khem Raj --- .../mdns/{mdns_1790.60.25.bb => mdns_1790.80.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-protocols/mdns/{mdns_1790.60.25.bb => mdns_1790.80.10.bb} (99%) diff --git a/meta-networking/recipes-protocols/mdns/mdns_1790.60.25.bb b/meta-networking/recipes-protocols/mdns/mdns_1790.80.10.bb similarity index 99% rename from meta-networking/recipes-protocols/mdns/mdns_1790.60.25.bb rename to meta-networking/recipes-protocols/mdns/mdns_1790.80.10.bb index 96eb4e50c7..612d343c88 100644 --- a/meta-networking/recipes-protocols/mdns/mdns_1790.60.25.bb +++ b/meta-networking/recipes-protocols/mdns/mdns_1790.80.10.bb @@ -23,7 +23,7 @@ SRC_URI = "git://github.com/apple-oss-distributions/mDNSResponder;protocol=https file://0008-Handle-errors-from-socket-calls.patch \ file://mdns.service \ " -SRCREV = "e48e3a58b763a0d7b76a14f7f309e24d7502e796" +SRCREV = "8769ab51605e465425d33d757f602ce5905ca639" # 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