From 0c9e97b844c41f6f520205f9a9e71c1356f9f108 Mon Sep 17 00:00:00 2001 From: Kevin Darbyshire-Bryant Date: Thu, 31 Aug 2017 12:37:35 +0200 Subject: [PATCH] dnsmasq: bump to 2.77test5 A number of small tweaks & improvements on the way to a final release. Most notable: Improve DHCPv4 address-in-use check. Remove the recently introduced RFC-6842 (Client-ids in DHCP replies) support as it turns out some clients are getting upset. Signed-off-by: Kevin Darbyshire-Bryant --- package/network/services/dnsmasq/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile index 855e74d05a..547e97fce7 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.77test4 +PKG_VERSION:=2.77test5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq/test-releases -PKG_MD5SUM:=30a347065386e78c596269da341ed615 +PKG_MD5SUM:=60ccdb9f574321a2c6cb22a5fe5d4980 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING -- 2.11.0