dnsmasq: bump to 2.80test2
authorKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Sat, 12 May 2018 14:37:33 +0000 (15:37 +0100)
committerHans Dedecker <dedeckeh@gmail.com>
Sat, 12 May 2018 20:05:07 +0000 (22:05 +0200)
commit066c85321ee0062866259c627ebc1cca71e309b3
tree62f0cc3d2e5ba5e8d1bdd788849a9e9e62ee0316
parent02225f576360d60963af3de7da7f0299a0b4f52a
dnsmasq: bump to 2.80test2

Refresh patches and backport upstream to current HEAD:

1f1873a Log warning on very large cachesize config, instead of truncating it.
0a496f0 Do unsolicited RAs for interfaces which appear after dnsmasq startup.
e27825b Fix logging in previous.
1f60a18 Retry SERVFAIL DNSSEC queries to a different server, if possible.
a0088e8 Handle query retry on REFUSED or SERVFAIL for DNSSEC-generated queries.
34e26e1 Retry query to other servers on receipt of SERVFAIL rcode.
6b17335 Add packet-dump debugging facility.
07ed585 Add logging for DNS error returns from upstream and local configuration.
0669ee7 Fix DHCP broken-ness when --no-ping AND --dhcp-sequential-ip are set.
f84e674 Be persistent with broken-upstream-DNSSEC warnings.

Compile & run tested: ar71xx Archer C7 v2

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
12 files changed:
package/network/services/dnsmasq/Makefile
package/network/services/dnsmasq/patches/0001-Be-persistent-with-broken-upstream-DNSSEC-warnings.patch [new file with mode: 0644]
package/network/services/dnsmasq/patches/0002-Fix-DHCP-broken-ness-when-no-ping-AND-dhcp-sequentia.patch [new file with mode: 0644]
package/network/services/dnsmasq/patches/0003-Add-logging-for-DNS-error-returns-from-upstream-and-.patch [new file with mode: 0644]
package/network/services/dnsmasq/patches/0004-Add-packet-dump-debugging-facility.patch [new file with mode: 0644]
package/network/services/dnsmasq/patches/0005-Retry-query-to-other-servers-on-receipt-of-SERVFAIL-.patch [new file with mode: 0644]
package/network/services/dnsmasq/patches/0006-Handle-query-retry-on-REFUSED-or-SERVFAIL-for-DNSSEC.patch [new file with mode: 0644]
package/network/services/dnsmasq/patches/0007-Retry-SERVFAIL-DNSSEC-queries-to-a-different-server-.patch [new file with mode: 0644]
package/network/services/dnsmasq/patches/0008-Fix-logging-in-previous.patch [new file with mode: 0644]
package/network/services/dnsmasq/patches/0009-Do-unsolicited-RAs-for-interfaces-which-appear-after.patch [new file with mode: 0644]
package/network/services/dnsmasq/patches/0010-Log-warning-on-very-large-cachesize-config-instead-o.patch [new file with mode: 0644]
package/network/services/dnsmasq/patches/240-ubus.patch