about summary refs log tree commit diff
path: root/pkgs/tools/security/b3sum
AgeCommit message (Collapse)AuthorFilesLines
2022-11-28b3sum: 1.3.1 -> 1.3.3R. Ryantm1-3/+3
2022-02-12b3sum: 1.3.0 -> 1.3.1R. Ryantm1-3/+3
2022-01-11b3sum: 1.2.0 -> 1.3.0R. Ryantm1-3/+3
2021-12-06b3sum: 1.1.0 -> 1.2.0R. Ryantm1-3/+3
2021-10-29b3sum: 1.0.0 -> 1.1.0R. Ryantm1-3/+3
2021-07-25b3sum: 0.3.8 -> 1.0.0R. RyanTM1-3/+3
2021-05-28b3sum: 0.3.7 -> 0.3.8Vladyslav M3-544/+6
2021-05-08treewide: fix cargoSha256/cargoHashDaniƫl de Kok1-1/+1
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in which cargo vendor erroneously changed permissions of vendored crates. This was fixed in Rust 1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are potentially broken. This change updates cargoSha256/cargoHash tree-wide. Fixes #121994.
2020-11-13b3sum: 0.3.4 -> 0.3.7Ivan Kozik3-80/+111
2020-07-07b3sum: 0.1.3 -> 0.3.4Vladyslav M2-312/+228
2020-03-14b3sum: remove non-existent attributeBenjamin Hipple1-1/+0
The attribute `verifyCargoDeps` is no longer defined in the rustPlatform helper; it is now the default and always on as part of the improvements in #79975
2020-03-08b3sum: upgrade cargo fetcher and cargoSha256 (#82086)Benjamin Hipple1-4/+1
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-01b3sum: init at 0.1.3Franz Pletz2-0/+612