Commit Graph

15728 Commits

Author SHA1 Message Date
TredwellGit 8829f5bf2b linux: 4.4.276 -> 4.4.277
(cherry picked from commit 7d0b3f65aa1eb7500e4638ceaa9770e86c07788c)
2021-08-04 07:50:00 +00:00
Anbang Wen b13df33199 nixos/apple-sdk: 11.0 -> 11.1
The previous URL is a dead link. This commit updates it and bump the
SDK version to 11.1.

(cherry picked from commit 2565e3bba62d8d2f57a975c7ecce97d7c557dfa6)
2021-08-03 15:59:45 -07:00
Jörg Thalheim c0e25740a5 linux_zen: actually enable patchset
(cherry picked from commit 604d0dd0d68daf696a9ba5494b63500e9db36874)
2021-08-01 13:32:42 +00:00
Jörg Thalheim cb52ea7042 linux_zen: 5.13.5 -> 5.13.7
(cherry picked from commit 6e9195f6687d05d4225521a34d1702dd9c0a4444)
2021-08-01 13:32:41 +00:00
Ben Wolsieffer cab8dfb6f6 linux/common-config.nix: disable LPAE on armv7l-linux
LPAE was enabled to support native armv7l builders running in QEMU on aarch64,
but this option disables support for processors which don't support LPAE, which
are still relatively common. In particular, Beaglebones use the Cortex-A8, which
doesn't support LPAE.

Also, if you attempt to boot an LPAE kernel on a CPU that doesn't support it,
it fails before even earlycon is initialized. This makes the problem difficult
to debug without enabling CONFIG_DEBUG_LL or using a hardware debugger.

(cherry picked from commit 988c12faed96159fd5902f3bc372739c111206ef)
2021-07-30 19:44:27 +00:00
github-actions[bot] 1785d7020c
Merge release-21.05 into staging-next-21.05 2021-07-29 12:02:32 +00:00
Vladimír Čunát f90d817036
linuxPackages_latest.perf: fix build
Broken by kernel updates; NixPkgs master fixed this in a128e443c,
but I decided to be more conservative.
2021-07-29 11:55:38 +02:00
Harrison Houghton 85924eaaa8 bpftools: fix
At some point the name of the doc-tool script changed and we stopped
patching up the shabang line. The new one is just scripts/bpf_doc.py.

