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>
(cherry picked from commit 5d8d4fbbcb)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
committed by
Jeffery To
parent
99a5a094eb
commit
b1cbd93bcd
@@ -18,7 +18,7 @@
|
||||
#include <openssl/x509.h>
|
||||
#include <openssl/x509v3.h>
|
||||
#include <openssl/x509_vfy.h>
|
||||
@@ -941,7 +942,7 @@ int ptls_openssl_encrypt_ticket(ptls_buffer_t *buf, ptls_iovec_t src,
|
||||
@@ -941,7 +942,7 @@ int ptls_openssl_encrypt_ticket(ptls_buf
|
||||
|
||||
Exit:
|
||||
if (cctx != NULL)
|
||||
@@ -27,7 +27,7 @@
|
||||
if (hctx != NULL)
|
||||
HMAC_CTX_free(hctx);
|
||||
return ret;
|
||||
@@ -1011,7 +1012,7 @@ int ptls_openssl_decrypt_ticket(ptls_buffer_t *buf, ptls_iovec_t src,
|
||||
@@ -1011,7 +1012,7 @@ int ptls_openssl_decrypt_ticket(ptls_buf
|
||||
|
||||
Exit:
|
||||
if (cctx != NULL)
|
||||
@@ -46,7 +46,7 @@
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/ssl.h>
|
||||
@@ -1825,7 +1826,7 @@ static h2o_iovec_t on_extra_status(void *unused, h2o_globalconf_t *_conf, h2o_re
|
||||
@@ -1827,7 +1828,7 @@ static h2o_iovec_t on_extra_status(void
|
||||
" \"listeners\": %zu,\n"
|
||||
" \"worker-threads\": %zu,\n"
|
||||
" \"num-sessions\": %lu",
|
||||
@@ -55,7 +55,7 @@
|
||||
num_connections(0), conf.max_connections, conf.num_listeners, conf.num_threads, num_sessions(0));
|
||||
assert(ret.len < BUFSIZE);
|
||||
|
||||
@@ -2006,7 +2007,7 @@ int main(int argc, char **argv)
|
||||
@@ -2008,7 +2009,7 @@ int main(int argc, char **argv)
|
||||
break;
|
||||
case 'v':
|
||||
printf("h2o version " H2O_VERSION "\n");
|
||||
@@ -66,7 +66,7 @@
|
||||
"mruby: YES\n"); /* TODO determine the way to obtain the version of mruby (that is being linked dynamically) */
|
||||
--- a/src/ssl.c
|
||||
+++ b/src/ssl.c
|
||||
@@ -911,6 +911,7 @@ void ssl_setup_session_resumption(SSL_CTX **contexts, size_t num_contexts)
|
||||
@@ -911,6 +911,7 @@ void ssl_setup_session_resumption(SSL_CT
|
||||
#endif
|
||||
}
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
static pthread_mutex_t *mutexes;
|
||||
|
||||
static void lock_callback(int mode, int n, const char *file, int line)
|
||||
@@ -937,9 +938,11 @@ static int add_lock_callback(int *num, int amount, int type, const char *file, i
|
||||
@@ -937,9 +938,11 @@ static int add_lock_callback(int *num, i
|
||||
|
||||
return __sync_add_and_fetch(num, amount);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user