Merge pull request #61825 from Izorkin/libmodsecurity

libmodsecurity: 3.0.2 -> 3.0.3
This commit is contained in:
Renaud 2019-05-22 10:27:40 +02:00 committed by GitHub
commit 4c860fd5f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,19 +4,19 @@
stdenv.mkDerivation rec {
name = "libmodsecurity-${version}";
version = "3.0.2";
version = "3.0.3";
src = fetchFromGitHub {
owner = "SpiderLabs";
repo = "ModSecurity";
fetchSubmodules = true;
rev = "v${version}";
sha256 = "0jhyqsvcjxq9ybndcinc08awknrg3sbkaby5w3qw03aqbfjkpywc";
sha256 = "00g2407g2679zv73q67zd50z0f1g1ij734ssv2pp77z4chn5dzib";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];
nativeBuildInputs = [ autoreconfHook pkgconfig doxygen ];
buildInputs = [ doxygen perl valgrind curl geoip libxml2 lmdb lua pcre yajl];
buildInputs = [ perl valgrind curl geoip libxml2 lmdb lua pcre yajl ];
configureFlags = [
"--enable-static"
@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
"--with-yajl=${yajl}"
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = ''
ModSecurity v3 library component.