parent
3ab62e8a82
commit
5da5342fda
|
@ -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
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue