diff options
author | Zhang Xiao <xiao.zhang@windriver.com> | 2018-05-04 15:04:33 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-05-28 19:08:25 -0700 |
commit | 997caf9146cd3797cd054e2adebd1fbb4df91911 (patch) | |
tree | 5d5988e851ef380998840df86af7a5b799107bc9 /meta-networking/recipes-support/dnsmasq/dnsmasq_2.76.bb | |
parent | 2628a2ccacc3bb0256df97ef4b0245f685485c78 (diff) | |
download | meta-openembedded-morty-next.tar.gz |
dnsmasq: backport CVE fixes from dnsmasq 2.78morty-nextmorty
CVE-2017-1449{1-6}
Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com>
Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/dnsmasq/dnsmasq_2.76.bb')
-rw-r--r-- | meta-networking/recipes-support/dnsmasq/dnsmasq_2.76.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.76.bb b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.76.bb index 41573d9dd6..5b68d98f84 100644 --- a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.76.bb +++ b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.76.bb | |||
@@ -2,6 +2,13 @@ require dnsmasq.inc | |||
2 | 2 | ||
3 | SRC_URI += "\ | 3 | SRC_URI += "\ |
4 | file://lua.patch \ | 4 | file://lua.patch \ |
5 | file://dnsmasq-CVE-2017-14491.patch \ | ||
6 | file://dnsmasq-CVE-2017-14492.patch \ | ||
7 | file://dnsmasq-CVE-2017-14493.patch \ | ||
8 | file://dnsmasq-CVE-2017-14494.patch \ | ||
9 | file://dnsmasq-CVE-2017-14496.patch \ | ||
10 | file://dnsmasq-CVE-2017-14495.patch \ | ||
11 | file://dnsmasq-CVE-2017-14491-02.patch \ | ||
5 | " | 12 | " |
6 | 13 | ||
7 | SRC_URI[dnsmasq-2.76.md5sum] = "6610f8233ca89b15a1bb47c788ffb84f" | 14 | SRC_URI[dnsmasq-2.76.md5sum] = "6610f8233ca89b15a1bb47c788ffb84f" |