summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/mdns/mdns_1310.140.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* mdns: Upgrade 1310.140.1 -> 1790.40.31Alex Kiernan2022-12-091-115/+0
| | | | | | | | | | | | | | | | | | | | | | | | Reinstate and rework patches from @garmin.com dropped in 21afab4609d0 ("mdns: update to version 1096.40.7") as these were the functional pieces of this series; we should either maintain it as a whole or drop it in its entirety. With this update and without this series, steady-state operation is a constant churn of all names being removed and re-added every few seconds. These were refactored to handle the move to getifaddrs() from get_ifi_info(). Check and cleanup all the other patches, much of which was redundant. Move source releases to github which is where the Apple site now redirects to (though these are still effectively just tarball dumps into git). Cleanup the recipe so it doesn't override all the packaging defaults. Fixup musl installs so they don't fail attempting to patch a non-existent /etc/nsswitch.conf. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Use new CVE_CHECK_IGNORE variableKhem Raj2022-02-211-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mdns: Upgrade to 1310.140.1Khem Raj2021-11-041-0/+115
Fix build with musl while here Signed-off-by: Khem Raj <raj.khem@gmail.com>