On Sat, Jul 22, 2017 at 1:51 PM, Benoît Canet <
benoit.canet.cont...@gmail.com> wrote:

> The LuaRock repository is not up to date.
>

Hi,

I am far from a Lua or LuaRock expert, but a quick look in
https://luarocks.org/modules/brunoos/luasec
shows me that they *do* have version 0.6-1, which apparently is the same
version you downloaded.
Maybe you just had to update the "0.5" number? Did you try that?

Use the github repository.
>
> Signed-of-by: Benoît Canet <ben...@scylladb.com>
> ---
>  modules/lua/Makefile | 8 ++++++--
>  1 file changed, 6 insertions(+), 2 deletions(-)
>
> diff --git a/modules/lua/Makefile b/modules/lua/Makefile
> index 64ea4170..c4c80144 100644
> --- a/modules/lua/Makefile
> +++ b/modules/lua/Makefile
> @@ -121,9 +121,13 @@ LuaSec: $(CDIR)/ssl.lua
>  $(CDIR)/ssl.lua: $(LUA_ROCKS_BIN)
>  # Workaround because LuaRocks ignores /lib64
>  ifneq ("$(wildcard /usr/lib64/libssl.so*)", "")
> -       out/bin/luarocks install LuaSec 0.5 OPENSSL_LIBDIR=/usr/lib64
> +       rm -rf luasec
> +       git clone https://github.com/brunoos/luasec.git
> +       cd luasec && ../out/bin/luarocks make luasec-0.6-1.rockspec
> OPENSSL_LIBDIR=/usr/lib64
>  else
> -       out/bin/luarocks install LuaSec 0.5
> +       rm -rf luasec
> +       git clone https://github.com/brunoos/luasec.git
> +       cd luasec && ../out/bin/luarocks make luasec-0.6-1.rockspec
>  endif
>
>  ##
> --
> 2.13.3
>
> --
> You received this message because you are subscribed to the Google Groups
> "OSv Development" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to osv-dev+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to