summary refs log tree commit diff
path: root/pkgs/tools/security
Commit message (Collapse)AuthorAge
...
* | | muscleframework: remove dead packageTobias Geerinckx-Rice2016-01-06
|/ / | | | | | | Broken since 2013. Upstream don't smell too good since 2009.
* | torbrowser: add missing shebang to wrapper scriptJakob Gillich2016-01-05
| |
* | sudo: Compile with '--with-iologdir' to improve build purityTuomas Tynkkynen2016-01-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise it will try to guess the log directory, and the guess might not be the same if chroot builds are enabled or not. The gruesome details from m4/sudo.m4: ```` dnl dnl Where the I/O log files go, use /var/log/sudo-io if dnl /var/log exists, else /{var,usr}/adm/sudo-io dnl AC_DEFUN([SUDO_IO_LOGDIR], [ AC_MSG_CHECKING(for I/O log dir location) if test "${with_iologdir-yes}" != "yes"; then iolog_dir="$with_iologdir" elif test -d "/var/log"; then iolog_dir="/var/log/sudo-io" elif test -d "/var/adm"; then iolog_dir="/var/adm/sudo-io" else iolog_dir="/usr/adm/sudo-io" fi if test "${with_iologdir}" != "no"; then SUDO_DEFINE_UNQUOTED(_PATH_SUDO_IO_LOGDIR, "$iolog_dir") fi AC_MSG_RESULT($iolog_dir) ])dnl ````
* | pass: update homepage urldavidak2016-01-01
| |
* | Merge pull request #11972 from codsl/tor-0.2.7.6Domen Kožar2015-12-28
|\ \ | | | | | | tor: 0.2.7.5 -> 0.2.7.6
| * | tor: 0.2.7.5 -> 0.2.7.6codsl2015-12-27
| | |
* | | Merge pull request #11980 from ArdaXi/fix-gpgkey2sshPeter Simons2015-12-28
|\ \ \ | | | | | | | | Make gpgkey2ssh use absolute path to gpg2, fixes #11912
| * | | Make gpgkey2ssh use absolute path to gpg2, fixes #11912Arda Xi2015-12-27
| |/ /
* / / torbrowser: 5.0.4 -> 5.0.6codsl2015-12-27
|/ /
* | eid-viewer: 4.1.4 -> 4.1.9Tobias Geerinckx-Rice2015-12-26
| |
* | Merge pull request #11683 from rvl/fail2banRok Garbas2015-12-22
|\ \ | | | | | | Make fail2ban work again
| * | fail2ban: 0.9.1 -> 0.9.3Rodney Lorrimar2015-12-18
| | |
| * | fail2ban: update python-systemd dependencyRodney Lorrimar2015-12-18
| | | | | | | | | | | | The python module has been split off from systemd since v223.
| * | fail2ban: python packaging workaround for /etc/fail2ban installation (fixes ↵Rodney Lorrimar2015-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #11534) Removed path substitutions from setup.py because these should be handled by the setuptools install prefix. Except that the install prefix won't quite work until issue #4968 is resolved. In the meantime there are preInstall and postInstall scripts so that this package continues to work with the nix python packaging improvements.
* | | fail2ban 0.9.1 -> 0.9.3jeaye2015-12-21
| | |
* | | pkgs.gnupg1: 1.4.19 -> 1.4.20Lancelot SIX2015-12-20
| | |
* | | eid-mw: 4.1.9 -> 4.1.11Tobias Geerinckx-Rice2015-12-19
| | |
* | | lastpass-cli: 0.5.1 -> 0.7.0Markus Hauck2015-12-18
|/ /
* | Merge pull request #11770 from k0ral/nmapgoibhniu2015-12-17
|\ \ | | | | | | nmap: 7.00 -> 7.01
| * | nmap: 7.00 -> 7.01koral2015-12-16
| | |
* | | tor: Allow building on DarwinJohn Wiegley2015-12-16
| | |
* | | polkit_gnome: cleanup, add platformsNikolay Amiantov2015-12-15
| | |
* | | Merge pull request #11726 from ericsagnes/logkeysArseniy Seroka2015-12-15
|\ \ \ | | | | | | | | logkeys: 5ef6b0dcb9e3 -> 2015-11-10
| * | | logkeys: 5ef6b0dcb9e3 -> 2015-11-10Eric Sagnes2015-12-15
| | | |
* | | | signing-party: 2.0 -> 2.1Eric Sagnes2015-12-14
|/ / /
* | | rofi-pass: Add missing dependencies.Moritz Ulrich2015-12-11
| | |
* | | pinentry_qt5: init at 0.9.6Thomas Tuegel2015-12-10
| | |
* | | pinentry: 0.9.5 -> 0.9.6Thomas Tuegel2015-12-10
| | |
* | | eid-mw: use GTK 3Tobias Geerinckx-Rice2015-12-09
| | |
* | | eid-mw: force-enable dialoguesTobias Geerinckx-Rice2015-12-09
| | |
* | | eid-mw 4.1.8 -> 4.1.9Tobias Geerinckx-Rice2015-12-09
|/ /
* | tor: 0.2.6.10 -> 0.2.7.5, fixes #11489codsl2015-12-06
| |
* | Rename 'emery' maintainer handle to 'ehmry', fixes #11493Emery Hemingway2015-12-05
| | | | | | | | Communication happens on Github so names should be consistent.
* | pkgs/tools/security/gnupg/21.nix: cosmeticPeter Simons2015-12-04
| |
* | Merge pull request #11453 from lancelotsix/update_gnupg21Peter Simons2015-12-04
|\ \ | | | | | | gnupg21: 2.1.9 -> 2.1.10
| * | gnupg21: 2.1.9 -> 2.1.10Lancelot SIX2015-12-04
| | | | | | | | | | | | | | | See https://lists.gnu.org/archive/html/info-gnu/2015-12/msg00001.html for announcement
* | | rofi-pass: 1.2 -> 1.3.1Moritz Ulrich2015-12-04
|/ / | | | | | | Also contains fixes so it doesn't depend on anything in PATH.
* | pcsclite: Enable building on DarwinJohn Wiegley2015-12-03
| |
* | sudo: 1.8.14p3 -> 1.8.15, fixes #11297Franz Pletz2015-12-03
| |
* | radamsa: init at 0.4Markus Wotringer2015-11-28
| |
* | Merge pull request #11175 from mayflower/pkg/nmapPascal Wittmann2015-11-25
|\ \ | | | | | | nmap: 6.49BETA4 -> 7.00
| * | nmap: 6.49BETA4 -> 7.00Franz Pletz2015-11-20
| |/
* | Merge pull request #11267 from joachifm/update-minisignPascal Wittmann2015-11-25
|\ \ | | | | | | minisign: 0.4 -> 0.6
| * | minisign: 0.4 -> 0.6Joachim Fasting2015-11-25
| | |
* | | metasploit: reimplement using mkDerivationJoachim Fasting2015-11-24
| | | | | | | | | | | | | | | | | | Also fixes download location. Bumps version to 3.3.1, which is the closest to the original version for which a source archive is still available.
* | | bmrsa: reimplement using mkDerivationJoachim Fasting2015-11-24
| |/ |/| | | | | | | Also set homepage & license (GPL according to the README, no license is actually included in the source repo).
* | Replace 'with plaforms; platform' with 'platforms.platform'Pascal Wittmann2015-11-17
| |
* | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-11-13
|\ \
| * | pcsctools: 1.4.23 -> 1.4.25Nikolay Amiantov2015-11-13
| | |
| * | pcsclite: fix pcsc-spyNikolay Amiantov2015-11-13
| | |