Commit graph

9499 commits

Author SHA1 Message Date
Matthew Bauer 4224b034cc systemd: use lib.getBin for utillinux
it’s almost always a better idea to use getBin instead of .bin.
Otherwise, we could get an evaluation error if utillinux is missing
the bin otuput.
2019-04-20 16:39:12 -04:00
Tim Steinbach 297f8c55e5
linux: 5.0.8 -> 5.0.9 2019-04-20 08:31:09 -04:00
Tim Steinbach 24867c60e4
linux: 4.9.169 -> 4.9.170 2019-04-20 08:30:55 -04:00
Tim Steinbach d5bbae8308
linux: 4.19.35 -> 4.19.36 2019-04-20 08:30:42 -04:00
Tim Steinbach ab17efc087
linux: 4.14.112 -> 4.14.113 2019-04-20 08:30:25 -04:00
Jan Tojnar d3259ed673
Merge branch 'master' into staging 2019-04-20 12:49:01 +02:00
embr d88c68167a jool: removed kernel version assertion
I don't think this really makes sense, because upstream doesn't list any constraints on supported kernel versions, and worst case it'll just fail to build.
2019-04-20 09:54:30 +01:00
embr 68b4cf39a9 jool: unstable-20180706 -> 4.0.0 2019-04-20 09:42:48 +01:00
Matthew Bauer d8934feba1 kernel-headers: infer ARCH from config triple
This makes us less reliant on the systems/examples.nix. You should be
able to cross compile with just your triple:

$ nix build --arg crossSystem '{ config = "armv6l-unknown-linux-gnueabi"; }' stdenv
2019-04-19 14:53:48 -04:00
Will Dietz c6c8fe5583
Merge pull request #59747 from dtzWill/fix/pam-1.3.1-musl
libpam: fix w/musl after update to 1.3.1
2019-04-18 11:43:32 -05:00
Will Dietz c260a8d063 libpam: fix w/musl after update to 1.3.1 2019-04-18 11:42:15 -05:00
Will Dietz e1c7c1981a libcap: 2.26 -> 2.27
https://sites.google.com/site/fullycapable/release-notes-for-libcap/releasenotesfor227
2019-04-18 08:43:05 +02:00
Frederik Rietdijk 9d87ccabce Merge master into staging-next 2019-04-18 08:25:25 +02:00
adisbladis e3a83b5bc0
zfsUnstable: 0.8.0-rc3 -> 0.8.0-rc4 2019-04-17 20:57:51 +01:00
Will Dietz 31726fd9a6
Merge pull request #59417 from dtzWill/update/musl-1.1.22
musl: 1.1.21 -> 1.1.22
2019-04-17 14:06:14 -05:00
markuskowa 3884afada4
Merge pull request #59501 from dtzWill/feature/numatop
numatop: init at 2.1
2019-04-17 17:24:34 +02:00
Tim Steinbach e9621b2c96
linux: 5.0.7 -> 5.0.8 2019-04-17 10:05:55 -04:00
Tim Steinbach 41336064ab
linux: 4.9.168 -> 4.9.169 2019-04-17 10:05:55 -04:00
Tim Steinbach f9c38693da
linux: 4.19.34 -> 4.19.35 2019-04-17 10:05:55 -04:00
Tim Steinbach dd3964e885
linux: 4.14.111 -> 4.14.112 2019-04-17 10:05:54 -04:00
Will Dietz e50c71b3b1 firmwareLinuxNonfree: 20190312 -> 20190416
restore outputHash attributes, since I already have them...
2019-04-16 19:04:58 -05:00
Michael Weiss b3bcdf8cf5
fuse3: 3.4.2 -> 3.5.0 2019-04-16 23:40:41 +02:00
Joachim F d7da5e2af2
Merge pull request #53826 from delroth/randstruct-custom-seed
nixos: allow customizing the kernel RANDSTRUCT seed
2019-04-16 17:49:19 +00:00
Frederik Rietdijk 2b52da5f99
Merge pull request #58222 from bobvanderlinden/var-run-pkgs
tree-wide: pkgs: /var/run -> /run
2019-04-16 19:02:56 +02:00
Linus Heckemann 972c0ca809 libaudit: enable arm (including aarch64) support 2019-04-16 19:02:02 +02:00
Matthias Beyer 99a2cefdde pam: 1.3.0 -> 1.3.1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-04-16 18:55:09 +02:00
Frederik Rietdijk bae32a9f5c Merge staging-next into staging 2019-04-16 18:54:15 +02:00
R. RyanTM d444d6907f nmon: 16i -> 16j
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nmon/versions
2019-04-16 18:47:03 +02:00
Matthew Bauer f475aeaf29
Merge pull request #59535 from matthewbauer/homepage-fixes
treewide: update homepages to https where available
2019-04-15 20:47:30 -04:00
Matthew Bauer 7d0db6af7e
Merge pull request #59551 from matthewbauer/busybox-clang-cross
busybox: add patch to allow cross in llvm
2019-04-15 11:24:09 -04:00
Matthew Bauer 290a5d916e treewide: update homepages to https where available
Based on "problems" from repology:

