nixpkgs/pkgs/tools/security
Tuomas Tynkkynen 8a985d97a1 sudo: Compile with '--with-iologdir' to improve build purity
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
````
2016-01-02 18:50:11 +01:00
..
aespipe
afl nixpkgs: afl 1.93b -> 1.94b 2015-09-20 12:47:59 -05:00
aide
apg
bmrsa bmrsa: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
ccid Replace 'with plaforms; platform' with 'platforms.platform' 2015-11-17 21:30:43 +01:00
ccrypt
chaps chaps: not supported on i686 (ZHF) 2015-07-22 11:37:38 +02:00
chkrootkit Use versioned tarball URL for chkrootkit. 2015-10-15 09:56:22 +01:00
chntpw chntpw: add myself as maintainer 2015-08-24 22:55:13 +03:00
clamav
crackxls Merge branch 'master.upstream' into staging.upstream 2015-07-13 15:11:31 -07:00
dirmngr
duo-unix
ecryptfs ecryptfs: 2015-08-19 12:16:57 +01:00
eid-mw eid-mw: 4.1.9 -> 4.1.11 2015-12-19 12:41:31 +01:00
eid-viewer eid-viewer: 4.1.4 -> 4.1.9 2015-12-26 19:50:17 +01:00
fail2ban fail2ban 0.9.1 -> 0.9.3 2015-12-21 15:33:15 +08:00
fprint_demo
fprintd
fprot
gencfsm gnome-encfs-manager: init at 1.8.15 2015-11-03 19:05:12 +01:00
gnupg Make gpgkey2ssh use absolute path to gpg2, fixes #11912 2015-12-27 20:57:55 +01:00
gpgstats Replace 'with plaforms; platform' with 'platforms.platform' 2015-11-17 21:30:43 +01:00
hashcat
haveged
jd-gui
john Replace 'with plaforms; platform' with 'platforms.platform' 2015-11-17 21:30:43 +01:00
knockknock Replace 'with plaforms; platform' with 'platforms.platform' 2015-11-17 21:30:43 +01:00
kpcli
ksshaskpass kde414: build with kdelibs-4.14.12 2015-09-27 15:08:12 -05:00
lastpass-cli lastpass-cli: 0.5.1 -> 0.7.0 2015-12-18 09:41:11 +01:00
logkeys logkeys: 5ef6b0dcb9e3 -> 2015-11-10 2015-12-15 20:20:41 +09:00
mbox Rename 'emery' maintainer handle to 'ehmry', fixes #11493 2015-12-05 23:06:20 +01:00
meo
metasploit metasploit: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
mfcuk Replace 'with plaforms; platform' with 'platforms.platform' 2015-11-17 21:30:43 +01:00
mfoc Replace 'with plaforms; platform' with 'platforms.platform' 2015-11-17 21:30:43 +01:00
minisign minisign: 0.4 -> 0.6 2015-11-25 20:37:18 +01:00
mkpasswd whois: init at 5.2.10 and share with mkpasswd 2015-11-11 15:26:10 +01:00
mkrand
mktemp
modsecurity Replace 'with plaforms; platform' with 'platforms.platform' 2015-11-17 21:30:43 +01:00
monkeysphere monkeysphere: fix description 2015-08-01 13:28:41 +03:00
mpw add mpw 2015-10-01 08:58:28 -07:00
munge
muscleframework
muscletool
nasty Replace 'with plaforms; platform' with 'platforms.platform' 2015-11-17 21:30:43 +01:00
nmap nmap: 7.00 -> 7.01 2015-12-16 23:21:19 +00:00
nsjail nsjail: init at 8b951e6 2015-08-10 22:27:15 +03:00
oath-toolkit oathToolkit: Support darwin 2015-09-23 13:26:37 +09:00
omapd omapd: init at 0.9.2 2015-08-03 13:04:59 +02:00
opencryptoki
opensc
opensc-dnie-wrapper
ossec
p0f
paperkey
pass pass: update homepage url 2016-01-01 20:19:11 +01:00
pcsclite pcsclite: Enable building on Darwin 2015-12-03 13:13:31 -05:00
pcsctools Replace 'with plaforms; platform' with 'platforms.platform' 2015-11-17 21:30:43 +01:00
pinentry pinentry_qt5: init at 0.9.6 2015-12-10 11:06:00 -06:00
pius
polkit-gnome polkit_gnome: cleanup, add platforms 2015-12-15 18:09:07 +03:00
polkit-kde-agent kde414: build with kdelibs-4.14.12 2015-09-27 15:08:12 -05:00
prey Don't statically depend on cacert for certificates 2015-07-31 01:34:58 +02:00
pwgen
radamsa radamsa: init at 0.4 2015-11-28 23:51:17 +01:00
rhash
rng-tools Unmaintain a bunch of packages 2015-07-01 08:11:05 -04:00
sbsigntool sbsigntool: only build for x86_64-linux, it is broken on i686 2015-08-06 15:59:51 +02:00
scrypt nixpkgs: scrypt 1.1.6 -> 1.2.0 2015-08-31 07:54:49 -05:00
seccure
signing-party signing-party: 2.0 -> 2.1 2015-12-14 21:05:25 +09:00
simple-tpm-pk11
srm
ssdeep ssdeep: only run patchelf on linux 2015-10-31 20:03:56 +01:00
sshuttle sshuttle: add PyXAPI for tproxy UDP proxy support 2015-09-24 13:18:39 +02:00
sslscan sslscan: fixed typo 2015-10-09 12:08:12 +02:00
ssss
steghide
stoken stoken: fix evaluation (licence), refactor a little 2015-08-13 14:18:36 +02:00
stricat
sudo sudo: Compile with '--with-iologdir' to improve build purity 2016-01-02 18:50:11 +01:00
super
tboot
tcpcrypt
thc-hydra Replace 'with plaforms; platform' with 'platforms.platform' 2015-11-17 21:30:43 +01:00
tmin
tor Merge pull request #11972 from codsl/tor-0.2.7.6 2015-12-28 23:27:29 +01:00
torbutton
tpm-luks tpm-luks: update -> git-2015-07-11 2015-07-15 10:22:40 +02:00
tpm-quote-tools
tpm-tools
trousers
vidalia
volatility
wipe
yara yara: init at 3.4.0 2015-11-01 12:23:29 +01:00