Package Details: libmodsecurity-git v3.0.15.r0.g0fb4aff-1

Git Clone URL: https://aur.archlinux.org/libmodsecurity-git.git (read-only, click to copy)
Package Base: libmodsecurity-git
Description: A cross platform web application firewall engine for Apache, IIS and Nginx, git HEAD
Upstream URL: https://github.com/SpiderLabs/ModSecurity
Licenses: Apache-2.0
Provides: libmodsecurity
Submitter: marcool04
Maintainer: marcool04
Last Packager: marcool04
Votes: 4
Popularity: 0.000000
First Submitted: 2023-12-06 07:28 (UTC)
Last Updated: 2026-05-25 11:38 (UTC)

Latest Comments

« First ‹ Previous 1 2

Megver83 commented on 2017-08-20 03:26 (UTC)

great package, I've uploaded it to Parabola GNU/Linux-libre https://www.parabola.nu/packages/?q=modsecurity It's also for ARMv7h, although ARM pkgs do not appear in the Parabola web, you could put it in the PKGBUILD like I did. https://git.parabola.nu/abslibre.git/tree/pcr/modsecurity/PKGBUILD#n9

mrvik commented on 2017-07-23 19:35 (UTC)

@AlfredoRamos Thx for the patch, it's full working ;)

AlfredoRamos commented on 2017-07-22 23:28 (UTC)

@mrvik I added a patch that reverses the LUA check order, so the build should check for LUA 5.3 first. Then you should load liblua5.3.so instead of liblua5.1.so in your httpd.conf file

AlfredoRamos commented on 2017-07-21 16:54 (UTC)

No, it should build against Lua 5.3, I'll check it as soon as possible.

mrvik commented on 2017-07-21 12:02 (UTC) (edited on 2017-07-21 12:03 (UTC) by mrvik)

@AlfredoRamos Add lua51 as dep, otherwise apache fails like this: jul 21 13:30:48 mrvik-pc systemd[1]: Started Apache Web Server. jul 21 13:30:48 mrvik-pc httpd[820]: httpd: Syntax error on line 124 of /etc/httpd/conf/httpd.conf: Cannot load modules/mod_security2.so into server: liblua5.1.so.5.1: cannot open shared object file: No such file or directory jul 21 13:30:48 mrvik-pc systemd[1]: httpd.service: Main process exited, code=exited, status=1/FAILURE jul 21 13:30:48 mrvik-pc systemd[1]: httpd.service: Unit entered failed state. jul 21 13:30:48 mrvik-pc systemd[1]: httpd.service: Failed with result 'exit-code'.

AlfredoRamos commented on 2017-02-14 21:00 (UTC)

Package adopted and fixed. Now the tarball is verified with GPG, so you'll need to add Felipe's signature in order to install or update to the new version. gpg --recv-keys E6DFB08CE8B11277

neuralfrequency commented on 2016-06-25 08:06 (UTC)

Failed to build with: ``` msc_lua.c:114:5: error: too many arguments to function 'lua_dump' lua_dump(L, dump_writer, &dump, 0); ``` Looks like this is because of the patch file being applied. When I removed the patch from the PKGBUILD, it built successfully so you may want to just remove it.

ThecaTTony commented on 2015-10-05 07:59 (UTC)

Hi, modsecurity needs lua51, not lua. Thanks.