diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-03-02 14:36:46 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-03-02 14:36:46 +0000 |
commit | bf11985ef3ef2e6701e970862d36ef52e5cabf0f (patch) | |
tree | 0028bdce195863526881d6ab473d88b338de26f8 /package | |
parent | 16db1fed27cd256ba482e325af3dbd8e3d8d7e0f (diff) |
dnsmasq: bump version
Diffstat (limited to 'package')
-rw-r--r-- | package/dnsmasq/dnsmasq.mk | 2 | ||||
-rw-r--r-- | package/dnsmasq/dnsmasq2-100-include-correct-prctl-header.patch | 12 |
2 files changed, 1 insertions, 13 deletions
diff --git a/package/dnsmasq/dnsmasq.mk b/package/dnsmasq/dnsmasq.mk index c6fcb39aa..9e2328e34 100644 --- a/package/dnsmasq/dnsmasq.mk +++ b/package/dnsmasq/dnsmasq.mk @@ -5,7 +5,7 @@ ############################################################# DNSMASQ_SITE:=http://thekelleys.org.uk/dnsmasq -DNSMASQ_UPVER:=2.40 +DNSMASQ_UPVER:=2.41 DNSMASQ_SOURCE:=dnsmasq-$(DNSMASQ_UPVER).tar.gz DNSMASQ_DIR:=$(BUILD_DIR)/dnsmasq-$(DNSMASQ_UPVER) DNSMASQ_BINARY:=dnsmasq diff --git a/package/dnsmasq/dnsmasq2-100-include-correct-prctl-header.patch b/package/dnsmasq/dnsmasq2-100-include-correct-prctl-header.patch deleted file mode 100644 index 52246a3c5..000000000 --- a/package/dnsmasq/dnsmasq2-100-include-correct-prctl-header.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -upr dnsmasq-2.39/src/dnsmasq.h dnsmasq-2.39-orig/src/dnsmasq.h ---- dnsmasq-2.39/src/dnsmasq.h 2007-04-20 12:53:38.000000000 +0200 -+++ dnsmasq-2.39-orig/src/dnsmasq.h 2007-06-12 11:12:19.000000000 +0200 -@@ -79,7 +79,7 @@ - /* There doesn't seem to be a universally-available - userpace header for this. */ - extern int capset(cap_user_header_t header, cap_user_data_t data); --#include <sys/prctl.h> -+#include <linux/prctl.h> - #endif - - /* Min buffer size: we check after adding each record, so there must be |