summaryrefslogtreecommitdiffstats
path: root/package/dnsmasq
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-11-14 01:54:04 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-11-14 01:54:04 +0000
commite953ce1e61b848d9b57fd4262dd539d9acf0c007 (patch)
treee50d875026277d32268ec6b9cec32c5da3601120 /package/dnsmasq
parentbffe7837e75c6f8f2178e406e5432fe2c6e1e572 (diff)
downloadmaster-31e0f0ae-e953ce1e61b848d9b57fd4262dd539d9acf0c007.tar.gz
master-31e0f0ae-e953ce1e61b848d9b57fd4262dd539d9acf0c007.tar.bz2
master-31e0f0ae-e953ce1e61b848d9b57fd4262dd539d9acf0c007.zip
upgrade dnsmasq, fixes a few bugs including #943
SVN-Revision: 5528
Diffstat (limited to 'package/dnsmasq')
-rw-r--r--package/dnsmasq/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile
index d0beeb6f49..e4d73332fd 100644
--- a/package/dnsmasq/Makefile
+++ b/package/dnsmasq/Makefile
@@ -9,12 +9,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=dnsmasq
-PKG_VERSION:=2.33
+PKG_VERSION:=2.35
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq
-PKG_MD5SUM:=45696461b6e6bc929273b1191ca50447
+PKG_MD5SUM:=57b8643dc394cf2fbd1bced64536c6df
PKG_CAT:=zcat
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)