From 972afd4c720d9f9ff1a3a44e9b401443256f0342 Mon Sep 17 00:00:00 2001 From: Alex Kiernan Date: Thu, 13 Mar 2025 09:07:38 +0000 Subject: [PATCH] mdns: Upgrade 2559.60.39.0.1 -> 2559.80.8 Signed-off-by: Alex Kiernan Signed-off-by: Khem Raj --- .../mdns/{mdns_2559.60.39.0.1.bb => mdns_2559.80.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-protocols/mdns/{mdns_2559.60.39.0.1.bb => mdns_2559.80.8.bb} (99%) diff --git a/meta-networking/recipes-protocols/mdns/mdns_2559.60.39.0.1.bb b/meta-networking/recipes-protocols/mdns/mdns_2559.80.8.bb similarity index 99% rename from meta-networking/recipes-protocols/mdns/mdns_2559.60.39.0.1.bb rename to meta-networking/recipes-protocols/mdns/mdns_2559.80.8.bb index 97d3597cff..5f9af2661a 100644 --- a/meta-networking/recipes-protocols/mdns/mdns_2559.60.39.0.1.bb +++ b/meta-networking/recipes-protocols/mdns/mdns_2559.80.8.bb @@ -28,7 +28,7 @@ SRC_URI = "git://github.com/apple-oss-distributions/mDNSResponder;protocol=https file://0004-Add-definition-for-MAX.patch \ " BRANCH = "rel/mDNSResponder-2559" -SRCREV = "e8a63bd04dda3f83a80f1dbc6db03e7806d87c11" +SRCREV = "ecc02274878b0a70dba229de642b081cd1c30927" # 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