Commit Graph

11040 Commits

Author SHA1 Message Date
worldofpeace
b7b4e443fc xf86_input_multitouch: remove
The source repo doesn't exist and it hasn't been touched in 8 years.
There is also no module to interface with it in NixOS.
2020-01-20 16:10:01 -05:00
worldofpeace
afe27e517b nixos/multitouch: remove
On numerous occasions I have seen users mistake this
module as libinput because it being called "multitouch"
and them being unaware that the actually module they want
is libinput. They then run into several decrepit bugs due
to the completely out-of-date nature of the underlying package.
The underlying package hasn't been changed to an up-to-date
fork in a period of 8 years. I don't consider this to be production quality.
However, I'm not opposed for the module being readded to NixOS
with new packaging, and a better name.
2020-01-20 16:09:29 -05:00
Niklas Hambüchen
b17d21dca0
Merge pull request #77882 from colemickens/nixpkgs-v4l2-fix
v4l2loopback: 0.12.2 -> 0.12.3
2020-01-20 20:45:56 +01:00
Tim Steinbach
d9e2bcb21d
linux: 5.5-rc6 -> 5.5-rc7 2020-01-20 07:47:25 -05:00
Graham Christensen
14aca32d26
Merge pull request #77888 from kraem/master
facetimehd: unstable-2016-10-09 -> unstable-2019-12-10 for kernels > 4.8
2020-01-19 15:44:48 -05:00
Luka Blaskovic
13555cb1ce syslinux: 2015-11-09 -> 2019-02-07 2020-01-19 14:51:50 -05:00
Michael Raskin
47b4451535
Merge pull request #77973 from snicket2100/firejail-0.9.62
firejail: 0.9.60 -> 0.9.62
2020-01-19 08:35:13 +00:00
Tim Steinbach
64d20fe9cc
linux: 5.4.12 -> 5.4.13 2020-01-18 11:41:44 -05:00
Tim Steinbach
cac9f210cf
linux: 4.19.96 -> 4.19.97 2020-01-18 11:41:12 -05:00
Tim Steinbach
e14d19be43
linux: 4.14.165 -> 4.14.166 2020-01-18 11:40:37 -05:00
snicket2100
d914e9d1db firejail: 0.9.60 -> 0.9.62 2020-01-18 11:56:07 +01:00
Frederik Rietdijk
bcd8c6b8dc Merge master into staging-next 2020-01-17 17:08:16 +01:00
Jörg Thalheim
d3a0befba1
quartus: init at 19.1.0.670 (#75561)
quartus: init at 19.1.0.670
2020-01-17 09:35:38 +00:00
Cole Mickens
c841d2017e v4l2loopback: 0.12.2 -> 0.12.3 2020-01-17 00:16:26 -08:00
kraem
ddaf7bf2c1
facetimehd: unstable-2016-10-09 -> unstable-2019-12-10 for kernels > 4.8 2020-01-17 09:15:56 +01:00
Mario Rodas
4186705a70
Merge pull request #73814 from alexbakker/zenpower
zenpower: init at 0.1.5
2020-01-16 08:55:09 -05:00
Kai Wohlfahrt
733113ed97 unstick: init at 0.1.0 2020-01-15 21:15:39 +00:00
Tim Steinbach
fb06094ae3
linux: 5.4.11 -> 5.4.12 2020-01-15 09:12:21 -05:00
Tim Steinbach
155d5292cc
linux: 4.9.209 -> 4.9.210 2020-01-15 09:12:06 -05:00
Tim Steinbach
ea1728f306
linux: 4.4.209 -> 4.4.210 2020-01-15 09:11:44 -05:00
Tim Steinbach
8dcf516adf
linux: 4.19.95 -> 4.19.96 2020-01-15 09:11:26 -05:00
Tim Steinbach
4d3f1ca18c
linux: 4.14.164 -> 4.14.165 2020-01-15 09:10:50 -05:00
R. RyanTM
cd6ac55fb1 linuxPackages.evdi: 1.6.3 -> 1.6.4 2020-01-15 14:41:21 +01:00
Anders Kaseorg
3cd8ce3bce treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted.  (See #67234, for
example.)  Fix this throughout the tree.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-15 09:47:03 +01:00
Frederik Rietdijk
2a88c3c302 Merge staging-next into staging 2020-01-15 09:23:28 +01:00
Frederik Rietdijk
05962c4ad5 Merge master into staging-next 2020-01-14 10:20:32 +01:00
Tim Steinbach
7184df6beb
linux: 5.5-rc5 -> 5.5-rc6 2020-01-13 19:53:27 -05:00
Tim Steinbach
a8144b1ad3
linux_latest-libre: 17192 -> 17198 2020-01-13 19:25:14 -05:00
Alyssa Ross
1d51514ab2 linux-libre.updateScript: fix git commit
With nothing staged and no paths given, previously this wouldn't
actually do anything.
2020-01-13 16:44:48 +00:00
Alyssa Ross
345f6712e3 linux-libre.updateScript: don't update if unchanged
The revision applies to the whole SVN tree, not just the scripts
directory, so the revision will increment sometimes with no change in
content.
2020-01-13 16:44:48 +00:00
Alyssa Ross
be4d80d721 linux-libre.updateScript: fix COMMIT option
Because bash was being run with -u, if COMMIT wasn't set in the
environment the script would just crash here, rather than exiting
successfully.
2020-01-13 16:44:48 +00:00
Frederik Rietdijk
ed1b0d0bac Merge master into staging-next 2020-01-13 16:08:59 +01:00
Tim Steinbach
583e4b8d89
linux_latest-libre: 17190 -> 17192 2020-01-13 07:23:03 -05:00
Jörg Thalheim
c6fed21306
Merge pull request #77596 from samueldr/fix/cross/libselinux-python3
libselinux: Fix cross-compilation with Python 3
2020-01-13 10:04:08 +00:00
Lassulus
bc4921a584
Merge pull request #73328 from magenbluten/af_xdp
linux config: add support for xdp sockets and ebpf jit
2020-01-13 05:54:57 +01:00
Samuel Dionne-Riel
0f94b540a5 libselinux: Fix cross-compilation with Python 3 2020-01-12 23:39:27 -05:00
Tim Steinbach
6d65b859ed
linux: 5.5-rc3 -> 5.5-rc5 2020-01-12 17:13:48 -05:00
Tim Steinbach
f2251b483c
linux: Remove 5.3
The 5.3.x series has been marked as EOL upstream
2020-01-12 16:45:24 -05:00
Tim Steinbach
0f8090b972
linux_latest-libre: 17185 -> 17190 2020-01-12 16:45:24 -05:00
Tim Steinbach
ebf3c67a1b
linux: 5.4.10 -> 5.4.11 2020-01-12 16:45:24 -05:00
Tim Steinbach
ad4637a2b8
linux: 4.9.208 -> 4.9.209 2020-01-12 16:45:23 -05:00
Tim Steinbach
aab055fc54
linux: 4.4.208 -> 4.4.209 2020-01-12 16:45:23 -05:00
Tim Steinbach
eadba9cd51
linux: 4.19.94 -> 4.19.95 2020-01-12 16:45:23 -05:00
Tim Steinbach
e69455a8be
linux: 4.14.163 -> 4.14.164 2020-01-12 16:45:23 -05:00
Jan Tojnar
61cf52bc17
Merge pull request #77501 from jtojnar/more-loaof-fxes
tree-wide: fix more warning related to loaOf deprecation
2020-01-12 18:47:34 +01:00
Frederik Rietdijk
b3245241d8 Merge staging-next into staging 2020-01-12 09:47:43 +01:00
Frederik Rietdijk
960f062825 Merge master into staging-next 2020-01-12 09:47:19 +01:00
snicket2100
0778f0aee6 firejail: local profile handling fixed
The sed expression wasn't really catching anything (as local profiles are
included in the provided set of profiles by `include aaa.local` and not by
`include xx/firejail/aaa.local` as the sed expression used to expect).
As a result, it was not possible to create local profiles in any
accessible location. This fix makes it possible to create them in
`/etc/firejail/` which seems pretty standard.
2020-01-11 20:49:48 +01:00
Tim Steinbach
33ebfc6cc3
linux_latest-libre: 17179 -> 17185 2020-01-11 09:49:01 -05:00
markuskowa
0f9a4a2e55
Merge pull request #77488 from dtzWill/update/ipset-7.5
ipset: 7.4 -> 7.5, pname
2020-01-11 13:49:59 +01:00
Mario Rodas
a33d21f5b3
Merge pull request #76314 from r-ryantm/auto-update/libratbag
libratbag: 0.11 -> 0.12
2020-01-11 05:26:08 -05:00
Frederik Rietdijk
263bc67bda Merge staging-next into staging 2020-01-11 09:33:08 +01:00
Frederik Rietdijk
1a654573b0 Merge master into staging-next 2020-01-11 09:32:41 +01:00
Jan Tojnar
e85b34c484
tree-wide: fix more warning related to loaOf deprecation 2020-01-11 08:09:56 +01:00
Will Dietz
84a6071bc7
kernel/update.sh: always use -e 2020-01-11 00:00:11 -06:00
Will Dietz
49638e309c
ipset: 7.4 -> 7.5, pname 2020-01-10 23:57:40 -06:00
Tim Steinbach
1a9e732288
linux_latest-libre: 17177 -> 17179 2020-01-10 20:47:31 -05:00
Frederik Rietdijk
348eaa280b Merge master into staging-next 2020-01-10 18:32:07 +01:00
Michael Weiss
1b4ab87668
nvme-cli: 1.9 -> 1.10.1 2020-01-10 17:10:55 +01:00
Frederik Rietdijk
5ad16cb27f Merge master into staging-next 2020-01-10 10:34:04 +01:00
Tim Steinbach
7ea793e7b9
linux_latest-libre: 17174 -> 17177 2020-01-09 20:33:38 -05:00
Tim Steinbach
895545d2b4
linux: 5.4.8 -> 5.4.10 2020-01-09 20:32:11 -05:00
Tim Steinbach
122c02c7f7
linux: 4.19.93 -> 4.19.94 2020-01-09 20:31:23 -05:00
Tim Steinbach
ca91b1694d
linux: 4.14.162 -> 4.14.163 2020-01-09 20:30:26 -05:00
Mario Rodas
9c41b826f9
Merge pull request #76325 from r-ryantm/auto-update/mcelog
mcelog: 166 -> 167
2020-01-09 05:39:12 -05:00
Mario Rodas
afc36c921b
Merge pull request #77033 from r-ryantm/auto-update/forkstat
forkstat: 0.02.11 -> 0.02.12
2020-01-09 05:26:52 -05:00
Mario Rodas
261b50ff9a
Merge pull request #77120 from r-ryantm/auto-update/ipvsadm
ipvsadm: 1.30 -> 1.31
2020-01-09 05:18:14 -05:00
Vladimír Čunát
5c780036c5
Merge branch 'master' into staging-next
The nss rebuild isn't so small.
2020-01-08 22:48:13 +01:00
Tim Steinbach
74e75a8964
linux_latest-libre: 17169 -> 17174 2020-01-08 08:03:28 -05:00
Michael Raskin
8b7d03e243
Merge pull request #77044 from r-ryantm/auto-update/firejail
firejail: 0.9.60 -> 0.9.62
2020-01-08 10:16:33 +00:00
Mario Rodas
f14931b294
Merge pull request #77079 from r-ryantm/auto-update/google-authenticator-libpam
google-authenticator: 1.07 -> 1.08
2020-01-08 05:13:11 -05:00
Frederik Rietdijk
5732db0652 Merge staging-next into staging 2020-01-07 20:06:45 +01:00
Frederik Rietdijk
a823616723 Merge master into staging-next 2020-01-07 20:06:22 +01:00
Tim Steinbach
7e3d864873
linux_latest-libre: 17167 -> 17169 2020-01-07 08:45:53 -05:00
Florian Klink
2eb2fccce5
Merge pull request #77137 from dtzWill/fix/systemd-243.4-version
systemd: fix version after update to 243.4 (#76134)
2020-01-07 09:41:07 +01:00
Matthew Bauer
7743eba511
Merge pull request #76718 from matthewbauer/fix-etc-sconfigdir
linux-pam: set sconfigdir to /etc for usage at runtime
2020-01-07 00:22:43 -05:00
Will Dietz
2fa60a6565
systemd: fix version after update to 243.4 (#76134) 2020-01-06 15:31:38 -06:00
R. RyanTM
5e6f852211 ipvsadm: 1.30 -> 1.31 2020-01-06 11:05:11 -08:00
Frederik Rietdijk
7f81119550 libapparmor: support python 3.8 2020-01-06 19:12:20 +01:00
Maximilian Bosch
2971c829e5
linuxPackages_5_4.ddci-driver: fix build
https://hydra.nixos.org/build/109690986
2020-01-06 18:47:37 +01:00
Maximilian Bosch
f02e9f460d
Merge pull request #77101 from xwvvvvwx/wireguard-0.0.20200105
wireguard: 0.0.20191226 -> 0.0.20200105
2020-01-06 18:27:53 +01:00
David Terry
ed72b90dd6
wireguard: 0.0.20191226 -> 0.0.20200105
https://lists.zx2c4.com/pipermail/wireguard/2020-January/004844.html
2020-01-06 17:24:28 +01:00
R. RyanTM
29802ae19b google-authenticator: 1.07 -> 1.08 2020-01-06 06:07:16 -08:00
Tim Steinbach
d748525498
linux_latest-libre: 17165 -> 17167 2020-01-06 07:14:47 -05:00
Frederik Rietdijk
4a91444aa8 Merge staging-next into staging 2020-01-06 12:01:12 +01:00
Frederik Rietdijk
8fff915659
Merge pull request #76488 from jtojnar/more-python-cleanups
Another batch of Python 2 clean-ups
2020-01-06 12:00:36 +01:00
R. RyanTM
06f9d0b944 firejail: 0.9.60 -> 0.9.62 2020-01-06 02:48:31 -08:00
R. RyanTM
316256839b forkstat: 0.02.11 -> 0.02.12 2020-01-06 01:42:08 -08:00
Frederik Rietdijk
17ab5f9d88 Merge master into staging-next 2020-01-06 10:38:20 +01:00
Tim Steinbach
0ff48f4fe2
linux_latest-libre: 17163 -> 17165 2020-01-05 16:12:13 -05:00
Tim Steinbach
af5f1eb6c6
linux: 5.4.7 -> 5.4.8 2020-01-05 16:12:00 -05:00
Tim Steinbach
0afc8450fd
linux: 4.19.92 -> 4.19.93 2020-01-05 16:11:32 -05:00
Frederik Rietdijk
828f93a326 Merge master into staging-next 2020-01-05 16:00:21 +01:00
Maximilian Bosch
640088aa89
linuxPackages.odp-dpdk: fix build
https://hydra.nixos.org/build/109478283
2020-01-05 13:52:10 +01:00
Ryan Mulligan
e7e5fc9584
Merge pull request #61387 from bricewge/ddcci-driver-linux
ddcci-driver: init at 0.3.2
2020-01-04 07:58:45 -08:00
Tim Steinbach
dc0fafb543
linux_latest-libre: 17161 -> 17163 2020-01-04 10:21:11 -05:00
Tim Steinbach
30dd839181
linux: 4.9.207 -> 4.9.208 2020-01-04 10:21:10 -05:00
Tim Steinbach
1b22badc24
linux: 4.4.207 -> 4.4.208 2020-01-04 10:21:10 -05:00
Tim Steinbach
bfb4661982
linux: 4.14.161 -> 4.14.162 2020-01-04 10:21:07 -05:00
markuskowa
88c7b71ed2
Merge pull request #76438 from r-ryantm/auto-update/smemstat
smemstat: 0.02.05 -> 0.02.06
2020-01-04 12:50:40 +01:00
Silvan Mosberger
4f6f0491a4
Merge pull request #76854 from earksiinni/ersin/prl-tools-no-assert-version
linuxPackages.prl-tools: remove version assertion
2020-01-03 18:59:05 +01:00
Ersin Akinci
8ed2577f18
linuxPackages.prl-tools: remove version assertion 2020-01-02 13:53:38 -08:00
Frederik Rietdijk
62bfa88763 Merge staging-next into staging 2020-01-02 21:41:48 +01:00
Frederik Rietdijk
f08e3e38d4 Merge master into staging-next 2020-01-02 21:41:13 +01:00
Tim Steinbach
12fa2123ae
linux_latest-libre: 17159 -> 17161 2020-01-02 13:19:00 -05:00
Florian Klink
b33e1a61f1
Merge pull request #76134 from mayflower/systemd-v243.4
Systemd v243.4
2020-01-02 01:41:52 +01:00
Tim Steinbach
6f5a01faeb
linux_latest-libre: 17153 -> 17159 2020-01-01 16:11:42 -05:00
Franz Pletz
151c38b5c8
batman-adv: 2019.4 -> 2019.5
Fixes #72463.
2020-01-01 20:30:38 +01:00
Franz Pletz
8b3427ad87
batman-adv: refactor 2020-01-01 20:29:35 +01:00
Will Dietz
b973735394
Merge pull request #76370 from r-ryantm/auto-update/power-calibrate
power-calibrate: 0.01.28 -> 0.01.29
2020-01-01 11:25:58 -06:00
Tim Steinbach
aa74012d32
linux: 5.4.6 -> 5.4.7 2019-12-31 13:32:18 -05:00
Tim Steinbach
f9eae42640
linux: 4.19.91 -> 4.19.92 2019-12-31 13:32:18 -05:00
Tim Steinbach
62100c3b92
linux: 4.14.160 -> 4.14.161 2019-12-31 13:32:18 -05:00
Jan Tojnar
0c2adc0fb1
Merge branch 'staging' into staging-next 2019-12-31 03:59:58 +01:00
Maximilian Bosch
a534e750a8
lvm2: fix build 2019-12-31 01:32:18 +01:00
Robin Gloster
006242fd5a
treewide: fix types for mkDerivation params 2019-12-31 01:23:19 +01:00
Robin Gloster
760e23136a
treewide: *inputs are lists 2019-12-31 01:09:25 +01:00
Robin Gloster
313da176d3
treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
Robin Gloster
f9f46dc327
treewide: NIX_*_FLAGS -> string 2019-12-31 00:15:46 +01:00
Robin Gloster
5f2b92e3ec
treewide: NIX_*_COMPILE -> string 2019-12-31 00:13:29 +01:00
Robin Gloster
e5ded57aab
treewide: NIX_CFLAGS_COMPILE -> string 2019-12-31 00:05:53 +01:00
Matthew Bauer
f746d8eb6e linux-pam: set sconfigdir to /etc for usage at runtime
So users don’t need to override the $out/etc/security files, we need
to manually set this to /etc. Override it in the install phase so that
we still get the example $out/etc/security files .

Fixes #76713
2019-12-30 16:25:16 -05:00
Jonathan Ringer
446fec8c2d
Merge branch 'master' of github.com:NixOS/nixpkgs into staging-next 2019-12-30 10:14:18 -08:00
Orivej Desh
140ab69ae6 pktgen: 3.7.2 -> 19.12.0, build with meson, fix build
Building with make requires share/dpdk/mk/ from the make build of dpdk, which is
not installed by the meson build of dpdk.
2019-12-30 16:50:41 +00:00
Orivej Desh
fdb16f3a77 linuxPackages.dpdk: fix build 2019-12-30 16:50:40 +00:00
Orivej Desh
ddc4239e6a odp-dpdk: fix build 2019-12-30 16:50:40 +00:00
Orivej Desh
17884f7b15 dpdk: 19.08.2 -> 19.11 2019-12-30 16:50:40 +00:00
Frederik Rietdijk
6d059becd3 Merge gcc-9 into staging (#68029) 2019-12-30 16:38:38 +01:00
Frederik Rietdijk
9bc8e546c9
Merge pull request #75929 from NixOS/staging-next
Staging next
2019-12-30 16:27:24 +01:00
Frederik Rietdijk
bfa5af85b7 Merge staging-next into staging 2019-12-30 16:25:56 +01:00
R. RyanTM
c0e0177560 procps: 3.3.15 -> 3.3.16 2019-12-30 16:19:48 +01:00
Tim Steinbach
bdf02de121
linux_latest-libre: 17151 -> 17153 2019-12-30 08:56:30 -05:00
Robin Gloster
65395a7105
treewide: installTargets is a list 2019-12-30 13:29:27 +01:00
Robin Gloster
2157dcd141
treewide: installFlags is a list 2019-12-30 13:22:43 +01:00
Merijn Broeren
133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Maximilian Bosch
646c641358
Merge pull request #76578 from xwvvvvwx/wireguard-tools-1.0.20191226
wireguard-tools 1.0.20191226 / wireguard 0.0.20191226
2019-12-30 12:22:37 +01:00
Robin Gloster
12df4ccf7c
rtl8723bs: *Flags are lists 2019-12-30 12:15:29 +01:00
Robin Gloster
aa4d339510
libaio: *Flags are lists 2019-12-30 11:13:41 +01:00
Jan Tojnar
a69e309794
Merge branch 'staging-next' into staging 2019-12-30 05:24:03 +01:00
Jan Tojnar
480fc1856a
Merge branch 'master' into staging-next 2019-12-30 05:22:23 +01:00
Robin Gloster
548aff5a49
meson: fix for structured attrs 2019-12-30 04:50:37 +01:00
Robin Gloster
ac8eaa8507
treewide: fix *Flags 2019-12-30 04:50:37 +01:00
Jan Tojnar
4a583c8be5
crda: port to Python 3 2019-12-29 11:21:10 +01:00
Jan Tojnar
8b6d76525e
libnl: disable python support by default
Nothing much seems to be using it and we do not want Python 2 in our closure.
2019-12-29 11:21:07 +01:00
Frederik Rietdijk
5aed91512d Merge staging-next into staging 2019-12-29 10:20:05 +01:00
Frederik Rietdijk
fb66525297 Merge master into staging-next 2019-12-29 10:19:39 +01:00
Tim Steinbach
0332bc2cd0
Merge pull request #76623 from clefru/linux-bump
linux-testing: 5.5-rc2 -> 5.5-rc3
2019-12-28 21:56:01 -05:00
Franz Pletz
ccf839b5cf
Merge pull request #76577 from Ma27/bump-iwd
iwd: 1.2 -> 1.4
2019-12-29 00:51:54 +00:00
Clemens Fruhwirth
2af9828ea6 linux-testing: 5.5-rc2 -> 5.5-rc3 2019-12-28 21:38:34 +01:00
David Terry
9681bc7147
wireguard: 0.0.20191219 -> 0.0.20191226
the wireguard kernel module has been pulled out into it's own repo as
announced in this mailing list post:

https://lists.zx2c4.com/pipermail/wireguard/2019-December/004796.html
2019-12-27 21:01:54 +01:00
Gabriel Ebner
dae537c37a linuxPackages.digimend: fix build with linux 5.4 2019-12-27 19:14:27 +01:00
Maximilian Bosch
f3e68258c4
iwd: 1.2 -> 1.4 2019-12-27 16:29:57 +01:00
Maximilian Bosch
eac7f001ad
ell: 0.26 -> 0.27 2019-12-27 16:29:49 +01:00
Franz Pletz
2811645328
linuxPackages.usbip: gcc warnings fixed in linux>=5.4 2019-12-27 03:48:21 +01:00
Tim Steinbach
3e6bdc0600
linux_latest-libre: 17145 -> 17151 2019-12-26 20:06:27 -05:00
Maximilian Bosch
1ea4896ae9
bpftool: fix build
https://hydra.nixos.org/build/108688065
2019-12-26 21:07:51 +01:00
Maximilian Bosch
9842c4b107
treewide: update which packages I'm currently maintaining
Idea shamelessly stolen from 4e60b0efae.

I realized that I don't really know anymore where I'm listed as maintainer and what
I'm actually (co)-maintaining which means that I can't proactively take
care of packages I officially maintain.

As I don't have the time, energy and motivation to take care of stuff I
was interested in 1 or 2 years ago (or packaged for someone else in the
past), I decided that I make this explicit by removing myself from several
packages and adding myself in some other stuff I'm now interested in.

I've seen it several times now that people remove themselves from a
package without removing the package if it's unmaintained after that
which is why I figured that it's fine in my case as the affected pkgs
are rather low-prio and were pretty easy to maintain.
2019-12-26 15:27:47 +01:00
Franz Pletz
9f139fe7fe
Merge pull request #76394 from Enzime/update-nonfree-firmware
firmware-linux-nonfree: 2019-10-22 -> 2019-12-15
2019-12-26 13:53:53 +00:00
Franz Pletz
77b6c3cd06
Merge remote-tracking branch 'origin/master' into gcc-9 2019-12-26 14:17:36 +01:00
Daniel Schaefer
95710aa67e
multipath-tools: Fix prefix (#72917)
multipath-tools: Fix prefix
2019-12-26 02:31:37 +01:00
markuskowa
42b5c7e994
Merge pull request #76413 from r-ryantm/auto-update/rdma-core
rdma-core: 26.1 -> 27.0
2019-12-25 22:46:52 +01:00
Jan Tojnar
ca39dd3a8a
Merge branch 'master' into staging-next 2019-12-25 05:15:06 +01:00
Jan Tojnar
760be1f4b2
utillinux: no-rebuild clean up 2019-12-25 05:10:48 +01:00
R. RyanTM
be88068dab smemstat: 0.02.05 -> 0.02.06 2019-12-24 11:27:15 -08:00
R. RyanTM
3923fbd34b rdma-core: 26.1 -> 27.0 2019-12-24 07:34:36 -08:00
Michael Hoang
139c18dc66 firmware-linux-nonfree: 2019-10-22 -> 2019-12-15 2019-12-24 23:39:50 +11:00
R. RyanTM
a4ec22a44d power-calibrate: 0.01.28 -> 0.01.29 2019-12-23 23:55:39 -08:00
Tim Steinbach
da4ec2dd2d
linux_latest-libre: 17142 -> 17145 2019-12-23 19:24:07 -05:00
R. RyanTM
93190f745b mcelog: 166 -> 167 2019-12-23 14:51:23 -08:00
R. RyanTM
fbb1f6a482 libratbag: 0.11 -> 0.12 2019-12-23 13:32:25 -08:00
Mario Rodas
b203ceb0f5
Merge pull request #76258 from r-ryantm/auto-update/health-check
health-check: 0.03.03 -> 0.03.04
2019-12-23 08:34:41 -05:00
R. RyanTM
ca53ab77d2 health-check: 0.03.03 -> 0.03.04 2019-12-23 05:01:27 -08:00
Jörg Thalheim
7aa3d001b6
Merge pull request #76204 from r-ryantm/auto-update/alfred
alfred: 2019.3 -> 2019.5
2019-12-23 04:52:44 +00:00
R. RyanTM
f08df845fc alfred: 2019.3 -> 2019.5 2019-12-22 19:06:52 -08:00
Tim Steinbach
4afb87fe58
linux_latest-libre: 17119 -> 17142 2019-12-22 19:56:04 -05:00
Tim Steinbach
36997b3850
linux: 5.4.5 -> 5.4.6 2019-12-22 19:55:51 -05:00
Tim Steinbach
bb74e9cdeb
linux: 4.9.206 -> 4.9.207 2019-12-22 19:55:37 -05:00
Tim Steinbach
5bf13fcc2e
linux: 4.4.206 -> 4.4.207 2019-12-22 19:55:24 -05:00
Tim Steinbach
1e473389d4
linux: 4.19.90 -> 4.19.91 2019-12-22 19:55:15 -05:00
Tim Steinbach
78183b2e98
linux: 4.14.159 -> 4.14.160 2019-12-22 19:55:01 -05:00
Tim Steinbach
baa243d508
linux: Fix request-key for 4.4 and 4.9 2019-12-22 19:51:16 -05:00
Florian Klink
fef59ca3a8 systemd: v243.3 -> v243.4 2019-12-22 17:35:49 +01:00
Florian Klink
b3d99bf063 systemd: add flokli to maintainers 2019-12-22 17:35:49 +01:00
Jörg Thalheim
00915dcb63
sysdig: 0.26.4 -> 0.26.5 (#75933)
sysdig: 0.26.4 -> 0.26.5
2019-12-22 09:04:04 +00:00
Dmitry Kalinkin
3e5849adbb
Merge pull request #76075 from eadwu/nvidia_x11/2019-12.1
nvidia_x11: 440.36 -> 440.44
2019-12-19 23:41:15 -05:00
Jörg Thalheim
ae4071efd2
sysdig: 0.26.4 -> 0.26.5 2019-12-19 10:03:41 +00:00
Linus Heckemann
a69064eebc linux: run make install in parallel
This improves build times significantly, from 20min to 9min on the
aarch64 community box.
2019-12-19 09:24:20 +01:00
Frederik Rietdijk
f79e10061f Merge master into staging-next 2019-12-19 09:19:50 +01:00
Tim Steinbach
9b5b7220d8
linux_latest-libre: 17117 -> 17119 2019-12-18 16:13:14 -05:00
Tim Steinbach
a80cdb8bad
linux_latest-libre: 17112 -> 17117 2019-12-18 11:24:08 -05:00
Tim Steinbach
ae163fb867
linux: 5.4.3 -> 5.4.5 2019-12-18 11:23:51 -05:00
Tim Steinbach
0ea28ae456
linux: 5.3.16 -> 5.3.18 2019-12-18 11:23:39 -05:00
Tim Steinbach
819a164974
linux: 4.19.89 -> 4.19.90 2019-12-18 11:23:16 -05:00
Tim Steinbach
38e3b0e39f
linux: 4.14.158 -> 4.14.159 2019-12-18 11:22:59 -05:00
Edmund Wu
ed871ac5f3
nvidia_x11: 440.36 -> 440.44 2019-12-17 17:16:18 -05:00
Frederik Rietdijk
bf2877b9ab Merge master into staging-next 2019-12-17 17:16:52 +01:00
Michael Raskin
26df2f4e9e
Merge pull request #74862 from alyssais/fetchgittiles
fetchFromGitiles: init
2019-12-17 15:23:08 +00:00
Frederik Rietdijk
7aedd744d8 Merge master into staging-next 2019-12-16 20:28:10 +01:00
Alyssa Ross
d770ae1202
linux-libre.updateScript: fix attr in commit msg 2019-12-16 16:38:19 +00:00
Alyssa Ross
987a59e295 linux-libre_latest: 16794 -> 17112 2019-12-16 16:30:22 +00:00