libmodsecurity: 3.0.2 -> 3.0.3

wip/yesman
Izorkin 5 years ago
parent e94d857373
commit 95dd3768f8
  1. 10
      pkgs/tools/security/libmodsecurity/default.nix

@ -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.

Loading…
Cancel
Save