diff mbox series

[meta-networking,2/2] mdns: Upgrade 1790.40.31 -> 1790.60.25

Message ID 20221214112735.21135-2-alex.kiernan@gmail.com
State Under Review
Headers show
Series [meta-networking,1/2] mdns: Set MDNS_VERSIONSTR_NODTS | expand

Commit Message

Alex Kiernan Dec. 14, 2022, 11:27 a.m. UTC
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
---
 .../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 mbox series

Patch

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 eb4d3eeaa561..96eb4e50c74d 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