Nikolay Amiantov
1890fe359a
linuxPackages.bbswitch: disable on AArch64
...
It makes no sense on non-x86 platforms.
2018-03-09 16:35:10 +03: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
Vladyslav M
2a147bea02
iwd: 2017-12-14 -> 0.1
2018-03-07 20:28:12 +02:00
Ales Huzik
7093810b0c
bluez: optionally enable midi support
2018-03-07 15:39:12 +11:00
Tuomas Tynkkynen
2372e93981
trinity: Fix 32-bit build
2018-03-06 21:37:18 +02:00
Will Dietz
3a40b33461
kernel-headers: remove deprecated and broken asm symlink fixups
...
Discussion:
https://github.com/NixOS/nixpkgs/pull/36303
2018-03-06 11:14:00 -06: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
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
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
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
Shea Levy
95579af5ec
Merge remote-tracking branch 'origin/staging' into cross-nixos
2018-03-01 14:56:58 -05:00
Shea Levy
a486cb1af6
systemd: Fix references to /usr/bin in cross-compilation
2018-03-01 14:54:41 -05:00
Frederik Rietdijk
810dd0f984
Merge remote-tracking branch 'upstream/master' into HEAD
2018-03-01 20:00:42 +01:00
Bart Brouns
e65676d25d
tp_smapi: unstable-2017-12-04 -> 0.43
2018-03-01 06:48:00 +02:00
Tuomas Tynkkynen
b8b2225f6b
Merge remote-tracking branch 'upstream/master' into staging
2018-03-01 06:09:20 +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
Shea Levy
4d5be58a8f
Merge remote-tracking branch 'origin/master' into cross-nixos
2018-02-28 17:07:13 -05: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
Shea Levy
ed5bd8ad49
fuse: Fix cross-compilation
2018-02-28 15:01:32 -05:00
Shea Levy
0221112542
iputils: Fix cross compile
2018-02-28 15:01:31 -05:00
Shea Levy
a5bb01b153
libaio: Add generic cross-compilation patch
2018-02-28 15:01:31 -05:00
Shea Levy
085bfcefb9
utillinux: Fix cross-compiling when building with systemd
2018-02-28 15:01:30 -05:00
Tuomas Tynkkynen
34f95d92a2
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/applications/misc/pytrainer/default.nix
pkgs/development/tools/pew/default.nix
pkgs/tools/misc/you-get/default.nix
2018-02-28 20:52:49 +02: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
Ryan Mulligan
08f0ce2174
pagemon: 0.01.10 -> 0.01.12
...
Semi-automatic update. These checks were performed:
- built on NixOS
- ran `/nix/store/kayj1xp8j8dd280y98rajpmqh0sgmg8n-pagemon-0.01.12/bin/pagemon -h` got 0 exit code
- ran `/nix/store/kayj1xp8j8dd280y98rajpmqh0sgmg8n-pagemon-0.01.12/bin/pagemon -h` and found version 0.01.12
- found 0.01.12 with grep in /nix/store/kayj1xp8j8dd280y98rajpmqh0sgmg8n-pagemon-0.01.12
- found 0.01.12 in filename of file in /nix/store/kayj1xp8j8dd280y98rajpmqh0sgmg8n-pagemon-0.01.12
2018-02-28 11:30:46 +01:00
Ryan Mulligan
9fe963ddb5
sysstat: 11.2.5 -> 11.7.2
...
Semi-automatic update. These checks were performed:
- built on NixOS
- ran `/nix/store/m8nm4ifgh3j31wnlz6ixn737d29sv3dx-sysstat-11.7.2/bin/sar --help` got 0 exit code
- ran `/nix/store/m8nm4ifgh3j31wnlz6ixn737d29sv3dx-sysstat-11.7.2/bin/sar -V` and found version 11.7.2
- ran `/nix/store/m8nm4ifgh3j31wnlz6ixn737d29sv3dx-sysstat-11.7.2/bin/sar --help` and found version 11.7.2
- ran `/nix/store/m8nm4ifgh3j31wnlz6ixn737d29sv3dx-sysstat-11.7.2/bin/sadf -V` and found version 11.7.2
- ran `/nix/store/m8nm4ifgh3j31wnlz6ixn737d29sv3dx-sysstat-11.7.2/bin/iostat -h` got 0 exit code
- ran `/nix/store/m8nm4ifgh3j31wnlz6ixn737d29sv3dx-sysstat-11.7.2/bin/iostat help` got 0 exit code
- ran `/nix/store/m8nm4ifgh3j31wnlz6ixn737d29sv3dx-sysstat-11.7.2/bin/iostat -V` and found version 11.7.2
- ran `/nix/store/m8nm4ifgh3j31wnlz6ixn737d29sv3dx-sysstat-11.7.2/bin/tapestat -V` and found version 11.7.2
- ran `/nix/store/m8nm4ifgh3j31wnlz6ixn737d29sv3dx-sysstat-11.7.2/bin/mpstat -V` and found version 11.7.2
- ran `/nix/store/m8nm4ifgh3j31wnlz6ixn737d29sv3dx-sysstat-11.7.2/bin/pidstat -h` got 0 exit code
- ran `/nix/store/m8nm4ifgh3j31wnlz6ixn737d29sv3dx-sysstat-11.7.2/bin/pidstat -V` and found version 11.7.2
- ran `/nix/store/m8nm4ifgh3j31wnlz6ixn737d29sv3dx-sysstat-11.7.2/bin/cifsiostat -h` got 0 exit code
- ran `/nix/store/m8nm4ifgh3j31wnlz6ixn737d29sv3dx-sysstat-11.7.2/bin/cifsiostat help` got 0 exit code
- ran `/nix/store/m8nm4ifgh3j31wnlz6ixn737d29sv3dx-sysstat-11.7.2/bin/cifsiostat -V` and found version 11.7.2
- found 11.7.2 with grep in /nix/store/m8nm4ifgh3j31wnlz6ixn737d29sv3dx-sysstat-11.7.2
- found 11.7.2 in filename of file in /nix/store/m8nm4ifgh3j31wnlz6ixn737d29sv3dx-sysstat-11.7.2
cc "@eelco"
2018-02-28 07:09:55 +00:00
adisbladis
c1d408e36b
Merge pull request #35921 from ryantm/auto-update/nftables-0.8-to-0.8.2
...
nftables: 0.8 -> 0.8.2
2018-02-28 10:20:49 +08:00
georgewhewell
890c0dbe47
rtlwifi: 2017-07-18 -> 2018-02-17
2018-02-28 00:31:36 +00:00
Tuomas Tynkkynen
822526f09e
kernel config: Enable CGROUP_BPF
...
Avoids the following warning:
File /.../systemd-journald.service:35 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
2018-02-28 01:12:54 +02:00
John Ericson
dfc5d7835d
Merge pull request #35247 from telent/mips32
...
lib, treewide: Add missing MIPS arches, and fix existing usage
2018-02-27 14:01:15 -05:00
Nadrieril
006d62f59f
usbguard: 0.7.0 -> 0.7.2
2018-02-27 18:34:01 +00:00
Ryan Mulligan
83a93d4e19
nftables: 0.8 -> 0.8.2
...
Semi-automatic update. These checks were performed:
- built on NixOS
- ran `/nix/store/ahcr1zyg4sp38rwch6vvvziwm9afj2ja-nftables-0.8.2/bin/nft -h` got 0 exit code
- ran `/nix/store/ahcr1zyg4sp38rwch6vvvziwm9afj2ja-nftables-0.8.2/bin/nft --help` got 0 exit code
- ran `/nix/store/ahcr1zyg4sp38rwch6vvvziwm9afj2ja-nftables-0.8.2/bin/nft -v` and found version 0.8.2
- ran `/nix/store/ahcr1zyg4sp38rwch6vvvziwm9afj2ja-nftables-0.8.2/bin/nft --version` and found version 0.8.2
- ran `/nix/store/ahcr1zyg4sp38rwch6vvvziwm9afj2ja-nftables-0.8.2/bin/nft -h` and found version 0.8.2
- ran `/nix/store/ahcr1zyg4sp38rwch6vvvziwm9afj2ja-nftables-0.8.2/bin/nft --help` and found version 0.8.2
- found 0.8.2 with grep in /nix/store/ahcr1zyg4sp38rwch6vvvziwm9afj2ja-nftables-0.8.2
- found 0.8.2 in filename of file in /nix/store/ahcr1zyg4sp38rwch6vvvziwm9afj2ja-nftables-0.8.2
cc "@wkennington"
2018-02-27 08:04:12 -08:00
adisbladis
84249c7fb8
Merge pull request #35873 from ryantm/auto-update/mcelog-153-to-154
...
mcelog: 153 -> 154
2018-02-27 23:27:50 +08:00
Frederik Rietdijk
d10c201252
Merge remote-tracking branch 'upstream/master' into HEAD
2018-02-27 16:22:37 +01:00
Ryan Mulligan
ef27d3e139
mcelog: 153 -> 154
...
Semi-automatic update. These checks were performed:
- built on NixOS
- ran `/nix/store/17fxzl242z1bjng82m4aqlbsjhdnxjb0-mcelog-154/bin/mcelog --help` got 0 exit code
- ran `/nix/store/17fxzl242z1bjng82m4aqlbsjhdnxjb0-mcelog-154/bin/mcelog --version` and found version 154
- ran `/nix/store/17fxzl242z1bjng82m4aqlbsjhdnxjb0-mcelog-154/bin/mcelog --help` and found version 154
- found 154 with grep in /nix/store/17fxzl242z1bjng82m4aqlbsjhdnxjb0-mcelog-154
- found 154 in filename of file in /nix/store/17fxzl242z1bjng82m4aqlbsjhdnxjb0-mcelog-154
2018-02-27 06:02:14 -08:00
Ryan Mulligan
e01ecc288a
mbpfan: 2.0.1 -> 2.0.2
...
Semi-automatic update. These checks were performed:
- built on NixOS
- ran `/nix/store/pn2g5kbmbjdi9z60cn2fwzpbcidvz7ks-mbpfan-2.0.2/bin/mbpfan -h` got 0 exit code
- ran `/nix/store/pn2g5kbmbjdi9z60cn2fwzpbcidvz7ks-mbpfan-2.0.2/bin/mbpfan --help` got 0 exit code
- ran `/nix/store/pn2g5kbmbjdi9z60cn2fwzpbcidvz7ks-mbpfan-2.0.2/bin/mbpfan -V` and found version 2.0.2
- ran `/nix/store/pn2g5kbmbjdi9z60cn2fwzpbcidvz7ks-mbpfan-2.0.2/bin/mbpfan --version` and found version 2.0.2
- ran `/nix/store/pn2g5kbmbjdi9z60cn2fwzpbcidvz7ks-mbpfan-2.0.2/bin/mbpfan -h` and found version 2.0.2
- ran `/nix/store/pn2g5kbmbjdi9z60cn2fwzpbcidvz7ks-mbpfan-2.0.2/bin/mbpfan --help` and found version 2.0.2
- found 2.0.2 in filename of file in /nix/store/pn2g5kbmbjdi9z60cn2fwzpbcidvz7ks-mbpfan-2.0.2
cc "@cstrahan"
2018-02-27 06:00:12 -08:00
Peter Hoeg
5be7d41c97
Merge pull request #35718 from ryantm/auto-update/iio-sensor-proxy-2.2-to-2.4
...
iio-sensor-proxy: 2.2 -> 2.4
2018-02-27 17:12:29 +08:00
Frederik Rietdijk
ad5127c417
Merge remote-tracking branch 'upstream/master' into HEAD
2018-02-27 09:18:49 +01:00
Frederik Rietdijk
d185f8bbc2
Merge pull request #35696 from ryantm/auto-update/hal-flash-0.3.0-to-0.3.3
...
hal-flash: 0.3.0 -> 0.3.3
2018-02-27 08:13:54 +00:00
Frederik Rietdijk
93b8df9688
Merge pull request #35722 from ryantm/auto-update/ipset-6.34-to-6.35
...
ipset: 6.34 -> 6.35
2018-02-27 08:10:49 +00:00
Ryan Mulligan
6df5a0fd21
ipset: 6.34 -> 6.35
...
Semi-automatic update. These checks were performed:
- built on NixOS
- ran `/nix/store/paz6j5dhl2i8wd8r1hvf2i9w594fl52x-ipset-6.35/bin/ipset -h` got 0 exit code
- ran `/nix/store/paz6j5dhl2i8wd8r1hvf2i9w594fl52x-ipset-6.35/bin/ipset --help` got 0 exit code
- ran `/nix/store/paz6j5dhl2i8wd8r1hvf2i9w594fl52x-ipset-6.35/bin/ipset help` got 0 exit code
- ran `/nix/store/paz6j5dhl2i8wd8r1hvf2i9w594fl52x-ipset-6.35/bin/ipset -V` and found version 6.35
- ran `/nix/store/paz6j5dhl2i8wd8r1hvf2i9w594fl52x-ipset-6.35/bin/ipset -v` and found version 6.35
- ran `/nix/store/paz6j5dhl2i8wd8r1hvf2i9w594fl52x-ipset-6.35/bin/ipset --version` and found version 6.35
- ran `/nix/store/paz6j5dhl2i8wd8r1hvf2i9w594fl52x-ipset-6.35/bin/ipset version` and found version 6.35
- ran `/nix/store/paz6j5dhl2i8wd8r1hvf2i9w594fl52x-ipset-6.35/bin/ipset -h` and found version 6.35
- ran `/nix/store/paz6j5dhl2i8wd8r1hvf2i9w594fl52x-ipset-6.35/bin/ipset --help` and found version 6.35
- ran `/nix/store/paz6j5dhl2i8wd8r1hvf2i9w594fl52x-ipset-6.35/bin/ipset help` and found version 6.35
- found 6.35 with grep in /nix/store/paz6j5dhl2i8wd8r1hvf2i9w594fl52x-ipset-6.35
- found 6.35 in filename of file in /nix/store/paz6j5dhl2i8wd8r1hvf2i9w594fl52x-ipset-6.35
cc "@wkennington"
2018-02-26 19:20:31 -08:00
Ryan Mulligan
202e0a195f
iio-sensor-proxy: 2.2 -> 2.4
...
Semi-automatic update. These checks were performed:
- built on NixOS
- ran `/nix/store/w1kd60p20ps8v5pjicl3z9s6y4fmkgy0-iio-sensor-proxy-2.4/bin/iio-sensor-proxy -h` got 0 exit code
- ran `/nix/store/w1kd60p20ps8v5pjicl3z9s6y4fmkgy0-iio-sensor-proxy-2.4/bin/iio-sensor-proxy --help` got 0 exit code
- ran `/nix/store/w1kd60p20ps8v5pjicl3z9s6y4fmkgy0-iio-sensor-proxy-2.4/bin/iio-sensor-proxy help` got 0 exit code
- found 2.4 with grep in /nix/store/w1kd60p20ps8v5pjicl3z9s6y4fmkgy0-iio-sensor-proxy-2.4
- found 2.4 in filename of file in /nix/store/w1kd60p20ps8v5pjicl3z9s6y4fmkgy0-iio-sensor-proxy-2.4
cc "@peterhoeg"
2018-02-26 19:13:30 -08:00
Ryan Mulligan
ba1e24c749
hwdata: 0.308 -> 0.309
...
Semi-automatic update. These checks were performed:
- built on NixOS
- found 0.309 with grep in /nix/store/jid52565zlg8jhgqarln207dcj5g9njn-hwdata-0.309
- found 0.309 in filename of file in /nix/store/jid52565zlg8jhgqarln207dcj5g9njn-hwdata-0.309
2018-02-26 18:56:09 -08:00
Ryan Mulligan
9153893b84
hal-flash: 0.3.0 -> 0.3.3
...
Semi-automatic update. These checks were performed:
- built on NixOS
- found 0.3.3 with grep in /nix/store/88qd4dw0rxmxgqprqc0dg8jp7w3zcmzk-hal-flash-0.3.3
- found 0.3.3 in filename of file in /nix/store/88qd4dw0rxmxgqprqc0dg8jp7w3zcmzk-hal-flash-0.3.3
cc "@malyn"
2018-02-26 18:13:46 -08:00
Markus Kowalewski
0269c9c0c1
rdma-core: 16.1 -> 17
2018-02-26 16:54:03 -08:00
Tuomas Tynkkynen
bc2c0b297a
trinity: Fix build by upgrading
...
Probably broken by the linuxHeaders upgrade.
https://hydra.nixos.org/build/70176539
2018-02-27 02:34:29 +02:00
Nikolay Amiantov
1acf9f360d
linuxPackages.evdi: mark as broken on Linux 4.15
2018-02-27 03:26:31 +03:00
Nikolay Amiantov
4db787b1b1
displaylink: 1.3.52 -> 4.1.9
...
Closes #34194 .
2018-02-27 03:18:21 +03:00
Nikolay Amiantov
f5b04628f0
linuxPackages.evdi: disable fortify hardening
...
Also fix version (this revision is actually tagged).
2018-02-27 03:17:57 +03:00
Jörg Thalheim
a9d7f03051
pipework: 2015-07-30 -> 2017-08-22
2018-02-26 23:13:24 +00:00
Vladimír Čunát
6168c2e45f
Merge master into staging
...
This is to cleanup the (re-)revert of merge to master.
2018-02-26 22:55:11 +01:00
Shea Levy
044c65bd06
Merge branch 'systemd-cross' into staging
2018-02-26 07:42:21 -05:00
Shea Levy
9d2af8d61c
systemd: Fix cross-compiling
2018-02-26 06:38:42 -05:00
adisbladis
b5f50db01e
Merge pull request #35637 from ryantm/auto-update/eventstat-0.03.04-to-0.04.03
...
eventstat: 0.03.04 -> 0.04.03
2018-02-26 18:01:54 +08:00
adisbladis
4ebe51e24f
Merge pull request #35616 from ryantm/auto-update/dmtcp-2.5.1-to-2.5.2
...
dmtcp: 2.5.1 -> 2.5.2
2018-02-26 14:05:36 +08:00
Ryan Mulligan
20246dc450
eventstat: 0.03.04 -> 0.04.03
...
Semi-automatic update. These checks were performed:
- built on NixOS
- ran `/nix/store/2zp45hxwi8mnlsaf2hwfdbd0hkzrfcvz-eventstat-0.04.03/bin/eventstat -h` got 0 exit code
- ran `/nix/store/2zp45hxwi8mnlsaf2hwfdbd0hkzrfcvz-eventstat-0.04.03/bin/eventstat -h` and found version 0.04.03
- found 0.04.03 with grep in /nix/store/2zp45hxwi8mnlsaf2hwfdbd0hkzrfcvz-eventstat-0.04.03
- found 0.04.03 in filename of file in /nix/store/2zp45hxwi8mnlsaf2hwfdbd0hkzrfcvz-eventstat-0.04.03
2018-02-25 20:52:22 -08:00
Ryan Mulligan
09da2074dd
dmtcp: 2.5.1 -> 2.5.2
...
Semi-automatic update. These checks were performed:
- built on NixOS
- ran `/nix/store/dpqcx4vr2nzam3c504xg5qc0rmmf1c4k-dmtcp-2.5.2/bin/dmtcp_discover_rm -h` got 0 exit code
- ran `/nix/store/dpqcx4vr2nzam3c504xg5qc0rmmf1c4k-dmtcp-2.5.2/bin/dmtcp_discover_rm --help` got 0 exit code
- ran `/nix/store/dpqcx4vr2nzam3c504xg5qc0rmmf1c4k-dmtcp-2.5.2/bin/dmtcp_discover_rm -V` and found version 2.5.2
- ran `/nix/store/dpqcx4vr2nzam3c504xg5qc0rmmf1c4k-dmtcp-2.5.2/bin/dmtcp_discover_rm -v` and found version 2.5.2
- ran `/nix/store/dpqcx4vr2nzam3c504xg5qc0rmmf1c4k-dmtcp-2.5.2/bin/dmtcp_discover_rm --version` and found version 2.5.2
- ran `/nix/store/dpqcx4vr2nzam3c504xg5qc0rmmf1c4k-dmtcp-2.5.2/bin/dmtcp_discover_rm -h` and found version 2.5.2
- ran `/nix/store/dpqcx4vr2nzam3c504xg5qc0rmmf1c4k-dmtcp-2.5.2/bin/dmtcp_discover_rm --help` and found version 2.5.2
- ran `/nix/store/dpqcx4vr2nzam3c504xg5qc0rmmf1c4k-dmtcp-2.5.2/bin/dmtcp_rm_loclaunch -h` got 0 exit code
- ran `/nix/store/dpqcx4vr2nzam3c504xg5qc0rmmf1c4k-dmtcp-2.5.2/bin/dmtcp_rm_loclaunch --help` got 0 exit code
- ran `/nix/store/dpqcx4vr2nzam3c504xg5qc0rmmf1c4k-dmtcp-2.5.2/bin/dmtcp_rm_loclaunch help` got 0 exit code
- found 2.5.2 with grep in /nix/store/dpqcx4vr2nzam3c504xg5qc0rmmf1c4k-dmtcp-2.5.2
- found 2.5.2 in filename of file in /nix/store/dpqcx4vr2nzam3c504xg5qc0rmmf1c4k-dmtcp-2.5.2
2018-02-25 20:07:55 -08:00
adisbladis
c718b057d4
Merge pull request #35561 from ryantm/auto-update/blktrace-1.1.0-to-1.2.0
...
blktrace: 1.1.0 -> 1.2.0
2018-02-26 10:23:28 +08:00
adisbladis
28d811a324
Merge pull request #35577 from ryantm/auto-update/cachefilesd-0.10.9-to-0.10.10
...
cachefilesd: 0.10.9 -> 0.10.10
2018-02-26 09:38:13 +08:00
Ryan Mulligan
de69fe70ca
cachefilesd: 0.10.9 -> 0.10.10
...
Semi-automatic update. These checks were performed:
- built on NixOS
- ran `/nix/store/x64h5av7wnk88kjcs1rk3cv5lv1rqhcv-cachefilesd-0.10.10/bin/cachefilesd -v` and found version 0.10.10
- ran `/nix/store/x64h5av7wnk88kjcs1rk3cv5lv1rqhcv-cachefilesd-0.10.10/bin/cachefilesd --version` and found version 0.10.10
- found 0.10.10 with grep in /nix/store/x64h5av7wnk88kjcs1rk3cv5lv1rqhcv-cachefilesd-0.10.10
- found 0.10.10 in filename of file in /nix/store/x64h5av7wnk88kjcs1rk3cv5lv1rqhcv-cachefilesd-0.10.10
2018-02-25 11:38:37 -08:00
Nikolay Amiantov
cc1363aec5
android-udev-rules: 20171113 -> 20180112
2018-02-25 22:24:09 +03:00
Ryan Mulligan
1e615dd657
blktrace: 1.1.0 -> 1.2.0
...
Semi-automatic update. These checks were performed:
- built on NixOS
- ran `/nix/store/11v1yxf5d2xiw62d99bbbsv5qhwyjair-blktrace-1.2.0/bin/blkparse -V` and found version 1.2.0
- ran `/nix/store/11v1yxf5d2xiw62d99bbbsv5qhwyjair-blktrace-1.2.0/bin/blkparse --version` and found version 1.2.0
- ran `/nix/store/11v1yxf5d2xiw62d99bbbsv5qhwyjair-blktrace-1.2.0/bin/blktrace -V` and found version 1.2.0
- ran `/nix/store/11v1yxf5d2xiw62d99bbbsv5qhwyjair-blktrace-1.2.0/bin/blktrace -v` and found version 1.2.0
- ran `/nix/store/11v1yxf5d2xiw62d99bbbsv5qhwyjair-blktrace-1.2.0/bin/blktrace --version` and found version 1.2.0
- ran `/nix/store/11v1yxf5d2xiw62d99bbbsv5qhwyjair-blktrace-1.2.0/bin/blkiomon -V` and found version 1.2.0
- ran `/nix/store/11v1yxf5d2xiw62d99bbbsv5qhwyjair-blktrace-1.2.0/bin/blkiomon --version` and found version 1.2.0
- ran `/nix/store/11v1yxf5d2xiw62d99bbbsv5qhwyjair-blktrace-1.2.0/bin/btrace help` got 0 exit code
- ran `/nix/store/11v1yxf5d2xiw62d99bbbsv5qhwyjair-blktrace-1.2.0/bin/btt -h` got 0 exit code
- ran `/nix/store/11v1yxf5d2xiw62d99bbbsv5qhwyjair-blktrace-1.2.0/bin/btt --help` got 0 exit code
- ran `/nix/store/11v1yxf5d2xiw62d99bbbsv5qhwyjair-blktrace-1.2.0/bin/btt -V` and found version 1.2.0
- ran `/nix/store/11v1yxf5d2xiw62d99bbbsv5qhwyjair-blktrace-1.2.0/bin/btt --version` and found version 1.2.0
- ran `/nix/store/11v1yxf5d2xiw62d99bbbsv5qhwyjair-blktrace-1.2.0/bin/btt -h` and found version 1.2.0
- ran `/nix/store/11v1yxf5d2xiw62d99bbbsv5qhwyjair-blktrace-1.2.0/bin/btt --help` and found version 1.2.0
- ran `/nix/store/11v1yxf5d2xiw62d99bbbsv5qhwyjair-blktrace-1.2.0/bin/btrecord -h` got 0 exit code
- ran `/nix/store/11v1yxf5d2xiw62d99bbbsv5qhwyjair-blktrace-1.2.0/bin/btrecord --help` got 0 exit code
- ran `/nix/store/11v1yxf5d2xiw62d99bbbsv5qhwyjair-blktrace-1.2.0/bin/btreplay -h` got 0 exit code
- ran `/nix/store/11v1yxf5d2xiw62d99bbbsv5qhwyjair-blktrace-1.2.0/bin/btreplay --help` got 0 exit code
- ran `/nix/store/11v1yxf5d2xiw62d99bbbsv5qhwyjair-blktrace-1.2.0/bin/bno_plot.py -h` got 0 exit code
- ran `/nix/store/11v1yxf5d2xiw62d99bbbsv5qhwyjair-blktrace-1.2.0/bin/bno_plot.py --help` got 0 exit code
- found 1.2.0 with grep in /nix/store/11v1yxf5d2xiw62d99bbbsv5qhwyjair-blktrace-1.2.0
- found 1.2.0 in filename of file in /nix/store/11v1yxf5d2xiw62d99bbbsv5qhwyjair-blktrace-1.2.0
2018-02-25 09:26:11 -08:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes
2018-02-25 17:41:16 +01:00
Tim Steinbach
f9fc80604d
linux-copperhead: 4.15.5.a -> 4.15.6.a
2018-02-25 11:10:07 -05:00
Tim Steinbach
2ba3f3a51a
linux: 4.15.5 -> 4.15.6
2018-02-25 11:06:08 -05:00
Tim Steinbach
bee495e7b1
linux: 4.14.21 -> 4.14.22
2018-02-25 11:05:55 -05:00
Tim Steinbach
8d3098482e
linux: 4.9.83 -> 4.9.84
2018-02-25 11:05:40 -05:00
Tim Steinbach
f22a5f3b1e
linux: 4.4.117 -> 4.4.118
2018-02-25 11:03:58 -05:00
Shea Levy
e21300a6ae
libapparmor: Fix cross-compilation.
2018-02-25 09:38:55 -05:00
Shea Levy
42c8776571
systemd: Take python3 from buildPackages.
2018-02-25 09:07:14 -05:00
Johannes Frankenau
2cc5ac2299
udisks2: add gobjectIntrospection to nativeBuildInputs
2018-02-25 12:40:46 +01:00
Shea Levy
87270fb306
gnu-efi: Only build on efi-enabled systems
2018-02-24 21:49:31 -05:00
Alexander V. Nikolaev
0acec7e984
treewide: transition mesa to libGLU_combined
2018-02-24 17:06:49 +02:00
Alexander V. Nikolaev
1bc1909e5b
treewide: transition from mesa_glu to libGLU
2018-02-24 17:05:43 +02:00
Alexander V. Nikolaev
8f2a22935c
treewide: transition from mesa_noglu to libGL
2018-02-24 17:03:46 +02:00
Jörg Thalheim
e115dac5fc
rtl8814au: nitpicks
2018-02-24 14:00:00 +00:00
lassulus
0ab8bf61af
rtl8814au: init at 4.3.21
2018-02-24 14:34:34 +01:00
Daniel Barlow
9c50ae6898
lib, treewide: Add missing MIPS arches, and fix existing usage
...
Existing "mips64el" should be "mipsel".
This is just the barest minimum so that nixpkgs can recognize them as
systems - although required for building individual derivations onto
MIPS boards, it is not sufficient if you want to actually build nixos on
those targets
2018-02-23 20:43:42 -05:00
xeji
1c3b6d509d
wireguard: 0.0.20180202 -> 0.0.20180218
2018-02-23 17:59:20 +01:00
Jan Tojnar
3b512ca185
Merge pull request #35065 from jtojnar/fwupd-1.0.5
...
fwupd: 1.0.5 update & cleanups
2018-02-23 17:22:47 +01:00
Tim Steinbach
27dd924b49
linux-copperhead: 4.15.4.a -> 4.15.5.a
2018-02-23 08:35:23 -05:00
Shea Levy
cb025f2285
linux_riscv: Move patches to my Linux fork.
...
All patches there are also submitted upstream and will be removed if
rejected.
Also includes some fixes to get module loading working.
2018-02-23 05:53:31 -05:00
Tim Steinbach
472dd33ea4
linux: 4.15.4 -> 4.15.5
2018-02-22 20:35:59 -05:00
Tim Steinbach
371595432b
linux: 4.14.20 -> 4.14.21
2018-02-22 20:35:43 -05:00
Tim Steinbach
9b55ac28c9
linux: 4.9.82 -> 4.9.83
2018-02-22 20:35:24 -05:00
Tim Steinbach
23ea377a7b
linux: 4.4.116 -> 4.4.117
2018-02-22 20:34:30 -05:00
Franz Pletz
512fb52ed4
Merge pull request #35356 from troydm/master
...
rtl8192eu: init at 4.4.1
2018-02-22 23:46:35 +00:00
Will Dietz
9261c17ad0
busybox: 1.28.0 -> 1.28.1
2018-02-22 14:51:33 -06:00
Will Dietz
381ace583c
musl: 1.1.18 -> 1.1.19
...
Remove patch, no longer needed.
2018-02-22 13:57:36 -06:00
troydm
89d660f7f1
rtl8192eu: init at 4.4.1
2018-02-22 21:18:01 +02:00
Jan Tojnar
30cc156c8c
nixos/fwupd: use manual list of etc files
...
Closes : #32142
2018-02-22 13:18:23 +01:00
Jan Tojnar
892740fe2f
libsmbios: 2.3.3 → 2.4.1
2018-02-22 13:18:22 +01:00
Jan Tojnar
73f2f644bc
fwupd: 1.0.4 → 1.0.5
2018-02-22 13:18:21 +01:00
Jan Tojnar
41e85ef889
fwupdate: 8 → 10
2018-02-22 13:18:21 +01:00
Peter Hoeg
1c67ee4ff6
Merge pull request #35325 from peterhoeg/u/dbusb
...
dbus-broker: 9 -> 11
2018-02-22 17:42:18 +08:00
Peter Hoeg
eb5ad9bb0c
dbus-broker: 9 -> 11
2018-02-22 17:32:27 +08:00
Peter Hoeg
41ef8a13b5
Revert "dbus-broker: 9 -> 11"
...
This reverts commit 89343b4d43
.
Breaks master.
2018-02-22 12:48:22 +08:00
Peter Hoeg
89343b4d43
dbus-broker: 9 -> 11
2018-02-22 11:52:14 +08:00
Vladimír Čunát
3e6c5a25f3
Merge branch 'staging'
...
In particular, this upgrades the default gcc: 6 -> 7.
Fixes #27794 , /cc #31747 .
2018-02-22 00:32:46 +01:00
Tim Steinbach
09cc8872ef
Merge pull request #35043 from NeQuissimus/cfs_bandwidth
...
linux-common: Add CFS_BANDWIDTH
2018-02-21 23:18:44 +00:00
Frederik Rietdijk
b5391b2451
Merge remote-tracking branch 'upstream/master' into HEAD
2018-02-21 20:43:10 +01:00
Austin Seipp
2fa6cd257d
perf: separateDebugInfo = true
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-02-20 22:17:24 -06:00
Austin Seipp
cbf6fa3cc7
perf: fix some hardcoded paths with newer, more exciting hardcoded NixOS paths!
...
In the long run it looks like we may actually need a small set of patches to
Perf if that's more maintainable, in which case we would much rather check
NIX_DEBUG_INFO_DIRS.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-02-20 22:17:12 -06:00
Austin Seipp
4166691813
bcc: add systemtap dep, and fix build revision
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-02-20 14:02:04 -06:00
Vladimír Čunát
1d15dadbec
Merge branch 'master' into staging
...
Larger rebuilds from master.
2018-02-20 20:33:40 +01:00
Shea Levy
39ff498418
kernelPatches: Add pointer to ml threads for riscv patches.
2018-02-20 11:26:44 -05:00
Pascal Bach
d351cd9f69
systemd-cryptsetup-generator: fix compilation with systemd 237
...
Closes #35097
2018-02-20 16:34:30 +02:00
Shea Levy
f8b5b93b88
linux_riscv: Add patches for initrd support
2018-02-20 09:18:17 -05:00
Austin Seipp
f0fe7bae99
linuxPackages.perf: fix tips.txt lookup, few extra deps
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-02-20 07:00:21 -06:00
Shea Levy
bd7d5b3657
linux: Don't try to install firmware on newer kernels.
...
This was disabled in torvalds/linux@5620a0d1aa
2018-02-19 17:08:24 -05:00
Shea Levy
7ce1f0b8ae
linuxManualConfig: Fix build on non-modular kernels
2018-02-19 15:16:29 -05:00
Shea Levy
6173f2f945
linux_riscv: Add 4.16-rc1.
...
Fixes #35148 .
2018-02-19 12:14:22 -05:00
Vladimír Čunát
be8062d34b
Merge branch 'staging' into gcc-7
2018-02-19 16:21:55 +01:00
Profpatsch
2a6c7aebcd
powertop: split man page into "man" output
2018-02-19 12:16:18 +01:00
Shea Levy
c7439b435c
Merge branch 'kernel-gcc7-cross' of git://github.com/lopsided98/nixpkgs
2018-02-18 18:18:00 -05:00
Shea Levy
fd0f15f11c
linuxHeaders: Bump default to 4.15.
2018-02-18 16:59:29 -05:00
Shea Levy
32ce7012f0
Merge branch 'master' into gcc-7
2018-02-18 16:27:22 -05:00
Shea Levy
a96886863a
Merge branch 'riscv-initial-cross-support' of git://github.com/shlevy/nixpkgs
2018-02-18 16:16:48 -05:00
Tim Steinbach
246359e855
linux: 4.15.3 -> 4.15.4
2018-02-18 09:55:54 -05:00
Tim Steinbach
9d55ab2c4b
linux: 4.14.19 -> 4.14.20
2018-02-18 09:55:21 -05:00
Tim Steinbach
e3dd76f76c
linux: 4.9.81 -> 4.9.82
2018-02-18 09:54:56 -05:00
Tim Steinbach
07e7a67f7b
linux: 4.4.115 -> 4.4.116
2018-02-18 09:54:31 -05:00
Tim Steinbach
734f40a0a5
linux-copperhead: 4.15.3.a -> 4.15.4.a
2018-02-18 09:53:59 -05:00
Shea Levy
a933aa9a8d
busybox-sandbox-shell: Fix build on RISC-V
2018-02-18 09:02:10 -05:00
Vladimír Čunát
088d7c9f3b
libffado: 2.3.0 -> 2.4.0 (maintenance)
...
http://ffado.org/?q=node/3379
This fixes build with gcc7. The removed patches are inside now.
2018-02-18 13:35:50 +01:00
Ben Wolsieffer
687ecce998
tmon: init
2018-02-18 01:29:27 -05:00
Ben Wolsieffer
643ba8254d
kernel: fix cross compilation with gcc 7
2018-02-17 22:09:56 -05:00
Vladimír Čunát
7d19d7ee18
Revert "linux-*: build with gcc7, but allow overriding it"
...
This reverts commit ae040525d8
.
gcc7 is the default now.
2018-02-17 16:30:26 +01:00
Vladimír Čunát
7a1462c04a
Merge branch 'master' into gcc-7
...
A few thousand rebuilds.
Hydra: ?compare=1433915
2018-02-17 10:27:21 +01:00
Tim Steinbach
bbbd9de9d7
linux-common: Add CFS_BANDWIDTH
...
The option is needed to limit CPU usage of processes.
It seems to have no negative impact if left unused.
See https://lwn.net/Articles/428230/
2018-02-16 10:00:08 -05:00
Vladimír Čunát
b5aaaf87a7
Merge staging and PR #35021
...
It's the last staging commit (mostly) built on Hydra,
and a minimal fix for Darwin regression in pysqlite.
2018-02-16 09:13:12 +01:00
adisbladis
dafdaa98a5
Merge pull request #34994 from jokogr/u/openvswitch-2.5.4
...
openvswitch: 2.5.2 -> 2.5.4
2018-02-16 12:43:24 +08:00
adisbladis
91d89abc5a
Merge pull request #35007 from layus/update-conky
...
conky: 1.10.7 -> 1.10.8
2018-02-16 12:42:50 +08:00
Tuomas Tynkkynen
b98a3f247a
linux_testing: 4.15-rc9 -> 4.16-rc1
2018-02-16 01:13:30 +02:00
Tuomas Tynkkynen
64fa0d5b97
kernel: Add deps for building 4.16
2018-02-16 01:13:30 +02:00
Tuomas Tynkkynen
7a7e8a8004
kernel config: Disable USB_SERIAL_* on 4.16 and above
...
They got removed:
commit 003948c54e5b5034a9bbb4923336f5aba125eae6
Author: Benjamin Gilbert <benjamin.gilbert@coreos.com>
Date: Tue Jan 23 18:06:30 2018 -0800
USB: serial: keyspan: Drop firmware Kconfig options
The USB_SERIAL_KEYSPAN_* firmware options no longer do anything.
2018-02-16 01:13:30 +02:00
Tuomas Tynkkynen
db38e0c7e7
kernel config: Cleanup self-test module disabling
...
No reason to have complex version-dependent conditionals when the
question mark already handles this just as well.
Also add RUNTIME_TESTING_MENU setting which nicely disables all of this
on >= 4.16.
2018-02-16 01:13:30 +02:00
Guillaume Maudoux
71f72219fc
conky: 1.10.7 -> 1.10.8
2018-02-15 16:43:17 +01:00
Tuomas Tynkkynen
b1916b45a3
Merge remote-tracking branch 'upstream/staging' into gcc-7
...
Conflicts:
pkgs/development/libraries/libidn/default.nix
pkgs/top-level/all-packages.nix
2018-02-15 15:45:37 +02:00
Jörg Thalheim
a956c646fb
Merge pull request #34827 from danielfullmer/rtl8812-5.2.20
...
rtl8812au: 4.3.20 -> 5.2.20_25672.20171213
2018-02-15 08:13:10 +00:00
Herwig Hochleitner
3027b80f1d
linuxPackages.kernel: add feature.debug flag for enabling DEBUG_INFO
2018-02-15 09:10:32 +01:00
Herwig Hochleitner
66080ae4d8
programs.criu: add nixos option for installing criu + kernel flags
2018-02-15 09:10:32 +01:00
Ioannis Koutras
98c91fb9d6
openvswitch: 2.5.2 -> 2.5.4
2018-02-15 09:59:52 +02:00
Jan Tojnar
200a08e649
fwupd: add manpage
2018-02-15 01:11:14 +01:00
Jan Tojnar
a5e46588ab
fwupd: add devdoc
2018-02-15 01:11:14 +01:00
Jan Tojnar
201cc158cb
nixos/fwupd: add test
2018-02-15 01:11:13 +01:00
Jan Tojnar
be54e4b07e
fwupd: enable tests
2018-02-15 01:11:13 +01:00
Jan Tojnar
2ea6f25ebc
fwupd: use correct libelf
2018-02-15 01:11:12 +01:00
Will Dietz
8340cc5c6a
fwupd: shared_mime_info is needed!
2018-02-15 01:11:12 +01:00
Jan Tojnar
fb29a093f1
fwupd: 1.0.1 → 1.0.4
2018-02-15 01:11:11 +01:00
Jan Tojnar
f94a17387c
efivar: 30 → 34
2018-02-15 01:11:10 +01:00
Frederik Rietdijk
672bb6b4ab
Merge remote-tracking branch 'upstream/master' into HEAD
2018-02-14 21:30:08 +01:00
Michael Weiss
92d2043d0f
fscrypt: 0.2.2 -> 0.2.3
2018-02-14 13:31:24 +01:00
Michael Weiss
bf01a11ac1
fscryptctl: 2017-09-12 -> 2017-10-23
2018-02-14 13:31:24 +01:00
Tuomas Tynkkynen
8e643320c0
linuxHeaders: Drop usage of kernelHeadersBaseConfig
...
It's not actually needed, and AFAICT has never been. Or at least
Buildroot can build kernel headers as old as 3.2 without running the
config phase.
While at it, set ARCH unconditionally.
2018-02-14 01:47:28 +02:00
Will Dietz
b0c4138a3b
iproute: patchshebangs to work on 'hostPlatform' (not build)
2018-02-13 13:55:43 -06:00
Will Dietz
d3b59f864a
define top-level attrs for getent, getconf
...
Note that currently getent is explicitly taken from "glibc.bin",
regardless of build configuration which this preserves for now.
(on non-musl anyway)
2018-02-13 11:47:16 -06:00
Tim Steinbach
45e9b7b1c1
linux: 4.9.80 -> 4.9.81
2018-02-13 12:44:43 -05:00
Tim Steinbach
3b9f6874d8
linux: 4.14.18 -> 4.14.19
2018-02-13 12:40:34 -05:00
Will Dietz
82dfab87fa
systemd: add getent-bin to nativeBuildInputs, meson searches for getent
2018-02-13 09:45:05 -06:00
Will Dietz
8323123e95
systemd: use musl-getent on musl instead of glibc.bin's getent
2018-02-13 09:45:05 -06:00
Will Dietz
22a5393041
pam: depsBuildBuild for buildPackages.stdenv.cc
2018-02-13 09:45:02 -06:00
Will Dietz
7522d6b02f
busybox: don't force gcc
2018-02-13 09:45:02 -06:00
Will Dietz
b281cb20d5
iputils: drop glibc assert
2018-02-13 09:45:01 -06:00
Will Dietz
d9b8f17341
shadow: fix attempt to access 'stdenv.glibc'
2018-02-13 09:45:01 -06:00
Ben Gamari
ef5d3d1c9f
kexectools: Fix cross compilation
2018-02-13 09:45:00 -06:00
Ben Gamari
f33a75a658
kexectools: Add dependency on build CC
...
Seems to allow cross-compilation.
2018-02-13 09:45:00 -06:00
Will Dietz
ad09de4d13
numactl: fix use of deprecated macros, patch to fix w/musl
2018-02-13 09:45:00 -06:00
Will Dietz
d8b15f8b05
numactl: 2.0.10 -> 2.0.11
...
grab release from github, old homepage seems defunct?
2018-02-13 09:44:59 -06:00
Will Dietz
7fbb42eabb
Similarly, use 4.15 kernel headers instead of patching 4.14 w/uapi fixes
2018-02-13 09:44:59 -06:00
Will Dietz
cea0765a29
libcap: depsBuildBuild, don't set CC/BUILD_CC
2018-02-13 09:44:57 -06:00
Ben Gamari
db9f302cf3
libcap: Fix cross-compilation
2018-02-13 09:44:57 -06:00
Will Dietz
5aed799ae0
iputils: only use libidn on non-musl
2018-02-13 09:44:55 -06:00
Will Dietz
e606e4d6a9
lvm2: musl patches from alpine
2018-02-13 09:44:55 -06:00
Will Dietz
f29bbd779c
musl: add patch to make full use of new guards in kernel headers
2018-02-13 09:44:53 -06:00
Will Dietz
bc76f767f6
linuxHeaders: allow multiple versions, use newest + patches w/musl
...
Hash unchanged for non-musl case.
2018-02-13 09:44:53 -06:00
Will Dietz
e2ef21d9b5
lm_sensors: add musl patch from alpine.
...
Doesn't fix build yet due to use of unconventional
object file extensions (which shouldn't matter but do).
2018-02-13 09:44:50 -06:00
Will Dietz
3b5e1131a7
libapparmor: Add musl patches from Alpine
...
(update: drop patches no longer needed on updated version)
2018-02-13 09:44:49 -06:00
Will Dietz
54b3967edc
libnl: use patch from gentoo-musl, fixes! \o/
2018-02-13 09:44:47 -06:00
Will Dietz
32b472dd9d
audit: tweaks to make musl compat
2018-02-13 09:44:46 -06:00
Will Dietz
4aca016313
changes some targetPlatform to hostPlatform checks
2018-02-13 09:44:42 -06:00
Will Dietz
cb521f75a6
linux-pam: fix build w/musl
2018-02-13 09:44:36 -06:00
Will Dietz
d4a2e336b4
busybox: fixup after musl multiple outputs
2018-02-13 09:44:34 -06:00
Will Dietz
b12a7c9225
add getconf, getent from Alpine for use w/musl
2018-02-13 09:44:34 -06:00
Will Dietz
9df72c0290
Add musl-fts for bits that need it.
2018-02-13 09:44:34 -06:00
Will Dietz
af6b756d98
muslCross: init
2018-02-13 09:44:34 -06:00
Will Dietz
1d538d51c3
musl: linux headers, bsd compat headers, and ldd
2018-02-13 09:44:33 -06:00
Will Dietz
290c62e749
musl: multiple outputs
2018-02-13 09:44:33 -06:00
Will Dietz
b9b57dada7
shadow: disable nscd on non-glibc (musl)
2018-02-13 09:44:28 -06:00
Ben Gamari
46c2e619e8
linux-pam: Add necessary build dependencies for cross-compilation
...
Ensure that we use the correct `ar` and add explicit dependency on the build CC.
(cherry picked from commit 5efb768011f6bce870f4ce814295a399d5a89c10)
2018-02-13 09:44:27 -06:00
Will Dietz
e120c42ccf
iproute: don't use host BASH for scripts, fix for cross
...
Doesn't eliminate glibc dep, somehow
a dependency on host's "db" leaks,
but it's a start.
Also don't attempt to build unused 'netem' tools,
avoiding need to use HOSTCC.
2018-02-13 09:44:27 -06:00
Tuomas Tynkkynen
1a06373c0a
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/development/libraries/libclc/default.nix
pkgs/top-level/all-packages.nix
2018-02-13 16:42:55 +02:00
Franz Pletz
eb862c48dd
systemd: 234 -> 237
...
Co-Authored-By: Florian Klink <flokli@flokli.de>
Co-Authored-By: Andreas Rammhold <andreas@rammhold.de>
2018-02-13 01:24:24 +01:00
Vladimír Čunát
5e62091c45
Merge #34882 : linux: use absolute paths for compilers
...
This is needed to really build linux with gcc7 after ae040525d
.
2018-02-12 22:20:31 +01:00
Vladimír Čunát
3d24c5eecc
linux: use absolute paths for compilers
...
HOSTCC was taking precedence before stdenv's normal CC,
at least in case of non-cross build.
2018-02-12 14:00:51 -05:00
Tim Steinbach
8a60770f6b
linux-copperhead: 4.15.2.a -> 4.15.3.a
2018-02-12 07:56:21 -05:00
Tim Steinbach
71a2ffaa63
linux: 4.15.2 -> 4.15.3
2018-02-12 07:53:22 -05:00
Vladimír Čunát
169216fe14
linuxPackages: build by kernel's stdenv
2018-02-11 18:55:21 +01:00
Vladimír Čunát
ae040525d8
linux-*: build with gcc7, but allow overriding it
...
I expect we will revert this after general upgrade to gcc7.
See https://github.com/NixOS/nixpkgs/issues/34383
2018-02-11 18:55:18 +01:00
Daiderd Jordan
69779a5f7e
Merge pull request #33374 from dtzWill/update/llvm-5-default
...
Update LLVM default 4 -> 5
2018-02-11 18:29:26 +01:00
Frederik Rietdijk
06a7281d0f
Merge master into staging
2018-02-11 08:55:28 +01:00
Frederik Rietdijk
9d69ebe5a8
Merge staging at '256ba86' into master
2018-02-11 08:54:49 +01:00
Daniel Fullmer
59c43d60ad
rtl8812au: 4.3.20 -> 5.2.20_25672.20171213
2018-02-10 21:05:39 -05:00
Tuomas Tynkkynen
48f3036e87
Merge remote-tracking branch 'upstream/master' into staging
2018-02-11 02:10:02 +02:00
Léo Gaspard
97ee203a22
eudev: 3.2.4 -> 3.2.5
2018-02-10 23:28:30 +01:00
Tuomas Tynkkynen
6d8c1fe01c
linux: Use concatStringsSep
2018-02-11 00:17:47 +02:00
Jörg Thalheim
c69686e645
Merge pull request #34207 from dtzWill/fix/busybox-misc
...
busybox: bump copybuf, disable utmp/wtmp when not supported (musl)
2018-02-10 13:38:43 +00:00
Jörg Thalheim
3b8bb02f68
Merge pull request #34792 from dywedir/bcachefs
...
linux_testing_bcachefs: 4.11.2017.08.23 -> 4.15.2018.02.09
2018-02-10 08:20:35 +00:00
dywedir
bad837fd3b
linux_testing_bcachefs: 4.11.2017.08.23 -> 4.15.2018.02.09
2018-02-10 00:41:04 +02:00
Jan Malakhovski
3a2ee6e5c3
linuxPackages: introduce `hardenedLinuxPackagesFor` and cleanup some expressions using it
2018-02-09 19:50:04 +00:00
Jörg Thalheim
5b247f741d
Merge pull request #34677 from dtzWill/feature/busybox-sandbox-shell
...
busybox-sandbox-shell: extract basic shell to new attribute
2018-02-09 09:32:55 +00:00
Dan Peebles
dfd300c81d
treewide: s/pkgs.fedoraproject.org/src.fedoraproject.org/
...
Upstream killed the pkgs server but src continues to serve up the exact
same content, so we can just point there and all hashes should be unchanged.
2018-02-08 16:38:08 -05:00
Vladimír Čunát
55bbcd4e48
linuxPackages.nvidia_x11_beta: alias to stable
...
It doesn't seem much sense to have "beta" with version lower than "stable".
2018-02-08 19:55:28 +01:00
Andreas Rammhold
7a833cfcb8
nvidia_x11_beta: 381.22 -> 390.12
...
This change is done for completness in regards to [1] since we already
support a newer "stable" version.
nvidia_x11_beta now compiles on both 4.14 and 4.15.
[1] https://github.com/NixOS/nixpkgs/issues/31640
2018-02-08 12:55:45 +01:00
Michael Raskin
a600b621c8
linux_4_15: fix a partial version downgrade on staging merge
2018-02-08 12:43:08 +01:00
Frederik Rietdijk
50a9d51a09
Merge commit '30d031b5d8d05422586043c3f105f4d9110e4f59' into HEAD
2018-02-08 12:14:07 +01:00
adisbladis
e860b651d6
Merge pull request #34713 from dtzWill/update/zfs-spl-0.7.6
...
zfs, spl: 0.7.5 -> 0.7.6
2018-02-08 13:54:43 +08:00
Will Dietz
5da8924333
zfs, spl: 0.7.5 -> 0.7.6
...
Fixes compat with 4.15
(cc #34459 )
2018-02-07 18:49:26 -06:00
Tim Steinbach
c46a833e6c
linux-copperhead: 4.15.1.a -> 4.15.2.a
2018-02-07 19:47:20 -05:00
Tim Steinbach
9f3d57a31f
linux: 4.15.1 -> 4.15.2
2018-02-07 19:36:35 -05:00
Tim Steinbach
0b43d5a9cf
linux: 4.14.17 -> 4.14.18
2018-02-07 19:36:21 -05:00
sjau
0d65e2e0e5
zfs: add migration path for new crypto format
...
fixes #34559
2018-02-07 20:46:16 +00:00
Tuomas Tynkkynen
1b6e95e1eb
hdparm: 9.53 -> 9.54
2018-02-07 18:48:04 +02:00
Tuomas Tynkkynen
4c6c919a31
Merge remote-tracking branch 'upstream/master' into HEAD
...
Conflicts:
pkgs/os-specific/linux/kernel/generic.nix
2018-02-07 03:41:24 +02:00
Daiderd Jordan
db7e0aeb42
llvm-packages: cleanup
2018-02-06 23:38:46 +01:00
Tuomas Tynkkynen
685ceb999e
kernel: Fix missing config options from platform
...
common-config.nix has:
${kernelPlatform.kernelExtraConfig or ""}
and indeed kernelExtraConfig is in hostPlatform.platform, and not in
hostPlatform. (Ugh.).
2018-02-06 22:13:57 +02:00
John Ericson
63b8175281
Merge pull request #34351 from teto/kernel_wip
...
[RDY] buildLinux: Add more overrides
2018-02-06 12:08:12 -05:00
Matthieu Coudron
f620b1b693
kernel: buildLinux replaces import ./generic.nix
...
- defined buildLinux as generic.nix instead of manual-config.nix. This
makes kernel derivations a tad more similar to your typical derivations.
- moved $buildRoot to within the source folder, this way it doesn't have to be created before the unpackPhase
and make it easier to work on kernel source without running the unpackPhase
2018-02-07 10:07:13 +09:00
Tuomas Tynkkynen
9548028a22
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/os-specific/linux/cpupower/default.nix
2018-02-06 04:11:23 +02:00
Will Dietz
6ec60e8c44
busybox-sandbox-shell: extract basic shell to new attribute
...
Nix will use this shell if the attribute is present,
avoiding duplicating changes in the future.
2018-02-05 11:26:01 -06:00
Franz Pletz
c135ecd7ef
Merge remote-tracking branch 'origin/master' into gcc-7
2018-02-05 13:11:33 +01:00
Jason A. Donenfeld
ca78dc1704
wireguard: 0.0.20180118 -> 0.0.20180202
2018-02-05 13:09:12 +01:00
Robin Gloster
39172792c6
linuxPackages.cpupower: clean up
...
fixes the build on 17.09
2018-02-05 12:51:42 +01:00
John Ericson
de243f244f
Merge pull request #34312 from lopsided98/cpupower-pciutils-cross
...
cpupower, pciutils: enable cross compiling
2018-02-04 11:51:48 -05:00
Frederik Rietdijk
2dcb7573d9
Merge pull request #34579 from DarkScythe97/hwdata
...
hwdata: 0.300 -> 0.308
2018-02-04 12:33:56 +00:00
Tuomas Tynkkynen
b8dfab93cb
cifs-utils: 6.6 -> 6.7
2018-02-04 12:46:02 +02:00
Tuomas Tynkkynen
34b7ea6d45
Merge remote-tracking branch 'upstream/master' into staging
2018-02-04 12:22:39 +02:00
DarkScythe97
2fa14f3d5c
hwdata: 0.300 -> 0.308
2018-02-04 17:50:54 +10:30
Tim Steinbach
8c280d3ad5
linux: 4.15 -> 4.15.1
2018-02-03 20:38:25 -05:00
Tim Steinbach
4069faad7f
linux-copperhead: 4.15.a -> 4.15.1.a
2018-02-03 20:36:14 -05:00
Tim Steinbach
fcbb7da942
linux: 4.4.114 -> 4.4.115
2018-02-03 20:31:52 -05:00
Tim Steinbach
e5ffae3966
linux: 4.14.16 -> 4.14.17
2018-02-03 20:29:23 -05:00
Tim Steinbach
d6d4ef6580
linux: 4.9.79 -> 4.9.80
2018-02-03 20:27:04 -05:00
Tuomas Tynkkynen
d8571b5795
iproute: 4.14.1 -> 4.15.0
2018-02-04 02:47:21 +02:00
Tuomas Tynkkynen
f0d5bf8ce5
iptables: 1.6.1 -> 1.6.2
2018-02-04 02:47:19 +02:00
Michael Weiss
88c16a63c6
nvme-cli: 1.4 -> 1.5
2018-02-03 23:04:30 +01:00
Jörg Thalheim
27cdf62937
Merge pull request #34555 from womfoo/bump/fnotify-fork-power-smem-stat
...
bump {fnotify,fork,power,smem}stat to latest upstream
2018-02-03 12:17:54 +00:00
Kranium Gikos Mendoza
27045bc019
smemstat: 0.01.17 -> 0.01.18
2018-02-03 23:08:26 +11:00
Kranium Gikos Mendoza
33be552211
powerstat: 0.02.12 -> 0.02.15
2018-02-03 23:08:26 +11:00
Kranium Gikos Mendoza
7db36df4fe
fnotifystat: 0.01.17 -> 0.02.00
2018-02-03 23:08:26 +11:00
Kranium Gikos Mendoza
2b2254637b
forkstat: 0.02.00 -> 0.02.02
2018-02-03 23:08:26 +11:00
Tuomas Tynkkynen
10c8e6d0c5
Merge remote-tracking branch 'upstream/master' into staging
2018-02-03 02:50:21 +02:00
Austin Seipp
d8ba530e64
nvidia-x11: stable 387.34 -> 390.25
...
390.x is Nvidia's latest "Long Lived Branch version" according to
https://www.nvidia.com/object/unix.html so this upgrades the stable version
from 387.xx.
390.x also also has support for kernel 4.15 and later (due to removal of the
old init_timer APIs, among other things), meaning that
linuxPackages_4_15.nvidia_x11 now builds correctly.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-02-02 13:01:38 -06:00
Will Dietz
329db7b490
busybox: bump copybuf 4kB -> 64kB
2018-02-01 08:57:22 -06:00
Will Dietz
b78025586b
busybox: don't use utmp/wtmp on musl since they won't work anyway
...
https://wiki.musl-libc.org/faq.html#Q:-Why-is-the-utmp/wtmp-functionality-only-implemented-as-stubs ?
2018-02-01 08:51:21 -06:00
Vladimír Čunát
2fb4606f38
Merge branch 'master' into staging
...
Haskell rebuild.
Hydra: ?compare=1430378
2018-02-01 09:36:23 +01:00
Bjørn Forsman
f08e330ed4
lttng-modules: 2.10.0 -> 2.10.5
...
Fixes build failure against newer linux kernels.
2018-02-01 08:04:09 +01:00
Yegor Timoshenko
65187722ec
linuxPackages.broadcom-sta: fix build with Linux 4.15
...
See: https://lkml.org/lkml/2017/11/25/90
2018-01-31 23:04:10 +00:00
Jörg Thalheim
5877b811d4
Merge pull request #34407 from markuskowa/rdma-core-fix-pr
...
rdma-core: fix rxe_cfg and platforms flags
2018-01-31 22:45:17 +00:00
Bart Brouns
404475a783
tp_smapi: 0.42 -> unstable-2017-12-04
...
make it build for kernel 4.15
see https://github.com/evgeni/tp_smapi/issues/31 and #32
2018-01-31 20:56:16 +01:00
Tim Steinbach
6aa13b6b1d
linux: 4.9.78 -> 4.9.79
2018-01-31 09:06:30 -05:00
Tim Steinbach
26e06c9a92
linux: 4.4.113 -> 4.4.114
2018-01-31 09:06:17 -05:00
Tim Steinbach
27f5262cf2
linux: 4.14.15 -> 4.14.16
2018-01-31 09:05:54 -05:00
Jörg Thalheim
c208456d3a
rdma-core: set correct RUNDIR and SHAREDSTATEDIR
2018-01-30 23:01:25 +00:00
Vladimír Čunát
c9171e5a4c
Merge branch 'master' into staging
...
Hydra: ?compare=1430035
2018-01-30 19:51:33 +01:00
Markus Kowalewski
7c554c13ee
rdma-core: fix platform flag
2018-01-29 22:05:58 -08:00
Markus Kowalewski
dcdaea355a
rdma-core: fix paths in rxe_cfg
2018-01-29 22:05:45 -08:00
Markus Kowalewski
043dece5b7
beegfs: build beeond
2018-01-29 21:47:50 -08:00
Markus Kowalewski
e4570af493
beegfs: add rdma support
2018-01-29 19:57:49 -08:00
Herwig Hochleitner
499b3edb30
criu: 2.12.1 -> 3.7
...
cc @thoughtpolice
2018-01-30 00:03:11 +01:00
Franz Pletz
393e39e2e5
Revert "microcodeIntel: 20171117 -> 20170108"
...
This reverts commit 9b7ef9c738
.
Intel recommends to stop deployment of the updated microcode as it
introduces unexpected system behaviour on many platforms.
See https://security-center.intel.com/advisory.aspx?intelid=INTEL-SA-00088&languageid=en-fr
cc #33414
2018-01-29 20:30:44 +01:00
Franz Pletz
f2dc4781f1
upower: 0.99.4 -> 0.99.7
2018-01-29 19:17:10 +01:00
Tim Steinbach
61043ad4d1
linux: Add 4.15
2018-01-29 11:52:50 -05:00
Tim Steinbach
da26e92078
linux-copperhead: 4.14.15.a -> 4.15.a
2018-01-29 11:52:50 -05:00
Tuomas Tynkkynen
f03c18869d
Merge commit '0f21306ca3af2bc94a452ac8c414cdbe36703be2' into gcc-7
2018-01-29 04:20:54 +02:00
Ben Wolsieffer
84f54b898a
cpupower: enable cross compilation
2018-01-28 18:47:22 -05:00
Franz Pletz
4bb42d0561
Merge pull request #34235 from dtzWill/feature/ipvsadm
...
ipvsadm: init at 1.29
2018-01-28 22:41:35 +00:00
Franz Pletz
e2c1c76fd0
Merge remote-tracking branch 'origin/master' into gcc-7
2018-01-28 23:17:32 +01:00
Will Dietz
192f30f06a
nettools: 1.60_p20161110235919 -> 1.60_p20170221182432
...
Nothing critical, here's the highlights:
* ROSE fixes
* arp scanf/output fix
* linux header compat:
ea3935bd7c
/
Commit log (short):
479bb4a7e1/log/
2018-01-28 21:22:37 +00:00
Franz Pletz
c92c2fe7c0
lxc: 2.1.0 -> 2.1.1
2018-01-28 18:52:30 +01:00
Franz Pletz
943e32abb7
conky: 1.10.6 -> 1.10.7
2018-01-28 18:52:23 +01:00
Tuomas Tynkkynen
2f39b19535
mdadm: Make 4.0 the default
...
4.0 has been out for a year without another upstream release, so
presumably 4.x's quite stable enough (and already in Arch & Debian
Buster for instance).
2018-01-28 13:31:50 +02:00
Vladimír Čunát
2d2dbe083f
Merge branch 'master' into staging
...
Hydra: ?compare=1429281
2018-01-27 09:14:22 +01:00
Sarah Brofeldt
7f1c5a124c
Merge pull request #34093 from markuskowa/rdma-core-pr
...
rdma-core: init at 16.1
2018-01-27 02:17:10 +01:00
Tuomas Tynkkynen
6a11ebfae9
Merge remote-tracking branch 'upstream/master' into gcc-7
...
Conflicts:
pkgs/development/compilers/gcc/7/default.nix
pkgs/development/libraries/SDL2/default.nix
pkgs/top-level/all-packages.nix
2018-01-26 16:46:43 +02:00
Tim Steinbach
3391266ee7
linux-copperhead: 4.14.14.a -> 4.14.15.a
2018-01-25 09:12:03 -05:00
Will Dietz
f9238bf19f
ipvsadm: init at 1.29
...
Fixes #34226 .
2018-01-24 10:43:32 -06:00
Frederik Rietdijk
769342b37b
Merge remote-tracking branch 'upstream/master' into HEAD
2018-01-24 14:17:49 +01:00
Tuomas Tynkkynen
d9aebebaf5
Revert "perf: apply patch to fix build of 4.9"
...
This reverts commit 44dc31bad1
.
The patch has been applied in 4.9.78, so no need to have this in
nixpkgs anymore.
2018-01-23 23:17:24 +02:00
Tuomas Tynkkynen
acf5b8e662
kernel: 4.9.77 -> 4.9.78
2018-01-23 23:17:24 +02:00
Tuomas Tynkkynen
4276c0d898
kernel: 4.4.112 -> 4.4.113
2018-01-23 23:17:24 +02:00
Tuomas Tynkkynen
1481937af2
kernel: 4.14.14 -> 4.14.15
2018-01-23 23:17:24 +02:00
Ben Gamari
2a5bf4cb40
alsa-utils: Enable cross-compilation
2018-01-22 20:25:45 -05:00
Ben Gamari
c3bf521f18
procps: Enable cross-compilation
2018-01-22 20:25:44 -05:00
John Ericson
1f70b32725
Merge pull request #34174 from dtzWill/update/wirelesstools
...
wirelesstools: update, add license, fix w/cross
2018-01-22 19:51:36 -05:00
Will Dietz
0b0e2d68b8
audit: depsBuildBuild for build-native cc
2018-01-22 17:24:53 -06:00
Will Dietz
de54275cfb
wireless-tools: don't assume gcc, don't use ldconfig, fix cross
2018-01-22 17:21:34 -06:00
Will Dietz
e5f677fed1
wirelesstools: update (alpine uses this version), fix build, add license
2018-01-22 17:21:34 -06:00
WilliButz
3e173f39be
irqbalance: 1.2.0 -> 1.3.0
2018-01-22 19:14:20 +01:00
Tuomas Tynkkynen
a2b8264377
linux_testing: 4.15-rc8 -> 4.15-rc9
2018-01-22 10:44:50 +02:00
Vladimír Čunát
246ba46db7
Merge older staging (finished on Hydra)
...
https://hydra.nixos.org/eval/1427837?filter=&compare=1427817
Fixes #34087 .
2018-01-22 08:54:37 +01:00
Jörg Thalheim
e36a3623e9
wireguard: 0.0.20171221 -> 0.0.20180118
2018-01-21 22:17:26 +00:00
Ben Wolsieffer
94276da9e9
perf: inherit makeFlags from kernel
2018-01-21 13:54:39 +02:00
Ben Wolsieffer
44dc31bad1
perf: apply patch to fix build of 4.9
2018-01-21 13:54:39 +02:00
Markus Kowalewski
c6b828b86e
rdma-core: init at 16.1
2018-01-20 15:09:14 -08:00
Tuomas Tynkkynen
45e47c14be
devicemapper: 2.02.176 -> 2.02.177
2018-01-20 23:19:35 +02:00
Jörg Thalheim
959e9336ee
sysdig: 0.19.1 -> 0.20.0
2018-01-20 10:50:17 +00:00
Vladimír Čunát
94f4857bc5
Merge branch 'master' into staging
...
Hydra: ?compare=1427817
2018-01-20 10:05:27 +01:00
corpix
0db68e5d42
apparmor: updating utilities to fresh python ( #34049 )
...
* apparmor: updating utilities to fresh python
* apparmor: better way to depend on python
* apparmor: override python derivation on the top-level
2018-01-20 09:29:03 +01:00
Orivej Desh
c053bab151
Merge pull request #34017 from dtzWill/fix/perf-compilation
...
Fix build of linuxPackages.perf
2018-01-19 19:57:47 +00:00
Orivej Desh
b694071838
Merge pull request #34016 from dtzWill/update/perf-tools-20171219
...
perf-tools: 20160418 -> 20171219
2018-01-19 19:55:20 +00:00
Andreas Rammhold
a4edba9943
Merge pull request #34045 from andir/kmod-missing-libelf
...
Fix remaining 4.14 libelf outbreak
2018-01-19 14:16:22 +00:00
Andreas Rammhold
2bd9f81abd
linuxPackages.v4l2loopback: fix compilation with linux-4.14
2018-01-19 14:40:13 +01:00
Andreas Rammhold
5640b08a88
linuxPackages.phc-intel: fix build with linux-4.14
2018-01-19 14:40:13 +01:00
Tuomas Tynkkynen
1dade8665a
hdparm: 9.52 -> 9.53
2018-01-19 00:00:36 +02:00
John Ericson
a18053bdfe
Merge remote-tracking branch 'upstream/master' into staging
2018-01-18 14:17:58 -05:00
Will Dietz
4ca9b43f12
perf: fix cross evaluation
2018-01-18 10:47:40 -06:00
Will Dietz
fc4535b6e8
Revert "perf: inherit makeFlags from kernel"
...
https://github.com/NixOS/nixpkgs/issues/34013
This reverts commit 92083c3f40
.
2018-01-18 10:47:26 -06:00
Will Dietz
9798c74313
perf-tools: 20160418 -> 20171219
2018-01-18 10:24:06 -06:00
Drew Hess
83a85b60ad
linux_beagleboard: 4.9.61-ti-r76 -> 4.14.12-ti-r23
2018-01-18 17:04:47 +02:00
Frederik Rietdijk
27f6f9409b
Merge pull request #33967 from yegortimoshenko/20180117.050213/mornfall
...
maintainers: remove mornfall from packages
2018-01-18 11:27:31 +01:00
Tuomas Tynkkynen
61a75a1d22
Merge remote-tracking branch 'upstream/master' into staging
2018-01-18 00:24:33 +02:00
Tim Steinbach
696be7a0b0
linux-copperhead: 4.14.13.a -> 4.14.14.a
2018-01-17 13:30:16 -05:00
adisbladis
c2f57b0099
firejail: 0.9.50 -> 0.9.52
2018-01-18 02:24:24 +08:00
Tim Steinbach
791d5b3cc0
linux: 4.4.111 -> 4.4.112
2018-01-17 08:57:19 -05:00
Tim Steinbach
c460e268bf
linux: 4.9.76 -> 4.9.77
2018-01-17 08:57:19 -05:00
Tim Steinbach
94d03b3b21
linux: 4.14.13 -> 4.14.14
2018-01-17 08:57:19 -05:00
Tuomas Tynkkynen
b1c1190f36
utillinux: 2.31 -> 2.31.1
2018-01-17 12:53:22 +02:00
Tuomas Tynkkynen
10bcf978eb
kmod: 24 -> 25
2018-01-17 12:53:22 +02:00
Tuomas Tynkkynen
b5fc6b7c10
audit: 2.8.1 -> 2.8.2
2018-01-17 12:53:22 +02:00
Tuomas Tynkkynen
67c73b4e64
Merge commit '2e56ba' from staging into master
2018-01-17 12:50:46 +02:00
Yegor Timoshenko
506c89c30a
maintainers: remove mornfall from packages
2018-01-17 05:17:33 +00:00
Andreas Rammhold
4774356724
batman-adv: 2017.3 -> 2017.4
2018-01-17 02:55:13 +01:00
Andreas Rammhold
1eb62129d9
batman-adv: add missing nativeBuildInputs
2018-01-17 02:46:29 +01:00
Tobias Geerinckx-Rice
0f84673f3d
Remove nckx as a maintainer for all packages
...
Goodbye, and thanks for all the Nix...
2018-01-16 23:00:49 +01:00
Tuomas Tynkkynen
2e56ba6fbd
Merge remote-tracking branch 'upstream/master' into staging
2018-01-16 22:49:20 +02:00
John Ericson
782b63d06b
Merge pull request #33813 from lopsided98/kernel-cross
...
kernel: fix cross compilation
2018-01-16 13:09:09 -05:00
John Ericson
5a754e75b4
Merge branch 'ericson2314-cross-master' into staging
2018-01-16 13:05:39 -05:00
schuppentier
6f7c197700
evdi: 1.4.1+git2017-06-12 -> unstable-2018-01-12 ( #33907 )
2018-01-16 09:05:42 +00:00
Ben Wolsieffer
7bb3a044be
kernel: fix dependencies
2018-01-15 22:28:45 -05:00
Ben Wolsieffer
80f6b8e2ba
kernel: revert seemingly incorrect change to extraMeta merging
2018-01-15 12:55:24 -05:00
Ben Wolsieffer
92083c3f40
perf: inherit makeFlags from kernel
2018-01-15 12:48:56 -05:00
Ben Wolsieffer
285181a1db
kernel: remove leftover remnants of old cross compiling system
2018-01-15 12:48:51 -05:00
Ben Wolsieffer
a09709bf2a
kernel: don't force ignoreConfigErrors when cross compiling, only set the
...
default
2018-01-15 12:39:45 -05:00
Ben Gamari
b4b04dd29f
kernel: Fix cross-compilation
2018-01-15 11:55:23 -05:00
Ben Gamari
50e2bb12f6
kernel: Use build kmod
2018-01-15 11:55:23 -05:00
Ben Gamari
7a9b6ac39a
kernel: Enable cross compiling
2018-01-15 11:55:06 -05:00
Tuomas Tynkkynen
6e84522610
linux_testing: 4.15-rc7 -> 4.15-rc8
2018-01-15 12:14:39 +02:00
Vladimír Čunát
67e8392383
Merge #33057 : stdenv meta checks: make them lazy
...
Closes #22277 - it's superseded; I have some WIP on evaluation
performance, but best do that in a separate PR/thread.
2018-01-14 21:41:31 +01:00
Jan Malakhovski
85cd22cf7d
treewide: replace `addPassthru`
2018-01-14 19:53:57 +00:00
Tuomas Tynkkynen
6ed0fe7e45
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/build-support/fetchbower/default.nix
pkgs/build-support/fetchdarcs/default.nix
pkgs/build-support/fetchgx/default.nix
pkgs/development/python-modules/botocore/default.nix
pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix
pkgs/tools/admin/awscli/default.nix
2018-01-14 21:18:27 +02:00
Jan Malakhovski
8606dd8556
lib: change the order of arguments of `addPassthru`
2018-01-14 13:24:30 +00:00
Jörg Thalheim
5ccfd0ee34
linuxPackages.extfat-nofuse: fix libelf dependency
2018-01-13 18:45:04 +00:00
Jörg Thalheim
1db3b1c2d7
Merge pull request #33818 from rnhmjoj/rewritefs
...
rewritefs: remove needless quotation
2018-01-13 10:43:03 +00:00
rnhmjoj
b863f23df1
rewritefs: remove needless quotation
2018-01-13 04:09:07 +01:00
rnhmjoj
e76eb4ea88
btfs: 2.17 -> 2.18
2018-01-13 03:52:23 +01:00
David McFarland
68dda232d2
amdgpu-pro: 17.10 -> 17.40
2018-01-12 00:09:15 -04:00
adisbladis
65774cb22e
busybox: 1.27.2 -> 1.28.0
2018-01-11 21:42:32 +08:00
Tim Steinbach
eb0ecd7eba
linux-copperhead: 4.14.12.a -> 4.14.13.a
2018-01-11 08:30:19 -05:00
John Ericson
e017a027d5
Merge pull request #33681 from obsidiansystems/fixed-output-deps
...
Fixed output deps
2018-01-10 14:28:10 -05:00
John Ericson
888404f11b
treewide: Fix deps in a few other fixed output derivations
2018-01-10 11:18:44 -05:00
Andreas Rammhold
74c9d1696f
linux_4_9: 4.9.75 -> 4.9.76
2018-01-10 13:50:49 +01:00
Andreas Rammhold
e94dab0ca3
linux_4_4: 4.4.110 -> 4.4.111
2018-01-10 13:50:49 +01:00
Andreas Rammhold
cf8021e73a
linux_4_14: 4.14.12 -> 4.14.13
...
In terms of spectre/meltdown this version also supports loading of amd
fam17h firmware.
2018-01-10 13:50:45 +01:00
adisbladis
c72a05b88d
zfsUnstable: 2017-12-28 - 2018-01-10
2018-01-10 20:22:46 +08:00
Andreas Rammhold
9b7ef9c738
microcodeIntel: 20171117 -> 20170108
2018-01-10 03:07:59 +01:00
John Ericson
c3052295fa
Merge commit '3ed545ab31146e607c57649936c75869d6aa9ba2' into ericson2314-cross-master
2018-01-09 17:19:27 -05:00
John Ericson
eec050f395
Merge pull request #33577 from dtzWill/fix/cross-2
...
Minor cross fixes, 2
2018-01-09 12:36:53 -05:00
Ben Gamari
7ed923f9d8
mdadm: Fix cross-compilation
2018-01-09 11:25:19 -05:00
Vladimír Čunát
5837d1a070
Merge branch 'master' into staging
2018-01-08 17:33:31 +01:00
Andreas Rammhold
c864b07d09
linux_testing: 4.15-rc4 -> 4.15-rc7
2018-01-08 15:05:24 +01:00
Eelco Dolstra
424aa1a681
Merge pull request #33505 from peterhoeg/f/wbt
...
kernel: enable writeback throttling to avoid IO queues filling up
2018-01-08 11:23:00 +01:00
adisbladis
0d3e23fa32
linuxPackages.dpdk: needs libelf from kernel.moduleBuildDependencies
2018-01-08 05:48:02 +08:00
Yegor Timoshenko
3619a08f58
mba6x_bl: fix build
...
*grumble*
2018-01-07 17:49:09 +00:00
Tuomas Tynkkynen
dc84ce085f
linux_samus_4_12: Doesn't build on aarch64
...
https://hydra.nixos.org/build/67137766
2018-01-07 15:26:20 +02:00
Vladimír Čunát
76332855dc
Merge #33222 : apparmor: 2.10 -> 2.12.0
2018-01-07 11:01:43 +01:00
Daiderd Jordan
5a02143c20
Merge pull request #33010 from LnL7/cacert-hook
...
cacert: add hook that sets SSL_CERT_FILE
2018-01-07 09:55:15 +01:00
Frederik Rietdijk
4e6a9f04db
Merge remote-tracking branch 'upstream/master' into HEAD
2018-01-07 09:14:41 +01:00
Andreas Rammhold
6e2cb1dd8c
bluez: use `dbus-python` for the python bindings. `dbus` does not provide any
2018-01-06 19:09:19 +01:00
Andreas Rammhold
63ba455e53
bluez: 5.47 -> 5.48
2018-01-06 19:09:19 +01:00
Andreas Rammhold
e5715d92a7
linux_hardened_copperhead: 4.14.11a -> 4.14.12a
2018-01-06 18:40:35 +01:00
Tuomas Tynkkynen
c589bdd66d
iw: 4.9 -> 4.14
2018-01-06 17:44:06 +02:00
Orivej Desh
75c5a66dc6
Merge pull request #33449 from Mic92/libelf-fallout
...
fix kernel modules that broke with 4.14
2018-01-06 06:47:49 +00:00
Orivej Desh
757b94765f
Merge pull request #33504 from calvertvl/upd_tomb-2.5
...
tomb: 2.4 -> 2.5
2018-01-06 04:17:03 +00:00
Peter Hoeg
f674cb5ecc
kernel: enable writeback throttling to avoid IO queues filling up
2018-01-06 11:20:48 +08:00
Samuel Dionne-Riel
7b97c8c0c8
treewide: homepage+src updates (found by repology, #33263 )
2018-01-05 20:42:46 +01:00
Tim Steinbach
6960541eb8
linux: 4.4.109 -> 4.4.110
2018-01-05 10:35:10 -05:00
Tim Steinbach
b5ce60228d
linux: 4.14.11 -> 4.14.12
2018-01-05 10:35:10 -05:00
Eelco Dolstra
19eb5d6c27
linux: 4.9.74 -> 4.9.75
2018-01-05 16:28:08 +01:00
Jörg Thalheim
14f3eb2dfd
linuxPackages.bcc: 0.4.0 -> 0.5.0
2018-01-05 10:02:25 +01:00
Jörg Thalheim
8124abd16a
linuxPackages.ixgbevf: 4.2.1 -> 4.3.3
2018-01-05 10:02:25 +01:00
Jörg Thalheim
91f03e6b19
linuxPackages.ena: 1.2.0 -> 1.5.0; fix build dependencies
2018-01-05 10:02:25 +01:00
Jörg Thalheim
c513945df8
linuxPackages.ixgbevf: needs libelf from kernel.moduleBuildDependencies
2018-01-05 09:25:50 +01:00
Yegor Timoshenko
4e990c25e3
broadcom-sta: fix build
2018-01-05 03:51:21 +00:00
Victor Calvert
14a4749e44
tomb: 2.4 -> 2.5
2018-01-04 20:33:49 -05:00
Franz Pletz
c01cfb9e01
firmware-linux-nonfree: 2017-12-06 -> 2018-01-04
2018-01-05 02:32:17 +01:00
adisbladis
b85de87e8a
sysdig: 0.18.0 -> 0.19.1
2018-01-04 16:34:27 +01:00
adisbladis
30b68c9ba9
nftables: 0.7 -> 0.8
2018-01-04 16:34:27 +01:00
Peter Hoeg
423dd6cc29
Merge pull request #33415 from peterhoeg/p/hv
...
hyperv-daemons: package and nixos module
2018-01-04 21:11:34 +08:00
Peter Hoeg
ae20c22531
hyperv-daemons: init at current linux kernel version
2018-01-04 21:08:58 +08:00
Franz Pletz
ccb0ba56ef
linux_hardended: enable gcc latent entropy plugin
2018-01-04 05:02:39 +01:00
Ryan Trinkle
e1e5860ab5
Merge pull request #33346 from ryantrinkle/init-thunderbolt
...
Init thunderbolt at 0.9.2
2018-01-03 17:31:57 -05:00
Tim Steinbach
b720e9c23a
linux-copperhead: 4.14.10.a -> 4.14.11.a
2018-01-02 19:38:01 -05:00
Tim Steinbach
1e129a3f99
linux: 4.14.10 -> 4.14.11
2018-01-02 19:31:31 -05:00
Tim Steinbach
56f91dcb7b
linux: 4.9.73 -> 4.9.74
2018-01-02 19:31:14 -05:00
Tim Steinbach
1eb53a3830
linux: 4.4.108 -> 4.4.109
2018-01-02 19:30:58 -05:00
Ryan Trinkle
36fbcfd811
thunderbolt: init at 0.9.2
2018-01-02 14:28:56 -05:00
Frederik Rietdijk
804285f589
Merge remote-tracking branch 'upstream/staging' into HEAD
2018-01-02 19:10:45 +01:00
Cray Elliott
1d537f8c53
mwprocapture: fix build with kernels >4.14.9
2018-01-01 16:01:44 -08:00
Franz Pletz
0ea0e3cf71
linuxPackages.acpi_call: fix build with 4.14+ kernels
2018-01-01 22:04:25 +01:00
Frederik Rietdijk
4cc2a38854
Merge remote-tracking branch 'upstream/master' into HEAD
2018-01-01 18:15:13 +01:00
Jörg Thalheim
0bbf671b5a
Merge pull request #31157 from sorki/lxcfs_pam_related
...
[wip] lxcfs,pam: disable cgmanager, enable pam_cgfs, lxcfs 2.0.7 -> 2.0.8
2018-01-01 15:42:03 +01:00
Frederik Rietdijk
1869e7e5b0
Merge remote-tracking branch 'upstream/master' into HEAD
2018-01-01 15:09:55 +01:00
Yegor Timoshenko
a8d515add5
facetimehd: fix build, resolves #33220
2018-01-01 00:34:09 +00:00
adisbladis
d672a9a5cd
apparmor: 2.10 -> 2.12.0
2017-12-31 16:40:19 +01:00
Vladimír Čunát
1fcd92ce92
Merge branch 'master' into staging
...
A few thousand rebuilds from master, again.
Hydra: ?compare=1422362
2017-12-31 09:53:49 +01:00
Orivej Desh
7448d1f060
rtl8812au: fix build with Linux >= 4.14.9
2017-12-31 07:12:54 +00:00
Orivej Desh
74b950dc4f
beegfs: restrict kernel version
...
BeeGFS 6.17 fails to build with Linux 4.14.
2017-12-31 07:08:21 +00:00
Markus Kowalewski
b7fdefc8a4
beegfs: init at 6.17
...
package, kernel module, nixos module, and nixos test
2017-12-31 07:07:02 +00:00
John Ericson
4d2b763817
Merge pull request #26805 from obsidiansystems/cross-elegant
...
Make cross compilation elegant
2017-12-30 22:58:02 -05:00
John Ericson
5b74540c5b
treewide: Use `depsBuildBuild` for buildPackges.stdenv.cc
2017-12-30 22:04:21 -05:00
Tim Steinbach
469e1e5dcb
linux: 4.14.9 -> 4.14.10
2017-12-30 18:06:01 -05:00
Tim Steinbach
ed39ff393d
linux: 4.9.72 -> 4.9.73
2017-12-30 18:06:01 -05:00
Tim Steinbach
02bc3f4e3a
linux-copperhead: 4.14.9.b -> 4.14.10.a
2017-12-30 18:06:01 -05:00
Tuomas Tynkkynen
9fe81b5ac2
nvidia-x11: Attempt to fix library-only build
...
1fb0d3d158 (commitcomment-26554956)
2017-12-30 18:44:45 +02:00
adisbladis
f0f6515bb8
zfsUnstable: 2017-11-16 -> 2017-12-28
2017-12-30 12:20:30 +01:00
adisbladis
c4148cf0b6
splUnstable: 2017-11-16 -> 2017-12-21
2017-12-30 12:20:29 +01:00
adisbladis
cbccffadc9
zfs: 0.7.4 -> 0.7.5
2017-12-30 12:20:28 +01:00
adisbladis
6be7dde896
spl: 0.7.4 -> 0.7.5
2017-12-30 12:20:27 +01:00
Yegor Timoshenko
0d321897fb
linuxPackages.spl: eval, 84d8ef6e2f
...
Second attempt.
2017-12-30 00:28:37 +00:00
Franz Pletz
6b74d2ca07
linuxPackages.zfs: use correct kernel module build flag
...
In this expression the boolean flags `buildUser` and `buildKernel` determine
if either userspace tools or the kernel module is being built.
cc #33166
2017-12-29 22:46:34 +01:00
Franz Pletz
84d8ef6e2f
linuxPackages.spl: simplify expression
...
This package only contains a kernel module.
2017-12-29 22:45:53 +01:00
Franz Pletz
1fb0d3d158
Fix some instances of #33166 correctly
2017-12-29 22:35:32 +01:00
Vladimír Čunát
5997b4f3db
linuxPackages.rtlwifi_new: fix missing libelf
...
/cc #33166 . Fixes #33102 .
2017-12-29 22:25:13 +01:00
David Guibert
1e77d0b975
kernel 4.14 require libelf to compile modules.
...
[...]
make modules -C /nix/store/h1vzl6bq4wif3m8dd1bw2p3fv4shjg3n-linux-4.14.9-dev/lib/modules/4.14.9/build EXTRA_CFLAGS=-Werror-implicit-function-declaration M=/tmp/nix-build-spl-kernel-2017-11-16-4.14.9.drv-0/source/build
/nix/store/h1vzl6bq4wif3m8dd1bw2p3fv4shjg3n-linux-4.14.9-dev/lib/modules/4.14.9/source/Makefile:939: *** "Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel". Stop.
This patch introduces kernel.moduleBuildDependencies to avoid the logic "stdenv.lib.optional (stdenv.lib.versionAtLeast kernel.version "4.14") libelf" in multiple places.
[dezgeg did some minor tweaks on top]
2017-12-29 23:08:17 +02:00
Franz Pletz
4ce44d6d4c
wireguard: 0.0.20171111 -> 0.0.20171221
2017-12-29 11:37:21 +01:00
Christoph Hrdinka
a3c45b383d
bbswitch: add libelf to buildInputs
...
Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
2017-12-28 13:28:39 +01:00
Christoph Hrdinka
d1bfa7ee08
nvidia-x11: add libelf to buildInputs
...
Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
2017-12-28 13:28:39 +01:00
Tim Steinbach
5128f43b28
linux-copperhead: 4.14.8.b -> 4.14.9.a
2017-12-27 21:40:39 -05:00
Tim Steinbach
15b2a76399
linux: 4.4.107 -> 4.4.108
2017-12-27 21:31:14 -05:00
John Ericson
ad1a1ee7dd
Merge pull request #33087 from obsidiansystems/alt-stdenv
...
treewide: Clean up multi-arch tools and usage
2017-12-27 13:45:24 -08:00
Daiderd Jordan
091c2b9f04
cacert: cleanup exporting SSL_CERT_FILE
2017-12-27 21:36:32 +01:00
John Ericson
558c96fe13
treewide: Cleanup usage of multi-arch tools
...
- Don't needlessly force GCC
- Prefer using multi-arch stdenvs to using multi-arch tools directly.
2017-12-27 15:15:45 -05:00
Vladimír Čunát
b0047e7782
linux: 4.9.71 -> 4.9.72 (security)
...
Fixes CVE-2017-16996, just as the preceding 4.14 update.
2017-12-26 16:42:34 +01:00
Vladimír Čunát
68bcfb3269
Merge #33049 : linux: 4.14.8 -> 4.14.9
2017-12-26 15:26:33 +01:00
Andreas Rammhold
63e3eae02f
linux: 4.14.8 -> 4.14.9
...
Besides fixes for the recent BPF issues there is also a patch included
that fixes booting on aarch64 (e.g. RPi3) ;-)
2017-12-26 15:24:49 +01:00
Peter Hoeg
644e39abf1
miraclecast: 20151002 -> 20170427
2017-12-26 12:18:40 +08:00
Vladimír Čunát
0e762cdc0e
Merge older staging branch
2017-12-25 10:36:36 +01:00
Cray Elliott
ac4a225488
mwprocapture: fix linux 4.14 patch
2017-12-23 22:51:14 -08:00
Cray Elliott
5e38fc024b
mwprocapture: 1.2.3589 -> 1.2.3773
...
also refactor linux 4.14 patch, and remove 4.13 patch as it is upstream
2017-12-23 22:31:10 -08:00
Tim Steinbach
cbf0b680a5
linux-copperhead: 4.14.7.a -> 4.14.8.b
2017-12-20 13:22:15 -05:00
Tim Steinbach
26fb53a325
linux: 4.4.106 -> 4.4.107
2017-12-20 12:27:26 -05:00
Tim Steinbach
a4c93273e2
linux: 4.14.7 -> 4.14.8
2017-12-20 12:27:26 -05:00
Tim Steinbach
f95ba8ee5e
linux: 4.9.70 -> 4.9.71
2017-12-20 12:27:26 -05:00
John Ericson
13acbeae0b
Merge branch 'master' into staging
2017-12-19 11:40:18 -05:00
Vladimír Čunát
9b54a00160
Merge #29785 : curl: enable kerberos
2017-12-19 15:18:24 +01:00
Vladimír Čunát
13e6a5c561
kerberos: split headers into $dev
2017-12-19 15:18:01 +01:00
Tim Steinbach
6e7944b55e
linux-copperhead: 4.14.6.a -> 4.14.7.a
2017-12-18 13:56:21 -05:00
Tim Steinbach
cbd337b2d0
linux: 4.14.6 -> 4.14.7
2017-12-18 06:57:49 -05:00
aszlig
5c83aed32d
linux-testing: 4.15-rc3 -> 4.15-rc4
...
Built successfully on x86_64-linux.
I've verified the contents of the tarball by comparing its contents
against the tag of my local checkout. Furthermore, I've checked the GPG
signature of the tag.
Signed-off-by: aszlig <aszlig@nix.build>
2017-12-18 05:54:47 +01:00
Samuel Leathers
71bb7cc2a7
Merge pull request #32756 from romildo/upd.iwd
...
iwd-unstable: 2017-09-22 -> 2017-12-14
2017-12-17 12:24:35 -05:00
Mateusz Kowalczyk
34b0c1c417
nvidia-settings: Make sure binary can find libXv.so
2017-12-17 15:34:51 +00:00
Francois-Rene Rideau
59f4026b53
directvnc: 0.7.5-test-051207 -> 0.7.7.2015-04-16
2017-12-17 13:57:36 +00:00
José Romildo Malaquias
902105abb9
iwd-unstable: 2017-09-22 -> 2017-12-14
...
- Update to the latest commit
- Package distributed tools and docs
- Add license
2017-12-17 10:41:06 -02:00
Orivej Desh
98928b81af
Merge pull request #32649 from etu/nvidia-387.34
...
nvidia-x11: 387.22 -> 387.34
2017-12-17 00:04:26 +00:00
Tim Steinbach
a192ac5959
linux-copperhead: Fix hash
2017-12-16 12:20:24 -05:00
Tim Steinbach
5850e74eee
linux: 4.9.69 -> 4.9.70
2017-12-16 12:11:19 -05:00
Tim Steinbach
9846d74cd2
linux: 4.4.105 -> 4.4.106
2017-12-16 12:11:04 -05:00
Tim Steinbach
849074e5cd
linux-copperhead: 4.14.5.a -> 4.14.6.a
2017-12-15 12:39:20 -05:00
Tim Steinbach
66e36666d6
linux: 4.14.5 -> 4.14.6
2017-12-14 08:18:42 -05:00
Tim Steinbach
e6676bd66d
linux: 4.9.68 -> 4.9.69
2017-12-14 08:18:06 -05:00
Orivej Desh
8cdd9d56de
Merge pull request #32645 from bkchr/firmware_update
...
firmware-linux-nonfree: 2017-10-09-iwlwifi-fw-2017-11-03 -> 2017-12-06-iwlwifi-fw-2017-11-15
2017-12-14 11:05:36 +00:00
Elis Hirwing
9a3a4f3125
nvidia-x11: 387.22 -> 387.34
2017-12-13 23:01:17 +01:00
Bastian Köcher
4fcae79002
firmware-linux-nonfree: 2017-10-09-iwlwifi-fw-2017-11-03 -> 2017-12-06-iwlwifi-fw-2017-11-15
2017-12-13 21:53:11 +01:00
Clemens Fruhwirth
03fd7d893f
spl: 0.7.3 -> 0.7.4
2017-12-13 13:15:37 +01:00
Clemens Fruhwirth
79939b29ea
zfs: 0.7.3 -> 0.7.4
2017-12-13 13:15:26 +01:00
Graham Christensen
e5629dc51a
Merge pull request #32365 from vcunat/p/check-meta
...
check meta, treewide
2017-12-12 18:55:23 -05:00
Vladimír Čunát
3a110ea3f9
treewide platform checks: `abort` -> `throw`
...
They aren't meant to be critical (uncatchable) errors.
Tested with nix-env + checkMeta:
[ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]
2017-12-12 18:08:10 -05:00
Tim Steinbach
41371512e2
linux-copperhead: 4.14.4.a -> 4.14.5.a
2017-12-11 13:56:04 -05:00
aszlig
05f159b624
linux-testing: 4.15-rc2 -> 4.15-rc3
...
Built successfully on x86_64-linux.
I've verified the contents of the tarball by comparing its contents
against the tag of my local checkout. Furthermore, I've checked the GPG
signature of the tag.
Signed-off-by: aszlig <aszlig@nix.build>
2017-12-11 10:36:51 +01:00
Vladimír Čunát
e9c12f6936
Merge older staging
...
There are some regressions, but not that many and I want
the security update of openssl fast.
2017-12-11 09:49:56 +01:00
Orivej Desh
4561d6ca9f
uclibc: avoid "Error in reading or end of file" warnings
...
Thanks to @bjornfor for the advice in
6057d74d1c
2017-12-10 22:31:24 +00:00
Tim Steinbach
3bb52f9259
linux: 4.14.4 -> 4.14.5
2017-12-10 13:13:48 -05:00
Tim Steinbach
bd6424010d
linux: 4.9.67 -> 4.9.68
2017-12-10 13:10:45 -05:00
Vladimír Čunát
2309acf723
Merge branch 'master' into staging
2017-12-09 21:00:07 +01:00
Tim Steinbach
48b0e5ddbc
linux: 4.4.104 -> 4.4.105
2017-12-09 14:58:43 -05:00
Tim Steinbach
146355628b
linux-copperhead: 4.14.3.a -> 4.14.4.a
2017-12-09 14:58:43 -05:00
Michael Raskin
ab917a22f5
busybox: apply upstream patch for CVE-2017-16544
2017-12-08 22:47:11 +01:00
Vladimír Čunát
cdde22aef5
Merge branch 'staging' (older one)
2017-12-08 10:22:31 +01:00
Peter Hoeg
9dee38e9c6
Merge pull request #32313 from andir/mstpd-to-github-0.0.5
...
mstpd: svn 61 -> 0.0.5.20171113
2017-12-08 11:11:40 +08:00
Vladimír Čunát
6f5d989478
treewide: checkMeta fixes for x86_64-linux
2017-12-07 07:50:47 -05:00
Joerg Thalheim
77b69f8ee2
uclibc: exclude aarch64-linux
2017-12-07 10:33:24 +00:00
Andreas Rammhold
8ab4eb1b4c
mstpd: svn 61 -> 0.0.5.20171113
...
Also fetches package from it's new home on GitHub and fixes compilation
with gcc-7 (#31747 ).
2017-12-07 11:30:10 +01:00
Jörg Thalheim
29d5f2d979
Merge pull request #32340 from oxij/pkg/linux-firmware
...
firmware-linux-nonfree: update
2017-12-07 10:04:32 +00:00
Orivej Desh
6057d74d1c
uclibc: prefer "Error in reading or end of file" to pipefail
2017-12-07 09:32:25 +00:00
Orivej Desh
5ae64cbfe7
conky: disable parallel building
2017-12-07 08:52:42 +00:00
Orivej Desh
5d21268e80
uclibc: disable parallel building
...
https://hydra.nixos.org/build/60933068
2017-12-06 11:57:50 +00:00
Vladimír Čunát
9ab5848335
Merge branch 'master' into staging
...
Haskell updates. Hydra: ?compare=1416248
2017-12-06 02:23:46 +01:00
Tuomas Tynkkynen
94dbb3a397
linuxPackages.phc-intel: Only works on x86
...
https://hydra.nixos.org/build/65227029
2017-12-05 22:33:27 +02:00
Tim Steinbach
93e68fd249
linux: 4.14.3 -> 4.14.4
2017-12-05 08:06:47 -05:00
Tim Steinbach
c0b09e9f6c
linux: 4.9.66 -> 4.9.67
2017-12-05 08:06:47 -05:00
Tim Steinbach
06edc9c16f
linux: 4.4.103 -> 4.4.104
2017-12-05 08:06:47 -05:00
Jan Malakhovski
1858e8909e
tree-wide: fix either check-meta or meta attrs of all the packages I evaluate
2017-12-05 13:46:52 +01:00
Jan Malakhovski
d43b41fd5e
firmware-linux-nonfree: 2017-10-09-iwlwifi-fw-2017-11-03 -> 2017-10-13-iwlwifi-fw-2017-11-15
...
Also switch to https for privacy and use shallow fetches to save on network bandwidth.
2017-12-05 11:46:43 +00:00
Orivej Desh
59bcd86640
Merge branch 'master' into staging
...
* master: (53 commits)
hashcat: 4.0.0 -> 4.0.1
vault: add nixos test
emem: 0.2.48 -> 0.2.50
nixos/nat: add dmzHost option (#32257 )
vulnix: 1.3.4 -> 1.4.0
linux-4.13: mark as insecure (+required generic changes)
vault: 0.8.3 -> 0.9.0
gox: 20140904 -> 0.4.0
guitarix: 0.35.6 -> 0.36.1
geolite-legacy: 2017-10-25 -> 2017-12-02
premake5: 5.0.0pre.alpha.11 -> 5.0.0-alpha12
otfcc: build with ninja
python/hetzner: 0.7.5 -> 0.8.0
linux-testing: 4.15-rc1 -> 4.15-rc2
Revert "linux_4_13: Remove, no longer supported."
jenkins: 2.92 -> 2.93
psc-package: 0.2.4 -> 0.2.5
dino: 2017-09-26 -> 2017-12-03
gnome3.gpaste: fix keybindings path
plasma: 5.11.3 -> 5.11.4
...
2017-12-04 15:25:34 +00:00
Vladimír Čunát
13797ff522
linux-4.13: mark as insecure (+required generic changes)
...
extraMeta was being fed as passthru without being processed by stdenv,
so without those changes, adding the security attribute would be useless.
2017-12-04 09:33:39 +01:00
aszlig
d747c27387
linux-testing: 4.15-rc1 -> 4.15-rc2
...
Built successfully on x86_64-linux.
I've verified the contents of the tarball by comparing its contents
against the tag of my local checkout. Furthermore, I've checked the GPG
signature of the tag.
Signed-off-by: aszlig <aszlig@nix.build>
2017-12-04 05:24:37 +01:00
adisbladis
74857c9dce
Revert "linux_4_13: Remove, no longer supported."
...
This reverts commit b39ab30ba7
.
There are some show stopper issues in the 4.14 kernel that are still
not resolved.
https://github.com/NixOS/nixpkgs/issues/31640
2017-12-04 09:59:11 +08:00
Tuomas Tynkkynen
b39ab30ba7
linux_4_13: Remove, no longer supported.
2017-12-03 23:20:08 +02:00
Tuomas Tynkkynen
b51cc95a61
ioport: Broken on non-x86
...
https://hydra.nixos.org/build/65057213
2017-12-03 19:51:58 +02:00
Ben Gamari
dc10c551eb
lvm2: Enable cross-compilation
2017-12-03 01:50:42 +02:00
Tuomas Tynkkynen
7cf9900b48
kexectools: 2.0.15 -> 2.0.16
2017-12-03 01:50:42 +02:00
Tuomas Tynkkynen
27a77af62f
pam: 1.2.1 -> 1.3.0
2017-12-03 01:50:42 +02:00
Tim Steinbach
4e7deb7100
linux-copperhead: 4.14.2.a -> 4.14.3.a
2017-12-02 14:01:14 -05:00
sg2002
af9cf7ec77
lm-sensors: add option to enable sensord ( #32172 )
2017-12-02 15:46:14 +00:00
Tim Steinbach
a57a32e07c
linux: 4.4.102 -> 4.4.103
2017-12-01 10:07:28 -05:00
Tim Steinbach
777f49bfff
linux: 4.9.65 -> 4.9.66
2017-12-01 10:04:09 -05:00
Tim Steinbach
2863022480
linux: 4.14.2 -> 4.14.3
2017-12-01 10:00:48 -05:00
Peter Hoeg
efd4ad0b16
dbus-broker: 8 -> 9
2017-12-01 19:55:17 +08:00
Vladimír Čunát
e9550f290c
nvidia_x11_legacy340: add another patch
...
I *suspect* that NV_VM_OPERATIONS_STRUCT_HAS_FAULT isn't detected
in our case for some reason, so this patch doesn't make a difference.
In any case, the patch seems unlikely to make anything worse.
2017-11-30 12:06:27 +01:00
Vladimír Čunát
b934716782
nvidia_x11_legacy304: fix build with kernel 4.14
...
/cc #31640 .
2017-11-30 09:51:17 +01:00
Vladimír Čunát
1e4d675c4e
nvidia_x11_legacy304: 304.135 -> 304.137
...
This now builds with kernel 4.13; Debian has only the typo patch there.
Curiously, .settings still fails to link on x86_64-linux but works
on i686-linux, just as with .135.
2017-11-30 09:50:22 +01:00
Vladimír Čunát
6aa3f54f8d
nvidia_x11_legacy340: patch to support kernel 4.14
...
/cc #31640 .
2017-11-29 23:26:00 +01:00
Tuomas Tynkkynen
a43ec91901
usbutils: 008 -> 009
2017-11-29 23:40:33 +02:00
Vladimír Čunát
2dfbc5f8ed
nvidia_x11_legacy340: 340.102 -> 340.104
...
Fixes #32169 : build with kernel 4.13.
Unfortunately, 4.13 is going away very soon and for 4.14 doesn't build.
I only tested building it, but these minor bumps should be safe.
2017-11-29 19:04:48 +01:00
Vladimír Čunát
5f020d5627
Merge branch 'staging'
...
There are security fixes in multiple packages /cc #32117 ,
so I'm merging a little earlier, with a few thousand jobs
still not finished on Hydra for x86_64-darwin and aarch64-linux.
2017-11-29 10:02:40 +01:00
Peter Hoeg
226c5699e7
dbus-broker: 3 -> 8
2017-11-29 08:42:44 +08:00
Vladimír Čunát
94cba39aa2
systemd resolved: patch CVE-2017-15908
...
fix loop on packets with pseudo dns types
https://github.com/NixOS/systemd/pull/14
2017-11-28 20:11:40 +01:00
Vladimír Čunát
addd20e6f9
Merge branch 'master' into staging
2017-11-28 18:19:34 +01:00
Philipp Steinpass
e8fcced76e
linux-testing: 4.14-rc8 -> 4.15-rc1
...
Closes #32137
2017-11-28 15:19:23 +02:00
Tuomas Tynkkynen
acbaefa615
Revert "linux-testing: 4.14-rc8 -> 4.15-rc1"
...
This reverts commit 9335f1dda2
.
Doesn't compile, a working version is at #32137 .
2017-11-28 15:18:49 +02:00
Orivej Desh
f8077b7ef1
criu: fix build with glibc 2.26
2017-11-28 08:12:32 +00:00
Tim Steinbach
9335f1dda2
linux-testing: 4.14-rc8 -> 4.15-rc1
2017-11-27 16:34:06 -05:00
Vladimír Čunát
6705f30e2c
Merge branch 'master' into staging
2017-11-27 15:09:53 +01:00
John Ericson
e755a8a27d
treewide: Use `targetPrefix` instead of `prefix` for platform name prefixes
...
Certain tools, e.g. compilers, are customarily prefixed with the name of
their target platform so that multiple builds can be used at once
without clobbering each other on the PATH. I was using identifiers named
`prefix` for this purpose, but that conflicts with the standard use of
`prefix` to mean the directory where something is installed. To avoid
conflict and confusion, I renamed those to `targetPrefix`.
2017-11-27 03:15:50 -05:00
Renaud
819d089772
Merge pull request #31538 from c0bw3b/pkg/libsmbios
...
libsmbios: 2.3.2 -> 2.3.3
2017-11-26 18:19:14 +01:00
Tim Steinbach
3fc7f924af
linux-copperhead: 4.14.1.a -> 4.14.2.a
2017-11-26 12:07:04 -05:00
Tuomas Tynkkynen
bc98f13222
numactl: Not supported on 32-bit ARM
2017-11-26 11:13:20 +02:00
Renaud
11c92ba6ba
libsmbios: 2.3.2 -> 2.3.3
2017-11-25 16:08:31 +01:00
Andreas Rammhold
141644e752
conky: fix compilation with gcc-7
2017-11-25 15:57:40 +01:00
Vladimír Čunát
7dfa97969a
Merge branch 'staging' (older one)
...
Hydra seems OK-ish, except that some aarch64 jobs need restarting
after qt4 timing out for the first time:
https://hydra.nixos.org/eval/1412641?compare=1412561
2017-11-24 18:36:54 +01:00
Tim Steinbach
c3ce21dd98
linux: 4.14.1 -> 4.14.2
2017-11-24 08:28:12 -05:00
Tim Steinbach
4f7fb7125a
linux: 4.13.15 -> 4.13.16
2017-11-24 08:28:12 -05:00
Tim Steinbach
3774309986
linux: 4.9.64 -> 4.9.65
2017-11-24 08:28:12 -05:00
Tim Steinbach
9d86ddc685
linux: 4.4.100 -> 4.4.102
2017-11-24 08:28:12 -05:00
Jörg Thalheim
d3c14c8efa
Merge pull request #31986 from andir/ipset
...
ipset: 6.27 -> 6.34
2017-11-24 12:55:58 +00:00
Jan Tojnar
193c4c5701
Merge pull request #30252 from jtojnar/fwupd
...
fwupd: 0.9.6 → 1.0.1
2017-11-24 04:07:52 +01:00
Andreas Rammhold
d96cac2e63
ipset: 6.27 -> 6.34
2017-11-23 20:30:22 +01:00
Jörg Thalheim
487c4a6f6e
Merge pull request #27513 from lukeadams/prl-tools-fix
...
[NixOS] Fix + update `hardware.parallels` config option
2017-11-23 14:10:21 +00:00
Moritz U
f6dfa221c9
usbip: init at ${kernel.version} ( #31948 )
...
* usbip: Init at ${kernel.version}
* usbip: simplify build
* usbip: fix build on bcachefs kernel
* usbip: revert autoreconfHook
sorry for breakage, I was testing the wrong code
2017-11-22 22:54:50 +00:00
Tim Steinbach
843ee55b66
linux-copperhead: 4.13.14.a -> 4.14.1.a
2017-11-22 08:03:56 -05:00
Jörg Thalheim
9ae72f2715
Merge pull request #31908 from andir/alsa-1.1.5
...
alsa upgrade to 1.1.5
2017-11-22 08:23:26 +00:00
Cray Elliott
2517cea040
nvidia-x11-stable: 384.90 -> 387.22
2017-11-21 19:15:37 -08:00
Orivej Desh
b8e1e7191e
Merge branch 'master' into staging
...
* master: (80 commits)
lkl: Supports aarch64
wimlib: nitpicks
gitAndTools.git-codeowners: 0.1.1 -> 0.1.2
wimlib: init at 1.12.0
kernel: improve modDirVersion error message
releaseTools.sourceTarball: Clean up temporary files
dotnetPackages.SmartIrc4net: rehash source
migmix: make it a fixed-output derivation
vm: Create /dev/full
samba: 4.6.8 -> 4.6.11 to address CVEs CVE-2017-14746 & CVE-2017-15275
microcodeIntel: 20170707 -> 20171117
sshd: Remove ripemd160 MACs
kernel config: Enable MEDIA_CONTROLLER
linux: 4.4.99 -> 4.4.100
linux: 4.9.63 -> 4.9.64
nix-bash-completions: 0.4 -> 0.5
linux: 4.14 -> 4.14.1
linux: 4.13.14 -> 4.13.15
nix-zsh-completions: 0.3.3 -> 0.3.5
dns-root-data: use a stable URL that I maintain anyway
...
2017-11-21 22:48:36 +00:00
Matthieu Coudron
28f9262092
kernel: improve modDirVersion error message
...
Now prints the current modDirVersion. Close #31887 .
2017-11-21 20:42:41 +01:00
Andreas Rammhold
111c8f1287
alsa-plugins: 1.1.4 -> 1.1.5
2017-11-21 20:23:38 +01:00
Andreas Rammhold
e1f8c72ec8
alsa-tools: 1.1.3 -> 1.1.5
2017-11-21 20:23:14 +01:00
Andreas Rammhold
9b8ebd8e14
alsa-utils: 1.1.4 -> 1.1.5
2017-11-21 20:22:54 +01:00
Andreas Rammhold
e207ac1ee3
alsa-lib: 1.1.4.1 -> 1.1.5
2017-11-21 20:22:14 +01:00
Jörg Thalheim
a4e178b3a5
Merge pull request #31900 from andir/update-intel-microcode
...
microcodeIntel: 20170707 -> 20171117
2017-11-21 17:22:24 +00:00
Andreas Rammhold
89fab17749
microcodeIntel: 20170707 -> 20171117
...
From the changelog:
```
Intel Processor Microcode Package for Linux
20171117 Release
-- New Platforms --
CFL U0 (06-9e-0a:22) 70
CFL B0 (06-9e-0b:2) 72
SKX H0 (06-55-04:b7) 2000035
GLK B0 (06-7a-01:1) 1e
APL Bx (06-5c-09:3) 2c
-- Updates --
KBL Y0 (06-8e-0a:c0) 66->70
-- Removed files --
SKX H0 (06-55-04:97) 2000022
```
2017-11-21 17:17:49 +01:00
Raymond Gauthier
7cdd12e4e9
kernel config: Enable MEDIA_CONTROLLER
...
With this disabled, cameras would not get a `/dev/mediaX` entry matching
the `/dev/videoX` which broke any application (e.g: `uvcdynctrl -l`,
`media-ctl -p`) depending on this interface.
2017-11-21 16:33:31 +02:00
Tim Steinbach
3300ec2b92
linux: 4.4.99 -> 4.4.100
2017-11-21 08:08:40 -05:00
Tim Steinbach
03a3ab5db1
linux: 4.9.63 -> 4.9.64
2017-11-21 08:06:47 -05:00
Tim Steinbach
e3877445aa
linux: 4.14 -> 4.14.1
2017-11-21 08:04:26 -05:00
Tim Steinbach
332ac0bdec
linux: 4.13.14 -> 4.13.15
2017-11-21 08:02:12 -05:00
Tim Steinbach
58cc833df4
linux-copperhead: 4.13.13.a -> 4.13.14.a
2017-11-20 11:44:03 -05:00
Raymond Gauthier
fb3ad1455a
libwebcam: Init at 0.2.5
2017-11-20 16:34:15 +00:00
Orivej Desh
ab0d141f44
Merge branch 'master' into staging
...
* master: (23 commits)
silver-searcher: patch bash completions location
shairplay: init at 2016-01-01
ocamlPackages.rope: 0.5 -> 0.6
ocamlPackages.ocaml_gettext: 0.8.7 -> 0.8.8
mupdf: Patch openjpeg version
nextcloud-client: fix build after qt updates
gstreamer.gst-plugins-bad: Patch openjpeg version
silver-searcher: move bash completion to etc/bash-completion.d/
neomutt: use mime.types from dedicated mime-types derivation
mime_types: rename to mime-types
XMLLibXML: 2.0129 -> 2.0132 fixes failing tests & CVE-2017-10672
nixos/matrix-synapse: remove unused log_file config
nixos: run parted with --script option (3rd)
nixos: run parted with --script option (2nd)
nixos/release: add nixos/tests/switch-test.nix to tested job
nixos/system: make switch-to-configuration script pure.
nixos/release: include mutableUsers test to release tests.
nixos/tests: Add a test for config.users.mutableUsers.
corebird: 1.7.2 -> 1.7.3
nixos/matrix-synapse: make home directory configurable
...
2017-11-20 09:21:51 +00:00
Pascal Wittmann
afcf6742dd
Merge pull request #31804 from NeQuissimus/beagleboard_4_9_61
...
linux-beagleboard: 4.9.59-r73 -> 4.9.61-r76
2017-11-20 09:20:25 +01:00
Tuomas Tynkkynen
dfd2e6ff74
iproute: 4.13.0 -> 4.14.1
2017-11-19 19:14:22 +02:00
Tuomas Tynkkynen
d1f7d794cf
devicemapper: 2.02.175 -> 2.02.176
2017-11-19 19:14:19 +02:00
Franz Pletz
265f4c58a1
wireguard: 0.0.20171101 -> 0.0.20171111
2017-11-19 04:41:16 +01:00
Tim Steinbach
170f5c7543
linux-beagleboard: 4.9.59-r73 -> 4.9.61-r76
2017-11-18 17:33:40 -05:00
Tim Steinbach
ac470a67f8
linux: 4.4.98 -> 4.4.99
2017-11-18 17:19:50 -05:00
Tim Steinbach
c6f1290250
linux: 4.9.62 -> 4.9.63
2017-11-18 17:16:14 -05:00
Tim Steinbach
790f096a45
linux: 4.13.13 -> 4.13.14
2017-11-18 17:12:18 -05:00
Jan Tojnar
227a92f698
fwupd: 0.9.6 → 1.0.1
2017-11-17 18:54:45 +01:00
Tuomas Tynkkynen
eb85761137
kernel: Fix out-of-tree modules on aarch64
...
https://hydra.nixos.org/build/62813493
2017-11-17 17:06:52 +02:00
Tim Steinbach
55851579d9
linux-copperhead: 4.13.12.a -> 4.13.13.a
2017-11-16 13:58:47 -05:00