Commit graph

7874 commits

Author SHA1 Message Date
Izorkin c10b7a7d27 nftables: 0.8.2 -> 0.8.3 2018-03-12 11:05:19 +03:00
Tuomas Tynkkynen e31f49f671 sssd: 1.16.0 -> 1.16.1 2018-03-12 01:47:18 +02:00
Tim Steinbach 6c5aa934dd
linux-copperhead: 4.15.8.a -> 4.15.9.a 2018-03-11 13:48:36 -04:00
Tim Steinbach 5fc2133493
linux: 4.9.86 -> 4.9.87 2018-03-11 13:48:36 -04:00
Tim Steinbach daded89d95
linux: 4.4.120 -> 4.4.121 2018-03-11 13:48:36 -04:00
Tim Steinbach 68294bb272
linux: 4.14.25 -> 4.14.26 2018-03-11 13:48:36 -04:00
Tim Steinbach cc18de181f
linux: 4.15.8 -> 4.15.9 2018-03-11 13:48:36 -04:00
Daiderd Jordan 43be4ebfb1
Merge pull request #36581 from matthewbauer/darwin-fixes
darwin: fixes
2018-03-09 19:32:54 +01:00
Tim Steinbach 72dede4203
linux-copperhead: 4.15.7.a -> 4.15.8.a 2018-03-09 12:32:54 -05:00
Tim Steinbach 245dcb4a58
linux: 4.15.7 -> 4.15.8 2018-03-09 12:28:05 -05:00
Tim Steinbach f5ac2dd6e2
linux: 4.14.24 -> 4.14.25 2018-03-09 12:28:05 -05:00
Nikolay Amiantov 1890fe359a linuxPackages.bbswitch: disable on AArch64
It makes no sense on non-x86 platforms.
2018-03-09 16:35:10 +03:00
Matthew Bauer c7abef4c5d network_cmds: fix on darwin 2018-03-08 19:00:09 -06:00
Matthew Bauer 54e2c28b09 darwin: disable broken packages 2018-03-08 17:21:17 -06:00
Daiderd Jordan 697847bfe3
Merge pull request #36351 from LnL7/skhd
skhd: init at 0.0.10
2018-03-08 21:03:55 +01:00
John Ericson ce5a76274d
Merge pull request #34672 from teto/kernel_overrides
buildLinux: add overrides for modules
2018-03-08 11:11:51 -05:00
Matthieu Coudron 3ccc65a36c buildLinux: allow to override arch/modules/builtin
- Easy override of autoModules and preferBuiltin and kernelArch parameters (currently living in `hostSystem` set).
2018-03-08 12:47:06 +09:00
Matthieu Coudron 600e977898 buildLinux: removes unnecessary parameters
and passes parameters in a single set
2018-03-08 12:45:39 +09:00
Tuomas Tynkkynen 2372e93981 trinity: Fix 32-bit build 2018-03-06 21:37:18 +02:00
Daiderd Jordan b84d22cbbd
skhd: init at 0.0.10 2018-03-05 20:05:39 +01:00
Tim Steinbach 1d1275ef8b
linux: 4.16-rc3 -> 4.16-rc4 2018-03-05 11:30:23 -05:00
Franz Pletz 48bd537814
batman-adv: 2017.4 -> 2018.0 2018-03-05 15:43:42 +01:00
Vladimír Čunát 565bd805e6
Merge branch 'master' 2018-03-05 14:53:27 +01:00
Tad Fisher f4bea835ae fwts: init at 18.01.00 2018-03-04 12:22:20 -08:00
Tim Steinbach 79e46c8af4
linux: 4.16-rc1 -> 4.16-rc3 2018-03-04 12:38:14 -05:00
Tim Steinbach 4eb7945515
linux: 4.14.23 -> 4.14.24 2018-03-04 09:56:33 -05:00
Tim Steinbach f62131cb91
linux: 4.9.85 -> 4.9.86 2018-03-04 09:56:33 -05:00
Tim Steinbach 3bc423ab7c
linux: 4.4.119 -> 4.4.120 2018-03-04 09:56:33 -05:00
Daiderd Jordan ebbe3cf8d1
Merge pull request #36245 from LnL7/qes
qes: init at 0.0.2
2018-03-03 20:48:18 +01:00
Jörg Thalheim 5d0d140f74
Merge pull request #34070 from lukeadams/prl-improve
Improve parallels-tools
2018-03-03 17:34:57 +00:00
Luke Adams 552105d502 prl-tools: assert linux kernel version < 4.15 2018-03-03 10:36:17 -06:00
Daiderd Jordan 6a4cd9d744
qes: init at 0.0.2 2018-03-03 13:54:06 +01:00
aszlig 88530e02b6
systemd: Update to latest NixOS branch
Updated to the latest version of the nixos-v237 branch, which fixes two
things:

  * Make sure that systemd looks in /etc for configuration files.
    https://github.com/NixOS/systemd/pull/15
  * Fix handling of the x-initrd.mount option.
    https://github.com/NixOS/systemd/pull/16

I've added NixOS VM tests for both to ensure we won't run into
regressions. The newly added systemd test only tests for that and is by
no means exhaustive, but it's a start.

