mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38: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,5 +1,3 @@
|
||||
diff --git a/src/nopoll.c b/src/nopoll.c
|
||||
index d4b50f3..3603f41 100644
|
||||
--- a/src/nopoll.c
|
||||
+++ b/src/nopoll.c
|
||||
@@ -868,9 +868,11 @@ void nopoll_cleanup_library (void)
|
||||
@@ -14,11 +12,9 @@ index d4b50f3..3603f41 100644
|
||||
|
||||
/* notify the library isn't initialized */
|
||||
__nopoll_tls_was_init = nopoll_false;
|
||||
diff --git a/src/nopoll_conn.c b/src/nopoll_conn.c
|
||||
index 0b85382..1770723 100644
|
||||
--- a/src/nopoll_conn.c
|
||||
+++ b/src/nopoll_conn.c
|
||||
@@ -1380,7 +1380,9 @@ noPollConn * nopoll_conn_tls_new (noPollCtx * ctx,
|
||||
@@ -1380,7 +1380,9 @@ noPollConn * nopoll_conn_tls_new (noPoll
|
||||
/* init ssl ciphers and engines */
|
||||
if (! __nopoll_tls_was_init) {
|
||||
__nopoll_tls_was_init = nopoll_true;
|
||||
@@ -28,7 +24,7 @@ index 0b85382..1770723 100644
|
||||
} /* end if */
|
||||
|
||||
/* call common implementation */
|
||||
@@ -1426,7 +1428,9 @@ noPollConn * nopoll_conn_tls_new6 (noPollCtx * ctx,
|
||||
@@ -1426,7 +1428,9 @@ noPollConn * nopoll_conn_tls_new6 (noPol
|
||||
/* init ssl ciphers and engines */
|
||||
if (! __nopoll_tls_was_init) {
|
||||
__nopoll_tls_was_init = nopoll_true;
|
||||
@@ -38,7 +34,7 @@ index 0b85382..1770723 100644
|
||||
} /* end if */
|
||||
|
||||
/* call common implementation */
|
||||
@@ -1495,7 +1499,9 @@ noPollConn * nopoll_conn_tls_new_with_socket (noPollCtx * ctx,
|
||||
@@ -1495,7 +1499,9 @@ noPollConn * nopoll_conn_tls_new_with_so
|
||||
/* init ssl ciphers and engines */
|
||||
if (! __nopoll_tls_was_init) {
|
||||
__nopoll_tls_was_init = nopoll_true;
|
||||
@@ -48,7 +44,7 @@ index 0b85382..1770723 100644
|
||||
} /* end if */
|
||||
|
||||
/* call common implementation */
|
||||
@@ -4755,7 +4761,9 @@ nopoll_bool __nopoll_conn_accept_complete_common (noPollCtx * ctx, noPollConnOpt
|
||||
@@ -4755,7 +4761,9 @@ nopoll_bool __nopoll_conn_accept_complet
|
||||
/* init ssl ciphers and engines */
|
||||
if (! __nopoll_tls_was_init) {
|
||||
__nopoll_tls_was_init = nopoll_true;
|
||||
@@ -58,8 +54,6 @@ index 0b85382..1770723 100644
|
||||
} /* end if */
|
||||
|
||||
/* now configure chainCertificate */
|
||||
diff --git a/src/nopoll_decl.h b/src/nopoll_decl.h
|
||||
index bfe496e..b0ce535 100644
|
||||
--- a/src/nopoll_decl.h
|
||||
+++ b/src/nopoll_decl.h
|
||||
@@ -511,20 +511,18 @@ typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user