dnsmasq: bump to latest patches on 2.80rc2
authorKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Sun, 3 Jun 2018 03:44:12 +0000 (04:44 +0100)
committerKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Sat, 28 Jul 2018 10:23:57 +0000 (11:23 +0100)
commitcb9d5f0a7cb6125d3fef9e803024a9690b1c56d9
tree384704c30a147661fc812483efc3c4eec7fdca4e
parent962e86d9afa36f9ec1069d1800729c9b52479d97
dnsmasq: bump to latest patches on 2.80rc2

Refresh patches and backport upstream to current HEAD:

a997ca0 Fix sometimes missing DNSSEC RRs when DNSSEC validation not enabled.
51e4eee Fix address-dependent domains for IPv6.
05ff659 Fix stupid infinite loop introduced by preceding commit.
db0f488 Handle some corner cases in RA contructed interfaces with addresses changing interface.
7dcca6c Warn about the impact of cache-size on performance.
090856c Allow zone transfer in authoritative mode whenever auth-peer is specified.
cc5cc8f Sane error message when pcap file header is wrong.
c488b68 Handle standard and contructed dhcp-ranges on the same interface.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
(cherry picked from commit fbf475403b911f46e91b57fb7a6cf3c65276464c)
19 files changed:
package/network/services/dnsmasq/Makefile
package/network/services/dnsmasq/patches/0001-Be-persistent-with-broken-upstream-DNSSEC-warnings.patch
package/network/services/dnsmasq/patches/0002-Fix-DHCP-broken-ness-when-no-ping-AND-dhcp-sequentia.patch
package/network/services/dnsmasq/patches/0003-Add-logging-for-DNS-error-returns-from-upstream-and-.patch
package/network/services/dnsmasq/patches/0004-Add-packet-dump-debugging-facility.patch
package/network/services/dnsmasq/patches/0005-Retry-query-to-other-servers-on-receipt-of-SERVFAIL-.patch
package/network/services/dnsmasq/patches/0006-Handle-query-retry-on-REFUSED-or-SERVFAIL-for-DNSSEC.patch
package/network/services/dnsmasq/patches/0007-Retry-SERVFAIL-DNSSEC-queries-to-a-different-server-.patch
package/network/services/dnsmasq/patches/0008-Fix-logging-in-previous.patch
package/network/services/dnsmasq/patches/0009-Do-unsolicited-RAs-for-interfaces-which-appear-after.patch
package/network/services/dnsmasq/patches/0010-Log-warning-on-very-large-cachesize-config-instead-o.patch
package/network/services/dnsmasq/patches/0011-Handle-standard-and-contructed-dhcp-ranges-on-the-sa.patch [new file with mode: 0644]
package/network/services/dnsmasq/patches/0012-Sane-error-message-when-pcap-file-header-is-wrong.patch [new file with mode: 0644]
package/network/services/dnsmasq/patches/0013-Allow-zone-transfer-in-authoritative-mode-whenever-a.patch [new file with mode: 0644]
package/network/services/dnsmasq/patches/0014-Warn-about-the-impact-of-cache-size-on-performance.patch [new file with mode: 0644]
package/network/services/dnsmasq/patches/0015-Handle-some-corner-cases-in-RA-contructed-interfaces.patch [new file with mode: 0644]
package/network/services/dnsmasq/patches/0016-Fix-stupid-infinite-loop-introduced-by-preceding-com.patch [new file with mode: 0644]
package/network/services/dnsmasq/patches/0017-Fix-address-dependent-domains-for-IPv6.patch [new file with mode: 0644]
package/network/services/dnsmasq/patches/0018-Fix-sometimes-missing-DNSSEC-RRs-when-DNSSEC-validat.patch [new file with mode: 0644]