diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2021-01-23 20:28:00 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-01-24 17:42:53 +0100 |
commit | 11f4918ebb32f658e419225ef218f82d66b482cc (patch) | |
tree | 1acb7e2940770ea0028fd024d74464bba1828d68 /package/network/services/dnsmasq/Makefile | |
parent | 9999c87d3a3cf93344be99d314bdd63e2ca782f1 (diff) | |
download | upstream-11f4918ebb32f658e419225ef218f82d66b482cc.tar.gz upstream-11f4918ebb32f658e419225ef218f82d66b482cc.tar.bz2 upstream-11f4918ebb32f658e419225ef218f82d66b482cc.zip |
dnsmasq: backport fixes
This should fix some error messages shown in the log like this one:
dnsmasq[16020]: failed to send packet: Network unreachable
dnsmasq[16020]: failed to send packet: Address family not supported by protocol
Fixes: e87c0d934c54 ("dnsmasq: Update to version 2.83")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/network/services/dnsmasq/Makefile')
-rw-r--r-- | package/network/services/dnsmasq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile index 832246cf72..6be9f69c00 100644 --- a/package/network/services/dnsmasq/Makefile +++ b/package/network/services/dnsmasq/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq PKG_UPSTREAM_VERSION:=2.80 PKG_VERSION:=$(subst test,~~test,$(subst rc,~rc,$(PKG_UPSTREAM_VERSION))) -PKG_RELEASE:=16.2 +PKG_RELEASE:=16.3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_UPSTREAM_VERSION).tar.xz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq |