From 949ad066d6229b77f994382074a62a985362fc3a Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Mon, 15 Aug 2016 15:37:44 -0700 Subject: [PATCH] feature: bundled the sess_set_get_cb_yield patch for OpenSSL to support the ssl_session_fetch_by_lua* directives of ngx_http_lua_module. --- util/mirror-tarballs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/mirror-tarballs b/util/mirror-tarballs index 4c9732b..35c81af 100755 --- a/util/mirror-tarballs +++ b/util/mirror-tarballs @@ -740,6 +740,8 @@ cp $root/COPYRIGHT ./ || exit 1 perl bundle/$resty_cli/bin/md2pod.pl $root/doc/README-win32.md | pod2text > README-win32.txt || exit 1 unix2dos README-win32.txt || exit 1 find bundle -name '*~' -delete +mkdir patches/ || exit 1 +cp $root/patches/openssl-1.0.2h-sess_set_get_cb_yield.patch patches/ || exit 1 restydoc_index=$bundle_dir/$resty_cli/bin/restydoc-index #restydoc_index=$HOME/git/resty-cli/bin/restydoc-index