From bac76edc084f9dd736c5d7322c6757dbadaeee92 Mon Sep 17 00:00:00 2001 From: Alex Kiernan Date: Wed, 14 Dec 2022 11:27:35 +0000 Subject: [PATCH] mdns: Upgrade 1790.40.31 -> 1790.60.25 Signed-off-by: Alex Kiernan Signed-off-by: Khem Raj --- .../mdns/{mdns_1790.40.31.bb => mdns_1790.60.25.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-protocols/mdns/{mdns_1790.40.31.bb => mdns_1790.60.25.bb} (98%) diff --git a/meta-networking/recipes-protocols/mdns/mdns_1790.40.31.bb b/meta-networking/recipes-protocols/mdns/mdns_1790.60.25.bb similarity index 98% rename from meta-networking/recipes-protocols/mdns/mdns_1790.40.31.bb rename to meta-networking/recipes-protocols/mdns/mdns_1790.60.25.bb index eb4d3eeaa5..96eb4e50c7 100644 --- a/meta-networking/recipes-protocols/mdns/mdns_1790.40.31.bb +++ b/meta-networking/recipes-protocols/mdns/mdns_1790.60.25.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=31c50371921e0fb731003bbc665f29bf" DEPENDS:append:libc-musl = " musl-nscd" -SRC_URI = "git://github.com/apple-oss-distributions/mDNSResponder;protocol=https;branch=main \ +SRC_URI = "git://github.com/apple-oss-distributions/mDNSResponder;protocol=https;branch=rel/mDNSResponder-1790 \ file://0001-dns-sd-Include-missing-headers.patch \ file://0002-make-Set-libdns_sd.so-soname-correctly.patch \ file://0003-mDNSShared-Drop-MacOS-specific-__block-qualifier.patch \ @@ -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 = "806254210edec4cab01f794f6fd28658aa6ba59d" +SRCREV = "e48e3a58b763a0d7b76a14f7f309e24d7502e796" # 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