Commit Graph

86190 Commits

Author SHA1 Message Date
Rickard Nilsson
5356154366 libvirt and pythonPackages.libvirt: 1.3.5 -> 2.0.0 2016-07-02 00:24:36 +02:00
Christian Kauhaus
0c0f068f35
cron: fix crontab(5) and cron job PATH
Switch off HAVE_SAVED_UIDS since it activates a code path for temporary
privilege dropping which does not work on NixOS.

Vixie-cron's sources ship with two implementations. Unfortunately, the
one activated by HAVE_SAVED_UIDS (using setuid()) does not work on
NixOS. Saved UIDs work only if the program which is using them has the
setuid bit set on its own executable, not if called from a setuid
wrapper (as we do it in NixOS). The other implementation (using
setreuid()) works without problems.

Quote from
<http://stackoverflow.com/questions/8499296/realuid-saved-uid-effective-uid-whats-going-on>:

    If you're euid is root and you change the uid, the privileges gets
    dropped permanently.If effective user id is not root then saved user
    id is never touched and you can regain the root privilege back
    anytime you want in your program.

Also extend the default PATH with NixOS-specific bin directories as
vixie-cron's default is not really usable on NixOS.

Re #16518

Closes #16522
2016-07-02 00:09:07 +02:00
Robert Helgesson
b5705aa81e perl-Test2-Suite: 0.000032 -> 0.000042 2016-07-01 22:38:47 +02:00
Robert Helgesson
ebfa029ece perl-Moo: 2.002002 -> 2.002003 2016-07-01 22:38:47 +02:00
Benno Fünfstück
b01886d654 fix 32bit android emulator 2016-07-01 21:41:32 +02:00
Rickard Nilsson
8404d626ad libvirt: Fix libsystemd dependency 2016-07-01 20:12:33 +02:00
Rickard Nilsson
7d67a4da99 nixos/libvirtd: Don't use the --daemon flag now that we use the 'notify' service type 2016-07-01 18:21:42 +02:00
Rickard Nilsson
9facb7078b nixos/elasticsearch: Set a group on the user
This fixed a problem I had when running ElasticSearch in an LXC
container, and it doesn't hurt using a dedicated group instead of
nogroup anyway.
2016-07-01 18:21:42 +02:00
Frederik Rietdijk
880475bbd5 python: fix modules in buildEnv, closes #16646
Python 2.7 on Nix is stripped of some modules, which can be added when
needed. This was broken with python.buildEnv.
2016-07-01 16:16:55 +02:00
Franz Pletz
e77eba305f errbot: init at 4.2.2 (#16551) 2016-07-01 16:04:01 +02:00
Frederik Rietdijk
1c0af40757 Doc: how to install a Python environment
See https://github.com/NixOS/nixpkgs/issues/10597.
2016-07-01 14:30:18 +02:00
Eelco Dolstra
6284f603ce Merge pull request #16640 from bjornfor/nixos-rebuild-show-uids
nixos/update-users-groups.pl: print UIDs and GIDs
2016-07-01 14:11:35 +02:00
Nikolay Amiantov
9159d50baf Merge pull request #16533 from avnik/wine-update
wine: 1.9.11 -> 1.9.13
2016-07-01 16:07:11 +04:00
zimbatm
3e00cd20a8 Merge pull request #16638 from RamKromberg/init/transgui
transgui: init at 5.0.1-svn-r986
2016-07-01 12:50:44 +01:00
Alexander V. Nikolaev
962e365444 wineStable: 1.8.2 -> 1.8.3 2016-07-01 14:30:54 +03:00
Bjørn Forsman
6e528893a8 nixos/update-users-groups.pl: print UIDs and GIDs
Instead of showing this output from "nixos-rebuild switch":

  warning: not applying GID change of group ‘munin’
  warning: not applying UID change of user ‘ntp’

print this:

  warning: not applying GID change of group ‘munin’ (95 -> 102)
  warning: not applying UID change of user ‘ntp’ (3 -> 179)

This makes it possible for users to take action and fixup the UIDs/GIDs
that NixOS won't touch.
2016-07-01 13:13:46 +02:00
Lancelot SIX
b5e237bda6 pythonPackages.pika: 0.9.12 -> 0.10.0 2016-07-01 13:05:56 +02:00
Lancelot SIX
5c436c7a76 pythonPackages.twisted: 15.5.0 -> 16.2.0 2016-07-01 13:05:56 +02:00
Ram Kromberg
0253f7eafb transgui: init at 5.0.1-svn-r986 2016-07-01 13:51:47 +03:00
Peter Simons
14a42dba66 haskell-semigroups: add missing overrides for old version of the package 2016-07-01 12:01:04 +02:00
Peter Simons
ec2e568b35 configuration-hackage2nix.yaml: disable failing builds 2016-07-01 12:01:04 +02:00
Peter Simons
a7e33a1a1e cabal2nix: update to version 20160613-10-g57dddc7 2016-07-01 12:01:03 +02:00
Peter Simons
ddbf655663 Add LTS Haskell versions 6.4 and 6.5. 2016-07-01 12:01:03 +02:00
Peter Simons
77f6750ef0 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20160613-12-g1145e86 using the following inputs:

  - Hackage: 53b696d106
  - LTS Haskell: 1c63caa7b8
  - Stackage Nightly: affdd756e9
2016-07-01 12:00:58 +02:00
Damien Cassou
8d288c63da Merge pull request #15853 from DamienCassou/add-fdroidserver
Add fdroidserver (and the mwclient dependency)
2016-07-01 11:17:55 +02:00
Damien Cassou
17f822a456 Merge pull request #16637 from DamienCassou/tnef-1.4.12
tnef: init at 1.4.12
2016-07-01 11:06:37 +02:00
Vladimír Čunát
a441a7c257 Merge branch 'staging' 2016-07-01 12:42:05 +02:00
Damien Cassou
44f885a0a3 tnef: init at 1.4.12 2016-07-01 10:35:55 +02:00
zimbatm
08939189e1 Merge pull request #16621 from solson/drumstick
drumstick: init at 1.0.2
2016-07-01 09:30:23 +01:00
zimbatm
17fc38c4fa Merge pull request #16633 from NeQuissimus/gradle214
gradle: 2.13 -> 2.14
2016-07-01 09:27:41 +01:00
zimbatm
3110682457 Merge pull request #16636 from hiberno/update-neomutt
neomutt: 20160530 -> 20160611
2016-07-01 09:27:17 +01:00
Christian Lask
39812a3531 neomutt: 20160530 -> 20160611 2016-07-01 10:01:33 +02:00
Bjørn Forsman
9050077cff switch-to-configuration: use absolute path to systemd-escape
Fixes issue when upgrading from very old NixOS systems that don't have
systemd-escape in $PATH:

  $ sudo nixos-rebuild switch
  ...
  building the system configuration...
  updating GRUB 2 menu...
  Can't exec "systemd-escape": No such file or directory at /nix/var/nix/profiles/system/bin/switch-to-configuration line 264.
  Unable to escape /!
2016-07-01 08:35:38 +02:00
Tim Steinbach
e00c572698 gradle: 2.13 -> 2.14 2016-07-01 02:23:28 +00:00
pngwjpgh
17e8032adb samsung-UnifiedLinuxDriver: fix multi-output cups (#16421) 2016-07-01 00:29:56 +02:00
Michael Ekstrand
57ea9af90a nano: 2.5.3 -> 2.6.1 (#16565)
This upgrades Nano to the (non-GNU) version 2.6.1.
2016-07-01 00:22:30 +02:00
taku0
a10ddb582e firefox-bin: 47.0 -> 47.0.1 (#16599) 2016-06-30 23:39:45 +02:00
Michele Guerini Rocco
d75c7d0dcd btfs: 2.9 -> 2.10 (#16603) 2016-06-30 23:39:15 +02:00
David Guibert
af2d602257 wpsoffice: 10.1.0.5503 -> 10.1.0.5672 (#16630)
The url of the previous package is broken.
2016-06-30 23:38:13 +02:00
Scott Olson
73ee19f0e1 drumstick: init at 1.0.2 2016-06-30 14:39:03 -06:00
Arseniy Seroka
29bf0796a7 Merge pull request #16606 from vrthra/tabbed
tabbed :  20150509 -> 20160425
2016-06-30 23:03:09 +04:00
Rushmore Mushambi
cdf6cdcb90 Merge pull request #16626 from rushmorem/nomad-update
nomad: 0.3.2 -> 0.4.0
2016-06-30 20:36:41 +02:00
rushmorem
0604af9212 nomad: 0.3.2 -> 0.4.0 2016-06-30 20:30:22 +02:00
Vincent Laporte
cb3d2d0526 fstar: fix build on Darwin 2016-06-30 16:57:32 +01:00
Tobias Geerinckx-Rice
dccac25d5f
libpsl: list 2016-06-10 -> 2016-06-30 2016-06-30 17:17:55 +02:00
Tobias Geerinckx-Rice
d058cbd6db
pythonPackages.pgcli: 0.20.1 -> 1.0.0 2016-06-30 17:17:55 +02:00
Tobias Geerinckx-Rice
69bcb188d8
pythonPackages.pgspecial: 1.3.0 -> 1.4.0 2016-06-30 17:17:55 +02:00
Tobias Geerinckx-Rice
89c1b39ee3
pythonPackages.sqlparse: 0.1.18 -> 0.1.19 2016-06-30 17:17:55 +02:00
Frederik Rietdijk
a66e53d71b Merge pull request #16605 from adnelson/bcrypt_use_github
python brcrypt: use a git snapshot instead of pypi to get test suite
2016-06-30 17:01:31 +02:00
Allen Nelson
1fb466c28c python bcrypt: use a git snapshot of bcrypt to get test suite, propagate cffi 2016-06-30 09:51:20 -05:00