Commit graph

10621 commits

Author SHA1 Message Date
Frederik Rietdijk dafee3d91a Merge master into staging-next 2019-06-23 15:38:41 +02:00
Tim Steinbach ad1ead12c5
linux: 5.2-rc5 -> 5.2-rc6 2019-06-23 07:38:23 -04:00
Martin Weinelt 6dbb142de4
microcodeIntel: 20190514 -> 20190618 2019-06-22 22:39:27 +02:00
Mario Rodas 2932be89af
Merge pull request #63051 from marsam/init-noah
noah: init at 0.5.1
2019-06-22 13:18:45 -05:00
Tim Steinbach 8b7c42032e
linux: 5.1.12 -> 5.1.14 2019-06-22 12:27:37 -04:00
Tim Steinbach 34d4fd0a1d
linux: 4.9.182 -> 4.9.183 2019-06-22 12:27:21 -04:00
Tim Steinbach 2eedc1d464
linux: 4.4.182 -> 4.4.183 2019-06-22 12:27:07 -04:00
Tim Steinbach f12542e8cd
linux: 4.19.53 -> 4.19.55 2019-06-22 12:26:43 -04:00
Tim Steinbach 3c20a64034
linux: 4.14.128 -> 4.14.129 2019-06-22 12:26:23 -04:00
Frederik Rietdijk 72d647f3d8 Merge master into staging-next 2019-06-21 08:20:26 +02:00
Matthew Bauer 04e6a1bb9b
Merge pull request #63081 from caadar/master
Improve ZFS Bash completions user expirience
2019-06-20 15:29:03 -04:00
Mario Rodas 5d9924a901
Merge pull request #63272 from r-ryantm/auto-update/ipset
ipset: 7.1 -> 7.2
2019-06-20 05:45:15 -05:00
Mario Rodas 320412c7e3
Merge pull request #63289 from r-ryantm/auto-update/linuxconsoletools
linuxConsoleTools: 1.6.0 -> 1.6.1
2019-06-20 05:34:07 -05:00
Mario Rodas 71b7116f12
Merge pull request #63441 from r-ryantm/auto-update/sysstat
sysstat: 12.1.4 -> 12.1.5
2019-06-19 19:41:20 -05:00
Tim Steinbach 67b15913bd
linux: 5.1.11 -> 5.1.12 2019-06-19 08:54:10 -04:00
Tim Steinbach e7a8570663
linux: 4.19.52 -> 4.19.53 2019-06-19 08:54:09 -04:00
Tim Steinbach 904b69d48a
linux: 4.14.127 -> 4.14.128 2019-06-19 08:54:07 -04:00
Matthieu Coudron d81797a248
Merge pull request #63142 from luaduck/kernel-usbhiddev-pls
linux: Enable kernel config option for raw HID devices
2019-06-19 11:28:41 +02:00
Alyssa Ross d89ed88c8d
linux_5_0: remove
EOLed upstream.
2019-06-18 23:48:37 +00:00
R. RyanTM 302dc79ba8 sysstat: 12.1.4 -> 12.1.5
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-06-18 07:23:23 -07:00
Vladimír Čunát 5e045da578
treewide: fixup evaluation of updater scripts
... broken by f3282c8 #63177.  Discovered by the tarball job:
https://hydra.nixos.org/build/94927223
2019-06-18 13:10:23 +02:00
Jan Tojnar 8cef6ec5fe
ffado: prevent build tools from leaking into closure (#63393)
ffado: prevent build tools from leaking into closure
2019-06-18 11:39:38 +02:00
Marek Mahut ad2aa38006 bluez: CVE-2018-10910 2019-06-18 11:15:26 +02:00
Frederik Rietdijk f120248daf Merge staging-next into staging 2019-06-18 11:07:56 +02:00
Jan Tojnar e40d568daa
ffado: prevent build tools from leaking into closure
FFADO stored paths to various build dependencies and libraries
like gcc or pyuic5 (from PyQT) in $out/lib/libffado/static_info.txt,
thus  bringing them into the runtime closure.

With Nix, this information is not really critical, as we can find
out the exact dependencies from .drv files in Nix store.

This alone reduced the closure size from 914866184B to 132341176B.
2019-06-18 02:46:36 +02:00
Alyssa Ross 73e0f13bac
linux_5_1: 5.1.10 -> 5.1.11
CVE-2019-11477
CVE-2019-11478
CVE-2019-11479
2019-06-17 19:43:48 +00:00
Alyssa Ross d5bf0ae804
linux_4_19: 4.19.51 -> 4.19.21
CVE-2019-11477
CVE-2019-11478
CVE-2019-11479
2019-06-17 19:43:47 +00:00
Alyssa Ross 84de6aed79
linux_4_14: 4.14.126 -> 4.14.127
CVE-2019-11477
CVE-2019-11478
CVE-2019-11479
2019-06-17 19:43:45 +00:00
Alyssa Ross 9ccdf3c9f5
linux_4_9: 4.9.181 -> 4.9.182
CVE-2019-11477
CVE-2019-11478
CVE-2019-11479
2019-06-17 19:43:44 +00:00
Alyssa Ross 4810809625
linux_4_4: 4.4.181 -> 4.4.182
CVE-2019-11477
CVE-2019-11478
CVE-2019-11479
2019-06-17 19:43:41 +00:00
Matthew Bauer 4d6f65b81f
Merge pull request #62167 from matthewbauer/alias-libgl
Add libGL* aliases
2019-06-17 15:18:29 -04:00
Matthew Bauer 263f5891b6 treewide: mesa_noglu, mesa_drivers, libGL_driver -> mesa
Just use mesa for these to be more clear. Move these to aliases.nix
2019-06-17 14:43:18 -04:00
Ryan Mulligan d55c57aff8
Merge pull request #63251 from r-ryantm/auto-update/fwts
fwts: 19.05.00 -> 19.06.00
2019-06-17 11:05:09 -07:00
R. RyanTM e43eac2181 linuxConsoleTools: 1.6.0 -> 1.6.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/linuxconsoletools/versions
2019-06-17 00:07:29 -07:00
Franz Pletz fa6c8ada20
Merge pull request #63171 from Mic92/zfs
zfs: 0.8.0 -> 0.8.1
2019-06-17 05:43:43 +00:00
R. RyanTM 62950bca1a ipset: 7.1 -> 7.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ipset/versions
2019-06-16 20:31:04 -07:00
R. RyanTM b2a78de0c0 fwts: 19.05.00 -> 19.06.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-06-16 16:20:10 -07:00
Austin Seipp f71d8bd500 linux_testing: 5.2-rc4 -> 5.2-rc5
Signed-off-by: Austin Seipp <as@fastly.com>
2019-06-16 17:31:23 -05:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Jörg Thalheim b916d11a6e
zfsUnstable: 0.8.0 -> 0.8.1 2019-06-15 19:35:30 +01:00
Jörg Thalheim 05f7301a9e
zfs: 0.8.0 -> 0.8.1 2019-06-15 19:35:25 +01:00
Samuel Dionne-Riel adc62907a6 linux: Enables support for the Allwinner Display Engine 2.0 2019-06-15 14:26:20 -04:00
Tim Steinbach d208a0678e
linux: 5.1.9 -> 5.1.10 2019-06-15 13:58:09 -04:00
Tim Steinbach cd8dfda9a7
linux: 4.19.50 -> 4.19.51 2019-06-15 13:58:09 -04:00
Tim Steinbach e84ec43eba
linux: 4.14.125 -> 4.14.126 2019-06-15 13:58:09 -04:00
Graham Christensen d925731a17
Merge pull request #63153 from flokli/mingwrt-src
windows.mingwrt: fix src url
2019-06-15 09:03:45 -04:00
Florian Klink ddfc4797fb windows.mingwrt: fix src url 2019-06-15 13:33:32 +02:00
Ambroz Bizjak d1226bff8e nvidia-x11: Set 32-bit library paths for 32-bit libraries.
Patchelf was being called to point RUNPATH to 64-bit library paths even for 32-bit libraries.
2019-06-15 10:54:50 +02:00
Frederik Rietdijk 087b87758e Merge master into staging-next 2019-06-15 08:17:58 +02:00
duck 4cd1dd5dc9
linux: enable config option for raw HID devices
This flag allows for things like Uninterruptable Power Supplies to work properly. See https://cateee.net/lkddb/web-lkddb/USB_HIDDEV.html for more information.
2019-06-14 23:15:12 +01:00
caadar fcbbfeeaa8 Add ZFS completions/zpool 2019-06-14 23:10:14 +03:00
Michael Weiss f2cfc158b2
fuse,fuse3: Avoid unnecessary build warnings
Do not set FUSERMOUNT_DIR since we already set it though
NIX_CFLAGS_COMPILE.

Setting it twice results in a lot of warnings like this one:

<command-line>:0:0: warning: "FUSERMOUNT_DIR" redefined

which makes the build look potentially broken.
This doesn't affect the result but fuse3 will now build without any
warnings and building fuse yields less warnings.
2019-06-14 22:09:15 +02:00
Vladimír Čunát 788261a1a9
Merge branch 'master' into staging-next
Brings in Haskell rebuild.
Hydra nixpkgs: ?compare=1525186
2019-06-14 17:47:23 +02:00
Michael Weiss b8c827c266
fuse3: 3.5.0 -> 3.6.1 2019-06-14 13:38:22 +02:00
Mario Rodas 7b2325622a
noah: init at 0.5.1 2019-06-12 21:30:00 -05:00
Mario Rodas f00a9f2689
zfs: fix install completions 2019-06-12 18:00:00 -05:00
caadar 57301d9b2f Add Bash completions for ZFS. (#62986)
* Add Bash completions for ZFS.

* Load completions on demand only.
2019-06-12 18:15:35 -04:00
Tim Steinbach 9ac722052e
linux: 5.1.8 -> 5.1.9 2019-06-12 13:09:46 -04:00
Tim Steinbach 498910d4d1
linux: 4.9.180 -> 4.9.181 2019-06-12 13:09:46 -04:00
Tim Steinbach 879ba019ab
linux: 4.4.180 -> 4.4.181 2019-06-12 13:09:46 -04:00
Tim Steinbach 225fc210f1
linux: 4.19.49 -> 4.19.50 2019-06-12 13:09:45 -04:00
Tim Steinbach a7ed499450
linux: 4.14.124 -> 4.14.125 2019-06-12 13:09:11 -04:00
Frederik Rietdijk 7184efb40a Merge master into staging-next 2019-06-12 09:22:07 +02:00
Franz Pletz 9b2ee2c057
Merge pull request #62838 from mayflower/fix/cryptsetup-kernel-crypto
cryptsetup: enable kernel crypto api support again
2019-06-12 05:05:38 +00:00
Matthew Bauer dba9208407
Merge pull request #62684 from bdesham/trash-0.9.2
trash: 0.9.1 -> 0.9.2
2019-06-11 19:32:55 -04:00
Matthew Bauer dd125a10ab
Merge pull request #53821 from eadwu/linux_rpi/allow-modDirVersion-override
linux_rpi: allow modDirVersion override
2019-06-10 21:40:36 -04:00
Ivan Kozik 16a1a4c589 bcc: 0.9.0 -> 0.10.0 2019-06-10 17:48:56 -07:00
Joachim F c58b5f6f4b
Merge pull request #62946 from joachifm/feat/udisks1-broken
udisks1: mark as broken
2019-06-10 16:41:07 +00:00
Joachim Fasting f83357f60b
udisks-glue: mark as broken
The only consumer of udisks1
2019-06-10 14:31:11 +02:00
Joachim Fasting 404c2e5b24
udisks1: mark as broken
The build has been broken for a long time; udisks1 is
also deprecated.
2019-06-10 14:31:05 +02:00
Frederik Rietdijk e58f0f6c99 Merge master into staging-next 2019-06-10 10:35:50 +02:00
Tim Steinbach 9a7e890e31
linux: 5.2-rc3 -> 5.2-rc4 2019-06-09 12:28:30 -04:00
Tim Steinbach 35a27d3e39
linux: 5.1.7 -> 5.1.8 2019-06-09 12:28:30 -04:00
Tim Steinbach 6634075cb9
linux: 4.19.48 -> 4.19.49 2019-06-09 12:28:29 -04:00
Tim Steinbach fdd34cb63d
linux: 4.14.123 -> 4.14.124 2019-06-09 12:28:29 -04:00
Franz Pletz b7b92bc968
Revert "Revert "alsaLib: 1.1.8 -> 1.1.9" (#62895)"
This reverts commit bbb3801141.

The issue in pulseaudio was fixed by dacc02faa5.

cc #62895
2019-06-09 17:56:31 +02:00
Vladimír Čunát 19fd24d6f2
Merge #61574: Fix build with pkgsMusl 2019-06-09 16:19:18 +02:00
Timo Kaufmann bbb3801141
Revert "alsaLib: 1.1.8 -> 1.1.9" (#62895)
This reverts commit 2a5923aa2e.

Breaks sound, at least for some people.
https://discourse.nixos.org/t/no-sound-on-unstable/3130
2019-06-09 16:17:54 +02:00
Vladimír Čunát b73f382f25
audit: reduce non-musl dependencies after parent commit
Reduction of build-time closures, and avoiding a mass rebuild now.
And I believe these belong into native inputs.
2019-06-09 16:16:51 +02:00
Frederik Rietdijk d3afcac771 Merge master into staging-next 2019-06-09 12:28:52 +02:00
Ambroz Bizjak a4de5673de nvidia-x11: Put absolute library paths into ICD config files. 2019-06-08 20:34:27 +02:00
Daiderd Jordan c969ca3b99
Merge pull request #61376 from LnL7/chunkwm
chunkwm: init at 0.4.9
2019-06-08 11:26:33 +02:00
dsx 643de9b82c linux: Enable IPv6 support for IPVS (CONFIG_IP_VS_IPV6) 2019-06-08 08:23:48 +00:00
Daiderd Jordan 6b363b3717
chunkwm: init at 0.4.9 2019-06-07 22:15:53 +02:00
Franz Pletz 2587df7f02
cryptsetup: enable kernel crypto api support again
This is needed for tcrypt and the benchmark subcommand. If enabled,
it is also used to unlock LUKS2 volumes and therefore the kernel modules
providing this feature need to be available in our initrd.

Fixes #42163. #54019.
2019-06-07 22:15:35 +02:00
Tim Steinbach fef728b6ea
linux: 5.2-rc2 -> 5.2-rc3 2019-06-07 14:58:17 -04:00
Jörg Thalheim 48bb168e26
zfs: 0.7.13 -> 0.8.0 (#62763)
zfs: 0.7.13 -> 0.8.0
2019-06-07 11:15:37 +01:00
Vladimír Čunát 8f5edef47e
Merge branch 'staging-next' (PR #62209) 2019-06-07 08:07:10 +02:00
Nikolay Amiantov 63ac0fa94d nfs-utils: use upstream patch to fix i686 build 2019-06-06 21:26:18 +03:00
Nikolay Amiantov 7e6756af41 nfs-utils: fix format strings in nfsdcld 2019-06-06 16:00:48 +03:00
Jörg Thalheim 11b8a5f20e
zfs: 0.7.13 -> 0.8.0
Same as zfsUnstable for the moment.
We still keep the zfsUnstable expression as we likely
need it in the near future again.
Also remove spl since it is no longer needed.
2019-06-06 10:07:43 +01:00
Robert Helgesson c68b82c779
radeontop: 1.1 -> 1.2 2019-06-05 23:52:10 +02:00
Tim Steinbach d0343a2943
linux: 5.1.6 -> 5.1.7 2019-06-05 09:26:22 -04:00
Tim Steinbach 0856849a3e
linux: 5.0.20 -> 5.0.21 2019-06-05 09:23:26 -04:00
Tim Steinbach badc197e28
linux: 4.19.47 -> 4.19.48 2019-06-05 09:19:55 -04:00
Franz Pletz e7a0328c53
pam_u2f: 1.0.8 -> 1.0.9
Fixes CVE-2019-12209 & CVE-2019-12210.

https://developers.yubico.com/pam-u2f/Release_Notes.html
2019-06-05 12:39:06 +02:00
Vladimír Čunát c0ccf42c69
Merge branch 'staging-next' into staging 2019-06-05 11:12:34 +02:00
Vladimír Čunát 576af17187
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1523575
2019-06-05 11:06:44 +02:00
worldofpeace 947c814aa8
Merge pull request #62438 from r-ryantm/auto-update/irqbalance
irqbalance: 1.5.0 -> 1.6.0
2019-06-04 23:33:46 -04:00
Benjamin Esham 6586effe96 trash: 0.9.1 -> 0.9.2 2019-06-04 15:58:40 -04:00
Silvan Mosberger b13df4545c
trinity: small clean up 2019-06-04 16:00:29 +02:00
Will Dietz c057ef62ad
Merge pull request #62188 from dtzWill/update/iptables-1.8.3
iptables: 1.8.2 -> 1.8.3, libnftnl: 1.1.2 -> 1.1.3
2019-06-04 01:35:13 -05:00
Matthew Bauer dc42372809
Merge pull request #61168 from matthewbauer/release-cross-fixes
release-cross.nix changes/fixes
2019-06-03 20:13:43 -04:00
Nikolay Amiantov 52f171064c schedtool: update URL 2019-06-04 01:36:27 +03:00
Nikolay Amiantov af28dd0c71 nfs-utils: 2.3.3 -> 2.3.4 2019-06-04 01:36:27 +03:00
Nikolay Amiantov fe3333273b android-udev-rules: 20190114 -> 20190315 2019-06-04 01:36:27 +03:00
Vladimír Čunát ee86a325dd
Merge branch 'staging-next' into staging
Conflicts (simple):
	nixos/doc/manual/release-notes/rl-1909.xml
2019-06-03 22:34:49 +02:00
Andreas Rammhold 0f93834c5e
systemd: remove references to $out/lib/systemd/catalog
On aarch64 we "leak" a reference to $out/lib/systemd/catalog in the lib
output. The result of that is a dependency cycle between $out and $lib.
Thus nix (rightfully) marks the build as failed. That reference
originates from an array of strings (catalog_file_dirs) in systemd
(src/src/journal/catalog.{c,h}).  The only consumer (as of v242) of the
symbol is the main function of journalctl.  Still libsystemd.so contains
the VALUE but not the symbol.  Systemd seems to be properly using
function & data sections together with the linker flags to garbage
collect unused sections (-Wl,--gc-sections).  For unknown reasons those
flags do not eliminate the unused string constants, in this case on
aarch64-linux. The hacky way is to just remove the reference after we
finished compiling.  Since it can not be used (there is no symbol to
actually refer to it) there should not be any harm.  It is a bit odd and
I really do not like starting these kind of hacks but there doesn't seem
to be a straight forward way at this point in time.

The reference will be replaced by the same reference the usual nukeRefs
tooling uses.  The standard tooling can not / should not be uesd since
it is a bit too excessive and could potentially do us some (more) harm.
2019-06-03 15:05:22 +02:00
Andreas Rammhold 81f390d2e3
systemd: disable building tests
We are currently not running any tests but building them takes
signitifcant amounts of time since they account to about 40% of all the
compilation targets.
2019-06-03 15:05:21 +02:00
Franz Pletz d436ab0718
multipath-tools: 0.6.2 -> 0.8.1 2019-06-03 15:05:20 +02:00
Andreas Rammhold 8c7e588362
systemd: 241.20190221 -> 242 2019-06-03 15:05:11 +02:00
Jörg Thalheim 5b0db07ee1
systemd: 239.20190219 -> 241.20190221 2019-06-03 15:05:09 +02:00
Vladimír Čunát c4724fb7bc
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1523028
2019-06-03 10:01:25 +02:00
markuskowa db3398a5fe
Merge pull request #62560 from r-ryantm/auto-update/rdma-core
rdma-core: 23.1 -> 24.0
2019-06-03 09:45:10 +02:00
R. RyanTM f6e96c3be4 rdma-core: 23.1 -> 24.0
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-06-02 19:01:01 -07:00
R. RyanTM 50dc9ded8d irqbalance: 1.5.0 -> 1.6.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/irqbalance/versions
2019-06-01 15:41:41 -07:00
Mario Rodas 3185e5374d
Merge pull request #62053 from eadwu/bcachefs/update-3
bcachefs: 2019-05-29
2019-06-01 13:56:42 -05:00
worldofpeace df51e9b88f
Merge pull request #62399 from knedlsepp/fix-trinity
trinity: Fix build
2019-06-01 14:21:10 -04:00
Michael Raskin 02eb6bd07b
Merge pull request #62396 from r-ryantm/auto-update/eudev
eudev: 3.2.7 -> 3.2.8
2019-06-01 17:27:05 +00:00
R. RyanTM 25d5dbd3ff criu: 3.11 -> 3.12
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/criu/versions
2019-06-01 10:50:28 -05:00
Josef Kemetmüller 530ee83185 xf86_video_nested: 2012-06-15 -> 2017-06-12 2019-06-01 14:38:51 +00:00
Josef Kemetmüller 830ae5a4b1 trinity: unstable-2018-06-08 -> 1.9 2019-06-01 16:18:26 +02:00
R. RyanTM 9b7a5f51ef eudev: 3.2.7 -> 3.2.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/eudev/versions
2019-06-01 07:00:09 -07:00
Franz Pletz b7b96cf0c3
batman-adv: 2019.1 -> 2019.2 2019-06-01 15:58:47 +02:00
Franz Pletz 25743a1b46
Merge pull request #61605 from danielfullmer/rtl8812au-kernel-fix
rtl8812au: fix build with Linux >= 5.0
2019-06-01 13:51:24 +00:00
R. RyanTM 40c7c5f2dd alfred: 2019.1 -> 2019.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/alfred/versions
2019-06-01 13:00:20 +00:00
R. RyanTM bc892d256f batctl: 2019.1 -> 2019.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/batctl/versions
2019-06-01 12:59:51 +00:00
Tim Steinbach 92c881b6db
linux: 5.1.5 -> 5.1.6 2019-05-31 11:00:28 -04:00
Tim Steinbach fdaf788161
linux: 5.0.19 -> 5.0.20 2019-05-31 11:00:28 -04:00
Tim Steinbach 364a35ed64
linux: 4.9.179 -> 4.9.180 2019-05-31 11:00:28 -04:00
Tim Steinbach 4faf5552a9
linux: 4.19.46 -> 4.19.47 2019-05-31 11:00:27 -04:00
Tim Steinbach 5283c52f6d
linux: 4.14.122 -> 4.14.123 2019-05-31 11:00:24 -04:00
Will Dietz 8bc2cb9892
Merge pull request #62186 from dtzWill/update/firejail-0.9.60
firejail: 0.9.58.2 -> 0.9.60
2019-05-30 22:43:43 -05:00
Edmund Wu 0ce364b19a
linux_testing_bcachefs: 5.0.2019.05.08 -> 5.0.2019.05.29 2019-05-30 16:25:32 -04:00
Maximilian Bosch 999b31a6dd
Merge pull request #62183 from dtzWill/update/earlyoom-1.3
earlyoom: 1.2 -> 1.3
2019-05-29 13:28:11 +02:00
Frederik Rietdijk b95dfb09b8 Merge staging into staging-next 2019-05-29 10:39:52 +02:00
Frederik Rietdijk 97aba37876
Merge pull request #61657 from NixOS/staging-next
Staging next
2019-05-29 08:38:21 +00:00
Jörg Thalheim 101b2ff117
sysdig: 0.25 -> 0.26.1
(cherry picked from commit 16ea5a8ca3b90d48a246a926b624ff0b92724249)
2019-05-29 08:59:37 +01:00
Samuel Dionne-Riel 9bc34e38ae
Merge pull request #62178 from samueldr/fix/meson-systemd-cross
Enables systemd-boot for ARM + fixes meson cpu families
2019-05-28 23:18:37 -04:00
Will Dietz 2703d285bf
iptables: 1.8.2 -> 1.8.3
* drop patches included in 1.8.3 (all of them)
  (checked each via `git tag --contains $rev`)

https://lists.netfilter.org/pipermail/netfilter-announce/2019/000231.html
2019-05-28 19:32:51 -05:00
Will Dietz aadd2a6bc7
firejail: 0.9.58.2 -> 0.9.60 2019-05-28 19:22:56 -05:00
Will Dietz 84ccf54c1a
earlyoom: 1.2 -> 1.3
https://github.com/rfjakob/earlyoom/blob/v1.3/README.md#changelog
2019-05-28 19:13:09 -05:00
Samuel Dionne-Riel cc058156bd systemd: Enables systemd-boot for ARM platforms 2019-05-28 19:26:57 -04:00
Tim Steinbach bd64cb2b43
linux: 5.2-rc1 -> 5.2-rc2 2019-05-28 08:49:13 -04:00
R. RyanTM 2a5923aa2e alsaLib: 1.1.8 -> 1.1.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/alsa-lib/versions
2019-05-28 09:01:23 +02:00
Frederik Rietdijk 36a6746f21 Merge master into staging-next 2019-05-28 08:32:03 +02:00
Dmitry Geurkov 7e3dc85252 rtl8192eu: 4.4.1 -> 4.4.1.20190319 (#61195) 2019-05-27 19:01:55 -04:00
Dmitry Kalinkin b7b81dacad
Merge pull request #60072 from plchldr/rtl8821au-linux-5
rtl8821au: update for Linux 5.0
2019-05-27 17:07:31 -04:00
Tristan Helmich 69796ba25d intel-ocl: fix source URL (#62097) 2019-05-27 19:04:20 +02:00
Florian Klink b301df76a4
linuxPackages.nvidia_x11_legacy390: use patches from archlinux (#62064)
linuxPackages.nvidia_x11_legacy390: use patches from archlinux
2019-05-27 15:10:28 +02:00