dnsmasq: upgrade 2.87 -> 2.88

Changelog:
===========
 Fix bug in --dynamic-host when an interface has /16 IPv4
 address.

 Add --fast-dns-retry option.

 Add --use-stale-cache option.

 Make --hostsdir (but NOT --dhcp-hostsdir and --dhcp-optsdir)
 handle removal of whole files or entries within files.

 Add --no-round-robin option.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2022-12-12 15:34:28 +08:00 committed by Khem Raj
parent b9a74e28b9
commit 1e477e333f
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +0,0 @@
require dnsmasq.inc
SRC_URI[dnsmasq-2.87.sha256sum] = "ae39bffde9c37e4d64849b528afeb060be6bad6d1044a3bd94a49fce41357284"
SRC_URI += "\
file://lua.patch \
"

View File

@ -0,0 +1,7 @@
require dnsmasq.inc
SRC_URI[dnsmasq-2.88.sha256sum] = "da9d26aa3f3fc15f3b58b94edbb9ddf744cbce487194ea480bd8e7381b3ca028"
SRC_URI += "\
file://lua.patch \
"