diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-07-30 08:53:43 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-07-30 08:53:43 +0000 |
commit | 677f0e3e725b1fa52230fe7ea349dc4828093e83 (patch) | |
tree | 05f79e2878a300005ea3b98e3715c74d93a6d893 /package/network/services/dnsmasq/Makefile | |
parent | c668c8cc325f49a124ce3c1944330ac18542da46 (diff) | |
download | upstream-677f0e3e725b1fa52230fe7ea349dc4828093e83.tar.gz upstream-677f0e3e725b1fa52230fe7ea349dc4828093e83.tar.bz2 upstream-677f0e3e725b1fa52230fe7ea349dc4828093e83.zip |
dnsmasq: Bump to dnsmasq2.74
Bump to dnsmasq2.74 & refresh patches to fix fuzz
Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
SVN-Revision: 46522
Diffstat (limited to 'package/network/services/dnsmasq/Makefile')
-rw-r--r-- | package/network/services/dnsmasq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile index 19a8df9009..9b0ecc518d 100644 --- a/package/network/services/dnsmasq/Makefile +++ b/package/network/services/dnsmasq/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq -PKG_VERSION:=2.73 +PKG_VERSION:=2.74 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq -PKG_MD5SUM:=b8bfe96d22945c8cf4466826ba9b21bd +PKG_MD5SUM:=f48cd0fe26a55617a375ffc95b71e3c3 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |