diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-04-10 10:19:17 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-04-10 10:19:17 +0000 |
commit | 747c33859b10388e0eb1d37ff2a58ee7837a6f7a (patch) | |
tree | dfd1c3d8e07fa364c6f8230081ef236045733589 /package/network/services/dnsmasq/Makefile | |
parent | 9d6e04a4f171cbf6acb8ad33b5a58fb39c9cab30 (diff) | |
download | upstream-747c33859b10388e0eb1d37ff2a58ee7837a6f7a.tar.gz upstream-747c33859b10388e0eb1d37ff2a58ee7837a6f7a.tar.bz2 upstream-747c33859b10388e0eb1d37ff2a58ee7837a6f7a.zip |
dnsmasq: bump to 2.73rc4
Fix crash caused by malformed DNS requests
Improved DNSSEC handling
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45354
Diffstat (limited to 'package/network/services/dnsmasq/Makefile')
-rw-r--r-- | package/network/services/dnsmasq/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile index dcbb63a0f3..dc94d341bd 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.72 -PKG_RELEASE:=4 +PKG_VERSION:=2.73rc4 +PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq -PKG_MD5SUM:=cf82f81cf09ad3d47612985012240483 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz +PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq/release-candidates +PKG_MD5SUM:=24569c7605059aee175b1776201afa93 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |