Bjørn Forsman
c3436c0c4a
sudo: change password prompt
...
The current sudo password prompt is "Password: ", while distros like
e.g. Ubuntu and Arch Linux use "[sudo] password for %p: ", where "%p"
expands to the username of the user running sudo.
Adopt the prompt from other distros because it makes it less confusing
when running commands with sudo that themselves ask for a password.
2014-09-04 15:39:11 +02:00
Bjørn Forsman
89eccb7fb0
sudo: add sendmailPath option (defaults to /var/setuid-wrappers/sendmail)
...
It currently seems impossible to make sudo send emails. No matter how much
debugging I enable, sudo continues to be silent about sendmail. I tried setting
"Defaults mailerpath=/var/setuid-wrappers/sendmail" but that too was completely
ignored (except for logging that the variable mailerpath exists with the value
I assigned to it...).
This enables sendmail support and sets a default value that works on NixOS.
2014-09-04 13:38:03 +02:00
Jaka Hudoklin
98778c4c27
Add JohnTheRipper, a fast password cracker
2014-09-04 01:30:04 +02:00
Longrin Wischnewski
38f2c19324
clamav: update to version 0.98.4
2014-09-01 09:44:00 +02:00
Jaka Hudoklin
8a5f5e4e8b
Merge pull request #3793 from NixOS/pkgs/nfchacktools
...
Libnfc and mfcuk packages
2014-08-26 01:32:50 +02:00
Jaka Hudoklin
12c3f65173
Add mfcuk, tool for hacking mifare classic cards
2014-08-26 01:22:08 +02:00
Moritz Ulrich
08f24b85c2
GnuPG: Bump to 2.0.26
2014-08-25 19:45:55 +02:00
Bjørn Forsman
c9baba9212
Fix many package descriptions
...
(My OCD kicked in today...)
Remove repeated package names, capitalize first word, remove trailing
periods and move overlong descriptions to longDescription.
I also simplified some descriptions as well, when they were particularly
long or technical, often based on Arch Linux' package descriptions.
I've tried to stay away from generated expressions (and I think I
succeeded).
Some specifics worth mentioning:
* cron, has "Vixie Cron" in its description. The "Vixie" part is not
mentioned anywhere else. I kept it in a parenthesis at the end of the
description.
* ctags description started with "Exuberant Ctags ...", and the
"exuberant" part is not mentioned elsewhere. Kept it in a parenthesis
at the end of description.
* nix has the description "The Nix Deployment System". Since that
doesn't really say much what it is/does (especially after removing
the package name!), I changed that to "Powerful package manager that
makes package management reliable and reproducible" (borrowed from
nixos.org).
* Tons of "GNU Foo, Foo is a [the important bits]" descriptions
is changed to just [the important bits]. If the package name doesn't
contain GNU I don't think it's needed to say it in the description
either.
2014-08-24 22:31:37 +02:00
Michael Raskin
c80f325109
Merge pull request #3514 from deepfire/chntpw
...
chntpw: new expression
2014-08-23 12:47:17 +04:00
Eelco Dolstra
ce6b86cc68
Fix various evaluation problems
...
http://hydra.nixos.org/build/13616685
2014-08-22 11:57:40 +02:00
Austin Seipp
f09f8adc0f
nixpkgs: stricat 20140609100300
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-08-21 00:22:54 -05:00
Luca Bruno
facb810bcc
rhash: new package
...
Console utility for computing and verifying hash sums of files
http://rhash.anz.ru
2014-08-21 00:46:35 +02:00
Rickard Nilsson
16bbf00851
munge: Update from 0.5.10 to 0.5.11
2014-08-20 17:07:54 +02:00
Kosyrev Serge
9eea38285b
chntpw: new expression
2014-08-15 03:19:58 +04:00
Alexander Kjeldaas
29a79bb0d5
tboot: security update to 1.8.2 ( close #3562 )
...
This includes a vulnerability fix for:
TBOOT Argument Measurement Vulnerability for GRUB2 + ELF Kernels
@vcunat: enable i686 again.
2014-08-14 14:23:44 +02:00
Vladimír Čunát
f5d6c9f252
tboot: restrict to one platform
2014-08-13 09:52:34 +02:00
Vladimír Čunát
abd361173a
PR fixups: use mirror://, drop unused params, etc.
...
Note: hash of trousers tarball didn't match (anymore),
so I updated it to the one from sourceforge.
It's probably some safe and tiny retrospective update.
2014-08-12 19:42:23 +02:00
Vladimír Čunát
87c3c0e885
Merge master into #2129
...
Conflicts (easy, just UID shifted):
nixos/modules/misc/ids.nix
nixos/modules/module-list.nix
2014-08-12 19:24:08 +02:00
Florian Friesdorf
93593a09b6
muscleframework/tool remove platform as lib is marked broken
2014-08-12 13:02:11 +02:00
Peter Simons
9226fbf56a
Merge remote-tracking branch 'origin/master' into staging.
2014-08-08 09:51:01 +02:00
Joel Taylor
d8cca3d624
fail2ban: systemd support
...
- upgrade fail2ban to 0.9
- override systemd to enable python support and include sqlite3 module
- make fail2ban enablable
2014-08-08 00:10:19 +02:00
Peter Simons
2d326e5032
Merge remote-tracking branch 'origin/master' into staging.
...
Conflicts:
pkgs/desktops/e18/enlightenment.nix
2014-08-04 16:51:47 +02:00
Moritz Ulrich
7af9134293
pass: update from 1.6.2 to 1.6.3
2014-08-04 15:54:05 +02:00
Sven Keidel
36d339b74e
added paperkey package
2014-08-04 13:11:29 +02:00
Evgeny Egorochkin
ecefc22d76
tor: update from 0.2.4.22 to 0.2.4.23
2014-07-31 14:36:06 +03:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
Eelco Dolstra
ff97b7dbe6
Merge remote-tracking branch 'origin/master' into staging
2014-07-14 17:04:55 +02:00
Bjørn Forsman
1ad2f843e2
volatility: fix indentation
2014-07-11 17:10:26 +02:00
Boris Sukholitko
0ef036f48a
Add volatility: memory forensics framework
2014-07-10 21:34:23 +03:00
Eelco Dolstra
06fc1ec34d
Merge remote-tracking branch 'origin/master' into staging
...
Conflicts:
pkgs/servers/serfdom/default.nix
2014-07-01 11:25:41 +02:00
Eelco Dolstra
40f7b0f9df
Another attempt to eradicate ensureDir
...
See c556a6ea46
.
2014-06-30 14:56:10 +02:00
Michael Raskin
dcf5e85c2f
Merge pull request #2595 from wkennington/master.ecryptfs
...
ecryptfs: Update from 82 -> 104
2014-06-30 09:26:24 +04:00
Benno Fünfstück
e10001042d
fetchbzr, fetchdarcs, fetchhg: use rev
attr
...
This makes it match the behaviour of fetchgit and fetchsvn, so it's
easier to write scripts that support all of them.
2014-06-28 21:06:10 +02:00
Vladimír Čunát
99da7b85cb
gnupg: security update 2.0.22 -> .24, CVE-2014-4617
...
Close #3091 .
2014-06-26 11:04:30 +02:00
John Wiegley
39db3547a9
Merge pull request #3055 from chrisfarms/fix-sudo
...
Fix sudo installation issue #3027
2014-06-25 17:21:36 -07:00
Peter Simons
fd73d2b13b
gnupg1: update to version 1.4.17
2014-06-24 19:09:33 +02:00
Chris Farmiloe
fbfdc8e2dc
keep fallback visudo editor as nano
2014-06-22 19:50:40 +02:00
Chris Farmiloe
3dec61a8a6
Fix sudo not installing due to timedir deprecation
2014-06-22 19:42:32 +02:00
William A. Kennington III
1bb2a094fd
sudo: Update 1.8.9p4 -> 1.8.10p3
2014-06-17 22:41:32 -05:00
William A. Kennington III
ef4ea24420
sudo: Always keepVisudo in order to simplify sudo build
2014-06-17 22:41:32 -05:00
Austin Seipp
fd4c2d893f
duo-unix: upgrade, fix full name + version
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-17 17:06:31 -05:00
Austin Seipp
7f800e8155
jd-gui: version 0.3.5
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-17 14:44:49 -05:00
Chris Double
2deb3ca0aa
Update tor to 0.2.4.22 and tor browser to 3.6.2
2014-06-13 14:21:53 +12:00
Anders Claesson
d7491e429a
pass: install bash completion script
2014-06-12 07:46:39 +02:00
Daniel Bergey
af3d448d33
pass(word-store): add option to include xclip in PATH
...
xclip is necessary for pass(word-store) to send passwords to the
clipboard / X-selection, rather than echoing to the terminal.
The option currently defaults to false, because someone may not want the
dependency on X libraries and also pass is really quick to build (it's
just a shell script).
2014-06-11 23:36:28 +02:00
Michael Raskin
4b144de367
Allow to keep visudo. Useful for checking sudoers syntax
2014-06-09 00:54:21 +04:00
Joel Taylor
fdebea003e
fix getopt path on darwin
2014-05-29 09:46:53 -07:00
Eelco Dolstra
f43d9f0164
mkpasswd: Add to channel
2014-05-21 15:55:49 +02:00
Charles Strahan
e5eed8f664
fix mkpasswd: use the git repository
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-20 23:07:15 -05:00
Moritz Ulrich
f1a80945e4
pass: Bump to 1.6.2.
2014-05-19 15:34:45 +02:00
Chris Double
1d1a1c2585
Update tor-browser to 3.6
2014-05-14 02:03:51 +12:00
Chris Double
f76e56fb38
Update tor to 0.2.4.21
2014-05-14 01:53:25 +12:00
William A. Kennington III
f75ea738ed
ecryptfs: Update from 82 -> 104
2014-05-10 04:13:29 -05:00
Moritz Ulrich
397682be6b
Bump pass(word-store) to 1.6.1.
...
...and also simplify the expression massively.
2014-04-30 23:52:55 +02:00
Austin Seipp
111e1536e5
nixpkgs: remove cb1cat
...
Brice Minaud reported a simple attack on the CBEAM Pi permutation
function, resulting in it being withdrawn from CAESAR. :(
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-27 13:51:56 -05:00
Alexander Kjeldaas
177aef8b71
Changed trousers license from cpl to cpl10.
2014-04-23 15:15:15 +02:00
Rickard Nilsson
e87343f5d4
haveged: Update from 1.7c to 1.9.1
2014-04-22 21:55:41 +02:00
Alexander Kjeldaas
722455c16f
Added meta information and maintainer for trusted computing pkgs.
2014-04-22 14:05:10 +02:00
Alexander Kjeldaas
e5ccb41f6f
Added tpm-quote-tools for remote attestation.
2014-04-22 14:05:09 +02:00
Alexander Kjeldaas
dbe8d7ad03
Added trousers, tpm-tools, and tboot.
...
Added lcp_writepol -Z option.
2014-04-22 13:24:44 +02:00
John Wiegley
6926d6c97d
Do not use GTK when building pinentry on Darwin
2014-04-19 14:29:03 +01:00
Austin Seipp
71d7bec227
p0f: build fix attempt for Hydra
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-11 21:32:30 -05:00
Peter Simons
37f327acfd
fail2ban: update from 0.8.12 to 0.8.13
2014-04-09 12:41:10 +02:00
Austin Seipp
35abc43092
cb1cat: 20140328100000 -> 20140403153000
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-08 10:49:50 -05:00
William A. Kennington III
47f0f34fca
nmap: Build the non-graphical version by default
2014-04-05 14:58:49 -05:00
Shea Levy
b86d946631
Merge branch 'ccid' of git://github.com/ambrop72/nixpkgs
...
ccid: Bump to 1.4.16.
2014-03-31 21:00:15 -04:00
ambrop7@gmail.com
e1c55a346a
ccid: Bump to 1.4.16.
2014-04-01 00:08:57 +02:00
Austin Seipp
3ef0a880cb
p0f: version 3.06b
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-03-31 11:22:50 -05:00
Austin Seipp
cff179f829
hashcat: version 0.47
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-03-31 10:56:02 -05:00
Shea Levy
0553bdd148
Merge branch 'cb1cat' of git://github.com/thoughtpolice/nixpkgs
...
cb0cat is now cb1cat
2014-03-29 22:16:14 -04:00
Austin Seipp
81b4248d8d
ssdeep: Fix darwin build
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-03-29 19:28:39 -05:00
Austin Seipp
925cce304f
cb0cat is now cb1cat
...
Submissions for CAESAR are now over, so CBEAMr0 has become CBEAMr1 with
some minor alterations.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-03-29 18:48:16 -05:00
Shea Levy
7cebcb995d
Merge branch 'cache.pcscd' of git://github.com/wkennington/nixpkgs
...
Update Smartcard Utils + Fix Daemon Expression
2014-03-28 23:45:00 -04:00
Shea Levy
fff798b018
Revert "ccid: Update from 1.4.14 -> 1.4.15"
...
ccid was already updated in master
This reverts commit a7077973a5
.
2014-03-28 23:43:37 -04:00
Austin Seipp
b5c39bfada
ssdeep: remove Darwin from Hydra platforms for now
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-03-24 00:07:55 -05:00
Arvin Moezzi
9111ce6be2
pcsclite: $out was misspelled
...
$(out) was evaluated to an empty string and hence pcscd didn't startup:
configfile.l:234:tok_error() tok_error: invalid value line ...
2014-03-22 13:37:15 +01:00
William A. Kennington III
a7077973a5
ccid: Update from 1.4.14 -> 1.4.15
2014-03-21 16:36:49 -05:00
William A. Kennington III
5f5a2d38b3
pcsclite: Update from 1.8.10 -> 1.8.11
2014-03-21 16:32:21 -05:00
Shea Levy
9c3301bebe
Merge branch 'ssdeep' of git://github.com/thoughtpolice/nixpkgs
...
ssdeep: version 2.10
2014-03-20 19:59:12 -04:00
Austin Seipp
529fdedf05
duo_unix: disable lib64 directories
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-03-20 14:05:38 -05:00
Austin Seipp
76c9e89984
duo-unix: correctly set openssl directory
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-03-20 13:54:46 -05:00
Austin Seipp
d5799cd64f
scrypt: adopt package
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-03-20 13:38:02 -05:00
Austin Seipp
0c3bb487c3
ssdeep: version 2.10
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-03-20 13:18:51 -05:00
Evgeny Egorochkin
76f7ea6e39
add repositories.git to several packages
2014-03-20 13:32:29 +02:00
mornfall
fe995cdedc
Merge pull request #1775 from thoughtpolice/duo_unix
...
Duo Security module and uid/gid support for /etc files
2014-03-16 23:06:01 +01:00
Austin Seipp
4c04474c27
nmap: add myself to maintainers, add homepage/description
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-03-16 16:53:08 -05:00
Shea Levy
7f39579931
Merge branch 'master.ccid' of git://github.com/wkennington/nixpkgs
...
ccid: Update from 1.4.14 -> 1.4.15
2014-03-15 12:40:46 -04:00
Peter Simons
f1a30454f6
Merge pull request #1942 from thoughtpolice/fixups
...
Trivial fixes for my packages
2014-03-15 09:35:35 +01:00
William A. Kennington III
9d42f2e5fc
ccid: Update from 1.4.14 -> 1.4.15
2014-03-14 23:45:48 -05:00
Bjørn Forsman
147e6ed4c9
pcsclite: update download url
...
The current one doesn't work.
2014-03-13 23:40:20 +01:00
Vladimír Čunát
d6349df0dd
put systemd unit dirs on the right place
...
Also see #1936 .
2014-03-13 21:44:51 +01:00
Austin Seipp
fb055c10f6
Make my packages slightly more consistent.
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-03-07 20:27:02 -06:00
Domen Kožar
0282988981
Merge pull request #1862 from matejc/fixtorbrowser
...
fix torbrowser build by adding /lib64 for 64 bit systems
2014-03-07 12:59:02 +01:00
Austin Seipp
433257ad94
cb0cat: add 'unix' to platforms list
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-03-02 05:50:35 -06:00
Matej Cotman
f4a3ea123b
fix torbrowser build by adding /lib64 for 64 bit systems
2014-03-01 22:37:39 +01:00
Austin Seipp
2059d4c339
cb0cat: version 20131216153906
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-02-27 00:01:59 -06:00
Austin Seipp
ff79e2f900
duo_unix: version 1.9.7
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-02-23 22:00:41 -06:00
Domen Kožar
fae6079a01
adopt rest of the packages that were failing with the buildPythonPackage changes
2014-02-20 01:19:15 +01:00
Nixpkgs Monitor
318c44d84c
fail2ban: Update from 0.8.11 to 0.8.12
2014-02-13 18:34:02 +01:00
Andraz Brodnik
eed6431d97
Add steghide-0.5.1 .
2014-02-06 11:59:59 +01:00