libmodsecurity: 3.0.2 -> 3.0.3

This commit is contained in:
Izorkin 2019-05-21 21:31:29 +03:00
parent e94d857373
commit 95dd3768f8

View File

@ -4,19 +4,19 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "libmodsecurity-${version}"; name = "libmodsecurity-${version}";
version = "3.0.2"; version = "3.0.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "SpiderLabs"; owner = "SpiderLabs";
repo = "ModSecurity"; repo = "ModSecurity";
fetchSubmodules = true; fetchSubmodules = true;
rev = "v${version}"; 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 = [ configureFlags = [
"--enable-static" "--enable-static"
@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
"--with-yajl=${yajl}" "--with-yajl=${yajl}"
]; ];
enableParallelBuilding = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = '' description = ''
ModSecurity v3 library component. ModSecurity v3 library component.