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 <ldir@darbyshire-bryant.me.uk>2017-10-02 15:28:32 +0100
committerHans Dedecker <dedeckeh@gmail.com>2017-10-02 18:36:21 +0200
commit4b4a4af814e1602f7ef12c5d07ff15c4fa2570ca (patch)
tree2ea03d074a50ee69a1c915949e1f36b0dc3d6d97 /package/network/services/dnsmasq/patches/230-fix-poll-h-include-warning-on-musl.patch
parentb8357e87d7cbc73e19073b4b8cd749e46e6b7fc2 (diff)
downloadupstream-4b4a4af814e1602f7ef12c5d07ff15c4fa2570ca.tar.gz
upstream-4b4a4af814e1602f7ef12c5d07ff15c4fa2570ca.tar.bz2
upstream-4b4a4af814e1602f7ef12c5d07ff15c4fa2570ca.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 <ldir@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