summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2022-09-20 16:17:56 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-09-22 17:20:22 +0200
commit672737166312301d50d47b4cc022e993fb750074 (patch)
tree3701d4d3d4102f6c4510d5cee0e6e6f23f556cf2
parentbac1bcec5d46c5d22c06b54da7e538d1829b6886 (diff)
downloadptxdist-672737166312301d50d47b4cc022e993fb750074.tar.gz
ptxdist-672737166312301d50d47b4cc022e993fb750074.tar.xz
dnsmasq: version bump to 2.86
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Message-Id: <20220920141759.3394460-5-mkl@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--patches/dnsmasq-2.86/0001-the-pkg-config-file-is-lua-no-lua5.2.patch (renamed from patches/dnsmasq-2.85/0001-the-pkg-config-file-is-lua-no-lua5.2.patch)2
-rw-r--r--patches/dnsmasq-2.86/series (renamed from patches/dnsmasq-2.85/series)0
-rw-r--r--rules/dnsmasq.make4
3 files changed, 3 insertions, 3 deletions
diff --git a/patches/dnsmasq-2.85/0001-the-pkg-config-file-is-lua-no-lua5.2.patch b/patches/dnsmasq-2.86/0001-the-pkg-config-file-is-lua-no-lua5.2.patch
index 5aebae2df..b53a81cfa 100644
--- a/patches/dnsmasq-2.85/0001-the-pkg-config-file-is-lua-no-lua5.2.patch
+++ b/patches/dnsmasq-2.86/0001-the-pkg-config-file-is-lua-no-lua5.2.patch
@@ -8,7 +8,7 @@ Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
-index e4c3f5c92a76..fa33af1a0c20 100644
+index 0cd592e91fa6..5bb2b42b5982 100644
--- a/Makefile
+++ b/Makefile
@@ -60,8 +60,8 @@ idn2_cflags = `echo $(COPTS) | $(top)/bld/pkg-wrapper HAVE_LIBIDN2 $(PKG_CONFI
diff --git a/patches/dnsmasq-2.85/series b/patches/dnsmasq-2.86/series
index bdbf61ed5..bdbf61ed5 100644
--- a/patches/dnsmasq-2.85/series
+++ b/patches/dnsmasq-2.86/series
diff --git a/rules/dnsmasq.make b/rules/dnsmasq.make
index e5be3265a..584d5dbba 100644
--- a/rules/dnsmasq.make
+++ b/rules/dnsmasq.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_DNSMASQ) += dnsmasq
#
# Paths and names
#
-DNSMASQ_VERSION := 2.85
-DNSMASQ_MD5 := f32403e94a657b93d7fbe0a9c07ebccf
+DNSMASQ_VERSION := 2.86
+DNSMASQ_MD5 := 227fd0e81a5ed8134e1f60e175324c99
DNSMASQ := dnsmasq-$(DNSMASQ_VERSION)
DNSMASQ_SUFFIX := tar.xz
DNSMASQ_URL := http://www.thekelleys.org.uk/dnsmasq/$(DNSMASQ).$(DNSMASQ_SUFFIX)