summaryrefslogtreecommitdiffstats
path: root/package/network/services/dnsmasq/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2024-03-18 22:39:56 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2024-03-20 01:18:21 +0100
commit28c87d7ecd142a31772572faac079b77163ceeca (patch)
tree23bb9df7731cf41f2f36dd4784be1e3c6b93f224 /package/network/services/dnsmasq/Makefile
parentf84ed09d2c69d2ae56d4e574bb85e60b09dc4e2d (diff)
downloadopenwrt-28c87d7ecd142a31772572faac079b77163ceeca.tar.gz
openwrt-28c87d7ecd142a31772572faac079b77163ceeca.tar.bz2
openwrt-28c87d7ecd142a31772572faac079b77163ceeca.zip
dnsmasq: Backport 2 upstream patches
These two patches are fixing minor problems with DNSSEC found shortly after the dnsmasq 2.90 release. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/network/services/dnsmasq/Makefile')
-rw-r--r--package/network/services/dnsmasq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile
index 9020278d53..5224e996a4 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.90
PKG_VERSION:=$(subst test,~~test,$(subst rc,~rc,$(PKG_UPSTREAM_VERSION)))
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_UPSTREAM_VERSION).tar.xz
PKG_SOURCE_URL:=https://thekelleys.org.uk/dnsmasq/