Package Details: nginx-mainline-mod-lua 1:0.10.26-1

Git Clone URL: https://aur.archlinux.org/nginx-mainline-mod-lua.git (read-only, click to copy)
Package Base: nginx-mainline-mod-lua
Description: Lua script engine module for mainline nginx
Upstream URL: https://github.com/openresty/lua-nginx-module
Licenses: BSD
Submitter: mtorromeo
Maintainer: ahmubashshir
Last Packager: ahmubashshir
Votes: 7
Popularity: 0.000000
First Submitted: 2017-04-06 09:53 (UTC)
Last Updated: 2024-01-16 15:20 (UTC)

Latest Comments

« First ‹ Previous 1 2

amesgen commented on 2019-08-22 22:55 (UTC)

JFYI: the .SRCINFO is still on 0.10.13-6

mdevaev commented on 2018-08-17 21:44 (UTC)

Please fix sources url: https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver.tar.gz

curl: (22) The requested URL returned error: 404 Not Found ==> ERROR: Failure while downloading https://github.com/openresty/lua-nginx-module/archive/v0.10.13/lua-0.10.13.tar.gz Aborting...

xuanwo commented on 2018-04-27 07:02 (UTC) (edited on 2018-04-27 07:03 (UTC) by xuanwo)

Hi, Current pkgfile is out of date for nginx mainline is 1.13.12 for now.

Fixed by following diff: https://gist.github.com/Xuanwo/ba3c5e651560086412240c4ef5bffb1f

theYinYeti commented on 2017-11-04 18:32 (UTC)

Hey @mtorromeo, I see you’re also the maintainer for this package. Well, same issue: Nginx-mainline is now at version 1.13.6…

mtorromeo commented on 2017-09-16 12:48 (UTC) (edited on 2017-12-01 14:42 (UTC) by mtorromeo)

I backported a patch for openssl 1.1 as suggested, since the package was not working anyway. Remember that this is a work in progress implementation that may work for you but may also present unintended side effects. DO NOT REPORT BUGS UPSTREAM if you are using this patched package as it is NOT SUPPORTED. Follow the previously linked discussions [1] and [2] for updates on the openssl 1.1 situation. Thanks! [1] https://github.com/openresty/lua-nginx-module/pull/761 [2] https://github.com/openresty/lua-nginx-module/pull/922

theYinYeti commented on 2017-09-16 11:55 (UTC)

As it stands now, this module is useless. Until the problem is solved upstream, I suggest you apply the following patch: http://yalis.fr/public/nginx-mainline-mod-lua.patch In short: — fix the Nginx version, that got behind the current 1.13.4 — fix the sha256sum of the patch (as already reported) — get the module from Git and checkout the release instead of directly downloading the release — apply and commit the patch in a dedicated branch — merge the OpenSSL-1.1 branch from upstream (work in progress, I guess, but it works for me…) — fix the compilation step, where parameters from `nginx -V` were improperly used

marcarrelus commented on 2017-07-10 18:03 (UTC) (edited on 2017-07-10 19:07 (UTC) by marcarrelus)

Hey mtorromeo, first of all thank you for this package. However, I have a few problems with it: - the sha256sum of the last source (the patch) is not correct, it should be: 5ffacce8d57f06bea215267739995ce74a9719ee3e57ae2728d3b088a35b3d5e - the patch does not compile: ../lua-nginx-module-0.10.8/src/ngx_http_lua_ssl_ocsp.c:471:17: error: dereferencing pointer to incomplete type ‘SSL {aka struct ssl_st}’ if (ssl_conn->tlsext_status_type == -1) { ^~ make[1]: *** [objs/Makefile:2254: objs/addon/src/ngx_http_lua_ssl_ocsp.o] Error 1 make[1]: Leaving directory '/home/brecht/Downloads/nginx-mainline-mod-lua/src/nginx-1.13.0' make: *** [Makefile:14: modules] Error 2 ==> ERROR: A failure occurred in build(). EDIT ---- I also reported it upstream: https://github.com/openresty/lua-nginx-module/issues/1110 There they said that it needs to be compiled against OpenSSL 1.0.X. Apparently, OpenSSL 1.0.2 is still available in the core repositories. After some tinkering with the package, I had to conclude that for the life of me I couldn't figure out how to build it against this version. Perhaps you know better what you are doing.

diraria commented on 2017-04-30 05:13 (UTC)

Hello, OK, thank you a lot

mtorromeo commented on 2017-04-29 17:57 (UTC)

Hi dima74, I backported a patch to fix the compilation error you mention but this is not enough to make it work. There is another compilation error due to the module not being compatible with openssl 1.1. I may build it against openssl-1.0 but the result would not be binary compatible with nginx-mainline which uses 1.1. We have to wait for a fix from upstream (see [1] and [2]). [1] https://github.com/openresty/lua-nginx-module/pull/761 [2] https://github.com/openresty/lua-nginx-module/pull/922

diraria commented on 2017-04-29 15:05 (UTC)

I get compilation error, as in https://github.com/openresty/lua-nginx-module/issues/1043 Maybe you will use master version, instead of 0.10.7? Thanks if answer something!