aboutsummaryrefslogtreecommitdiffstats
path: root/package/dnsmasq/patches
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-02-16 04:48:08 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-02-16 04:48:08 +0000
commitae2e727786d22ae628874e5ae01813275f506799 (patch)
tree32db42d8240425d794dbaddac0f2c09fe46f0ef0 /package/dnsmasq/patches
parentf728dd2c92f2083b27b090a088ad173803cb6b3a (diff)
downloadupstream-ae2e727786d22ae628874e5ae01813275f506799.tar.gz
upstream-ae2e727786d22ae628874e5ae01813275f506799.tar.bz2
upstream-ae2e727786d22ae628874e5ae01813275f506799.zip
[package] update dnsmasq to 2.47 (#4636, thanks florida)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14528 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dnsmasq/patches')
-rw-r--r--package/dnsmasq/patches/101-ipv6.patch8
-rw-r--r--package/dnsmasq/patches/102-rtnetlink.patch6
2 files changed, 7 insertions, 7 deletions
diff --git a/package/dnsmasq/patches/101-ipv6.patch b/package/dnsmasq/patches/101-ipv6.patch
index 320709f613..682447c8d4 100644
--- a/package/dnsmasq/patches/101-ipv6.patch
+++ b/package/dnsmasq/patches/101-ipv6.patch
@@ -1,8 +1,8 @@
-Index: dnsmasq-2.44/src/config.h
+Index: dnsmasq-2.47/src/config.h
===================================================================
---- dnsmasq-2.44.orig/src/config.h 2008-07-20 17:17:39.000000000 +0200
-+++ dnsmasq-2.44/src/config.h 2008-07-20 17:20:08.000000000 +0200
-@@ -286,8 +286,9 @@
+--- dnsmasq-2.47.orig/src/config.h 2009-02-15 19:05:25.000000000 +0200
++++ dnsmasq-2.47/src/config.h 2009-02-15 19:05:25.000000000 +0200
+@@ -282,8 +282,9 @@
/* We assume that systems which don't have IPv6
headers don't have ntop and pton either */
diff --git a/package/dnsmasq/patches/102-rtnetlink.patch b/package/dnsmasq/patches/102-rtnetlink.patch
index 613b6b81fe..932c7e66bf 100644
--- a/package/dnsmasq/patches/102-rtnetlink.patch
+++ b/package/dnsmasq/patches/102-rtnetlink.patch
@@ -1,6 +1,6 @@
-diff -ur dnsmasq-2.42.orig/src/netlink.c dnsmasq-2.42/src/netlink.c
---- dnsmasq-2.42.orig/src/netlink.c 2008-06-03 16:38:25.000000000 +0200
-+++ dnsmasq-2.42/src/netlink.c 2008-06-03 16:41:06.000000000 +0200
+diff -ur dnsmasq-2.47.orig/src/netlink.c dnsmasq-2.47/src/netlink.c
+--- dnsmasq-2.47.orig/src/netlink.c 2009-02-15 19:05:25.000000000 +0200
++++ dnsmasq-2.47/src/netlink.c 2008-02-15 19:05:25.000000000 +0200
@@ -21,6 +21,10 @@
#include <linux/types.h>
#include <linux/netlink.h>