diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-12-12 15:34:28 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-12-12 11:17:23 -0800 |
| commit | 1e477e333fe3a4dccde99504b989b98d9aaedee3 (patch) | |
| tree | cc4cd190d91a58875b83367341052c26849c6eba | |
| parent | b9a74e28b9a10c73788060a73f67f674ba95d986 (diff) | |
| download | meta-openembedded-1e477e333fe3a4dccde99504b989b98d9aaedee3.tar.gz | |
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>
| -rw-r--r-- | meta-networking/recipes-support/dnsmasq/dnsmasq_2.87.bb | 7 | ||||
| -rw-r--r-- | meta-networking/recipes-support/dnsmasq/dnsmasq_2.88.bb | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.87.bb b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.87.bb deleted file mode 100644 index 793b61d712..0000000000 --- a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.87.bb +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | require dnsmasq.inc | ||
| 2 | |||
| 3 | SRC_URI[dnsmasq-2.87.sha256sum] = "ae39bffde9c37e4d64849b528afeb060be6bad6d1044a3bd94a49fce41357284" | ||
| 4 | SRC_URI += "\ | ||
| 5 | file://lua.patch \ | ||
| 6 | " | ||
| 7 | |||
diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.88.bb b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.88.bb new file mode 100644 index 0000000000..52ee9aa96e --- /dev/null +++ b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.88.bb | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | require dnsmasq.inc | ||
| 2 | |||
| 3 | SRC_URI[dnsmasq-2.88.sha256sum] = "da9d26aa3f3fc15f3b58b94edbb9ddf744cbce487194ea480bd8e7381b3ca028" | ||
| 4 | SRC_URI += "\ | ||
| 5 | file://lua.patch \ | ||
| 6 | " | ||
| 7 | |||
