diff mbox series

[meta-networking] mdns: Upgrade 2559.1.1 -> 2559.40.32

Message ID 20241127094211.11193-1-alex.kiernan@gmail.com
State New
Headers show
Series [meta-networking] mdns: Upgrade 2559.1.1 -> 2559.40.32 | expand

Commit Message

Alex Kiernan Nov. 27, 2024, 9:42 a.m. UTC
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
---
 .../mdns/{mdns_2559.1.1.bb => mdns_2559.40.32.bb}             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-protocols/mdns/{mdns_2559.1.1.bb => mdns_2559.40.32.bb} (98%)
diff mbox series

Patch

diff --git a/meta-networking/recipes-protocols/mdns/mdns_2559.1.1.bb b/meta-networking/recipes-protocols/mdns/mdns_2559.40.32.bb
similarity index 98%
rename from meta-networking/recipes-protocols/mdns/mdns_2559.1.1.bb
rename to meta-networking/recipes-protocols/mdns/mdns_2559.40.32.bb
index 212fd0eab5e3..9cc6708d18c5 100644
--- a/meta-networking/recipes-protocols/mdns/mdns_2559.1.1.bb
+++ b/meta-networking/recipes-protocols/mdns/mdns_2559.40.32.bb
@@ -27,8 +27,8 @@  SRC_URI = "git://github.com/apple-oss-distributions/mDNSResponder;protocol=https
            file://0005-Fix-missing-limit-declarations.patch \
            file://0004-Add-definition-for-MAX.patch \
            "
-BRANCH = "main"
-SRCREV = "71e6611203d57c78b26fd505d98cb57a33d00880"
+BRANCH = "rel/mDNSResponder-2559"
+SRCREV = "0b8a5dbcefd6cc72846385aebfe4f6111f2814cb"
 
 # 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