diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-07-16 00:06:59 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-07-16 00:06:59 +0000 |
commit | 9c3244a88495646571fd3548f85885ac02c2f3f5 (patch) | |
tree | 20ea2ba2db783bd9d09d3cc415ee29d50b576f9e /package/dnsmasq/Makefile | |
parent | d6d1dd47d39b4fd331d6cf1498272ce535b2a80d (diff) | |
download | upstream-9c3244a88495646571fd3548f85885ac02c2f3f5.tar.gz upstream-9c3244a88495646571fd3548f85885ac02c2f3f5.tar.bz2 upstream-9c3244a88495646571fd3548f85885ac02c2f3f5.zip |
dnsmasq: add and enable DNS rebind protections
SVN-Revision: 22222
Diffstat (limited to 'package/dnsmasq/Makefile')
-rw-r--r-- | package/dnsmasq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile index 987bc40886..852b126fcc 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq PKG_VERSION:=2.55 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq |