about summary refs log tree commit diff
path: root/pkgs/tools/security/rage
AgeCommit message (Collapse)AuthorFilesLines
2022-10-27rage: 0.8.1 -> 0.9.0R. Ryantm1-3/+3
2022-06-18rage: 0.8.0 -> 0.8.1Mario Rodas1-7/+3
https://github.com/str4d/rage/releases/tag/v0.8.1
2022-05-01rage: 0.7.1 -> 0.8.0Mario Rodas1-6/+15
https://github.com/str4d/rage/releases/tag/v0.8.0
2022-01-01rage: 0.7.0 -> 0.7.1R. Ryantm1-3/+3
2021-10-19rage: 0.6.0 -> 0.7.0Mario Rodas1-3/+3
https://github.com/str4d/rage/releases/tag/v0.7.0
2021-05-01rage: 0.5.1 -> 0.6.0Mario Rodas1-5/+6
https://github.com/str4d/rage/releases/tag/v0.6.0
2021-02-14rage: 0.5.0 -> 0.5.1R. RyanTM1-3/+3
2021-01-31Merge pull request #111494 from rien/masterGraham Christensen1-0/+3
rage: skip check if not x86
2021-01-31rage: skip check if not x86Rien Maertens1-0/+3
rage has a dev-dependency which uses x86-only assembly and thus fails when performing the check phase. This sets `doCheck = false` for systems which are not x86.
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-1/+1
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-12-06rage: fix macOS build (#106051)Marin1-2/+6
Without the explicit Foundation dep, linker fails with this message: ``` = note: ld: framework not found Foundation clang-7: error: linker command failed with exit code 1 (use -v to see invocation) error: aborting due to previous error error: could not compile `i18n-embed-fl` ``` Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-11-22rage: 0.4.0 -> 0.5.0Ryan Mulligan1-7/+7
* Upgrades to latest version * Moves darwin security access into derivation, simplifying all-packages.nix * Add RyanTM as maintainer
2020-06-15rage: install manpages and completionsMario Rodas1-1/+13
2020-03-24rage: 0.3.0 -> 0.4.0Mario Rodas1-3/+3
Changelog: https://github.com/str4d/rage/releases/tag/v0.4.0
2020-02-27rage: upgrade cargo fetcher and cargoSha256Benjamin Hipple1-4/+1
Infra upgrade as part of #79975; no functional change expected.
2020-02-13treewide: change fetchCargoTarball default to opt-outBenjamin Hipple1-0/+3
Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
2020-02-09rage: 0.2.0 -> 0.3.0Mario Rodas1-3/+4
Changelog: https://github.com/str4d/rage/releases/tag/v0.3.0
2020-01-18rage: init at 0.2.0Mario Rodas1-0/+24