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/radsecproxy/patches/200-logdest-on-foreground.patch | 2 +- net/radsecproxy/patches/300-gcc10.patch | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'net/radsecproxy') diff --git a/net/radsecproxy/patches/200-logdest-on-foreground.patch b/net/radsecproxy/patches/200-logdest-on-foreground.patch index e50c45ff1..64c920673 100644 --- a/net/radsecproxy/patches/200-logdest-on-foreground.patch +++ b/net/radsecproxy/patches/200-logdest-on-foreground.patch @@ -1,6 +1,6 @@ --- a/radsecproxy.c +++ b/radsecproxy.c -@@ -3005,15 +3005,13 @@ int radsecproxy_main(int argc, char **argv) { +@@ -3005,15 +3005,13 @@ int radsecproxy_main(int argc, char **ar options.loglevel = loglevel; else if (options.loglevel) debug_set_level(options.loglevel); diff --git a/net/radsecproxy/patches/300-gcc10.patch b/net/radsecproxy/patches/300-gcc10.patch index 55b90114a..352009b89 100644 --- a/net/radsecproxy/patches/300-gcc10.patch +++ b/net/radsecproxy/patches/300-gcc10.patch @@ -9,8 +9,6 @@ GCC 10 compatibility as per https://gcc.gnu.org/gcc-10/porting_to.html radsecproxy.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -diff --git a/radsecproxy.c b/radsecproxy.c -index a4b1211..b281e21 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -84,6 +84,7 @@ extern int optind; @@ -21,8 +19,6 @@ index a4b1211..b281e21 100644 /* minimum required declarations to avoid reordering code */ struct realm *adddynamicrealmserver(struct realm *realm, char *id); -diff --git a/radsecproxy.h b/radsecproxy.h -index 3082300..0f20f50 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -262,7 +262,7 @@ int radsrv(struct request *rq); -- cgit v1.2.3