hello, update dnsmasq to 2.59, from original changelog:
"Fix regression in 2.58 which caused failure to start up with some combinations of dnsmasq config and IPv6 kernel network config. Thanks to Brielle Bruns for the bug report. Improve dnsmasq's behaviour when network interfaces are still doing duplicate address detection (DAD). Previously, dnsmasq would wait up to 20 seconds at start-up for the DAD state to terminate. This is broken for bridge interfaces on recent Linux kernels, which don't start DAD until the bridge comes up, and so can take arbitrary time. The new behaviour lets dnsmasq poll for an arbitrary time whilst providing service on other interfaces. Thanks to Stephen Hemminger for pointing out the problem." Signed-off-by: Daniel Petre <[email protected]> --- Index: package/dnsmasq/Makefile =================================================================== --- package/dnsmasq/Makefile (revision 29322) +++ package/dnsmasq/Makefile (working copy) @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq -PKG_VERSION:=2.58 -PKG_RELEASE:=2 +PKG_VERSION:=2.59 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq -PKG_MD5SUM:=14c5c81debb324adc261db971730f4c6 +PKG_MD5SUM:=b5757ef2d7b651748eeebb88af29d7d6 include $(INCLUDE_DIR)/package.mk _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
