aboutsummaryrefslogtreecommitdiff
path: root/libs/libnopoll/patches
diff options
context:
space:
mode:
authorIlya Lipnitskiy <ilya.lipnitskiy@gmail.com>2021-02-20 16:02:15 -0800
committerIlya Lipnitskiy <ilya.lipnitskiy@gmail.com>2021-02-20 16:02:15 -0800
commit5d8d4fbbcb5c5de9370711c19bb3510210989a98 (patch)
treed0754921833f413b7eb93fb6bb1b1c8a22fb0498 /libs/libnopoll/patches
parentd651082447b4392399a40ea1ae11d0bce4bfe83a (diff)
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>
Diffstat (limited to 'libs/libnopoll/patches')
-rw-r--r--libs/libnopoll/patches/010-openssl-deprecated.patch14
1 files changed, 4 insertions, 10 deletions
diff --git a/libs/libnopoll/patches/010-openssl-deprecated.patch b/libs/libnopoll/patches/010-openssl-deprecated.patch
index fb82df489..c4c640db7 100644
--- a/libs/libnopoll/patches/010-openssl-deprecated.patch
+++ b/libs/libnopoll/patches/010-openssl-deprecated.patch
@@ -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 {