(cherry picked from commit 8997f8cc709f6d1801a23de80a7954e48116d1b2)
2021-07-29 09:42:48 +00:00
github-actions[bot] e6c1d10f4b
Merge release-21.05 into staging-next-21.05 2021-07-29 00:03:09 +00:00
Eelco Dolstra 5092dae98d
Merge pull request #131837 from NixOS/backport-131831-to-release-21.05
[Backport release-21.05] nixos-rebuild: Set inherit_errexit
2021-07-28 22:53:44 +02:00
Florian Klink 5d432c2453 linux: 5.13.5 -> 5.13.6
(cherry picked from commit b167e087810dce6f0298f078b0ad621e4bdaaf7f)
2021-07-28 18:15:47 +00:00
github-actions[bot] 98530c2e9e
Merge release-21.05 into staging-next-21.05 2021-07-28 18:02:32 +00:00
Eelco Dolstra 8f5794cbda nixos-rebuild: Set inherit_errexit
Without this, failure of nixBuild() and nixFlakeBuild() was ignored
(since bash doesn't inherit 'set -e' in subshells by default), so the
script would proceed with a bogus ./result link, e.g.

  ++ readlink -f /tmp/nixos-rebuild.NfHKxx/result
  + pathToConfig='/nix/store/m7dvk6an18cpr95qn5wnig2600qhv6w7-nix-2.4pre20210727_706777a/bin/nix
  /tmp/nixos-rebuild.NfHKxx/result'
  + '[' test = switch -o test = boot ']'
  + copyToTarget '/nix/store/m7dvk6an18cpr95qn5wnig2600qhv6w7-nix-2.4pre20210727_706777a/bin/nix
  /tmp/nixos-rebuild.NfHKxx/result'
  + '[' '' = '' ']'
  + '[' test = switch -o test = boot -o test = test -o test = dry-activate ']'
  + targetHostCmd /nix/store/m7dvk6an18cpr95qn5wnig2600qhv6w7-nix-2.4pre20210727_706777a/bin/nix /tmp/nixos-rebuild.NfHKxx/result/bin/switch-to-configuration test
  + '[' -z '' ']'
  + sudo -- /nix/store/m7dvk6an18cpr95qn5wnig2600qhv6w7-nix-2.4pre20210727_706777a/bin/nix /tmp/nixos-rebuild.NfHKxx/result/bin/switch-to-configuration test
  error: '/tmp/nixos-rebuild.NfHKxx/result/bin/switch-to-configuration' is not a recognised command
  Try '/nix/store/m7dvk6an18cpr95qn5wnig2600qhv6w7-nix-2.4pre20210727_706777a/bin/nix --help' for more information.
  + echo 'warning: error(s) occurred while switching to the new configuration'
  warning: error(s) occurred while switching to the new configuration

(cherry picked from commit 0ad27c8653daaf59cf0fb2e0b30561a8d86303fa)
2021-07-28 16:32:56 +00:00
Atemu cd82f6616f linux_zen: 5.12.19 -> 5.13.5
(cherry picked from commit caa1c955c94564f9bdafc23f6315f88da1e0da46)
2021-07-28 13:50:45 +02:00
Atemu 55e768eefd linux_lqx: 5.12.17 -> 5.12.19
(cherry picked from commit b15b762d871e1cc4fd08fbea11261de5d78fcd71)
2021-07-28 13:50:30 +02:00
Atemu 4820c77a40 linux_zen: 5.12.14 -> 5.12.19
(cherry picked from commit 349ff1b29e9995b36799c215b475bbb0ba351a45)
2021-07-28 13:50:30 +02:00
Atemu 3650339f63 linux_lqx: 5.12.14 -> 5.12.17
(cherry picked from commit 85f28b5c4f258b3376aade809903132ed1d11f2f)
2021-07-28 13:49:17 +02:00
Jeremy Kolb a8a7b26adb kernel: enable MOUSE_PS2_VMMOUSE
Turns VMware guest mouse support on in the kernel. This is needed for running Wayland and non-root X in a VMWare guest. In a pre-Wayland world the `xf86-input-vmmouse` userspace driver would have handled this for us. This allows the mouse to properly work in a vmware guest (for example it can now leave the vmware window).

See: https://github.com/vmware/open-vm-tools/issues/528
(cherry picked from commit 1207e7581f7bb863d0789c980930464d92d221cb)
2021-07-27 20:36:15 +00:00
github-actions[bot] 0aa5191556
Merge release-21.05 into staging-next-21.05 2021-07-27 06:02:15 +00:00
Domen Kožar 82151321ee
Merge pull request #129773 from pca006132/backport
[21.05] rtw89: init at 2021-07-03
2021-07-27 06:51:03 +02:00
github-actions[bot] 17caed6521
Merge release-21.05 into staging-next-21.05 2021-07-27 00:02:38 +00:00
TredwellGit 8b60c185fa linux_latest-libre: 18165 -> 18191
(cherry picked from commit 2004b7b08dc1d96a5603d3138545865c036a6081)
2021-07-26 15:47:29 +00:00
TredwellGit 2f7a5aa75a linux-rt_5_10: 5.10.47-rt46 -> 5.10.52-rt47
(cherry picked from commit ee688c5c0e5c5a08f292308f1c41be84604c7e43)
2021-07-26 15:47:29 +00:00
TredwellGit 92566fadc9 linux: 5.13.4 -> 5.13.5
(cherry picked from commit 286fa7b708fa932a6955b796628486c13f5fee24)
2021-07-26 15:47:28 +00:00
Michele Guerini Rocco ccae2fed21
Merge pull request #131214 from rnhmjoj/staging-21.05
[21.05] kbd: update search-paths.patch
2021-07-24 09:50:17 +02:00
Jonathan Ringer cab2d34df6 zfsUnstable: 2.1.0-rc8 -> 2.1.0
(cherry picked from commit 6f1b155d37337dc0cf7dc075b9291f3b2dedca69)
2021-07-23 09:19:24 -07:00
TredwellGit 02552c7074 zfsUnstable: 2.1.0-rc7 -> 2.1.0-rc8
https://github.com/openzfs/zfs/releases/tag/zfs-2.1.0-rc8
(cherry picked from commit 5ef8322daa6007ef0256460c0de339f70d718e50)
2021-07-23 09:19:24 -07:00
TredwellGit 5841063b6c zfsUnstable: 2.1.0-rc6 -> 2.1.0-rc7
https://github.com/openzfs/zfs/releases/tag/zfs-2.1.0-rc7
(cherry picked from commit eeb255207df56b2b28745eb53b33e50bb87c3021)
2021-07-23 09:19:24 -07:00
TredwellGit ddb061d9a4 zfsUnstable: 2.1.0-rc5 -> 2.1.0-rc6
https://github.com/openzfs/zfs/releases/tag/zfs-2.1.0-rc6
(cherry picked from commit 917884725dbab2f3855da31b46f9342951cafb57)
2021-07-23 09:19:24 -07:00
Azure Zanculmarktum b9d9d2901f
kbd: update search-paths.patch
Backport of 6f89feaeddacab8ad30909dae968bba5b9a066e7
2021-07-23 11:51:10 +02:00
Janne Heß 8fe750c560 systemd: Patch CVE-2021-33910
(cherry picked from commit b361dcf0bd3610d1fea6b44d72404add188da51d)
2021-07-21 21:56:15 +02:00
TredwellGit 2822d00c6a linux/hardened/patches/5.4: 5.4.133-hardened1 -> 5.4.134-hardened1
(cherry picked from commit ac887a4abc6529cf7817539db2709107cfbad573)
2021-07-21 21:54:48 +02:00
TredwellGit 454e3fc4af linux/hardened/patches/5.12: 5.12.18-hardened1 -> 5.12.19-hardened1
(cherry picked from commit a718b4ae916113e98a4a113ffc52c53106d1bd97)
2021-07-21 21:54:48 +02:00
TredwellGit d528d58746 linux/hardened/patches/5.10: 5.10.51-hardened1 -> 5.10.52-hardened1
(cherry picked from commit 60e9f5c2d76c7892b1031884723a6a3f45e7552e)
2021-07-21 21:54:48 +02:00
TredwellGit 3e9e9473cb linux/hardened/patches/4.19: 4.19.197-hardened1 -> 4.19.198-hardened1
(cherry picked from commit 8bf83e8c874642b020169c201866817bc1c8d402)
2021-07-21 21:54:48 +02:00
TredwellGit 0a96eec012 linux/hardened/patches/4.14: 4.14.239-hardened1 -> 4.14.240-hardened1
(cherry picked from commit 02f4b95e1dfde6c71e230e9b4f17ab4323c306dd)
2021-07-21 21:54:48 +02:00
TredwellGit dacef47f62 linux: 5.4.133 -> 5.4.134
(cherry picked from commit ebd057e9efd8e8810c011b0dba9840109bab65f3)
2021-07-21 21:54:48 +02:00
TredwellGit 6b8d902600 linux: 5.13.3 -> 5.13.4
(cherry picked from commit 5b3a23670c3bdbd3a4ad7e7fe62c4e4c9e0132d9)
2021-07-21 21:54:48 +02:00
TredwellGit 33f224ada6 linux: 5.12.18 -> 5.12.19
(cherry picked from commit a703195804f27720118120bf80fda99531969fe2)
2021-07-21 21:54:48 +02:00
TredwellGit 243d04c444 linux: 5.10.51 -> 5.10.52
(cherry picked from commit f61350ac8916d99611aaf5b8fcb6be120114c7e9)
2021-07-21 21:54:48 +02:00
TredwellGit 6f6efc8dda linux: 4.9.275 -> 4.9.276
(cherry picked from commit c6eff0d2f599621fa4936e2c605823e3489a7044)
2021-07-21 21:54:48 +02:00
TredwellGit 8e34af05ab linux: 4.4.275 -> 4.4.276
(cherry picked from commit 067c21c9647fcc9e38b77b67ad932672374f098f)
2021-07-21 21:54:48 +02:00
TredwellGit 0df57cdc24 linux: 4.19.197 -> 4.19.198
(cherry picked from commit 9c153cccd2e1dbae481ac1578c36017b742adbd2)
2021-07-21 21:54:48 +02:00
TredwellGit 21c1bbc973 linux: 4.14.239 -> 4.14.240
(cherry picked from commit 82af4b58ee24caaec68e3803763c0e6dbedf3784)
2021-07-21 21:54:48 +02:00
TredwellGit ba6476e992 linux/hardened/patches/5.4: 5.4.132-hardened1 -> 5.4.133-hardened1
(cherry picked from commit e87737ca6026c81e81514e447f2a82c7ca56c8a2)
2021-07-20 22:50:51 +00:00
TredwellGit 94ff9e7b2d linux/hardened/patches/5.12: 5.12.17-hardened1 -> 5.12.18-hardened1
(cherry picked from commit 9e10f08e102e10a2a70401dbe1a5707099f61954)
2021-07-20 22:50:51 +00:00
TredwellGit 0d3b5af09e linux/hardened/patches/5.10: 5.10.50-hardened1 -> 5.10.51-hardened1
(cherry picked from commit 8e75e31ae4f6b98cf68d68bdb1ce9ecd6d24a807)
2021-07-20 22:50:50 +00:00
TredwellGit 09c21c10fc linux: 5.4.132 -> 5.4.133
(cherry picked from commit 1e8af69febc3205e403209caa7f0c711d92c2463)
2021-07-20 22:50:50 +00:00
TredwellGit 612d04e1d6 linux: 5.13.2 -> 5.13.3
(cherry picked from commit 72bcb1ace3cfe336d18342d6540733d8e69083a5)
2021-07-20 22:50:50 +00:00
TredwellGit 720802452a linux: 5.12.17 -> 5.12.18
(cherry picked from commit 72d6452921296dda48c531f465c5e37fa91c7c3f)
2021-07-20 22:50:49 +00:00
TredwellGit f1a0f33c5f linux: 5.10.50 -> 5.10.51
(cherry picked from commit a5ee0aede3e3ffacc1bf8f3fb3a9970523cce79e)
2021-07-20 22:50:49 +00:00
Maximilian Bosch 46f9b120e8
Merge pull request #130292 from NixOS/backport-130281-to-release-21.05
[Backport release-21.05] Kernels 2021-07-15
2021-07-20 23:57:39 +02:00
TredwellGit 49809d08b5 linux/hardened/patches/5.4: 5.4.130-hardened1 -> 5.4.132-hardened1
(cherry picked from commit f011a85f289507bef66b10759de524d0467821eb)
2021-07-18 18:59:28 +00:00
TredwellGit e662fb27af linux/hardened/patches/5.12: 5.12.15-hardened1 -> 5.12.17-hardened1
(cherry picked from commit e6ed15ffc466e5bfe32c14a207c8e70abee50dd2)
2021-07-18 18:59:28 +00:00
TredwellGit 1989fef2a9 linux/hardened/patches/5.10: 5.10.48-hardened1 -> 5.10.50-hardened1
(cherry picked from commit b724837096d16e1b64f18228e6ab01ca1dc491ce)
2021-07-18 18:59:28 +00:00
TredwellGit 5a3ca4155f linux/hardened/patches/4.19: 4.19.196-hardened1 -> 4.19.197-hardened1
(cherry picked from commit 888c46fe62dd87556537da8b04684a63be5cb54e)
2021-07-18 18:59:27 +00:00
TredwellGit c060b9e244 linux/hardened/patches/4.14: 4.14.238-hardened1 -> 4.14.239-hardened1
(cherry picked from commit 73667e11f3b8da2237b4e43816d59151b2f7af50)
2021-07-18 18:59:27 +00:00
TredwellGit 0bacfc6d6a linux-rt_5_10: 5.10.47-rt45 -> 5.10.47-rt46
(cherry picked from commit 9e7fd90e153006f1ec5cdd612eb70305c19019db)
2021-07-18 18:59:26 +00:00
TredwellGit 72df626b31 linux: 5.4.130 -> 5.4.132
(cherry picked from commit 5d99998e07ec4f60da6bd0c822356bfecbbbc947)
2021-07-18 18:59:26 +00:00
TredwellGit f507e4793b linux: 5.12.15 -> 5.12.17
(cherry picked from commit 677dcff2aa039ede045ad751da0a0877238ed2cc)
2021-07-18 18:59:26 +00:00
TredwellGit 0f9b1b3bec linux: 5.10.48 -> 5.10.50
(cherry picked from commit a2259ae9a6a48adc580906a9dcfe653f08aa3a94)
2021-07-18 18:59:25 +00:00
TredwellGit 32e57d3b3a linux: 4.19.196 -> 4.19.197
(cherry picked from commit cb978946c1a99c8e6a204d0e45cc7078f331673c)
2021-07-18 18:59:25 +00:00
TredwellGit 13bce99087 linux: 4.14.238 -> 4.14.239
(cherry picked from commit e3eace9baa10d524173e34cad3d2a31c2413f8cc)
2021-07-18 18:59:24 +00:00
Sandro Jäckel efd1d6fe1b treewide: convert all links git.archlinux.org to github.com/archlinux/svntogit-*
(cherry picked from commit 388a4ef42345775a85d823597dadf25d4f0a5209)
2021-07-18 09:17:54 +00:00
TredwellGit 2abfe1a93b firmwareLinuxNonfree: 2021-05-11 -> 2021-07-16
(cherry picked from commit ea4358edf2c5a2280e193c936fb7cbafcbbaa666)
2021-07-17 17:49:43 +00:00
TredwellGit 46309746ce linux_latest-libre: 18132 -> 18165
(cherry picked from commit 26af402042644205fd8369fb63b5b62bdf4d8df0)
2021-07-15 17:25:35 +00:00
TredwellGit 06ce7d7587 linux-rt_5_4: 5.4.123-rt59 -> 5.4.129-rt61
(cherry picked from commit 2913c538914377c93225af91f5a41ac62fb7a34c)
2021-07-15 17:25:34 +00:00
TredwellGit f8217ded54 linux: 5.13.1 -> 5.13.2
(cherry picked from commit d2f67b4efb0f7104ab0d9bc1cd53900140391fe0)
2021-07-15 17:25:34 +00:00
TredwellGit bb58b98cd0 linux: 4.9.274 -> 4.9.275
(cherry picked from commit aa445dcd9a5ff5a2a5af570c3c6c6bf5b7bf0810)
2021-07-15 17:25:34 +00:00
TredwellGit 4df31dbabd linux: 4.4.274 -> 4.4.275
(cherry picked from commit 0637e4c7c665ed148632e561dbf861f75304bae9)
2021-07-15 17:25:33 +00:00
Markus Kowalewski a49908946c linuxptp: 3.1 -> 3.1.1
fixes CVEs 2021-3570 and 2021-3571

(cherry picked from commit 4d881f91494fed25350ec77239a7d06ff08fa91a)
2021-07-10 11:29:04 +00:00
pca006132 b675049ea4 rtw89: init at 2021-07-03 (#129325)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
(cherry picked from commit 7d8653652999ff29ed5e8f4d00ca7d5d1f14e9c3)
2021-07-10 00:57:06 +08:00
TredwellGit cf4327321a linux/hardened/patches/5.4: 5.4.129-hardened1 -> 5.4.130-hardened1
(cherry picked from commit 43fba78fec7c1f00ca8766e27894537fdd3eeb47)
2021-07-09 10:48:18 +00:00
TredwellGit 50cc793e18 linux/hardened/patches/5.12: 5.12.14-hardened1 -> 5.12.15-hardened1
(cherry picked from commit 9af983cd004bb51a80c05945eddf922c56359ccd)
2021-07-09 10:48:18 +00:00
TredwellGit 84cb8b4796 linux/hardened/patches/5.10: 5.10.47-hardened1 -> 5.10.48-hardened1
(cherry picked from commit b36d829bb1af3c8fdd38d2f217d31450b02b8526)
2021-07-09 10:48:18 +00:00
TredwellGit 2e9e07c10b linux-rt_5_10: 5.10.41-rt42 -> 5.10.47-rt45
(cherry picked from commit 25b73ac6a2422711dda132bf88ad510a37df95f2)
2021-07-09 10:48:17 +00:00
TredwellGit 2d453b51a6 linux: 5.4.129 -> 5.4.130
(cherry picked from commit 32235d48681bf913b9d5435c518494b77d63f933)
2021-07-09 10:48:17 +00:00
TredwellGit f0b011fd73 linux: 5.13 -> 5.13.1
(cherry picked from commit ea4cb239528062ac52fc1d4aa2bbf115df9105dc)
2021-07-09 10:48:17 +00:00
TredwellGit fef417a726 linux: 5.12.14 -> 5.12.15
(cherry picked from commit e0f9f09c1740d0d80ead4002016bd3df0fc1b197)
2021-07-09 10:48:16 +00:00
TredwellGit d7353f445e linux: 5.10.47 -> 5.10.48
(cherry picked from commit 9462b074a8f2f34f3a4dd6b56ff22f760a8301f0)
2021-07-09 10:48:16 +00:00
Maximilian Bosch 6056345805
Merge pull request #129349 from NixOS/backport-128538-to-release-21.05
[Backport release-21.05] Kernels 2021-06-28
2021-07-08 19:56:38 +02:00
Jörg Thalheim 7a41876e2e
Merge pull request #129568 from NixOS/backport-127917-to-release-21.05
[Backport release-21.05] linux-kernel: Add dell drivers on 5.12+
2021-07-08 07:09:19 +01:00
roblabla a9eb5aa7ff linux-kernel: Add dell drivers on 5.12+
(cherry picked from commit be03cf01f30d5319c7f1629a23265655711b9d07)
2021-07-07 19:38:21 +00:00
Atemu 261e8c7b98 zen-kernels: 5.12.9 -> 5.12.14
(cherry picked from commit 6733b6fb0569762d4fe7204613224545d54a55c8)
2021-07-07 10:41:19 +00:00
Vladimír Čunát 9d1350d9d5
Merge #129412: makeself: disable tests for now
Also improve the busybox-sandbox-shell.
(cherry picked from commit 00c86ad14639887ec495b92ada9cd93a75317686)
The makeself problem is blocking the nixos-21.05 channel now.
2021-07-06 21:55:52 +02:00
fortuneteller2k 111c0c12be linux_xanmod: 5.12.13 -> 5.13.0
(cherry picked from commit 741f6efc6bac0c79f5f280bf0e1e8fa82c9020af)
2021-07-06 10:24:47 +08:00
fortuneteller2k 3cd12115c5 linux_xanmod: 5.12.12 -> 5.12.13
(cherry picked from commit 419e4299a6a393fb514048dfe57a391f939a721b)
2021-07-05 14:55:17 -07:00
Yurii Matsiuk d06db41bb7 linux/hardened/patches/5.4: 5.4.127-hardened1 -> 5.4.129-hardened1
(cherry picked from commit 338286e6b05edee0faabbf0685b05dc6f2a5be44)
2021-07-05 18:13:10 +00:00
Yurii Matsiuk 24d3d7b72c linux/hardened/patches/5.12: 5.12.12-hardened1 -> 5.12.14-hardened1
(cherry picked from commit 6643bf87ae69a2e3edcbc47f2dc841246e02372e)
2021-07-05 18:13:09 +00:00
Yurii Matsiuk faa6d6b9b1 linux/hardened/patches/5.10: 5.10.45-hardened1 -> 5.10.47-hardened1
(cherry picked from commit 344bf9c20e10e5484a72d3dc1a77d31d1aed9e84)
2021-07-05 18:13:09 +00:00
Yurii Matsiuk 99d53a0c89 linux/hardened/patches/4.19: 4.19.195-hardened1 -> 4.19.196-hardened1
(cherry picked from commit 5a058ab3846b568ee71b6356fa35d1e383e6ce27)
2021-07-05 18:13:09 +00:00
Yurii Matsiuk 15f8e24bc6 linux/hardened/patches/4.14: 4.14.237-hardened1 -> 4.14.238-hardened1
(cherry picked from commit c7323350678a84f0557d475e94887fe94005086b)
2021-07-05 18:13:09 +00:00
Yurii Matsiuk 926c9aabc7 linux: 5.4.127 -> 5.4.129
(cherry picked from commit 5da58d1f67170c3dd5da6fc86d38f0d28abe4f12)
2021-07-05 18:13:08 +00:00
Yurii Matsiuk b0214fccfb linux: 5.12.12 -> 5.12.14
(cherry picked from commit d28212b0842fea0e03376247320f7b41da4abef1)
2021-07-05 18:13:08 +00:00
Yurii Matsiuk a18dea6fb6 linux: 5.10.45 -> 5.10.47
(cherry picked from commit f52103a4e69179631828d453ba0ca68add15952c)
2021-07-05 18:13:08 +00:00
Yurii Matsiuk dc34cf70c8 linux: 4.9.273 -> 4.9.274
(cherry picked from commit 24a5777be9e967bef974fb769b386665b671a6af)
2021-07-05 18:13:07 +00:00
Yurii Matsiuk e168b5bcc9 linux: 4.4.273 -> 4.4.274
(cherry picked from commit ffdd1ac7768c9eb5a1f0a134adc0e5ce473ca3a5)
2021-07-05 18:13:07 +00:00
Yurii Matsiuk d638fb5525 linux: 4.19.195 -> 4.19.196
(cherry picked from commit a5394f31e8cc9f24a549d6070ee6153e1f946537)
2021-07-05 18:13:07 +00:00
Yurii Matsiuk 78ff5dfec2 linux: 4.14.237 -> 4.14.238
(cherry picked from commit 1c15f4eef1c304e8d89a2f42554c503c4925e1cf)
2021-07-05 18:13:06 +00:00
Yurii Matsiuk bc1ca1fa6b Revert "linux: fix regression in bridge VLAN configuration"
This reverts commit 24a08441d52480cf3332a100e24fdf9b83a8351a.

(cherry picked from commit 2f0d1e41e254e55e2668f19faf2f307598e43f6e)
2021-07-05 18:13:06 +00:00
Jörg Thalheim fe80e34fef
Merge pull request #126738 from NixOS/backport-126060-to-release-21.05
[Backport release-21.05] dpdk-kmods: init at 2021-04-21
2021-07-03 05:06:36 +01:00
Yurii Matsiuk 23b6a0735b linux_5_13: init at 5.13
(cherry picked from commit 367a53a82b0a3ffe6c1ea4261c22764129994669)
2021-07-02 13:50:19 -07:00
Lengyel Balázs db3b901f0b linux-kernel: update config for 5.13
(cherry picked from commit 2ac508d578a99c447fabf97fa7b788062da70b95)
2021-07-02 13:50:19 -07:00
Andrew Childs f77d176ec6 root: use pure CoreSymbolication on Darwin
The current build works by linking against CoreSymbolication in
/System/Library/PrivateFrameworks. This is impure and doesn't work in
newer versions of macOS.

See https://github.com/NixOS/nixpkgs/issues/128576

(cherry picked from commit 55dcd998597257714c4a5362c14845a9363dde66)
2021-07-01 13:56:15 -07:00
Sandro 990eb36e53 Update pkgs/os-specific/linux/mwprocapture/default.nix
(cherry picked from commit 92d2a0ddeeb5e19e1bb3c43996bc0a18ddaf13a9)
2021-06-28 08:37:52 -07:00
Phil Wetzel 9af0e6e076 mwprocapture: 1.2.4177 -> 1.3.0.4236
(cherry picked from commit 4f22c47193b2608d4d28cd831d54c5bd384a29a5)
2021-06-28 08:37:52 -07:00
Marco A L Barbosa b8b8cfa29c audit: use hostPlatform.isStatic instead of targetPlatform.isStatic
(cherry picked from commit 0034539abab37c4cfbc281a084cf111a16e8a21d)
2021-06-25 17:54:58 +00:00
Robert Schütz 001f78ff00 zfs: 2.0.4 -> 2.0.5
https://github.com/openzfs/zfs/releases/tag/zfs-2.0.5
(cherry picked from commit ec8dbc11aac4b4d7f6e9c8329952bd03dbfc98bf)
2021-06-24 16:01:59 -07:00
Maximilian Bosch 2f752379bc
Merge pull request #127789 from fortuneteller2k/backport-xanmod
[21.05] linux_xanmod: 5.12.5 -> 5.12.12
2021-06-23 15:23:16 +02:00
fortuneteller2k 6fb054dda0 linux_xanmod: 5.12.5 -> 5.12.12
(cherry picked from commit 4fa80ae13ab707bd11074cf18d6203f15d65f613)
2021-06-22 22:20:24 +08:00
TredwellGit 220b8ca902 linux: fix regression in bridge VLAN configuration
(cherry picked from commit 24a08441d52480cf3332a100e24fdf9b83a8351a)
2021-06-22 08:41:57 +00:00
TredwellGit 1f180eafdb linux/hardened/patches/5.4: 5.4.126-hardened1 -> 5.4.127-hardened1
(cherry picked from commit df60fdef552ef8a1aaaf3b63a0e7941165a2e893)
2021-06-22 08:41:57 +00:00
TredwellGit d2c67458d9 linux/hardened/patches/5.12: 5.12.11-hardened1 -> 5.12.12-hardened1
(cherry picked from commit d1e2575c4c7114ab1f6e2f7fd0fda2918d0e7a89)
2021-06-22 08:41:57 +00:00
TredwellGit 33ec269818 linux/hardened/patches/5.10: 5.10.44-hardened1 -> 5.10.45-hardened1
(cherry picked from commit cfd71fa4b5cbb3764818878b5b304e55c4a3ab14)
2021-06-22 08:41:57 +00:00
TredwellGit f8a4c84f1b linux_latest-libre: 18115 -> 18132
(cherry picked from commit c43cd094c7eaf1e5c373658061f14e9a43f759a9)
2021-06-22 08:41:56 +00:00
TredwellGit e539ffea84 linux: 5.4.126 -> 5.4.127
(cherry picked from commit 7c23102d0309360ba5649067ede6b8029cc198b3)
2021-06-22 08:41:56 +00:00
TredwellGit 257571a908 linux: 5.12.11 -> 5.12.12
(cherry picked from commit c4df7bfef79a71d7c12b40a3cae4e3272db97b2d)
2021-06-22 08:41:56 +00:00
TredwellGit 085ba8376c linux: 5.10.44 -> 5.10.45
(cherry picked from commit 67ff76420c76413c31482c6677b8051e2989fe8d)
2021-06-22 08:41:56 +00:00
rnhmjoj d81e14f491 nixos-rebuild: fix --use-remote-sudo
Currently fails with:

  $ nixos-rebuild test --target-host myhost --use-remote-sudo
  building Nix...
  sudo: /run/current-system/sw/bin/sudo must be owned by uid 0 and have the setuid bit set

It seems setting an explicit PATH in the ssh command overrides the
remote setuid wrappers.

(cherry picked from commit 35a8d78e44d566d6d2ddba42ae5137f7a511a090)
2021-06-20 09:23:20 +00:00
TredwellGit efb61e9e83 linux/hardened/patches/5.4: 5.4.125-hardened1 -> 5.4.126-hardened1
(cherry picked from commit 98642dcfd9c281266605e672e87552ea65e7f914)
2021-06-17 04:45:40 +00:00
TredwellGit 55875793a1 linux/hardened/patches/5.12: 5.12.10-hardened1 -> 5.12.11-hardened1
(cherry picked from commit ec53be76f2b5738e6ea66cdf064ab67df3f15ca8)
2021-06-17 04:45:40 +00:00
TredwellGit d14bae7155 linux/hardened/patches/5.10: 5.10.43-hardened1 -> 5.10.44-hardened1
(cherry picked from commit 9e42f0075a28940382f424121a355449c066ee50)
2021-06-17 04:45:40 +00:00
TredwellGit 5abf0043a3 linux/hardened/patches/4.19: 4.19.194-hardened1 -> 4.19.195-hardened1
(cherry picked from commit 00eb48b68b2aff0cb2de7dee6880ed39d5423950)
2021-06-17 04:45:40 +00:00
TredwellGit c96a2fc4c9 linux/hardened/patches/4.14: 4.14.236-hardened1 -> 4.14.237-hardened1
(cherry picked from commit a7b1c72c5ec814f49dea2bae5e6f413dfbec9efb)
2021-06-17 04:45:39 +00:00
TredwellGit 60151d59c3 linux: 5.4.125 -> 5.4.126
(cherry picked from commit d0860fef8831535bccae0273bfde5eb19841acfc)
2021-06-17 04:45:39 +00:00
TredwellGit c6d46ca2e4 linux: 5.12.10 -> 5.12.11
(cherry picked from commit 14510ff4ea93d95103e9bf6b189490067caf0f2f)
2021-06-17 04:45:39 +00:00
TredwellGit b7afdec506 linux: 5.10.43 -> 5.10.44
(cherry picked from commit 5382c2856df5a504650428177d75a40f307c1f66)
2021-06-17 04:45:39 +00:00
TredwellGit 81536c15d3 linux: 4.9.272 -> 4.9.273
(cherry picked from commit b9d8e45251917f347e31fff301ac416f705ed1a0)
2021-06-17 04:45:39 +00:00
TredwellGit 18da963255 linux: 4.4.272 -> 4.4.273
(cherry picked from commit ecf27f78d32098e791d2d9944f13eb27d6741924)
2021-06-17 04:45:38 +00:00
TredwellGit 76cb349cb2 linux: 4.19.194 -> 4.19.195
(cherry picked from commit c6e07a72e7327407e73287bd531222656ae38bee)
2021-06-17 04:45:38 +00:00
TredwellGit ae8b337041 linux: 4.14.236 -> 4.14.237
(cherry picked from commit 5efcab85a67f25cdb597ccf860f5751c7b8272d5)
2021-06-17 04:45:38 +00:00
Martin Weinelt a21b8237f1 microcodeIntel: 20210216 -> 20210608
(cherry picked from commit d94f35f69bff4eff7655279d45793003338f5c3c)
2021-06-16 13:12:03 -07:00
Samuel Gräfenstein 044a0d06c7 nixos-rebuild: fix creating ./result symlink for flakes
(cherry picked from commit 531dc2e0f12673cce9cc6ea3dc5fd8bfef39c9bf)
2021-06-15 15:21:24 +00:00
Maximilian Bosch 3437fe775d linuxPackages_5_4.wireguard: 1.0.20210424 -> 1.0.20210606
ChangeLog: https://lists.zx2c4.com/pipermail/wireguard/2021-June/006781.html
(cherry picked from commit 96c89ab82ab2e3c14bd3d23cb22ae2c591b92f1c)
2021-06-14 11:53:30 +00:00
Jörg Thalheim 21a1ba4fce dpdk-kmods: init at 2021-04-21
In the last release dpdk moved the uio_igb driver to a different package
Without it dpdk is not very useful.

(cherry picked from commit 0d2276ec343e8965c023eecc1780d3521276047f)
2021-06-13 09:40:56 +00:00
Vladimír Čunát 6d286be97a
Merge branch 'release-21.05' into staging-next-21.05
This brings not that many rebuilds but still some.
2021-06-12 07:21:42 +02:00
TredwellGit 01f05483e3 linux/hardened/patches/5.4: 5.4.124-hardened1 -> 5.4.125-hardened1
(cherry picked from commit c22128ed44db5b8c2fa0c66ed8a33e1660421739)
2021-06-11 11:55:05 +00:00
TredwellGit a4b3179732 linux/hardened/patches/5.12: 5.12.9-hardened1 -> 5.12.10-hardened1
(cherry picked from commit 889319446ce58456ad06165748bf7d302181c3cc)
2021-06-11 11:55:05 +00:00
TredwellGit 6d28511e7f linux/hardened/patches/5.10: 5.10.42-hardened1 -> 5.10.43-hardened1
(cherry picked from commit 0879f36d2b5269d1ca097761601c5b7f26c2e3d7)
2021-06-11 11:55:05 +00:00
TredwellGit e08fc97b07 linux/hardened/patches/4.19: 4.19.193-hardened1 -> 4.19.194-hardened1
(cherry picked from commit 940bf55cab197e373102be460d6d7fd737fbd8e3)
2021-06-11 11:55:04 +00:00
TredwellGit 2eff1ca451 linux/hardened/patches/4.14: 4.14.235-hardened1 -> 4.14.236-hardened1
(cherry picked from commit e77f16cbcb80456b3874b649ddf35bd6183e4b43)
2021-06-11 11:55:04 +00:00
TredwellGit 0bfc50ac94 linux: 5.4.124 -> 5.4.125
(cherry picked from commit 7cf65d0f4a9a1200bdc2dd2d63b572dfb8350db6)
2021-06-11 11:55:04 +00:00
TredwellGit e7a8f48d6b linux: 5.12.9 -> 5.12.10
(cherry picked from commit fd44ed986cad429e42cb985a78e847895438e89d)
2021-06-11 11:55:04 +00:00
TredwellGit a5bfe124f9 linux: 5.10.42 -> 5.10.43
(cherry picked from commit 121dbb96538e04b1e54559a7728a5e4653a52e82)
2021-06-11 11:55:04 +00:00
TredwellGit 134c38917e linux: 4.9.271 -> 4.9.272
(cherry picked from commit 2961093d9b231fb085d74696d09334b7a1bedbc6)
2021-06-11 11:55:03 +00:00
TredwellGit 52f177d27c linux: 4.4.271 -> 4.4.272
(cherry picked from commit a31fb792707b189b3ec4c87e9cf7afdb410db72e)
2021-06-11 11:55:03 +00:00
TredwellGit 2cfe71a243 linux: 4.19.193 -> 4.19.194
(cherry picked from commit 89a533e7df2274b173dfa145eb2f224cffc2b606)
2021-06-11 11:55:03 +00:00
TredwellGit 40c83d56e0 linux: 4.14.235 -> 4.14.236
(cherry picked from commit a6d113ad1b17b731972a0550ee14fa333bac2644)
2021-06-11 11:55:03 +00:00
Chuck c764b9f946 nixos-rebuild: Pass flakes flags when doing local flakes build
(cherry picked from commit 1c80856545fd1234ba84b8981d26ca8e786376c2)
2021-06-10 22:31:01 +00:00
Jonathan Ringer 8e20586f52
Merge branch 'staging-next-21.05' into staging-21.05 2021-06-08 12:21:49 -07:00
Yurii Matsiuk 48b5af66d9 linux: remove 5.11
(cherry picked from commit 73f7db3ecd9f2ca744ed82d7bfc954601c591350)
2021-06-08 18:26:34 +00:00
Yurii Matsiuk a01a648543 linux/hardened/patches/5.4: 5.4.122-hardened1 -> 5.4.124-hardened1
(cherry picked from commit 598dadab6ee7552d429db1e25a8379b4d5a518c5)
2021-06-08 18:26:34 +00:00
Yurii Matsiuk fd3156d46f linux/hardened/patches/5.12: 5.12.7-hardened1 -> 5.12.9-hardened1
(cherry picked from commit 405b66f9773fee406e1d05843e5b52d26daa4c59)
2021-06-08 18:26:34 +00:00
Yurii Matsiuk 961ffc28db linux/hardened/patches/5.10: 5.10.40-hardened1 -> 5.10.42-hardened1
(cherry picked from commit 9395f64db2e9e8b7c8bd72e0aa91490428b83969)
2021-06-08 18:26:34 +00:00
Yurii Matsiuk 6bec4b45c6 linux/hardened/patches/4.19: 4.19.192-hardened1 -> 4.19.193-hardened1
(cherry picked from commit ac9d2af41f3ca372d50719225f7e029321312e46)
2021-06-08 18:26:34 +00:00
Yurii Matsiuk 7da6c0c3c9 linux/hardened/patches/4.14: 4.14.234-hardened1 -> 4.14.235-hardened1
(cherry picked from commit adb9d3b15240bc8272cfb023beee9e035df4027b)
2021-06-08 18:26:33 +00:00
Yurii Matsiuk 8d8739976a linux_latest-libre: 18096 -> 18115
(cherry picked from commit b599c482957ff3991ee45474f02c3b617df87ece)
2021-06-08 18:26:33 +00:00
Yurii Matsiuk 4a79e6ce2b linux-rt_5_4: 5.4.115-rt57 -> 5.4.123-rt59
(cherry picked from commit 759559f3d3f57aeb76a38d8d47e481fe68767d81)
2021-06-08 18:26:33 +00:00
Yurii Matsiuk 6a671c3d4a linux-rt_5_10: 5.10.35-rt39 -> 5.10.41-rt42
(cherry picked from commit b42424bdd0946c167becd3ffa2d169d5e08877ed)
2021-06-08 18:26:33 +00:00
Yurii Matsiuk 6a0f53fd68 linux: 5.4.123 -> 5.4.124
(cherry picked from commit 32d11bc730a489d79825dc6e6c3d0de1f310ebdd)
2021-06-08 18:26:33 +00:00
Yurii Matsiuk 7a527b80a4 linux: 5.12.8 -> 5.12.9
(cherry picked from commit 638dd47cd4adf14e8bdf7045acee10c1642528e9)
2021-06-08 18:26:33 +00:00
Yurii Matsiuk 48c065427c linux: 5.10.41 -> 5.10.42
(cherry picked from commit 3d8eaa87efac4063cd1474e0f17078d0f16b2863)
2021-06-08 18:26:32 +00:00
Yurii Matsiuk b21519e899 linux: 4.9.270 -> 4.9.271
(cherry picked from commit 3739547f71399e6b689682f64376ea47055563e4)
2021-06-08 18:26:32 +00:00
Yurii Matsiuk 11c473038b linux: 4.4.270 -> 4.4.271
(cherry picked from commit eab8c884b84d6e89177430306a2ce8e2319a148d)
2021-06-08 18:26:32 +00:00
Yurii Matsiuk e9d5f300eb linux: 4.19.192 -> 4.19.193
(cherry picked from commit df489760a1f346e71e6d61c93f80da029128d292)
2021-06-08 18:26:32 +00:00
Yurii Matsiuk 11bdcb66bd linux: 4.14.234 -> 4.14.235
(cherry picked from commit 14c5ae2a443f4296fd37bc556b7cf7aba2ac8033)
2021-06-08 18:26:32 +00:00
Yurii Matsiuk e28f728bdf linux: 5.4.122 -> 5.4.123
(cherry picked from commit fd37913b5699c23ef59dd0bb3a38ab92d8ed82de)
2021-06-08 18:26:31 +00:00
Yurii Matsiuk 68f2116f10 linux: 5.12.7 -> 5.12.8
(cherry picked from commit 85b9e08436dd3cb37707fffd93b0d2dea30b99d1)
2021-06-08 18:26:31 +00:00
Yurii Matsiuk 1e9c68521c linux: 5.10.40 -> 5.10.41
(cherry picked from commit 78aaa23acecfbfd977d22bf3a7050c9a27c815fa)
2021-06-08 18:26:31 +00:00
fortuneteller2k fe6ece008b linuxPackages_4_4.v4l2loopback: fix build for 4.4 kernels
(cherry picked from commit 943d26cf3b3aa407c651395141b0a5bbf7043175)
2021-06-07 00:48:26 +00:00
Yurii Matsiuk 099d0e5cb2 linux/hardened/patches/5.4: 5.4.121-hardened1 -> 5.4.122-hardened1
(cherry picked from commit 1ce119e9bb3ada25ad7f9fcfb7565194a4faffdb)
2021-06-05 15:07:38 +00:00
Yurii Matsiuk 5e4a63c145 linux/hardened/patches/5.12: 5.12.6-hardened1 -> 5.12.7-hardened1
(cherry picked from commit cdc6a4cc1e858d299e20e4cb90df427ac15411cc)
2021-06-05 15:07:37 +00:00
Yurii Matsiuk 45c9ea8fdb linux/hardened/patches/5.10: 5.10.39-hardened1 -> 5.10.40-hardened1
(cherry picked from commit 46ca914a5e4b8aa4cd184cd5a514200f224a5d06)
2021-06-05 15:07:37 +00:00
Yurii Matsiuk 10afabfad5 linux/hardened/patches/4.19: 4.19.191-hardened1 -> 4.19.192-hardened1
(cherry picked from commit 938ea32339ada0492d545542123e68e8833986c7)
2021-06-05 15:07:37 +00:00
Yurii Matsiuk f5fa39d4a1 linux/hardened/patches/4.14: 4.14.233-hardened1 -> 4.14.234-hardened1
(cherry picked from commit 52e8c2d1650de8760c2cd93f67f45f559e00cdfe)
2021-06-05 15:07:37 +00:00
Yurii Matsiuk 79115d6a82 linux: 5.4.121 -> 5.4.122
(cherry picked from commit c16011b1d9f92d6bf68064fc0e12b66b4c6ad48f)
2021-06-05 15:07:36 +00:00
Yurii Matsiuk d0d7b4af7e linux: 5.12.6 -> 5.12.7
(cherry picked from commit 01cc705d4a07ef89a8aa7806fdf2366360237c3e)
2021-06-05 15:07:36 +00:00
Yurii Matsiuk a5c46f1388 linux: 5.10.39 -> 5.10.40
(cherry picked from commit bed18f50193d35c43408682837c7f96f30717c22)
2021-06-05 15:07:36 +00:00
Yurii Matsiuk 55be7efd2e linux: 4.9.269 -> 4.9.270
(cherry picked from commit 7d57471efa5d1b36f44084709e77c087ee8629f7)
2021-06-05 15:07:36 +00:00
Yurii Matsiuk e8c17e37ea linux: 4.4.269 -> 4.4.270
(cherry picked from commit 819f6a5d8cf82857e9cc4f17879a68c944747bdf)
2021-06-05 15:07:35 +00:00
Yurii Matsiuk 876f1db8eb linux: 4.19.191 -> 4.19.192
(cherry picked from commit bd12ba96439e67cf75ec94773b7b2b5fc5f6079b)
2021-06-05 15:07:35 +00:00
Yurii Matsiuk cd8ea3fcd0 linux: 4.14.233 -> 4.14.234
(cherry picked from commit 91233c46e36ef775e0ef92b4be0b810598d9b800)
2021-06-05 15:07:35 +00:00
Yurii Matsiuk a361101945 linux/hardened/patches/5.12: init at 5.12.6-hardened1
(cherry picked from commit 6c6f9a5abfdc601d1d5ade71e8b667ed9cdc5fcd)
2021-06-05 15:07:35 +00:00
Yurii Matsiuk 9b91d0c98a linux/hardened/patches/5.4: 5.4.119-hardened1 -> 5.4.121-hardened1
(cherry picked from commit 63f5c51430ba45904bd3ffa915c045cb746a4d20)
2021-06-05 15:07:34 +00:00
Yurii Matsiuk 8c3ed02c5b linux/hardened/patches/5.11: 5.11.21-hardened1 -> 5.11.22-hardened1
(cherry picked from commit ac7c67ea0c13e60d1a39d658b2418ce616e4ccc6)
2021-06-05 15:07:34 +00:00
Yurii Matsiuk 3270f6e74f linux/hardened/patches/5.10: 5.10.37-hardened1 -> 5.10.39-hardened1
(cherry picked from commit f8df946b8b6b37a6d05d9cac7728709593c774ae)
2021-06-05 15:07:34 +00:00
Yurii Matsiuk 1537b18b66 linux/hardened/patches/4.19: 4.19.190-hardened1 -> 4.19.191-hardened1
(cherry picked from commit 38a17bf83560749fab96d595c3ac10b2d4b922ad)
2021-06-05 15:07:33 +00:00
Yurii Matsiuk 641eac3f62 linux/hardened/patches/4.14: 4.14.232-hardened1 -> 4.14.233-hardened1
(cherry picked from commit 96806043e7e73bb98d2362b5c14f3eb6dee2b514)
2021-06-05 15:07:33 +00:00
Yurii Matsiuk 8d3861572f linux_latest-libre: 18063 -> 18096
(cherry picked from commit be8af32578742a2940eb0aa0f3437bfdb43a515d)
2021-06-05 15:07:33 +00:00
Yurii Matsiuk ff2eb0479e linux: 5.4.120 -> 5.4.121
(cherry picked from commit 44ed8b845d762581ca84ab4dd6baab89a0674d79)
2021-06-05 15:07:33 +00:00
Yurii Matsiuk 17c7ef67ea linux: 5.12.5 -> 5.12.6
(cherry picked from commit 6485d14e6de1ce89d39367d3d8b7eac5fdae684c)
2021-06-05 15:07:32 +00:00
Yurii Matsiuk a8f69347be linux: 5.10.38 -> 5.10.39
(cherry picked from commit 43730b18ea08d7bf93aee23f47c2683f7a93e945)
2021-06-05 15:07:32 +00:00
Yurii Matsiuk 537d97790b linux: 4.9.268 -> 4.9.269
(cherry picked from commit e51c114dfeab0f7f7655edb3bb045c775982c5c6)
2021-06-05 15:07:32 +00:00
Yurii Matsiuk 853bb573e9 linux: 4.4.268 -> 4.4.269
(cherry picked from commit 7d15d507177349feee82e225a2ddbb09a9830d47)
2021-06-05 15:07:32 +00:00
Yurii Matsiuk 5e4829822c linux: 4.19.190 -> 4.19.191
(cherry picked from commit be7fc1bdee8bc3907f1089f37570ece1938532ba)
2021-06-05 15:07:31 +00:00
Yurii Matsiuk 747ca0c87f linux: 4.14.232 -> 4.14.233
(cherry picked from commit c5545b7e423869aaabc1232e9f339a5cb18398db)
2021-06-05 15:07:31 +00:00
Yurii Matsiuk 73710f8803 linux: 5.4.119 -> 5.4.120
(cherry picked from commit ce48d2c5932b307c22b418a7cced203ffc438b15)
2021-06-05 15:07:31 +00:00
Yurii Matsiuk 1e4ff1a71e linux: 5.12.4 -> 5.12.5
(cherry picked from commit a76a720665423d32db1edaf44915287c5860d536)
2021-06-05 15:07:31 +00:00
Yurii Matsiuk 64809ba107 linux: 5.11.21 -> 5.11.22
(cherry picked from commit 701282a87a96bc14d1996b43c057394b4dc70510)
2021-06-05 15:07:30 +00:00
Yurii Matsiuk 07dd7d248d linux: 5.10.37 -> 5.10.38
(cherry picked from commit 9a0a33f6b1ca2ae2c70e0c01722e3c359d667578)
2021-06-05 15:07:30 +00:00
Thomas Gerbet 91c7763b9d pam_u2f: 1.1.0 -> 1.1.1
Fixes CVE-2021-31924
https://www.yubico.com/support/security-advisories/ysa-2021-03/

Changelog: https://github.com/Yubico/pam-u2f/blob/pam_u2f-1.1.1/NEWS
(cherry picked from commit b5afbd350dc54553376bfa29e693b680be3c39bd)
2021-06-05 11:33:09 +00:00
Timothy Klim a72d67f426 nvidia-x11: 465.27 -> 465.31
(cherry picked from commit 29e6e27d4f02b9d3ccf58900427fca793faab68f)
2021-06-03 10:51:40 +00:00
Sebastian Sellmeier cc8409db5c usbutils: 012 -> 013
(cherry picked from commit bafd47b37015aec26832a110dc255c4e2282ee93)
2021-06-01 16:40:07 +00:00
oxalica a9f685005e nixos/tests/kbd-setfont-decompress: init
(cherry picked from commit 7fb927c9e54170c43e2579d1f0f20efd719ca7e8)
2021-06-01 00:13:53 +00:00
oxalica b35b0a5f04 kbd: patch paths to decompressors
(cherry picked from commit 449132738dc3128f664772f571ae2f39a17b39ab)
2021-06-01 00:13:53 +00:00
Thomas Gerbet feff71106d sssd: 1.16.4 -> 1.16.5
Fixes CVE-2018-16838.
https://sssd.io/release-notes/sssd-1.16.5.html

(cherry picked from commit affda4029fdc80149c0f30c8cc6021cf4efda0e7)
2021-05-26 12:04:22 +02:00
Jörg Thalheim 0c67f4a204
odp-dpdk: 1.22.0.0_DPDK_18.11 -> 1.27.0.0_DPDK_19.11
(cherry picked from commit b50d58d9884bcd9216376e0f2c8f8f096572e7bf)
2021-05-24 09:18:28 +02:00
Jörg Thalheim c443ac73f2
pktgen: 19.12.0 -> 21.05.0
(cherry picked from commit 9d002b110e74cb73b0e08029088d1f034c23f80a)
2021-05-24 09:18:27 +02:00
Jörg Thalheim 40b3403d59
dpdk: 20.05 -> 21.02
(cherry picked from commit a443ea7d0142ac3f8c27a40a3dcc5723cb49d62e)
2021-05-24 09:18:26 +02:00
Jonathan Ringer 11a9ac00fc
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
 pkgs/tools/networking/xh/default.nix
2021-05-22 18:19:10 -07:00
Sandro e5c6f35030
Merge pull request #120850 from fortuneteller2k/update-xanmod-512
linux_xanmod: 5.11.16 -> 5.12.5
2021-05-22 17:26:16 +02:00
Kira Bruneau cd4780fab4
maintainers: rename metadark -> kira-bruneau (#124035) 2021-05-22 16:47:40 +02:00
Thomas Gerbet 32fdb916a1 libcgroup: 0.41 -> 0.42.2 2021-05-22 15:21:31 +02:00
github-actions[bot] 901fb5e64e
Merge master into staging-next 2021-05-22 00:56:03 +00:00
Martin Weinelt b49bd8db30
batman-adv: 2021.0 -> 2021.1 2021-05-22 00:31:57 +02:00
Jonathan Ringer 6b15fdce86
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
 pkgs/shells/ion/default.nix
 pkgs/tools/misc/cicero-tui/default.nix
2021-05-20 22:11:42 -07:00
Robert Helgesson 507133e9d3 sd-switch: 0.2.1 -> 0.2.2 2021-05-20 17:19:22 -07:00
fortuneteller2k 8cb96583e2 linuxPackages_5_12.rtl88xxau-aircrack: fix build 2021-05-20 17:09:53 -07:00
fortuneteller2k c50b59f7f1 linuxPackages.rtl88x2bu: switch to more maintained fork 2021-05-20 11:50:55 -07:00
fortuneteller2k f49504d95f linuxPackages.rtl8821au: switch to a more maintained fork 2021-05-20 11:46:46 -07:00
fortuneteller2k eb46753560 linux_xanmod: 5.11.16 -> 5.12.5 2021-05-21 01:41:58 +08:00
Jonathan Ringer 14f3686af1
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  pkgs/applications/terminal-emulators/alacritty/default.nix
  pkgs/servers/clickhouse/default.nix
2021-05-20 09:12:42 -07:00
fortuneteller2k 8aac6d8daf linuxPackages.rtl8812au: add myself as maintainer, cleanup 2021-05-20 09:06:36 -07:00
Lassulus 213cde9203
Merge pull request #108348 from rencire/add-hid-nintendo
linuxPackages.hid-nintendo: init at 3.1
2021-05-20 07:41:44 +02:00
Martin Weinelt 259e3fc46f
Merge pull request #123636 from fortuneteller2k/rtl8821cu
linuxPackages.rtl8821cu: switch to a more maintained fork
2021-05-20 03:14:32 +02:00
github-actions[bot] 8a5e4be6b6
Merge master into staging-next 2021-05-19 18:34:10 +00:00
R. RyanTM 4751744636 hdparm: 9.60 -> 9.61 2021-05-19 10:54:07 -07:00
Jonathan Ringer c1f8a15dac
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  nixos/doc/manual/release-notes/rl-2105.xml
  pkgs/tools/security/sequoia/default.nix
2021-05-19 10:39:54 -07:00
fortuneteller2k 5e52c3706c linuxPackages.rtl8821ce: mark broken for aarch64
Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
2021-05-19 10:11:38 -07:00
fortuneteller2k d7692cd0d1 linuxPackages.rtl8821cu: switch to a more maintained fork 2021-05-19 16:46:32 +08:00
Jörg Thalheim 1341338ad4
Merge pull request #123627 from fortuneteller2k/bump-ena
linuxPackages.ena: 2.4.1 -> 2.5.0
2021-05-19 08:46:03 +01:00
fortuneteller2k 4e045f313b linuxPackages.rtl8814au: move to a more maintained fork 2021-05-19 13:34:25 +08:00
fortuneteller2k 9d57d41c17 linuxPackages.ena: 2.4.1 -> 2.5.0 2021-05-19 12:48:30 +08:00
Jonathan Ringer 7117588d26
linuxPackages.ati_drivers_x11: remove
Driver is no longer supported for kernels >= 4.1.
2021-05-18 17:55:44 -07:00
Jonathan Ringer f7a112f6c4
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  pkgs/applications/graphics/emulsion/default.nix
  pkgs/development/tools/misc/texlab/default.nix
  pkgs/development/tools/rust/bindgen/default.nix
  pkgs/development/tools/rust/cargo-udeps/default.nix
  pkgs/misc/emulators/ruffle/default.nix
  pkgs/tools/misc/code-minimap/default.nix
2021-05-18 08:57:16 -07:00
Michael Raskin 02ba3238d2
Merge pull request #123053 from pschyska/master
atop, netatop, nixos/atop: improve packaging and options
2021-05-18 10:54:13 +00:00
ren 1c1e51ce31 linuxPackages.hid-nintendo: init at 3.1 2021-05-17 21:23:47 -07:00
R. RyanTM 546e892ebc android-udev-rules: 20210425 -> 20210501 2021-05-17 14:02:36 -07:00
R. RyanTM 1c563249ea linuxPackages.bpftrace: 0.12.0 -> 0.12.1 2021-05-17 13:44:33 -07:00
R. RyanTM 9409e275c8 lsscsi: 0.31 -> 0.32 2021-05-17 10:57:40 -07:00
Sandro 8a019950ce
Merge pull request #123075 from vulpes2/vulpes2/mmc-utils
mmc-utils: 2019-10-04 -> 2021-05-11
2021-05-17 19:22:26 +02:00
Sandro 10b6dce7bd
Merge pull request #117722 from rmcgibbo/gradm 2021-05-17 18:52:43 +02:00
Paul Schyska 033cdffa9b
atop: use substituteInPlace instead of sed 2021-05-17 13:58:50 +02:00
github-actions[bot] 3ff6965554
Merge master into staging-next 2021-05-17 06:22:23 +00:00
Jonathan Ringer d8e62d8e41
Merge remote-tracking branch 'origin/master' into staging-next
Fix cargo-flash build
2021-05-16 18:27:14 -07:00
Sandro 067281faf5
Merge pull request #123234 from Atemu/update/linux_lqx
linux_lqx: 5.11.20 -> 5.11.21
2021-05-17 02:08:20 +02:00
Paul Schyska 3b0bc54131
atop:, nixos/atop: Apply style suggestions
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-17 01:26:22 +02:00
Paul Schyska 76554beed8
atop: Merge all path-fixing to a single patch, comment the remaining patches 2021-05-16 22:08:05 +02:00
Paul Schyska 27d323d281
netatop: Split out path fixing and PIDFile changes to separate patches and comment 2021-05-16 22:07:24 +02:00
Robert Hensing 3c6fcc9073
Merge pull request #122987 from alyssais/nixos-rebuild-aarch64
nixos-rebuild: support prebuilt Nix on aarch64
2021-05-16 22:00:39 +02:00
Jonathan Ringer 20acd4c4f1
Merge pull request #105026 from thefloweringash/apple-silicon
Native support for Apple Silicon
2021-05-16 11:38:18 -07:00
github-actions[bot] 6cdac75d25
Merge staging-next into staging 2021-05-16 18:32:44 +00:00
github-actions[bot] 8c6d819143
Merge master into staging-next 2021-05-16 18:32:41 +00:00
Paul Schyska 327dcea4cc
atop: fix packaging .service files, add option to build with atopgpu 2021-05-16 18:22:03 +02:00
Paul Schyska 2703a7999a
netatop: package netatop.service 2021-05-16 18:22:03 +02:00
Andrew Childs e592d342da darwin.ICU: avoid platform.darwinMinVersion references on non-darwin
This package isn't expected to work outside of darwin, but must still
evaluate cleanly.
2021-05-17 00:28:05 +09:00
Andrew Childs 3706fe567b darwin.DarwinTools: remove reference to CFPriv.h
Fixes build on aarch64-darwin.
2021-05-17 00:28:05 +09:00
Ivan Babrou 68733c16f5 darwin.apple_sdk.frameworks: add missing dependencies
```
/nix/store/5mgn511gbldf7xl5kjm27z9lj10xcycl-apple-framework-CoreData-11.0.0/Library/Frameworks/CoreData.framework/Headers/NSPersistentCloudKitContainerOptions.h:10:9: fatal error: 'CloudKit/CKDatabase.h' file not found
        ^~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
```

```
/nix/store/a7k7kqj08602785vsrss0xa85b08hik4-apple-framework-CloudKit-11.0.0/Library/Frameworks/CloudKit.framework/Headers/CKRecord.h:9:9: fatal error: 'CoreLocation/CLLocation.h' file not found
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
```
2021-05-17 00:27:04 +09:00
Ivan Babrou d0eff87f68 darwin.file_cmds: add missing Libinfo dependency
Fixing:

```
/private/tmp/nix-build-file_cmds-264.1.1-osx-10.11.6.drv-0/file_cmds-264.1.1/ls/print.c:56:10: fatal error: 'membershipPriv.h' file not found
         ^~~~~~~~~~~~~~~~~~
1 error generated.
```
2021-05-17 00:27:03 +09:00
Ivan Babrou 577bcf38f8 darwin.shell_cmds: add missing dependency on launchd 2021-05-17 00:27:03 +09:00
Ivan Babrou da3ae0231a apple-source-releases: make it compile on aarch64 2021-05-17 00:27:03 +09:00
Ivan Babrou 2eb97f2ddd darwin.developer_cmds: wrap clang -E from clang-wrapped as clang-cpp 2021-05-17 00:27:03 +09:00
Andrew Childs d2c9670339 darwin: add CoreFoundation to the build when explicitly required 2021-05-17 00:27:02 +09:00
Matthew Bauer 3e7034abb9 darwin/xcode: provide libc++ from XCode toolchain
We could use our own libc++ here, but it is probably best to use the
provided one to ensure consistency. This fixes some C++ programs when
running aarch64-apple-ios-clang++.
2021-05-17 00:27:02 +09:00
Andrew Childs 7eb1e3695d darwin.signingUtils: init
Helper scripts for code signing on darwin.
2021-05-17 00:27:02 +09:00
Andrew Childs 4c890ce9aa darwin.sigtool: init 2021-05-17 00:27:02 +09:00
Andrew Childs fe0d5a54c1 darwin/apple-sdk-11.0: inject an sdk for macOS 11 2021-05-17 00:27:01 +09:00
Andrew Childs 0ba7a04743 darwin/binutils: include codesign_allocate 2021-05-17 00:27:01 +09:00
Andrew Childs eb8f8afac7 libtapi: cross compilation 2021-05-17 00:27:01 +09:00
Andrew Childs b7abec31d4 rewrite-tbd: init 2021-05-17 00:27:01 +09:00
Andrew Childs 257cb1c8e8 print-reexports: rehome, tbd4 support, cross compilation 2021-05-17 00:27:01 +09:00
Andrew Childs bd4a45f5d4 cctools: drop suspicious dependency 2021-05-17 00:27:00 +09:00
Andrew Childs cbe172fa67 darwin.ICU: cross compilation 2021-05-17 00:27:00 +09:00
Andrew Childs aa3361326b darwin.adv_cmds: fix cross compilation 2021-05-17 00:27:00 +09:00
Jan Tojnar 21541fc97c Revert "Revert "hwdata: 0.344 -> 0.347""
This reverts commit f070de253c.
2021-05-16 16:37:13 +02:00
Théophane Hufschmitt 601ceec28d
nixos-rebuild: Don’t reset the experimental features
Make sure that the Nix `experimental-features` set by a user aren’t overwritten when running `nixos-rebuild --flake` by using `--extra-experimental-features` rather than `--experimental-features`.

Fix https://github.com/NixOS/nix/issues/4784
2021-05-16 16:17:42 +02:00
Jan Tojnar 684991c696
Merge branch 'master' into staging-next
- Thunderbird 68 has been dropped on master.
- gccCrossLibcStdenv has been factored out on staging-next in all-packages.nix, while the file has been re-formatted on master.
2021-05-16 15:34:51 +02:00
Atemu 1e6a687fd0 linux_lqx: 5.11.20 -> 5.11.21 2021-05-16 10:11:39 +02:00
R. RyanTM 0a099aa6c5 fatrace: 0.16.2 -> 0.16.3 2021-05-16 02:47:06 -04:00
github-actions[bot] 5c18268a6b
Merge staging-next into staging 2021-05-16 06:22:08 +00:00
github-actions[bot] d6fe7f78a8
Merge master into staging-next 2021-05-16 06:22:05 +00:00
sterni bc6da68650
bionic: use fetchzip for everything (#123010)
Since the hashes of the remaining two archives that used fetchurl broke,
now as good a time as any to switch the remaining fetchurls to fetchzip.
2021-05-16 01:24:27 -04:00
Peter Hoeg 33a2d3a817 logitech-udev-rules: truly minor permission fix 2021-05-16 11:04:34 +08:00
Jan Tojnar f070de253c Revert "hwdata: 0.344 -> 0.347" 2021-05-15 20:23:53 +02:00
ajs124 d151b2fb41 lvm2: 2.03.11 -> 2.03.12 2021-05-15 08:55:27 -07:00
github-actions[bot] 49ec716c04
Merge staging-next into staging 2021-05-15 12:25:36 +00:00
github-actions[bot] ec10b0958d
Merge master into staging-next 2021-05-15 12:25:33 +00:00
vulpes2 a33fcd3f21 hwdata: 0.344 -> 0.347 2021-05-15 05:11:10 -04:00
vulpes2 4e157ee757 mmc-utils: 2019-10-04 -> 2021-05-11 2021-05-15 04:32:28 -04:00
github-actions[bot] 78ae7ac75e
Merge staging-next into staging 2021-05-15 06:22:25 +00:00
TredwellGit b9bb51497d linux/hardened/patches/5.4: 5.4.118-hardened1 -> 5.4.119-hardened1 2021-05-14 21:41:11 +00:00
TredwellGit bd4e82b585 linux/hardened/patches/5.11: 5.11.20-hardened1 -> 5.11.21-hardened1 2021-05-14 21:41:10 +00:00
TredwellGit 8cf62ea50a linux/hardened/patches/5.10: 5.10.36-hardened1 -> 5.10.37-hardened1 2021-05-14 21:41:09 +00:00
TredwellGit b2f61fde52 linux: 5.4.118 -> 5.4.119 2021-05-14 21:40:48 +00:00
TredwellGit 1f0dc90f1a linux: 5.12.3 -> 5.12.4 2021-05-14 21:40:41 +00:00
TredwellGit f861540ac2 linux: 5.11.20 -> 5.11.21 2021-05-14 21:40:34 +00:00
TredwellGit b9cf39ce34 linux: 5.10.36 -> 5.10.37 2021-05-14 21:40:26 +00:00
John Ericson 18c38f8aee treewide: All the linker to be chosen independently
This will begin the process of breaking up the `useLLVM` monolith. That
is good in general, but I hope will be good for NetBSD and Darwin in
particular.

Co-authored-by: sterni <sternenseemann@systemli.org>
2021-05-14 21:29:51 +00:00
Vladimír Čunát c48eaa70e3
Merge branch 'master' into staging-next 2021-05-14 22:27:34 +02:00
Vladimír Čunát 850880e854
Merge #123005: apparmor: fix profile building on darwin 2021-05-14 18:16:58 +02:00