| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | aflplusplus: 4.20c -> 4.21c | Sigmanificient | 2024-07-17 | 2 | -5/+5 |
| * | afplusplus: format | Sigmanificient | 2024-07-15 | 4 | -145/+193 |
| * | aflplusplus: modernize•••- Update depreciated `--replace` by `replace-fail` - Replace `$(out)` with placeholder - Change `sha` attributes to `hash` | Sigmanificient | 2024-07-15 | 4 | -35/+37 |
| * | aflplusplus: 4.20c: update qemuafl to match 4.20c | Rick van Schijndel | 2024-07-15 | 1 | -2/+3 |
| * | aflplusplus: 4.10c -> 4.20c | Sigmanificient | 2024-04-21 | 1 | -2/+2 |
| * | aflplusplus: 4.09c -> 4.10c | R. Ryantm | 2024-02-07 | 1 | -2/+2 |
| * | aflplusplus: 4.08c -> 4.09c | R. Ryantm | 2023-12-16 | 1 | -2/+2 |
| * | treewide: remove unreferenced patch files•••Found with `fd \\.patch$ pkgs/ -x bash -c 'rg -F "{/}" pkgs/ -q || echo {}'` | Peder Bergebakken Sundt | 2023-12-01 | 1 | -13/+0 |
| * | aflplusplus: 4.06c -> 4.08c | Joel Höner | 2023-09-19 | 2 | -5/+5 |
| * | pkgs/tools/security: remove dead code•••with the help of deadnix & nil | figsoda | 2023-07-12 | 2 | -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 Schijndel | 2023-06-06 | 2 | -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 Lovelace | 2023-05-27 | 4 | -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 | Artturin | 2023-02-22 | 1 | -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 | Artturin | 2023-02-22 | 1 | -1/+1 |
| * | treewide: add gcc12 flags | Fabián Heredia Montiel | 2023-01-27 | 1 | -0/+5 |
| * | treewide: remove global with lib; in pkgs/tools | Shawn8901 | 2023-01-24 | 1 | -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 Girol | 2023-01-21 | 1 | -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 Schijndel | 2021-12-11 | 1 | -2/+2 |
| * | pkgs/tools: pkgconfig -> pkg-config | Ben Siraphob | 2021-01-16 | 1 | -2/+2 |
| * | pkgs/tools: stdenv.lib -> lib | Ben Siraphob | 2021-01-15 | 4 | -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 | Profpatsch | 2021-01-11 | 3 | -6/+6 |
| * | aflplusplus: standardize description•••- Remove package name from start - Remove period from end | Ben Siraphob | 2020-11-24 | 1 | -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 Scott | 2020-05-16 | 1 | -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 Scott | 2020-05-16 | 1 | -2/+2 |
| * | aflplusplus: 2.64c -> 2.65c | Robert Scott | 2020-05-16 | 1 | -13/+3 |
| * | treewide: per RFC45, remove more unquoted URLs | Pavol Rusnak | 2020-05-08 | 1 | -1/+1 |
| * | aflplusplus: 2.59c -> 2.64c•••Updated together with maintainers.ris / @risicle. | Rick van Schijndel | 2020-05-04 | 4 | -37/+54 |
| * | aflplusplus: init at 2.59c | Robert Scott | 2020-04-18 | 5 | -0/+294 |
