mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 21:14:40 +01:00
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:
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user