aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2022-12-14 11:27:35 +0000
committerKhem Raj <raj.khem@gmail.com>2022-12-14 08:22:04 -0800
commitbac76edc084f9dd736c5d7322c6757dbadaeee92 (patch)
tree0c0d8e96c9214376ba70fa8d087cf8acc6b45359 /meta-networking
parent7c7380d93013176b7275e009a695441f85bb1802 (diff)
downloadmeta-openembedded-bac76edc084f9dd736c5d7322c6757dbadaeee92.tar.gz
mdns: Upgrade 1790.40.31 -> 1790.60.25
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-protocols/mdns/mdns_1790.60.25.bb (renamed from meta-networking/recipes-protocols/mdns/mdns_1790.40.31.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-protocols/mdns/mdns_1790.40.31.bb b/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