From 5d8d4fbbcb5c5de9370711c19bb3510210989a98 Mon Sep 17 00:00:00 2001 From: Ilya Lipnitskiy Date: Sat, 20 Feb 2021 16:02:15 -0800 Subject: treewide: Run refresh on all packages The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy --- net/darkstat/patches/101-allow-multiple-local-interfaces.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/darkstat/patches') diff --git a/net/darkstat/patches/101-allow-multiple-local-interfaces.patch b/net/darkstat/patches/101-allow-multiple-local-interfaces.patch index b2b22faa5..7f2e00f87 100644 --- a/net/darkstat/patches/101-allow-multiple-local-interfaces.patch +++ b/net/darkstat/patches/101-allow-multiple-local-interfaces.patch @@ -37,7 +37,7 @@ } verbosef("local network address: %s", addr_to_str(&localnet)); -@@ -138,11 +145,15 @@ static int addr_is_local(const struct addr * const a, +@@ -138,11 +145,15 @@ static int addr_is_local(const struct ad if (is_localip(a, local_ips)) return 1; if (a->family == IPv4 && using_localnet4) { @@ -59,7 +59,7 @@ } --- a/darkstat.c +++ b/darkstat.c -@@ -193,7 +193,7 @@ static struct cmdline_arg cmdline_args[] = { +@@ -193,7 +193,7 @@ static struct cmdline_arg cmdline_args[] {"-r", "capfile", cb_capfile, 0}, {"-p", "port", cb_port, 0}, {"-b", "bindaddr", cb_bindaddr, -1}, -- cgit v1.2.3