about summary refs log tree commit diff
path: root/pkgs/tools/security/libmodsecurity
AgeCommit message (Collapse)AuthorFilesLines
2022-09-08libmodsecurity: 3.0.7 -> 3.0.8R. Ryantm1-2/+2
2022-06-15libmodsecurity: 3.0.6 -> 3.0.7Izorkin1-5/+10
2022-05-18libmodsecurity: remove dependency on valgrindBen Wolsieffer1-2/+2
valgrind is only supported on certain platforms (it notably lacks support for armv6l), so needs to be excluded as a dependency on unsupported platforms. In this case, it turns out that valgrind is not currently used at all, so I removed it entirely. libmodsecurity can optionally use valgrind to run tests, but we don't run the tests at all.
2022-02-23libmodsecurity: add passthru test for nginx-modsecurityStig Palmquist1-0/+5
2022-02-14libmodsecurity: 3.0.4 -> 3.0.6Izorkin1-11/+33
2021-04-17libmodsecurity: 3.0.3 -> 3.0.4Thomas Gerbet1-2/+2
Fixes CVE-2019-19889. Release notes: https://github.com/SpiderLabs/ModSecurity/releases/tag/v3.0.4
2021-01-16pkgs/tools: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-05-22libmodsecurity: 3.0.2 -> 3.0.3Izorkin1-4/+6
2018-07-12libmodsecurity: 3.0.0 -> 3.0.2 (#43406)Izorkin1-2/+2
2017-12-17libmodsecurity: 3.0.0-2017-11-17 -> 3.0.0 StableIzorkin1-5/+4
2017-12-11libmodsecurity: init at 3.0.0-2017-11-17 (#32075)Izorkin1-0/+47