[source] dnsmasq: bump to 2.77test5

LEDE Commits lede-commits at lists.infradead.org
Tue May 2 13:32:32 PDT 2017


dedeckeh pushed a commit to source.git, branch master:
https://git.lede-project.org/b65c619d024ea7609e17e7113415603364ddf385

commit b65c619d024ea7609e17e7113415603364ddf385
Author: Kevin Darbyshire-Bryant <kevin at darbyshire-bryant.me.uk>
AuthorDate: Sun Apr 30 12:42:30 2017 +0100

    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 <kevin at darbyshire-bryant.me.uk>
---
 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 f4f2104..e8d8e85 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_HASH:=d71f52b54b876f8b30418cd9c8d5926a2f294aa8347ee41992da3762d14b3c51
+PKG_HASH:=5d57d575944769f4c6142ac3d6e81c3e60f20f6817d52f18df8056b6e0a9112d
 
 PKG_LICENSE:=GPL-2.0
 PKG_LICENSE_FILES:=COPYING



More information about the lede-commits mailing list