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 | d5e9eb69715f97c4c5dda4dc5da4c5839ebf152a (patch) | |
tree | 72a2b61930bdeb40bd7024ca2f3de41284fd7f35 /package/dnsmasq/Makefile | |
parent | 8253f19290870c06aff6e43aa6ec86ec4bfce126 (diff) | |
download | master-187ad058-d5e9eb69715f97c4c5dda4dc5da4c5839ebf152a.tar.gz master-187ad058-d5e9eb69715f97c4c5dda4dc5da4c5839ebf152a.tar.bz2 master-187ad058-d5e9eb69715f97c4c5dda4dc5da4c5839ebf152a.zip |
[package] dnsmasq: add and enable DNS rebind protections
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22222 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |