Commit Graph

60643 Commits

Author SHA1 Message Date
William A. Kennington III
8c330acec8 zfs_git: 2015-03-25 -> 2015-04-03 2015-04-04 20:12:38 -07:00
William A. Kennington III
f64ddc181c spl_git: 2015-03-25 -> 2015-04-03 2015-04-04 20:11:08 -07:00
William A. Kennington III
35b442abc3 krb5: Make linux only 2015-04-04 20:04:15 -07:00
William A. Kennington III
6c07ca09e9 rsyslog: Make linux only 2015-04-04 20:03:37 -07:00
William A. Kennington III
74c2500206 librelp: Make linux only 2015-04-04 20:03:33 -07:00
William A. Kennington III
88cfd89c16 ntdb: Attempt darwin fix and use patchShebangs 2015-04-04 19:57:13 -07:00
William A. Kennington III
bfe79e4b9a kernel: 3.18.10 -> 3.18.11 2015-04-04 19:47:21 -07:00
William A. Kennington III
db9d5601f2 mtvdev: Make linux only 2015-04-04 19:45:09 -07:00
William A. Kennington III
741657ee8b pgpool: Make linux only 2015-04-04 19:43:54 -07:00
William A. Kennington III
7578bbea27 ctdb: Remove as it is now part of samba 2015-04-04 19:19:00 -07:00
William A. Kennington III
7fdb95d9a3 ti-rpc: Add platforms.linux 2015-04-04 13:56:27 -07:00
Michael Raskin
abf330a79a Merge pull request #6491 from auntieNeo/tmuxinator
Added tmuxinator (using bundlerEnv)
2015-04-04 23:25:28 +03:00
Michael Raskin
9882ca5bc2 Merge pull request #6436 from k0ral/aria
aria2: added c-ares dependency + link ssl certificates.
2015-04-04 23:23:54 +03:00
Arseniy Seroka
5fa1644d28 Merge pull request #7162 from spwhitt/simple_darwin_fixes
sl, astyle, uncrustify, mediainfo: Darwin fixes
2015-04-04 23:03:15 +03:00
Damien Cassou
38e94935d8 Merge pull request #7167 from DamienCassou/disable-kaa-on-python3
kaa-* and mmpython not on py3k and pypy anymore
2015-04-04 21:48:11 +02:00
Damien Cassou
8e7f1f1c02 kaa-* and mmpython not on py3k and pypy anymore 2015-04-04 21:45:51 +02:00
Charles Strahan
d652fdedcb pandoc: fix on GHC 7.10 2015-04-04 15:31:44 -04:00
Michael Raskin
6b678048cd Merge pull request #5874 from robberer/nixos/libredirectaccess
libredirect: add access syscall
2015-04-04 21:29:21 +03:00
Michael Raskin
f6d490c6e6 Merge pull request #6269 from maun/lua_lpeg
Fix lua lpeg on OSX
2015-04-04 21:25:42 +03:00
Cray Elliott
1ec78db3c6 GHC 7.10.1 no longer requires a patch to build foldl 2015-04-04 11:02:44 -07:00
Cray Elliott
ae413373ca monthly bump of dolphinEmuMaster
see dolphin's progress report if you want to know what is new!
https://dolphin-emu.org/blog/2015/04/01/dolphin-progress-report-march-2015/
2015-04-04 11:00:47 -07:00
Cray Elliott
0a0adfd9d8 update doomseeker to version 1.0 2015-04-04 11:00:34 -07:00
aszlig
4a84a9f4c0
nixos/release: Test vbox on x86_64-linux only.
The i686-linux test has never worked and I wrote the VM test only on
x86_64-linux to verify whether hardening mode works. I don't know why it
fails on i686-linux, but that might be because the inner VirtualBox VM
we're starting during the VM test doesn't use hardware virtualization.

Closes #5708.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-04-04 17:16:57 +02:00
aszlig
b0e3d7c4b5
virtualbox: Update to version 4.3.26.
Upstream changelog:

 * GUI: in the snapshots pane, protect the age of snapshots against
        wrong host time
 * NAT Network: fixed a bug which prevented to propagate any DNS name
                server / domain / search string information to the NAT
                network (4.3.24 regression)
 * NAT Network: don't delay the shutdown of VBoxSVC on Windows hosts
 * Mouse support: the mouse could not be moved under rare conditions if
                  no Guest Additions are installed (4.3.24 regression)
 * Storage: if the guest ejects a virtual CD/DVD medium, make the change
            permanent
 * VGA: made saving secondary screen sizes possible in X11 guests
 * SDK: fixed the VirtualBox.tlb file (4.3.20 regression)
 * rdesktop-vrdp: make it work with USB devices again (4.3.14
                  regression)
 * USB: fixed a possible BSOD on Windows hosts under rare conditions
 * iPXE: enable the HTTP download protocol on non-Linux hosts
 * Mac OS X hosts: don't panic on hosts with activated SMAP (Broadwell
                   and later)
 * Linux hosts: don't crash Linux 4.0 hosts

