summary refs log tree commit diff
path: root/pkgs/tools/security/rage
Commit message (Collapse)AuthorAge
* rage: 0.5.1 -> 0.6.0Mario Rodas2021-05-01
| | | | https://github.com/str4d/rage/releases/tag/v0.6.0
* rage: 0.5.0 -> 0.5.1R. RyanTM2021-02-14
|
* Merge pull request #111494 from rien/masterGraham Christensen2021-01-31
|\ | | | | rage: skip check if not x86
| * rage: skip check if not x86Rien Maertens2021-01-31
| | | | | | | | | | | | 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.
* | pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-15
| |
* | treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
|/ | | | | | | | | | | | | | | | | | | 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
* rage: fix macOS build (#106051)Marin2020-12-06
| | | | | | | | | | | | | | 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>
* rage: 0.4.0 -> 0.5.0Ryan Mulligan2020-11-22
| | | | | | | * Upgrades to latest version * Moves darwin security access into derivation, simplifying all-packages.nix * Add RyanTM as maintainer
* rage: install manpages and completionsMario Rodas2020-06-15
|
* rage: 0.3.0 -> 0.4.0Mario Rodas2020-03-24
| | | | Changelog: https://github.com/str4d/rage/releases/tag/v0.4.0
* rage: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-27
| | | | Infra upgrade as part of #79975; no functional change expected.
* treewide: change fetchCargoTarball default to opt-outBenjamin Hipple2020-02-13
| | | | | | | | | | | 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.
* rage: 0.2.0 -> 0.3.0Mario Rodas2020-02-09
| | | | Changelog: https://github.com/str4d/rage/releases/tag/v0.3.0
* rage: init at 0.2.0Mario Rodas2020-01-18