diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2019-08-03 20:55:52 +0100 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2019-08-03 20:55:52 +0100 |
commit | fc5d46dc62285ff16deae26818764eafce17f0a6 (patch) | |
tree | 3e774451ab444ad0232dcedae26efbcc5efbab56 /package/network/services/dnsmasq/patches/0024-Cache-SRV-records.patch | |
parent | a2754667291bef7e2e5f003e0f9c3296dcfd1959 (diff) |
Revert "dnsmasq: backport latest patches"
This reverts commit e9eec39aacde450ba87598d85987b374ce6aed95.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'package/network/services/dnsmasq/patches/0024-Cache-SRV-records.patch')
-rw-r--r-- | package/network/services/dnsmasq/patches/0024-Cache-SRV-records.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/dnsmasq/patches/0024-Cache-SRV-records.patch b/package/network/services/dnsmasq/patches/0024-Cache-SRV-records.patch index 351a3c2e37..d38d30e9d5 100644 --- a/package/network/services/dnsmasq/patches/0024-Cache-SRV-records.patch +++ b/package/network/services/dnsmasq/patches/0024-Cache-SRV-records.patch @@ -1,7 +1,7 @@ From 5b99eae59d59a8e34a7e512059b98bbd803312f2 Mon Sep 17 00:00:00 2001 From: Simon Kelley <simon@thekelleys.org.uk> Date: Sun, 6 Jan 2019 23:09:50 +0000 -Subject: [PATCH 24/57] Cache SRV records. +Subject: [PATCH 24/32] Cache SRV records. Inpsired by a patch from Jeremy Allison, but completely re-rolled by srk. All bugs are mine. |