summaryrefslogtreecommitdiff
path: root/pkgs/tools/security/aflplusplus (follow)
Commit message (Expand)AuthorAgeFilesLines
* aflplusplus: 4.20c -> 4.21cSigmanificient2024-07-172-5/+5
* afplusplus: formatSigmanificient2024-07-154-145/+193
* aflplusplus: modernize•••- Update depreciated `--replace` by `replace-fail` - Replace `$(out)` with placeholder - Change `sha` attributes to `hash` Sigmanificient2024-07-154-35/+37
* aflplusplus: 4.20c: update qemuafl to match 4.20cRick van Schijndel2024-07-151-2/+3
* aflplusplus: 4.10c -> 4.20cSigmanificient2024-04-211-2/+2
* aflplusplus: 4.09c -> 4.10cR. Ryantm2024-02-071-2/+2
* aflplusplus: 4.08c -> 4.09cR. Ryantm2023-12-161-2/+2
* treewide: remove unreferenced patch files•••Found with `fd \\.patch$ pkgs/ -x bash -c 'rg -F "{/}" pkgs/ -q || echo {}'` Peder Bergebakken Sundt2023-12-011-13/+0
* aflplusplus: 4.06c -> 4.08cJoel Höner2023-09-192-5/+5
* pkgs/tools/security: remove dead code•••with the help of deadnix & nil figsoda2023-07-122-8/+2
* aflplusplus: 4.05c -> 4.06c•••Changelog: https://github.com/AFLplusplus/AFLplusplus/releases/tag/4.06c Also update to llvm 15, and update the qemu that's used for aflplusplus. Rick van Schijndel2023-06-062-4/+4
* aflplusplus: 2.64c -> 4.05c•••Co-authored-by: Mindavi <rol3517@gmail.com> aflplusplus: fix tests, fix clang path substitution aflplusplus: fix some small issues and detect invalid use of LLVM_BINDIR better aflplusplus: add llvmPackages bintools as buildInput Now aflplusplus can auto-detect it. aflplusplus: make qemu test work aflplusplus: disable fortify hardening, package does this itself Prevents warnings from being logged. aflplusplus: use better separators for sed aflplusplus: remove broken path check aflplusplus: python -> python3, define llvmPackages outside of pkg def aflplusplus: fix invalid qemu test path Jade Lovelace2023-05-274-82/+182
* treewide: move NIX_CFLAGS_COMPILE to the env attrset•••with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure Artturin2023-02-221-1/+1
* treewide: use toString on list NIX_CFLAGS_COMPILE•••with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper Artturin2023-02-221-1/+1
* treewide: add gcc12 flagsFabián Heredia Montiel2023-01-271-0/+5
* treewide: remove global with lib; in pkgs/toolsShawn89012023-01-241-2/+0
* treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. Guillaume Girol2023-01-211-1/+1
* aflplusplus: qemu: move to python3•••QEMU 3.1 already had support for building with python3, so this should be a change that doesn't have any effect on the produced binaries. Python2 removal tracking issue: https://github.com/NixOS/nixpkgs/issues/148779 Rick van Schijndel2021-12-111-2/+2
* pkgs/tools: pkgconfig -> pkg-configBen Siraphob2021-01-161-2/+2
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-154-10/+10
* treewide: with stdenv.lib; in meta -> with lib;•••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 Profpatsch2021-01-113-6/+6
* aflplusplus: standardize description•••- Remove package name from start - Remove period from end Ben Siraphob2020-11-241-2/+2
* aflplusplus: remove clang_9 and llvm_9 specificity•••i've successfully built this with llvm 8 and 6 now - make this easier to override Robert Scott2020-05-161-5/+5
* aflplusplus: don't run unit tests with cmocka•••i don't think running the unit tests really adds anything given that we have proper integration tests working, and it just introduces another build dependency and possibility for spurious breakage. Robert Scott2020-05-161-2/+2
* aflplusplus: 2.64c -> 2.65cRobert Scott2020-05-161-13/+3
* treewide: per RFC45, remove more unquoted URLsPavol Rusnak2020-05-081-1/+1
* aflplusplus: 2.59c -> 2.64c•••Updated together with maintainers.ris / @risicle. Rick van Schijndel2020-05-044-37/+54
* aflplusplus: init at 2.59cRobert Scott2020-04-185-0/+294