1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-04 21:09:49 +03:00

Updated Dnsmasq to 2.42 (#3498)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11339 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
cyrus 2008-06-03 15:06:20 +00:00
parent f58867f71d
commit 1f74b8f896
3 changed files with 10 additions and 12 deletions

View File

@ -9,12 +9,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=dnsmasq
PKG_VERSION:=2.41
PKG_VERSION:=2.42
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq
PKG_MD5SUM:=b067598c3e9b91819a8be5cb59cbf90e
PKG_MD5SUM:=78a23a31a35b8427a8589b76c1ae3ff6
include $(INCLUDE_DIR)/package.mk

View File

@ -1,8 +1,7 @@
Index: dnsmasq-2.40/src/config.h
===================================================================
--- dnsmasq-2.40.orig/src/config.h 2007-06-26 19:16:31.000000000 +0200
+++ dnsmasq-2.40/src/config.h 2007-06-26 19:16:31.000000000 +0200
@@ -281,8 +281,9 @@
diff -ur dnsmasq-2.42.orig/src/config.h dnsmasq-2.42/src/config.h
--- dnsmasq-2.42.orig/src/config.h 2008-06-03 16:38:25.000000000 +0200
+++ dnsmasq-2.42/src/config.h 2008-06-03 16:38:43.000000000 +0200
@@ -322,8 +322,9 @@
/* We assume that systems which don't have IPv6
headers don't have ntop and pton either */

View File

@ -1,8 +1,7 @@
Index: dnsmasq-2.40/src/netlink.c
===================================================================
--- dnsmasq-2.40.orig/src/netlink.c 2007-06-26 19:16:31.000000000 +0200
+++ dnsmasq-2.40/src/netlink.c 2007-06-26 19:16:31.000000000 +0200
@@ -17,6 +17,10 @@
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
@@ -21,6 +21,10 @@
#include <linux/types.h>
#include <linux/netlink.h>
#include <linux/rtnetlink.h>