Austin Seipp
29d46452dd
nixos: add Duo Security module
...
This module adds the security.duosec attributes, which you can use to
enable simple two-factor authentication for NixOS logins.
The module currently provides PAM and SSH support, although the PAM unix
system configuration isn't automatically dealt with (although the
configuration is automatically built).
Enabling it is as easy as saying:
security.duosec.ssh.enable = true;
security.duosec.ikey = "XXXXXXXX...";
security.duosec.skey = "XXXXXXXX...";
security.duosec.host = "api-XXXXXXX.duosecurity.com";
security.duosec.group = "duosec";
which will enforce two-factor authentication for SSH logins for users in
the 'duosec' group.
This requires uid/gid support in the environment.etc module.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-03-16 07:11:50 -05: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
Austin Seipp
dc700e0925
etc: uid/gid support for copied files
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-02-23 18:00:47 -06:00
Cillian de Róiste
f6aba32af3
ardour3: update 3.5.308 -> 3.5.357
2014-02-23 19:14:27 +01:00
Domen Kožar
a131bf9be7
i3minator: 0.0.3 -> 0.0.4
2014-02-23 16:57:44 +01:00
Cillian de Róiste
169b452e0c
aqbanking, gwenhywfar: add license info
2014-02-23 12:44:18 +01:00
Cillian de Róiste
9f08c21c2b
gnucash: enable aqbanking support for online banking
...
This requires recent versions of aqbanking and gwenhywfar:
https://devel.aqbanking.de/trac/aqbanking/ticket/197
It seems as if the developers have changed their version numbering
scheme in 2012 and have only released versions with the "beta" suffix
since then.
2014-02-23 12:21:32 +01:00
Oliver Charles
3f95f39bab
postgresql: Build all versions on Hydra (Linux)
...
Additionally, add @ocharles to the list of maintainers.
I am only building these on Linux environments in Hydra for now, as
that's the only environment I can be a maintainer for.
2014-02-23 11:25:18 +01:00
Austin Seipp
7f4b97d495
grsecurity: stable/testing updates
...
- stable: 3.0-3.2.55-201402201903 -> 3.0-3.2.55-201402221305
- testing: 3.0-3.13.4-201402201908 -> 3.0-3.13.4-201402221308
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-02-22 20:29:25 +01:00
Ricardo M. Correia
6554a490f6
gradm, pax-utils, paxctl: Add myself as a maintainer
2014-02-22 20:17:00 +01:00
Ricardo M. Correia
4ee12df331
pax-utils: Fix URL
2014-02-22 19:25:33 +01:00
Ricardo M. Correia
bf02ae28d6
gradm: Fix URL
2014-02-22 19:25:33 +01:00
Ricardo M. Correia
1b60ee5f67
paxctl: Fix URL
2014-02-22 19:17:53 +01:00
Sergey Mironov
5b223d457e
zathura: set default window-icon
2014-02-22 18:38:06 +01:00
Vladimír Čunát
88d490588d
xorg: add some modules
...
I was testing whether 10.1 mesa might solve the LLVM RTTI problems,
and it seems mesa will need these (and the problems aren't solved).
2014-02-22 18:37:05 +01:00
Domen Kožar
72d3ce1431
pythonPackages.eggdeps: disable tests, they've been failing for ages and author is not responding
2014-02-22 18:29:16 +01:00
Vladimír Čunát
c895bb910d
xfce4-power-manager: update patch hash (no idea what's changed)
2014-02-22 18:20:44 +01:00
Austin Seipp
fc9022bea1
firewall: add support for TCP/UDP port ranges
...
This is useful for packages like mosh, which use a wide UDP port range
by default for incoming connections.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-02-22 18:19:22 +01:00
Matej Cotman
0df7152c8f
twmn: add twmn to all-packages.nix
2014-02-22 18:17:19 +01:00
Matej Cotman
9f06f92fd2
remove a dot; add matejc as maintainer
2014-02-22 18:17:19 +01:00
Matej Cotman
72fb60117e
twmn: new package
2014-02-22 18:17:19 +01:00
Ricardo Correia
39fbd8f4fb
Merge pull request #1771 from thoughtpolice/grsec-tools
...
grsecurity: add gradm, paxctl, and pax-utils (take #2 )
2014-02-22 18:14:57 +01:00
Oliver Charles
a188cfd37d
postgresql: Update to latest releases
2014-02-22 18:13:28 +01:00
Matej Cotman
e07c7d233b
add matejc as maintainer
2014-02-22 18:11:18 +01:00
Matej Cotman
e310dd1774
searx: new package
2014-02-22 18:11:18 +01:00
Vladimír Čunát
5a8a3195a0
xorg.xcb-util-wm: minor update 0.4.0 -> .1
2014-02-22 17:40:01 +01:00
Vladimír Čunát
0f4942ecbc
gnome3.libgee: downgrade to latest stable, add meta
...
Tests started to fail, and stable is preferred anyway.
Cf. #1770 discussion.
2014-02-22 17:13:40 +01:00
Vladimír Čunát
fb1028813c
subversion: minor bump to fix CVE-2014-0032
2014-02-22 17:04:34 +01:00
Linquize
afaee01ed3
pycairo: Update to 1.10.0 and support both python 2 and python 3
...
Close #1802 .
2014-02-22 16:59:24 +01:00
Petr Rockai
f21abed131
nixos: Assign uid/gid to dictd's service user.
2014-02-22 12:00:08 +01:00
Vladimír Čunát
351f704091
Merge x-updates into master
...
There's a major dbus bump (1.6 -> 1.8), and various minor fixes and updates.
2014-02-22 11:28:51 +01:00
Vladimír Čunát
a35d4a9d4e
unstable job: don't depend on glib-tested yet (fails)
2014-02-22 10:38:13 +01:00
Peter Simons
6522d4254f
haskell-primitive: update to version 0.5.2.1
2014-02-22 09:19:19 +01:00
Peter Simons
aa654a5857
haskell-mono-traversable: update to version 0.3.0.2
2014-02-22 09:19:19 +01:00
Peter Simons
2d8aa999c3
haskell-http-conduit: update to version 2.0.0.7
2014-02-22 09:19:18 +01:00
Peter Simons
d55f488a61
haskell-haskell-packages: update to version 0.2.3.4
2014-02-22 09:19:18 +01:00
Peter Simons
36bc104279
haskell-haskell-names: update to version 0.3.2.5
2014-02-22 09:19:18 +01:00
Peter Simons
f7ad96cbb5
haskell-hamlet: update to version 1.1.9
2014-02-22 09:19:18 +01:00
Peter Simons
b4cc157cb5
haskell-dns: update to version 1.2.0
2014-02-22 09:19:18 +01:00
Peter Simons
ca3491f514
haskell-classy-prelude: update to version 0.8.0.1
2014-02-22 09:19:18 +01:00
Peter Simons
358f4de889
haskell-amqp: update to version 0.8.1
2014-02-22 09:19:18 +01:00
Peter Simons
1cfc55518b
haskell-HList: update to version 0.3.4.0
2014-02-22 09:19:18 +01:00
Peter Simons
007611cf4b
haskell-git-annex: update to version 5.20140221
2014-02-22 09:19:18 +01:00
Peter Simons
864db9c088
haskell-HTTP: update to version 4000.2.11
2014-02-22 09:19:18 +01:00
Domen Kožar
269955a521
pythonPackages.psycopg2: 2.5.1 -> 2.5.2
2014-02-21 23:46:56 +01:00
Peter Simons
2e079fd608
haskell-aeson-0.7.x: enable test suite
2014-02-21 23:29:33 +01:00
Peter Simons
5306d974ce
haskell-aeson-0.7.x: fix build with older versions of ByteString
...
Closes <https://github.com/bos/aeson/issues/185 >.
Closes <https://github.com/ekmett/lens/issues/397 >.
2014-02-21 23:29:33 +01:00
Domen Kožar
40b8b3206e
fix remaining broken python packages due to refactoring
2014-02-21 23:27:06 +01:00
Ricardo M. Correia
92794f775a
firefox: Fix hash
2014-02-21 21:23:56 +01:00
Ricardo M. Correia
2a462ff6ae
firefox: Update from 27.0 -> 27.0.1
2014-02-21 21:07:59 +01:00