summaryrefslogtreecommitdiffstats
path: root/package/dnsmasq
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-11-14 01:54:04 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-11-14 01:54:04 +0000
commit91676b45b8c8bd4aa5fc4d2c3d67c9965f0675e3 (patch)
treef3627d20958abd37aca3052d28791c319ba8a088 /package/dnsmasq
parent606cd0636dab1d5fa3ac91e6f2147a3a2ddb4922 (diff)
upgrade dnsmasq, fixes a few bugs including #943
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5528 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 d0beeb6f4..e4d73332f 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)