about summary refs log tree commit diff
path: root/pkgs/tools/security
Commit message (Collapse)AuthorAge
* Merge pull request #81128 from deingithub/keybase-5-2-1-updateMario Rodas2020-03-01
|\ | | | | keybase,kbfs,keybase-gui: 5.1.1 -> 5.2.1
| * keybase,kbfs,keybase-gui: 5.1.1 -> 5.2.1Cassidy Dingenskirchen2020-02-26
| |
* | Merge pull request #81243 from bhipple/u/rust-cargo-bitwarden_rsMaximilian Bosch2020-02-28
|\ \ | | | | | | bitwarden_rs: upgrade cargo fetcher and cargoSha256
| * | bitwarden_rs: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-27
| |/ | | | | | | Infra upgrade as part of #79975; no functional change expected.
* | Merge pull request #81249 from bhipple/u/rust-cargo-jwt-cliMaximilian Bosch2020-02-28
|\ \ | | | | | | jwt-cli: upgrade cargo fetcher and cargoSha256
| * | jwt-cli: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-27
| |/ | | | | | | Infra upgrade as part of #79975; no functional change expected.
* / rage: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-27
|/ | | | Infra upgrade as part of #79975; no functional change expected.
* Merge pull request #80533 from msteen/bitwarden_rsMario Rodas2020-02-19
|\ | | | | bitwarden_rs-vault: 2.12.0b -> 2.12.0c
| * bitwarden_rs-vault: 2.12.0b -> 2.12.0cMatthijs Steen2020-02-19
| |
* | Merge pull request #80512 from xfix/tor-disable-monotonic-testsMaximilian Bosch2020-02-19
|\ \ | |/ |/| tor: fix build
| * tor: fix buildKonrad Borowski2020-02-19
| | | | | | | | | | | | | | | | | | Monotonic timer test expects sleep(200ms) to take at most 1s. On loaded systems like hydra, it's possible for such a test to take longer than 1 second. Tests expecting sleep(200ms) to take at least 175ms weren't removed, because load shouldn't cause sleep to be shorter.
* | metasploit: 5.0.45 -> 5.0.74zowoq2020-02-18
|/
* clevis: init at 12Franz Pletz2020-02-17
|
* rust: update docs on legacyCargoFetcher; remove unnecessary defaultsBenjamin Hipple2020-02-15
| | | | | As mentioned in #79975, the default on `legacyCargoFetcher` if left unspecified is now `false`.
* sequoia: fix build by migrating off legacy fetchCargo implementationBenjamin Hipple2020-02-15
| | | | | Currently broken; see #79975 for details. Would also be fixed by #80153 eventually, but since we want to upgrade either way we might as well do so now.
* clamav: 0.102.1 -> 0.102.2R. RyanTM2020-02-15
|
* Merge pull request #74458 from r-ryantm/auto-update/mkp224oDaniel Schaefer2020-02-15
|\ | | | | mkp224o: 1.3.0 -> 1.4.0
| * mkp224o: 1.3.0 -> 1.4.0R. RyanTM2019-11-28
| |
* | 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.
* | Merge pull request #79758 from doronbehar/update-sequoiaworldofpeace2020-02-12
|\ \ | | | | | | sequoia: 0.13.0 -> 0.14.0
| * | sequoia: 0.13.0 -> 0.14.0Doron Behar2020-02-10
| | |
* | | Merge master into staging-nextFrederik Rietdijk2020-02-12
|\ \ \
| * \ \ Merge pull request #79325 from eonpatapon/safelewo2020-02-11
| |\ \ \ | | | | | | | | | | safe: init at 1.5.1
| | * | | safe: init at 1.5.1Jean-Philippe Braun2020-02-11
| | | | |
* | | | | Merge staging into staging-nextFrederik Rietdijk2020-02-11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fetchcargo: use flat tar.gz file for vendored src instead of recursive hash dirBenjamin Hipple2020-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has several advantages: 1. It takes up less space on disk in-between builds in the nix store. 2. It uses less space in the binary cache for vendor derivation packages. 3. It uses less network traffic downloading from the binary cache. 4. It plays nicely with hashed mirrors like tarballs.nixos.org, which only substitute --flat hashes on single files (not recursive directory hashes). 5. It's consistent with how simple `fetchurl` src derivations work. 6. It provides a stronger abstraction between input src-package and output package, e.g., it's harder to accidentally depend on the src derivation at runtime by referencing something like `${src}/etc/index.html`. Likewise, in the store it's harder to get confused with something that is just there as a build-time dependency vs. a runtime dependency, since the build-time src dependencies are tarred up. Disadvantages are: 1. It takes slightly longer to untar at the start of a build. As currently implemented, this attaches the compacted vendor.tar.gz feature as a rider on `verifyCargoDeps`, since both of them are relatively newly implemented behavior that change the `cargoSha256`. If this PR is accepted, I will push forward the remaining rust packages with a series of treewide PRs to update the `cargoSha256`s.
* | | | | keybase,keybase-gui: 5.1.0 -> 5.1.1Oleksii Filonenko2020-02-10
| | | | |
* | | | | keybase,keybase-gui: add filalex77 to maintainersOleksii Filonenko2020-02-10
| | | | |
* | | | | keybase,keybase-gui: 5.0.0 -> 5.1.0Oleksii Filonenko2020-02-10
| | | | |
* | | | | chipsec: 1.4.1 -> 1.4.7Daniel Schaefer2020-02-10
| | | | |
* | | | | tor: 0.4.2.5 -> 0.4.2.6R. RyanTM2020-02-10
| |_|/ / |/| | |
* | | | rage: 0.2.0 -> 0.3.0Mario Rodas2020-02-09
|/ / / | | | | | | | | | Changelog: https://github.com/str4d/rage/releases/tag/v0.3.0
* | | jwt-cli: 2.5.1 -> 2.5.2Robert Helgesson2020-02-09
| | |
* | | Merge master into staging-nextFrederik Rietdijk2020-02-07
|\ \ \
| * \ \ Merge pull request #79419 from r-ryantm/auto-update/chrome-token-signingMarek Mahut2020-02-07
| |\ \ \ | | | | | | | | | | chrome-token-signing: 1.1.0 -> 1.1.1
| | * | | chrome-token-signing: 1.1.0 -> 1.1.1R. RyanTM2020-02-07
| | | | |
| * | | | tpm2-tools: 4.1 -> 4.1.1R. RyanTM2020-02-06
| |/ / /
* | | | Merge staging-next into stagingFrederik Rietdijk2020-02-05
|\| | |
| * | | Revert "Revert "Merge master into staging-next""Frederik Rietdijk2020-02-05
| |/ / | | | | | | | | | | | | | | | | | | | | | In 87a19e9048773d5a363679617406ad148d36c3b8 I merged staging-next into master using the GitHub gui as intended. In ac241fb7a570d6cf81d229ad22a8889602639160 I merged master into staging-next for the next staging cycle, however, I accidentally pushed it to master. Thinking this may cause trouble, I reverted it in 0be87c79797a5fa384fbc356c74ed54f9f7829ea. This was however wrong, as it "removed" master. This reverts commit 0be87c79797a5fa384fbc356c74ed54f9f7829ea.
| * | Revert "Merge master into staging-next"Frederik Rietdijk2020-02-05
| | | | | | | | | | | | | | | | | | | | | | | | I merged master into staging-next but accidentally pushed it to master. This should get us back to 87a19e9048773d5a363679617406ad148d36c3b8. This reverts commit ac241fb7a570d6cf81d229ad22a8889602639160, reversing changes made to 76a439239eb310d9ad76d998b34d5d3bc0e37acb.
| * | sudo: 1.8.30 -> 1.8.31tilpner2020-02-05
| | |
| * | sequoia: 0.11.0 -> 0.13.0Marek Mahut2020-02-04
| | |
* | | Merge #66528: glibc: 2.27 -> 2.30 (into staging)Vladimír Čunát2020-02-05
|\ \ \ | |/ / |/| | | | | | | | Includes update of stdenv bootstap tools (for three main platforms) and many package fixes with new glibc.
| * | Merge branch 'staging' into glibc230Maximilian Bosch2020-02-01
| |\ \
| * \ \ Merge branch 'staging' into glibc230Maximilian Bosch2020-01-28
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/applications/misc/vit/default.nix
| * \ \ \ Merge branch 'staging' into glibc230Maximilian Bosch2020-01-23
| |\ \ \ \
| * | | | | oathToolkit: fix build with glibc>=2.28Luka Blaskovic2020-01-14
| | | | | |
* | | | | | qesteidutil: removeMarek Mahut2020-02-03
| | | | | |
* | | | | | Merge pull request #78776 from mmahut/acsccidRobert Hensing2020-02-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | acsccid: 1.1.6 -> 1.1.8
| * | | | | | acsccid: 1.1.6 -> 1.1.8Marek Mahut2020-01-30
| | | | | | |