aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/dnsmasq/patches/230-fix-poll-h-include-warning-on-musl.patch
diff options
context:
space:
mode:
authorKevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>2017-10-02 15:17:07 +0100
committerHans Dedecker <dedeckeh@gmail.com>2017-10-02 18:26:53 +0200
commit67ac017fefe8552b4e864d0494e892efe4fb9710 (patch)
tree8a72111fbee12df71e25c611c07507cdeae9b0c6 /package/network/services/dnsmasq/patches/230-fix-poll-h-include-warning-on-musl.patch
parent64da598c8f8bc3002ae2e8f90f0cf20986493348 (diff)
downloadupstream-67ac017fefe8552b4e864d0494e892efe4fb9710.tar.gz
upstream-67ac017fefe8552b4e864d0494e892efe4fb9710.tar.bz2
upstream-67ac017fefe8552b4e864d0494e892efe4fb9710.zip
dnsmasq: bump to v2.78
Fixes CVE-2017-14491, CVE-2017-14492, CVE-2017-14493, CVE-2017-14494, 2017-CVE-14495, 2017-CVE-14496 Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
Diffstat (limited to 'package/network/services/dnsmasq/patches/230-fix-poll-h-include-warning-on-musl.patch')
-rw-r--r--package/network/services/dnsmasq/patches/230-fix-poll-h-include-warning-on-musl.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/dnsmasq/patches/230-fix-poll-h-include-warning-on-musl.patch b/package/network/services/dnsmasq/patches/230-fix-poll-h-include-warning-on-musl.patch
index 19300f7d66..37b11abc1d 100644
--- a/package/network/services/dnsmasq/patches/230-fix-poll-h-include-warning-on-musl.patch
+++ b/package/network/services/dnsmasq/patches/230-fix-poll-h-include-warning-on-musl.patch
@@ -7,7 +7,7 @@ Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
--- a/src/dnsmasq.h
+++ b/src/dnsmasq.h
-@@ -82,7 +82,7 @@ typedef unsigned long long u64;
+@@ -88,7 +88,7 @@ typedef unsigned long long u64;
#if defined(HAVE_SOLARIS_NETWORK)
# include <sys/sockio.h>
#endif