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 <ilya.lipnitskiy@gmail.com>
This commit is contained in:
Ilya Lipnitskiy
2021-02-20 16:02:15 -08:00
parent d651082447
commit 5d8d4fbbcb
558 changed files with 1518 additions and 2977 deletions

View File

@@ -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);

View File

@@ -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);