summary refs log tree commit diff
path: root/pkgs/tools/security
Commit message (Collapse)AuthorAge
* Merge pull request #44011 from mkaito/fix-torJörg Thalheim2018-07-23
|\ | | | | tor: fix failing Hydra build
| * tor: fix failing Hydra buildMichishige Kaito2018-07-23
| |
* | vulnix: 1.7 -> 1.7.1Christian Kauhaus2018-07-23
|/ | | | Closes NixOS/nixpkgs#43999
* Merge pull request #43918 from r-ryantm/auto-update/pass-importFrederik Rietdijk2018-07-22
|\ | | | | passExtensions.pass-import: 2.2 -> 2.3
| * passExtensions.pass-import: 2.2 -> 2.3R. RyanTM2018-07-21
| | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pass-import/versions.
* | treewide: fix build with disallowed aliases (#43872)volth2018-07-21
| | | | | | fixes build with disallowed aliases
* | Merge pull request #43869 from volth/unused5Jörg Thalheim2018-07-21
|\ \ | | | | | | pkgs/*: remove unreferenced function arguments
| * | pkgs/*: remove unreferenced function argumentsvolth2018-07-21
| | |
* | | gopass: 1.8.1 -> 1.8.2Michishige Kaito2018-07-21
|/ /
* | vulnix: 1.6.3 -> 1.7Christian Kauhaus2018-07-20
| | | | | | | | | | | | | | | | The updated version brings selective whitelisting, i.e. when some CVEs of a package are whitelisted and others are not, only the new CVEs are reported. Also correct license to match upstream BSD-3-Clause and clean up source.
* | gencfsm: fix buildPascal Wittmann2018-07-20
| |
* | treewide: remove aliases in nixpkgsMatthew Bauer2018-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
* | keybase-gui: fix kbfs mount path check (#40080)Márton Boros2018-07-17
|/
* Merge master into staging-nextFrederik Rietdijk2018-07-16
|\
| * clamav: 0.99.4 -> 0.100.1Franz Pletz2018-07-16
| |
| * nitrokey-app: 1.2 -> 1.3.1Franz Pletz2018-07-15
| |
| * tor: 0.3.3.8 -> 0.3.3.9Joachim Fasting2018-07-14
| |
| * sshguard: 2.1.0 -> 2.2.0 (#43325)R. RyanTM2018-07-14
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/sshguard/versions.
| * gnu-pw-mgr: 2.3.2 -> 2.3.3 (#43533)Kenny Shen2018-07-14
| |
* | Merge branch 'master' into staging-nextVladimír Čunát2018-07-14
|\| | | | | | | Hydra: ?compare=1468896
| * Merge pull request #43319 from r-ryantm/auto-update/torJoachim F2018-07-12
| |\ | | | | | | tor: 0.3.3.7 -> 0.3.3.8
| | * tor: 0.3.3.7 -> 0.3.3.8R. RyanTM2018-07-10
| | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tor/versions.
| * | libmodsecurity: 3.0.0 -> 3.0.2 (#43406)Izorkin2018-07-12
| | |
| * | vault: 0.9.5 -> 0.10.3 (#43355)bricewge2018-07-11
| | | | | | | | | Signed-off-by: Brice Waegeneire <brice.wge@gmail.com>
| * | Merge pull request #43181 from r-ryantm/auto-update/lynisFrederik Rietdijk2018-07-11
| |\ \ | | |/ | |/| lynis: 2.6.5 -> 2.6.6
| | * lynis: 2.6.5 -> 2.6.6R. RyanTM2018-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/lynis/versions. <details><summary>Version release notes (from GitHub)</summary> ## Lynis 2.6.6 (2018-07-06) ### Improvements * New format of changelog (https://keepachangelog.com/en/1.0.0/) * KRNL-5830 - improved log text about running kernel version ### Fixed * Under some condition no hostid2 value was reported * Solved 'extra operand' issue with tr command</details> These checks were done: - built on NixOS - /nix/store/ds1yfrg5q01q8j64yggb3p5ib5crg26c-lynis-2.6.6/bin/lynis passed the binary check. - /nix/store/ds1yfrg5q01q8j64yggb3p5ib5crg26c-lynis-2.6.6/bin/.lynis-wrapped passed the binary check. - 2 of 2 passed binary check by having a zero exit code. - 2 of 2 passed binary check by having the new version present in output. - found 2.6.6 with grep in /nix/store/ds1yfrg5q01q8j64yggb3p5ib5crg26c-lynis-2.6.6 - directory tree listing: https://gist.github.com/1539c4e988dbc040136beb3577edd526 - du listing: https://gist.github.com/149b0c5b68a57473edf905b2bb6c03a8
| * | Merge pull request #43256 from matthewbauer/xcbuild-refactorMatthew Bauer2018-07-09
| |\ \ | | | | | | | | xcbuild refactor
| | * | xcbuild: move setup hook to xcbuildHookMatthew Bauer2018-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Not every package that needs xcbuild will want to use its build phase. I have moved the xcbuild setup hook to the new attribute xcbuildHook. This means that dontUseXcbuild is no longer needed. If you just need to call xcbuild on its own you can just refer to xcbuild.
| * | | pdfcrack: init 0.16 (#43144)Kenny Shen2018-07-07
| | | |
| * | | passExtensions.pass-otp: 1.1.0 -> 1.1.1 (#42973)R. RyanTM2018-07-06
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pass-otp/versions. Version release notes (from GitHub): These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - found 1.1.1 with grep in /nix/store/qam419864q7zv1fllmjpsylw6c0b76y6-pass-otp-1.1.1 - directory tree listing: https://gist.github.com/7a35773fe3bff95a565cc4f539706da6 - du listing: https://gist.github.com/adf137d812986c88efa0c217189d79a3
| * | gnu-pw-mgr: init 2.3.2Kenny Shen2018-07-06
| | |
| * | Merge pull request #42733 from jonafato/keybase-gui-2.3.0Peter Hoeg2018-07-04
| |\ \ | | | | | | | | keybase-gui: 1.0.44 -> 2.3.0
| | * | keybase-gui: 1.0.44 -> 2.3.0Jon Banafato2018-06-28
| | | | | | | | | | | | | | | | Upgrade keybase-gui to the latest release.
| * | | Merge pull request #42732 from jonafato/kbfs-2.1.1Peter Hoeg2018-07-04
| |\ \ \ | | | | | | | | | | kbfs: 1.0.44 -> 2.1.1
| | * | | kbfs: 1.0.44 -> 2.1.1Jon Banafato2018-06-28
| | |/ / | | | | | | | | | | | | Upgrade kbfs to the latest release.
| * | | Merge pull request #42731 from jonafato/keybase-2.1.0Peter Hoeg2018-07-04
| |\ \ \ | | |_|/ | |/| | keybase: 2.0.0 -> 2.1.0
| | * | keybase: 2.0.0 -> 2.1.0Jon Banafato2018-07-02
| | |/ | | | | | | | | | Keybase has a new minor release.
* | | Merge branch 'master' into stagingVladimír Čunát2018-07-02
|\| | | | | | | | | | | This apparently fixes some broken src fetches (gnuradio, twisted).
| * | Merge pull request #42692 from r-ryantm/auto-update/lynislewo2018-07-01
| |\ \ | | | | | | | | lynis: 2.6.4 -> 2.6.5
| | * | lynis: 2.6.4 -> 2.6.5R. RyanTM2018-06-27
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/lynis/versions. These checks were done: - built on NixOS - /nix/store/nbrk6fjsbanqgx89v0mwgq9x6cqkwx6p-lynis-2.6.5/bin/lynis passed the binary check. - /nix/store/nbrk6fjsbanqgx89v0mwgq9x6cqkwx6p-lynis-2.6.5/bin/.lynis-wrapped passed the binary check. - 2 of 2 passed binary check by having a zero exit code. - 2 of 2 passed binary check by having the new version present in output. - found 2.6.5 with grep in /nix/store/nbrk6fjsbanqgx89v0mwgq9x6cqkwx6p-lynis-2.6.5 - directory tree listing: https://gist.github.com/4ec2eae2a408cbec08c7f34ea3d85e66 - du listing: https://gist.github.com/f8d9c962be7ba2b02df3ad9111a622ae
| * | treewide: http -> httpsRyan Mulligan2018-06-29
| | |
* | | Merge branch 'master' into stagingVladimír Čunát2018-06-30
|\| |
| * | Merge pull request #42605 from pmyjavec/saml2awsMatthew Bauer2018-06-28
| |\ \ | | | | | | | | Add saml2aws package
| | * | saml2aws: init at 2.6.1Paul Myjavec2018-06-27
| | |/ | | | | | | | | | | | | | | | | | | | | | Adds a new package, saml2aws, a CLI tool for managaing AWS logins via SAML. For more information see https://github.com/Versent/saml2aws. * Add nix expression to build the package. * Add myself as a maintainer.
| * | Merge pull request #42623 from tadfisher/jd-guiMatthew Bauer2018-06-28
| |\ \ | | | | | | | | jd-gui: 0.3.5 -> 1.4.0
| | * | jd-gui: 0.3.5 -> 1.4.0Tad Fisher2018-06-26
| | | |
| * | | Merge pull request #42711 from r-ryantm/auto-update/eid-mwJörg Thalheim2018-06-28
| |\ \ \ | | | | | | | | | | eid-mw: 4.4.2 -> 4.4.3
| | * | | eid-mw: 4.4.2 -> 4.4.3R. RyanTM2018-06-27
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/eid-mw/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/sis599r39a2g7kvnv1d09l6sy6kn45l0-eid-mw-4.4.3/bin/eid-viewer had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/sis599r39a2g7kvnv1d09l6sy6kn45l0-eid-mw-4.4.3/bin/.eid-viewer-wrapped had a zero exit code or showed the expected version - /nix/store/sis599r39a2g7kvnv1d09l6sy6kn45l0-eid-mw-4.4.3/bin/beid-update-nssdb passed the binary check. - /nix/store/sis599r39a2g7kvnv1d09l6sy6kn45l0-eid-mw-4.4.3/bin/eid-nssdb passed the binary check. - 2 of 4 passed binary check by having a zero exit code. - 0 of 4 passed binary check by having the new version present in output. - found 4.4.3 with grep in /nix/store/sis599r39a2g7kvnv1d09l6sy6kn45l0-eid-mw-4.4.3 - directory tree listing: https://gist.github.com/3bca8b9d321e62009daf1d388923ec47 - du listing: https://gist.github.com/64220a7b5b960cbd2ec3bb5f61c93a29
| * / | treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* / / pcsclite: split packageJan Tojnar2018-06-29
|/ /