Personally I only wanted to fix the former issue, because that's the one
I've been debugging. After sending in a pull request for our systemd
fork (https://github.com/NixOS/systemd/pull/17) I got a notice from
@Mic92, that he already fixed this and his fix was even better as it's
even suitable for upstream (so we hopefully can drop that patch
someday).

The reason why the second one came in was simply because it has been
merged before the former, but I thought it would be a good idea to have
tests for that as well.

In addition I've removed the sysconfdir=$out/etc entry to make sure the
default (/etc) is used. Installing is still done to $out, because those
directories that were previously into sysconfdir now get into
factoryconfdir.

Quote from commit NixOS/systemd@98067cc806:

  By default systemd should read all its configuration from /etc.
  Therefore we rely on -Dsysconfdir=/etc in meson as default value.
  Unfortunately this would also lead to installation of systemd's own
  configuration files to `/etc` whereas we are limited to /nix/store. To
  counter that this commit introduces two new configuration variables
  `factoryconfdir` and `factorypkgconfdir` to install systemd's own
  configuration into nix store again, while having executables looking
  up files in /etc.

Tested this change against all of the NixOS VM tests we have in
nixos/release.nix. Between this change and its parent no new tests were
failing (although a lot of them were flaky).

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @Mic92, @tk-ecotelecom, @edolstra, @fpletz
Fixes: #35415
Fixes: #35268
2018-03-03 10:39:38 +01:00
aszlig ae7efee4fa
systemd: Reident the expression file
The indenting is a bit weird to follow, especially at the end of the
file (right brace without indent, but the opening brace is indented by
two spaces).

No functional change and I've verified this by building it with this
change and without and both lead to the same store paths.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @fpletz, @edolstra
2018-03-03 01:53:16 +01:00
Daiderd Jordan 9717e6268f
kwm: 4.0.4 -> 4.0.5 2018-03-02 20:54:27 +01:00
Daiderd Jordan d35c7590a2
khd: 2.1.1 -> 3.0.0 2018-03-02 20:54:19 +01:00
Jörg Thalheim 45fa79d43b prl-tools: use kernel.moduleBuildDependencies instead of libelf 2018-03-02 09:18:57 +00:00
Luke Adams ae7fae71ed prl-tools: add libelf input
fixes build on 18.03
2018-03-01 16:55:38 -06:00
Bart Brouns e65676d25d tp_smapi: unstable-2017-12-04 -> 0.43 2018-03-01 06:48:00 +02:00
Jörg Thalheim b62a26ea41
Merge pull request #36128 from georgewhewell/rtlwifi
rtlwifi: 2017-07-18 -> 2018-02-17
2018-03-01 00:16:48 +00:00
Frederik Rietdijk cf0c20e0de
Merge pull request #35892 from Nadrieril/update-usbguard
usbguard: 0.7.0 -> 0.7.2
2018-02-28 20:30:30 +00:00
Tim Steinbach 4f6b085c5e
linux-copperhead: 4.15.6.a -> 4.15.7.a 2018-02-28 10:40:32 -05:00
Tim Steinbach e1410a6792
linux: Remove 4.13.x 2018-02-28 10:40:06 -05:00
Tim Steinbach 18438877d6
linux: 4.15.6 -> 4.15.7 2018-02-28 10:32:37 -05:00
Tim Steinbach c6a227c5e7
linux: 4.14.22 -> 4.14.23 2018-02-28 10:32:20 -05:00
Tim Steinbach 24643ac9ad
linux: 4.9.84 -> 4.9.85 2018-02-28 10:32:03 -05:00
Tim Steinbach 4f50cb04fd
linux: 4.4.118 -> 4.4.119 2018-02-28 10:31:47 -05:00
Jan Tojnar c530630b5e
udisks_glue: use udisks1 alias instead of udisks
This will allow us to re-point udisks to udisks2.

Apparently, the package still does not support udisks2:

https://github.com/fernandotcl/udisks-glue/issues/8
2018-02-28 16:12:07 +01:00
Ryan Mulligan eb847ff49e pam_mount: 2.15 -> 2.16
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/ylk3vdmg5vk7c21fxg54yvrclvj5cpx1-pam_mount-2.16/bin/mount.crypt --help` got 0 exit code
- ran `/nix/store/ylk3vdmg5vk7c21fxg54yvrclvj5cpx1-pam_mount-2.16/bin/mount.crypt --help` and found version 2.16
- ran `/nix/store/ylk3vdmg5vk7c21fxg54yvrclvj5cpx1-pam_mount-2.16/bin/pmt-ehd --help` got 0 exit code
- ran `/nix/store/ylk3vdmg5vk7c21fxg54yvrclvj5cpx1-pam_mount-2.16/bin/pmt-ehd --help` and found version 2.16
- ran `/nix/store/ylk3vdmg5vk7c21fxg54yvrclvj5cpx1-pam_mount-2.16/bin/pmvarrun -h` got 0 exit code
- found 2.16 with grep in /nix/store/ylk3vdmg5vk7c21fxg54yvrclvj5cpx1-pam_mount-2.16
- found 2.16 in filename of file in /nix/store/ylk3vdmg5vk7c21fxg54yvrclvj5cpx1-pam_mount-2.16

cc "@tstrobel"
2018-02-28 14:27:43 +00:00
Jörg Thalheim 929de0e5bb
Merge pull request #35694 from markuskowa/rdma-core-pr
rdma-core: 16.1 -> 17
2018-02-28 11:35:46 +00:00