From b8bc672f247a68bc6f72f08f9352cd7aaa5cb9c4 Mon Sep 17 00:00:00 2001 From: Kevin Darbyshire-Bryant Date: Tue, 16 Oct 2018 08:32:54 +0100 Subject: dnsmasq: bump to v2.80rc1 53792c9 fix typo df07182 Update German translation. Remove local patch 001-fix-typo which is a backport of the above 53792c9 There is no practical difference between our test8 release and this rc release, but this does at least say 'release candidate' Signed-off-by: Kevin Darbyshire-Bryant --- .../services/dnsmasq/patches/001-fix-typo.patch | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 package/network/services/dnsmasq/patches/001-fix-typo.patch (limited to 'package/network/services/dnsmasq/patches') diff --git a/package/network/services/dnsmasq/patches/001-fix-typo.patch b/package/network/services/dnsmasq/patches/001-fix-typo.patch deleted file mode 100644 index ed70754535..0000000000 --- a/package/network/services/dnsmasq/patches/001-fix-typo.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 53792c934cf18f46c5da3ea28786100cb339ad4c Mon Sep 17 00:00:00 2001 -From: Martin Schiller -Date: Mon, 8 Oct 2018 14:55:19 +0200 -Subject: [PATCH] fix typo - -it was introduced by commit 08933475abd0580cff747e3d1e0db3865207a200 - -Signed-off-by: Martin Schiller ---- - src/dnsmasq.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/dnsmasq.c b/src/dnsmasq.c -index aa29bbf..7fd33af 100644 ---- a/src/dnsmasq.c -+++ b/src/dnsmasq.c -@@ -242,7 +242,7 @@ int main (int argc, char **argv) - - /* Create a serial at startup if not configured. */ - #ifdef HAVE_BROKEN_RTC -- if (daemon_>soa_sn == 0) -+ if (daemon->soa_sn == 0) - die(_("zone serial must be configured in --auth-soa"), NULL, EC_BADCONF); - #else - if (daemon->soa_sn == 0) --- -2.18.0 - -- cgit v1.2.3