summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* nixos/virtualbox: Revert disable hardening.aszlig2014-12-18
| | | | | | | | | | | | | | This reverts commit 5d67b17901ff2c9a18647bd9453c6b0d4294b875. The issues have been resolved by ac603e208c98b260db675fa0c13be94fa95216f4. Tested this with hostonlyifs and USB support with extension pack. Conflicts: nixos/modules/programs/virtualbox-host.nix Signed-off-by: aszlig <aszlig@redmoonstudios.org> Tested-by: Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>
* xorg-server: enable DRI3 (close #5381)Sebastián Bernardo Galkin2014-12-18
| | | | | | | | | | | | | TEST needed. I tested on my NixOS Thinkpad with Optimus nvidia and intel cards. Testing in other architectures is needed. This patch also improves the regular expressions that scan the build configuration files to enable the building of a binary utility in xf86-video-intel: intel-virtual-output. This utility is useful for some Optimus laptops DRI3 was added to xorg-server propagatedBuildInputs so now it's inherited by several projects that can use it.
* Merge pull request #5383 from robberer/tmp1wmertens2014-12-18
|\ | | | | php: make curl wrappers optional
| * php: make curl wrappers optionalLongrin Wischnewski2014-12-18
| | | | | | | | | | cURL wrappers are experimental and break any application/library that rely on $http_response_header
* | ssh-agent: Don't have a timeout by defaultEelco Dolstra2014-12-18
| | | | | | | | | | | | | | | | IMHO, having a short timeout (1h) defeats the point of using ssh-agent, which is not to have to retype passphrases all the time. Of course, users who want timeouts can set programs.ssh.agentTimeout. This restores the 14.04 behaviour.
* | haskell-generics-sop: update to version 0.1.0.4Peter Simons2014-12-18
| |
* | Fix sysstat build.Rob Vermaas2014-12-18
| | | | | | | | (cherry picked from commit 597007f8b7cf60d4571b859adb3972292e2fa0ff)
* | Fix container testEelco Dolstra2014-12-18
| | | | | | | | http://hydra.nixos.org/build/17989795
* | audacious: Update to 3.5.2Eelco Dolstra2014-12-18
| |
* | zabbix: Update to 1.8.22Eelco Dolstra2014-12-18
| |
* | sysstat: Update to 11.0.2Eelco Dolstra2014-12-18
| |
* | mercurial: Update to 3.2.2Eelco Dolstra2014-12-18
| |
* | dhcpcd: Update to 6.6.6Eelco Dolstra2014-12-18
| |
* | subversion: Update to 1.8.11Eelco Dolstra2014-12-18
| |
* | less: Update to 471Eelco Dolstra2014-12-18
| |
* | Merge pull request #5376 from Zert/masterPeter Simons2014-12-18
|\ \ | | | | | | Add poker-eval library
| * | Add poker-eval libraryMaxim Treskin2014-12-18
| | |
| * | Add mtreskin to maintainers listMaxim Treskin2014-12-18
| | |
* | | nixos/tests/virtualbox: Disable debug logging.aszlig2014-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Especially if the user isn't in the vboxusers group anymore, this gets VERY noisy, because the VBoxSVC process emits warnings for every single USB device noting that it's only possible to access it when the user is in the vboxusers group. So, we now have a debug attribute, where we can enable it when necessary. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | nixos/tests/virtualbox: Don't use vboxusers group.aszlig2014-12-18
| | | | | | | | | | | | | | | | | | | | | At least when we're running in hardening mode, because it's needed there only for USB support. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | nixos/tests/blivet: Fix by avoiding "nix-store".aszlig2014-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "nix-store" command within the VM test is running without NIX_REMOTE=daemon and since Nix 1.8 tries to open the store database in read-write mode even for nix-store -qR. Now, we're doing this properly and rely on setup hooks, which is the same method that's used when you're building a library which depends on blivet. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | virtualbox: Fix runtime paths in hardening mode.aszlig2014-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because we have to rely on setuid wrappers on NixOS, we can't easily hardcode the executable paths and set it 4755. So for all calls, we need to change the runtime path executable directory to /var/setuid-wrappers/ and for verification we need to retain the executable directory. Also note, that usually VBoxNetAdpCtl, VBoxNetDHCP, VBoxNetNAT, VBoxSDL and VBoxVolInfo don't reside in directories that are commonly in PATH, but in /usr/lib/virtualbox in most mainstream distros. But because the names of these executables are distinctive enough to not cause collisions with other setuid programs, I'll leave it like that and not patch up setuid-wrappers. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | virtualbox: Allow to easily change the build type.aszlig2014-12-18
| | | | | | | | | | | | | | | | | | | | | Not really changes anything in functionality, but makes it easier to change the build type to "debug", for example. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | synergy: Update to new upstream version 1.6.2.aszlig2014-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the following bugs: * Helper tool crashes when service checks elevation state * Zeroconf on server advertises bogus IP address * Drag file causes client crash on Mac (10.10) Introduces the following enhancements: * Optional Bonjour requirement for Windows * Automatic Bonjour download and install * Auto-config available servers combo box * More user friendly dialog when client is detected * Minimize auto config message box usage * Firewall exception for GUI (needed for Bonjour) * Consistent naming for auto config feature Full changelog with bug IDs can be found at: http://synergy-project.org/changelog/ Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | virtualbox: Fix hardcoded /sbin/ifconfig path.aszlig2014-12-18
| | | | | | | | | | | | | | | | | | | | | | | | Just accidentally found this while debugging and it's needed for fetching a few interface details, not sure however whether because of this anything has been broken so far. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | virtualbox: Explicitly excempt src during install.aszlig2014-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of coping it to $out and later deleting it, we now exclude the src directory during copy. Also, we no longer cd into the release directory during installPhase, which should make sure that we are constantly in $sourceRoot. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | Merge pull request #5385 from aycanirican/haskellMode-fetchurlAycan iRiCAN2014-12-18
|\ \ \ | | | | | | | | emacs24Packages.haskellMode upgrade to use fetchFromGitHub
| * | | emacs24Packages.haskellMode upgrade to use fetchFromGitHubAycan iRiCAN2014-12-18
| | | |
* | | | attic: add maintainer and platformsVladimír Čunát2014-12-18
| | | | | | | | | | | | | | | | CC #5374.
* | | | sudo: Update to 1.8.11p2Eelco Dolstra2014-12-18
| | | |
* | | | release notes: reindent, remove renames (redudant)Domen Kožar2014-12-18
| | | | | | | | | | | | | | | | | | | | (cherry picked from commit 8566f66ea44f7adf050d92bd8dc8de9ba814f0d1) Signed-off-by: Domen Kožar <domen@dev.si>
* | | | update release notesDomen Kožar2014-12-18
| | | | | | | | | | | | | | | | | | | | (cherry picked from commit 33e9a0503a55aef49c4d8750a712388ab71b6446) Signed-off-by: Domen Kožar <domen@dev.si>
* | | | fix users.mutableUsers = false; install in isoDomen Kožar2014-12-18
| | | | | | | | | | | | | | | | | | | | (cherry picked from commit 9bc8bcbbdcc7cac98686877f09315bb749627732) Signed-off-by: Domen Kožar <domen@dev.si>
* | | | Improve /etc/sudoers messageEelco Dolstra2014-12-18
| | | |
* | | | Add a mirror for midoriMichael Raskin2014-12-18
| | | |
* | | | Merge pull request #5373 from daogames/este/czmqlethalman2014-12-18
|\ \ \ \ | | | | | | | | | | added czmq v3.0.0-rc1
| * | | | added czmq v3.0.0-rc1Ronny Esterluss2014-12-17
| | | | |
* | | | | crashplan: fix CrashPlanDesktop binaryDomen Kožar2014-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit 0d4acad489cd2962908eb157551519c79d5b1182) Signed-off-by: Domen Kožar <domen@dev.si>
* | | | | ulex: set platformsDomen Kožar2014-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit 827a9bbd449ef5075876577ef30703f29f26e597) Signed-off-by: Domen Kožar <domen@dev.si>
* | | | | Merge pull request #5380 from iyzsong/jenkinsDomen Kožar2014-12-18
|\ \ \ \ \ | | | | | | | | | | | | jenkins: update to 1.594
| * | | | | jenkins: update to 1.594宋文武2014-12-18
| | | | | |
* | | | | | Merge pull request #5375 from ftrvxmtrx/mastervbgl2014-12-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | plan9port: fix destination path in sources; add myself as a maintainer
| * | | | | | plan9port: fix destination path in sources; add myself as a maintainerSiarhei Zirukin2014-12-17
| | | | | | |
* | | | | | | dropbox: 2.0.0 -> 2.2.0, disable testsDomen Kožar2014-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit b0a0fb60dfea819703889150ce6dc311ac85f0d7) Signed-off-by: Domen Kožar <domen@dev.si>
* | | | | | | attic: fix missing modules at runtimeBjørn Forsman2014-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch buildInputs to propagatedBuildInputs. Without this attic won't run at all.
* | | | | | | Merge pull request #5382 from aycanirican/haskellMode-fetchurlAycan iRiCAN2014-12-18
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | emacs24Packages.haskellMode update to use fetchurl
| * | | | | | emacs24Packages.haskellMode update to use fetchurlAycan iRiCAN2014-12-18
| | | | | | |
* | | | | | | attic: upgrade to 0.14Wayne Scott2014-12-18
|/ / / / / /
* | | | | | attic: expression cleanupBjørn Forsman2014-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up some whitespace errors and add namePrefix = "" to make package name like attribute name (no pythonX.Y- prefix).
* | | | | | attic: fix path to OPENSSL headers.Wayne Scott2014-12-18
| | | | | |