The same with bug IDs can be found at:

https://www.virtualbox.org/wiki/Changelog

Tested on my machine using the virtualbox NixOS VM test.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-04-04 17:09:15 +02:00
aszlig
416545a57b
virtualbox: Remove group check on /nix/store.
This is espacially cruicial when it comes to Nix 1.9, where we even have
a more restrictive /nix/store. In any event, VirtualBox in hardenend
mode doesn't have to check the /nix/store path, because it's read-only
on NixOS systems. So this check would not introduce more security but
more hurdles, thus I'm removing it (of course _only_ for /nix/store).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-04-04 17:09:15 +02:00
aszlig
1165a243f8
nixos/tests/vbox: Make GUI startup more robust.
Sometimes, keys aren't properly recognized the first time, so in order
to make sure they get through, always resend the key again on retry.

In this case the worst that could happen is that the VM is started over
and over again, but never in parallel, so that's fine because we're
checking for successful startup 10 seconds after the keypress.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-04-04 17:09:15 +02:00
Tobias Geerinckx-Rice
55b218160d ntopng: use new geolite-legacy package 2015-04-04 16:23:45 +02:00
Domen Kožar
b9e0e67604 ftp://xmlsoft.org -> http://xmlsoft.org 2015-04-04 16:07:31 +02:00
cillianderoiste
174d924b6e Merge pull request #6951 from nix-faust/faust-redux
Faust redux
2015-04-04 14:15:51 +02:00
Oliver Charles
63a4722d7b garmin-plugin: New expression
This is a web browser plugin that allows one to use their Garmin device
on the myGarmin website. It provides a Linux version of the Garmin
Communicator plugin.
2015-04-04 11:51:23 +01:00
Richard Zetterberg
0b1f994f29 Adds minetest server service 2015-04-04 12:36:43 +02:00
Michael Raskin
48b132df02 Merge pull request #5667 from DamienCassou/subdownloader
Add Subdownloader
2015-04-04 13:34:40 +03:00
Michael Raskin
ba82a5d609 Merge pull request #5142 from bosu/static-proot
proot: allow static compilation
2015-04-04 13:26:21 +03:00
Michael Raskin
4b0e70f89a Update Firefox to 37.0.1 2015-04-04 13:11:40 +03:00
Michael Raskin
42e844aff4 Merge pull request #7135 from taku0/firefox-bin-37.0
firefox-bin: update to version 37.0; thunderbird-bin: update to version 31.6.0
2015-04-04 13:10:55 +03:00
William A. Kennington III
445d789243 Fix some platforms 2015-04-03 23:23:52 -07:00
William A. Kennington III
43d114c74b bundler-head: Fix hash 2015-04-03 23:18:23 -07:00
Spencer Whitt
a12fb39d1e mediainfo: build on Darwin 2015-04-04 02:07:55 -04:00
Spencer Whitt
171225ab1c uncrustify: build on Darwin 2015-04-04 02:07:55 -04:00
Spencer Whitt
162f870e6f astyle: fix on Darwin 2015-04-04 02:07:55 -04:00
Spencer Whitt
d5225d54ad sl: build on Darwin 2015-04-04 02:07:54 -04:00
William A. Kennington III
755230967b gdk_pixbuf: 2.30.8 -> 2.31.3 2015-04-03 21:54:58 -07:00
William A. Kennington III
c0cb4e1ef7 nixos/nvidia: Add a temporary hack to support kernel 4.0 2015-04-03 21:53:34 -07:00
William A. Kennington III
18c9619021 nvidia: Add beta driver 2015-04-03 21:53:12 -07:00
Vladimír Čunát
aa5d253a4c hhvm: disable parallel building
http://hydra.nixos.org/build/21068310
2015-04-04 06:38:29 +02:00
William A. Kennington III
de9c9bd2c8 gnutls: Make 3.3 the default 2015-04-03 21:27:23 -07:00
Austin Seipp
83a6da7377 rakudo: 2014.04 -> 2015.03
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-03 23:18:35 -05:00
taku0
dcb61624e7 firefox-bin: update to version 37.0.1 2015-04-04 13:09:24 +09:00
William A. Kennington III
72c6afe9ec samba4: Correct accidental change of kerberos library 2015-04-03 19:35:35 -07:00
William A. Kennington III
dc5872e79f gnutls: Add version 3.3.14 2015-04-03 19:17:28 -07:00