https://repology.org/repository/nix_unstable/problems

Mostly simple changes to reflect redirects.
2019-04-15 10:10:05 -04:00
Will Dietz 49ed37b4f3 numatop: platforms 2019-04-15 08:05:17 -05:00
markuskowa 50fc2e7382 numatop: improve description, as suggested during review (ty!)
Co-Authored-By: dtzWill <github@wdtz.org>
2019-04-15 08:05:03 -05:00
Will Dietz 0d600ae89e numatop: init at 2.1 2019-04-15 08:04:27 -05:00
Tim Steinbach 4907b2165b
linux: 5.1-rc4 -> 5.1-rc5 2019-04-15 08:26:04 -04:00
Matthew Bauer 3bf69b1e40 busybox: add patch to allow cross in llvm
Fixes #57670

$ nix build -f. --arg crossSystem '{ config = "aarch64-unknown-linux-musl"; useLLVM = true; }' busybox
2019-04-14 22:03:33 -04:00
R. RyanTM e2e404e6f3 fwts: 19.02.00 -> 19.03.00
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fwts/versions
2019-04-14 11:10:34 -07:00
R. RyanTM 19ddbf4901 cifs-utils: 6.8 -> 6.9
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cifs-utils/versions
2019-04-14 04:05:41 -07:00
Linus Heckemann 217cfbe11a aggregateModules: allow passing name 2019-04-13 23:22:07 +02:00
Will Dietz 9c085078f7 musl: 1.1.21 -> 1.1.22
https://www.openwall.com/lists/musl/2019/04/10/1
2019-04-13 13:23:30 -05:00
adisbladis 917a7fa1cb
Merge pull request #59361 from bricewge/2019-04-12-tomb
tomb: add sudo to buildInputs
2019-04-13 02:39:57 +03:00
Dmitry Kalinkin 1fc591f9a5
Merge pull request #57918 from bobvanderlinden/alsa-oss-tools-1.1.8 2019-04-12 17:58:41 -04:00
Brice Waegeneire ff3b3674a6 tomb: add sudo to buildInputs 2019-04-12 17:26:37 +02:00
Peter Simons 88e7c77bb2
Merge pull request #56923 from rnhmjoj/xfix
treewide: fixup bcf54ce
2019-04-12 11:07:35 +02:00
rnhmjoj 5ea4160b33
treewide: fixup bcf54ce
fix the executable bit for scripts installed with substituteAll
and some remaining shebangs.
2019-04-12 09:09:22 +02:00
Tim Steinbach f5d208d754
linux: 5.1-rc3 -> 5.1-rc4 2019-04-11 17:58:41 -04:00
Bob van der Linden 605f67eab4
alsa-plugins: use $out/etc/alsa/conf.d for alsalconfdir 2019-04-11 23:07:42 +02:00
Bob van der Linden 8f6aa781e8
alsa-{oss,plugins}: use pname 2019-04-11 22:46:35 +02:00
Bob van der Linden fae2dc74a6
alsa-oss: split version from name 2019-04-11 22:03:07 +02:00
Bob van der Linden c5c0c8f9fa
alsa-plugins: 1.1.6 -> 1.1.8 2019-04-11 22:02:06 +02:00
Bob van der Linden 81318908a5
util-linux: /var/run -> /run 2019-04-11 20:05:35 +02:00
Bob van der Linden 9e40609da7
udisks: /var/run -> /run 2019-04-11 20:05:35 +02:00
Frederik Rietdijk c6341c279b Merge staging-next into staging 2019-04-11 07:52:44 +02:00
Frederik Rietdijk 230c67f43b Merge master into staging-next 2019-04-11 07:50:23 +02:00
Michael Weiss a3f9dc16cd
nvme-cli: 1.8 -> 1.8.1 2019-04-10 12:30:20 +02:00
markuskowa 074b7e3ebc
Merge pull request #53460 from markuskowa/upd-v4lutils
v4l-utils: 1.16.2 -> 1.16.5
2019-04-09 23:06:08 +02:00
Renaud 2d7cf0627d
Merge pull request #57991 from eadwu/nvidia_x11/418.56
nvidia_x11: 418.43 -> 418.56
2019-04-09 22:35:00 +02:00
Frederik Rietdijk ef0345a3fa Merge staging-next into staging 2019-04-09 20:39:09 +02:00
Frederik Rietdijk d108b49168 Merge master into staging-next 2019-04-09 16:38:35 +02:00
Michael Weiss 8fcb1b9d4f
nvme-cli: 1.7 -> 1.8 2019-04-09 11:44:37 +02:00
Matthieu Coudron f173c7b831 linux_mptcp: 0.94.3 -> 0.94.4 (#59045)
Motivation: https://github.com/multipath-tcp/mptcp/releases/tag/v0.94.4
2019-04-09 09:34:03 +00:00
R. RyanTM 78f3220991 kexectools: 2.0.18 -> 2.0.19 (#57264)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kexec-tools/versions
2019-04-08 23:50:23 +02:00
R. RyanTM ddb513d438 sysstat: 12.1.2 -> 12.1.3 (#58894)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sysstat/versions
2019-04-08 20:11:10 +02:00
Ryan Mulligan 4ab05c5aca
Merge pull request #58005 from r-ryantm/auto-update/audit
audit: 2.8.4 -> 2.8.5
2019-04-08 07:14:53 -07:00
Markus Kowalewski 74e3bf3c0f
v4l-utils: 1.16.2 -> 1.16.5 2019-04-08 15:24:07 +02:00
Peter Hoeg f68549c338
Merge pull request #57946 from bricewge/tomb-2.5-no-gpg-symlink
tomb: remove gpg symlink
2019-04-08 11:52:35 +08:00
Matthew Bauer 5541559635 fuse3: use /etc/fuse.conf for configuration (#59043)
We don’t want the config file to be read only and in the Nix store.
2019-04-07 23:00:51 +02:00
R. RyanTM b6d6a1c707 roccat-tools: 5.7.0 -> 5.8.0 (#58872)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/roccat-tools/versions
2019-04-07 16:23:59 +02:00
R. RyanTM f4465cc7eb alsaOss: 1.1.6 -> 1.1.8 (#58619)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/alsa-oss/versions
2019-04-07 16:02:59 +02:00
Frederik Rietdijk 7f7da0a16f Merge master into staging-next 2019-04-07 15:14:52 +02:00
Tim Steinbach 922c07d2d2
linux: Fix update script
The script was wrecking `modDirVersion`, putting them back and
ensuring it will not break again.
2019-04-07 08:34:12 -04:00
Frederik Rietdijk 4a125f6b20 Merge master into staging-next 2019-04-07 08:33:41 +02:00
Tim Steinbach eedb7e7ec6
linux: 5.0.6 -> 5.0.7 2019-04-06 12:54:45 -04:00
Tim Steinbach 21373e9c6f
linux: 4.9.167 -> 4.9.168 2019-04-06 12:52:12 -04:00
Tim Steinbach c45589b0bb
linux: 4.19.33 -> 4.19.34 2019-04-06 12:52:04 -04:00
Tim Steinbach b60ce2e638
linux: 4.14.110 -> 4.14.111 2019-04-06 12:51:53 -04:00
Tim Steinbach 4d2c4387cc
linux: Update script commit 2019-04-06 12:51:14 -04:00
Vladimír Čunát 526c4292ae
Merge branch 'staging-next'
This iteration was long, about five weeks (2fcb11a2), I think.
Darwin: it's missing a few thousand binaries and there's a make-netbsd
regression, but I suppose these aren't merge blockers.
2019-04-06 13:20:53 +02:00
Herwig Hochleitner 72a6438f37 firmware-linux-nonfree: 2019-02-13 -> 2019-03-12 2019-04-05 15:48:34 +02:00
Brice Waegeneire 9de07305b4 tomb: remove gpg symlink 2019-04-05 14:10:41 +02:00
Terje Larsen 9e3fb456e3
linuxPackages.sysdig: 0.24.2 -> 0.25 2019-04-05 12:49:31 +02:00
Jan Tojnar cb1a20499a
Merge branch 'master' into staging 2019-04-05 11:37:15 +02:00
Tim Steinbach 0bb32d2776
linux: 5.0.5 -> 5.0.6 2019-04-03 19:37:30 -04:00
Tim Steinbach 4a91a6e05f
linux: 4.19.32 -> 4.19.33 2019-04-03 19:37:30 -04:00
Tim Steinbach c0d537c780
linux: 4.14.109 -> 4.14.110 2019-04-03 19:37:30 -04:00
Tim Steinbach e731feae7f
linux: 4.9.166 -> 4.9.167 2019-04-03 19:37:30 -04:00
Tim Steinbach 84fc0fb8d1
linux: 4.4.177 -> 4.4.178 2019-04-03 19:37:29 -04:00
Peter Hoeg 61613a2512
Merge pull request #57337 from peterhoeg/m/logitech
nixos: better support for logitech devices and update relevant packages
2019-04-03 21:19:56 +08:00
markuskowa 483fe6a15c
Merge pull request #58866 from r-ryantm/auto-update/rdma-core
rdma-core: 22.1 -> 23
2019-04-03 10:21:05 +02:00
R. RyanTM 3e36c91289 rdma-core: 22.1 -> 23
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rdma-core/versions
2019-04-02 16:23:56 -07:00
Samuel Dionne-Riel 2f30b7924e
Merge pull request #57885 from acowley/hsa_amd
linux: Enable AMD's amdkfd kernel driver in >= 4.20
2019-04-02 16:51:30 -04:00
Vladimír Čunát 2771375d6e
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1512490
2019-04-02 20:56:53 +02:00
Franz Pletz 6fe8153609
batman-adv: 2019.0 -> 2019.1 2019-04-02 12:02:41 +02:00
Tim Steinbach e072c23804
linux: 5.1-rc2 -> 5.1-rc3 2019-04-01 08:30:09 -04:00
John Ericson 4ccb74011f Merge commit '18aa59b0f26fc707e7313f8467e67159e61600c2' from master into staging
There was one conflict in the NixOS manual; I checked that it still
built after resolving it.
2019-04-01 00:40:03 -04:00
Tim Steinbach 9ba43c07cb
linux: 5.0-rc8 -> 5.1-rc2 2019-03-31 14:37:51 -04:00
Florian Klink a960f9e0c5
Merge pull request #58438 from dtzWill/update/microcode-20190312
microcodeIntel: 20180807a -> 20190312 (from intel github)
2019-03-28 23:05:05 +01:00
Silvan Mosberger 2b06732781
Merge pull request #57626 from dtzWill/update/cgmanager-0.42
cgmanager: 0.41 -> 0.42
2019-03-28 18:44:56 +01:00
R. RyanTM ca691e8f42 libratbag: 0.9.904 -> 0.9.905 (#57292)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libratbag/versions
2019-03-27 23:10:10 +01:00
Will Dietz ba31c45cbb microcodeIntel: 20180807a -> 20190312 (from intel github)
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/blob/microcode-20190312/releasenote#L85
2019-03-27 09:49:10 -05:00