diff options
author | Viktor Szakats <commit@vszakats.net> | 2019-05-03 17:17:52 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2019-05-04 05:03:08 (GMT) |
commit | fdd14fc3467ae3521d932fd1b171412e0397d723 (patch) | |
tree | d31bbf92d71e241fe6d972f962f10be7851ae392 /plugins/apps | |
parent | c7e50f3d80516d20e189e532016450dbb3b7de3e (diff) | |
download | mxe-fdd14fc3467ae3521d932fd1b171412e0397d723.zip mxe-fdd14fc3467ae3521d932fd1b171412e0397d723.tar.gz mxe-fdd14fc3467ae3521d932fd1b171412e0397d723.tar.bz2 |
Secure URLs
Mostly in patch headers, example code and few patch lines
and regular docs. Also update/follow some non-secure URLs.
Diffstat (limited to 'plugins/apps')
-rw-r--r-- | plugins/apps/wrk-1-fixes.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/apps/wrk-1-fixes.patch b/plugins/apps/wrk-1-fixes.patch index 6541083..7412eac 100644 --- a/plugins/apps/wrk-1-fixes.patch +++ b/plugins/apps/wrk-1-fixes.patch @@ -272,7 +272,7 @@ From: Boris Nagaev <bnagaev@gmail.com> Date: Tue, 22 Mar 2016 23:05:26 +0100 Subject: [PATCH 4/8] reorder -lssl and -lcrypto -See http://stackoverflow.com/a/27136346 +See https://stackoverflow.com/a/27136346 diff --git a/Makefile b/Makefile index 1111111..2222222 100644 @@ -410,7 +410,7 @@ index 1111111..2222222 100644 luaL_openlibs(L); - (void) luaL_dostring(L, "wrk = require \"wrk\""); + -+ // Taken from http://stackoverflow.com/a/19426724 ++ // Taken from https://stackoverflow.com/a/19426724 + lua_getglobal(L, "package"); + lua_getfield(L, -1, "preload"); + luaL_loadbuffer(L, luaJIT_BC_wrk, luaJIT_BC_wrk_SIZE, NULL); |