summaryrefslogtreecommitdiffstats
path: root/sources
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2004-03-06 22:57:23 +0000
committerManuel Novoa III <mjn3@codepoet.org>2004-03-06 22:57:23 +0000
commit6b2ca0199e3a0e3330b3f71292706f878e58d401 (patch)
tree8dc454a7d4fd8da1c2ce7f9d9f8eb9d9b27d67c3 /sources
parentb228a0ca962b958700d9b5de4ca2f81004c0bd13 (diff)
downloadbuildroot-novena-6b2ca0199e3a0e3330b3f71292706f878e58d401.tar.gz
buildroot-novena-6b2ca0199e3a0e3330b3f71292706f878e58d401.zip
Missed a bugfix patch. Also, allow multiple patches.
Diffstat (limited to 'sources')
-rw-r--r--sources/dnsmasq1-100-bugfix.patch (renamed from sources/dnsmasq1.patch)13
1 files changed, 13 insertions, 0 deletions
diff --git a/sources/dnsmasq1.patch b/sources/dnsmasq1-100-bugfix.patch
index 0635ed30d..c676a1a39 100644
--- a/sources/dnsmasq1.patch
+++ b/sources/dnsmasq1-100-bugfix.patch
@@ -10,3 +10,16 @@
#define HAVE_GETOPT_LONG
#undef HAVE_ARC4RANDOM
#define HAVE_RANDOM
+diff -x CVS -urN dnsmasq-1.18/option.c dnsmasq.old/option.c
+--- dnsmasq-1.18/option.c 2003-11-05 08:22:18.000000000 -0600
++++ dnsmasq.old/option.c 2004-01-05 23:40:11.000000000 -0600
+@@ -578,8 +578,8 @@
+ #ifdef HAVE_IPV6
+ else if (tmp->source_addr.sa.sa_family == AF_INET6)
+ tmp->source_addr.in6.sin6_port = htons(*query_port);
+- }
+ #endif
++ }
+ }
+
+ if (*if_addrs)