mdnsreponder: update to 2200.100.94.0.2
authorRosen Penev <rosenp@gmail.com>
Mon, 27 May 2024 00:49:38 +0000 (17:49 -0700)
committerRosen Penev <rosenp@gmail.com>
Tue, 4 Jun 2024 21:15:47 +0000 (14:15 -0700)
commita770f6408b0116597a0f56f311335542fd39e168
tree58874dbbe883c931818be96192749265176fc75e
parent35c8a1be68ef0049b58f7ebfeeb431283a93b31c
mdnsreponder: update to 2200.100.94.0.2

The IETF fork is unmaintained. In addition, the versioning is incompatible with apk.

010-uclibc.patch is pointless as uclibc is no longer used by OpenWrt.

020-fix-core-dump-while-parsing-interface-list.patch was an upstream
backport. No longer needed.

Added tls=no to avoid mbedtls dependency.

mDNSIdentify is gone.

Added back patches from version 878.200.35. They required manual
refreshing. 120-reproducible-builds.patch is probably needed. Not sure
about 100-linux_fixes.patch.

Add OpenEmbedded patches. Some crash fixes. mdnsd is less noisy with
them.

Log stderr to the log. Otherwise there's no output.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
16 files changed:
net/mdnsresponder/Makefile
net/mdnsresponder/files/mdnsd.init
net/mdnsresponder/patches/0001-Create-subroutine-for-cleaning-recent-interfaces.patch [new file with mode: 0644]
net/mdnsresponder/patches/0001-Fix-SIGSEGV-during-DumpStateLog.patch [new file with mode: 0644]
net/mdnsresponder/patches/0002-Create-subroutine-for-tearing-down-an-interface.patch [new file with mode: 0644]
net/mdnsresponder/patches/0002-make-Set-libdns_sd.so-soname-correctly.patch [new file with mode: 0644]
net/mdnsresponder/patches/0003-Track-interface-socket-family.patch [new file with mode: 0644]
net/mdnsresponder/patches/0004-Indicate-loopback-interface-to-mDNS-core.patch [new file with mode: 0644]
net/mdnsresponder/patches/0005-Use-list-for-changed-interfaces.patch [new file with mode: 0644]
net/mdnsresponder/patches/0005-mDNSCore-Fix-broken-debug-parameter.patch [new file with mode: 0644]
net/mdnsresponder/patches/0007-Mark-deleted-interfaces-as-being-changed.patch [new file with mode: 0644]
net/mdnsresponder/patches/0008-Handle-errors-from-socket-calls.patch [new file with mode: 0644]
net/mdnsresponder/patches/010-uclibc.patch [deleted file]
net/mdnsresponder/patches/020-fix-core-dump-while-parsing-interface-list.patch [deleted file]
net/mdnsresponder/patches/100-linux_fixes.patch [new file with mode: 0644]
net/mdnsresponder/patches/120-reproducible-builds.patch [new file with mode: 0644]