Commit Graph

18406 Commits

Author SHA1 Message Date
TredwellGit
4bf71faa06 linux-rt_5_4: 5.4.182-rt70 -> 5.4.182-rt71 2022-03-12 07:21:06 +00:00
TredwellGit
3d1e0b2e17 linux-rt_5_10: 5.10.100-rt62 -> 5.10.104-rt63 2022-03-12 07:20:35 +00:00
TredwellGit
c01eed31ba linux: 5.4.183 -> 5.4.184 2022-03-12 07:19:57 +00:00
TredwellGit
51d907345a linux: 5.16.13 -> 5.16.14 2022-03-12 07:19:50 +00:00
TredwellGit
eafbf22558 linux: 5.15.27 -> 5.15.28 2022-03-12 07:19:41 +00:00
TredwellGit
a9e63526e2 linux: 5.10.104 -> 5.10.105 2022-03-12 07:19:31 +00:00
TredwellGit
5de1f9ac31 linux: 4.9.305 -> 4.9.306 2022-03-12 07:19:22 +00:00
TredwellGit
3d434fc0d9 linux: 4.19.233 -> 4.19.234 2022-03-12 07:19:15 +00:00
TredwellGit
ceafc68dce linux: 4.14.270 -> 4.14.271 2022-03-12 07:19:08 +00:00
R. Ryantm
238d2dfafc autosuspend: 4.1.0 -> 4.1.1 2022-03-12 00:39:12 +00:00
github-actions[bot]
a9a2d9475d
Merge staging-next into staging 2022-03-11 18:01:59 +00:00
github-actions[bot]
7573d7fe79
Merge master into staging-next 2022-03-11 18:01:20 +00:00
Bernardo Meurer
f9335711ad
Merge pull request #163650 from TredwellGit/linux-firmware
linux-firmware: 20220209 -> 20220310
2022-03-11 09:41:30 -08:00
André Silva
3ee99c82c4
Merge pull request #161868 from fortuneteller2k/xanmod-tt
linux_xanmod: 5.15.24 -> 5.15.27
2022-03-11 16:58:58 +00:00
fortuneteller2k
c0ca1422e7 linux_xanmod: 5.15.24 -> 5.15.27 2022-03-11 20:04:12 +08:00
github-actions[bot]
7a0501594d
Merge staging-next into staging 2022-03-11 06:02:02 +00:00
github-actions[bot]
cb2a59dda7
Merge master into staging-next 2022-03-11 06:01:28 +00:00
TredwellGit
92dce804e3 linux-firmware: 20220209 -> 20220310 2022-03-11 05:56:40 +00:00
Franz Pletz
b77a575dc8
Merge pull request #163513 from ReplayCoding/fix/iwd-doc-output 2022-03-11 05:20:31 +01:00
adisbladis
ac74ab0236 zfs: Remove top-level with from expression
Using `with` in such a high up scope makes it very easy to
accidentally forget to update function arguments and introduce typos
because of the lack of any editor support and static analysis.

It's better to explicitly inherit the small number of things we need
from `lib` into scope so that editors can know of scoped variables.
2022-03-11 11:25:19 +12:00
adisbladis
f445a7668c zfs: 2.1.2 -> 2.1.3 2022-03-11 10:32:14 +12:00
github-actions[bot]
03c9842a65
Merge staging-next into staging 2022-03-10 18:02:01 +00:00
github-actions[bot]
76c5dacba7
Merge master into staging-next 2022-03-10 18:01:25 +00:00
Alyssa Ross
f8be98b2cb cryptsetup: separate binaries from libraries
This reduces closure sizes by making the libraries not depend on the
binaries, which is good for dynamic builds, and (when statically
linked) making the binaries not depend on the libraries, which is good
for static builds.

When static building, we additionally have to disable loading LUKS
plugins from $lib to avoid a reference, which probably wouldn't have
worked anyway.
2022-03-10 11:13:15 +00:00
Alyssa Ross
fb079c3110 linux.configfile: fix alts containing "/m"
generate-config.pl's auto modules feature answers "m" to any Kconfig
question it thinks supports being a module.  It detected this by
seeing if the help shown by make config (called "alts" by the script)
contained the string "/m", which it would in the case of e.g a
tristate option, where alts would be "N/m/y/?".

But then along came CONFIG_MODPROBE_PATH in Linux 5.13, with a default
value, shown in the make config help, of "/sbin/modprobe".
generate-config.pl would see the "/m" substring, and answer "m" to the
question, meaning (I think) that the built kernel would expect the
modprobe binary to be at /m.  This broke the (non-NixOS) VM images I
build with Nix.  NixOS was unaffected because it uses a different
mechanism to set the modprobe path.

With the current architecture, we can't 100% determine whether a
Kconfig option is a string or a tristate, but we can get a lot closer
by using a better regex.  My new regex only accepts single word
characters, separated by slashes, with a "/?" at the end.  This is
much less likely to ever end up as the default value of a string
option.

Tested by building linux_latest.configfile before and after my
changes, and checking the only difference is the correct default for
CONFIG_MODPROBE_PATH.
2022-03-10 11:13:11 +00:00
ReplayCoding
12d29578c8 iwd: move documentation to seperate output 2022-03-09 14:04:53 -08:00
Zhong Jianxin
1cb1b5312d sketchybar: 2.4.3 -> 2.5.0 2022-03-10 01:07:06 +08:00
Randy Eckenrode
f29e152b7e
dxvk: support version-specific MoltenVK patches
While it’s unlikely, it’s possible that different MoltenVK versions
could require their own compatability patches. Support that by making
the `moltenvk` derivation provide the patch via `passthru`. There is no
package with the patch applied because the patch should never be used by
anything other than DXVK.
2022-03-09 11:31:10 -05:00
github-actions[bot]
f6b4a4048a
Merge staging-next into staging 2022-03-09 12:01:59 +00:00
github-actions[bot]
201cc2f89b
Merge master into staging-next 2022-03-09 00:02:05 +00:00
TredwellGit
c8b5c95264 Merge pull request #163367 from TredwellGit/linux
Linux kernels 2022-03-08
2022-03-08 21:52:10 +00:00
Jan Tojnar
8b250c5d7f
Merge pull request #161935 from tomfitzhenry/fwupd-1.7.6
fwupd: 1.7.2 -> 1.7.6
2022-03-08 21:33:33 +01:00
Ryan Mulligan
2b78cfdb09 pacemaker: init at 2.1.2 2022-03-08 20:26:52 +01:00
TredwellGit
109f094395 linux-rt_5_4: 5.4.177-rt69 -> 5.4.182-rt70 2022-03-08 19:23:59 +00:00
TredwellGit
eff61b45d0 linux: 5.4.182 -> 5.4.183 2022-03-08 19:23:28 +00:00
TredwellGit
d7d0cf60f9 linux: 5.16.12 -> 5.16.13 2022-03-08 19:23:19 +00:00
TredwellGit
639fd7c52a linux: 5.15.26 -> 5.15.27 2022-03-08 19:23:11 +00:00
TredwellGit
d095019a82 linux: 5.10.103 -> 5.10.104 2022-03-08 19:23:03 +00:00
TredwellGit
f22e8f94cf linux: 4.9.304 -> 4.9.305 2022-03-08 19:22:55 +00:00
TredwellGit
ba5cca9c79 linux: 4.19.232 -> 4.19.233 2022-03-08 19:22:48 +00:00
TredwellGit
e2aab2e9fd linux: 4.14.269 -> 4.14.270 2022-03-08 19:22:38 +00:00
Jan Tojnar
3d59b0a50d fwupd: use upstream install detection patch
5bc5462213
attempts to fix the need to patch the redfish test ourselves.
But it is actually not sufficient since we install the installed tests
into a separate prefix, so we need to adjust the installed tests patch.
2022-03-08 17:39:30 +01:00
Tom Fitzhenry
b3c966ce07 fwupd: enable modemmanager plugin 2022-03-08 13:29:25 +01:00
Tom Fitzhenry
413a50ede6 fwupd: 1.7.2 -> 1.7.6
https://github.com/fwupd/fwupd/releases/tag/1.7.3
https://github.com/fwupd/fwupd/releases/tag/1.7.4
https://github.com/fwupd/fwupd/releases/tag/1.7.5
https://github.com/fwupd/fwupd/releases/tag/1.7.6
2022-03-08 13:29:25 +01:00
Alyssa Ross
dc1303185f kmod: add dev and lib outputs
Reduces the closure size of pkgsStatic.kmod from 51.0M to 541.6K.
2022-03-07 11:02:29 +00:00
Nick Cao
cdfe6962e9
can-isotp: make use of buildFlags and installTargets 2022-03-07 12:34:45 +08:00
Nick Cao
364b75a862
rtl8189es: 2020-10-03 -> 2021-10-01, move moduleBuildDependencies to nativeBuildInputs 2022-03-07 12:23:49 +08:00
Nick Cao
977b3b12ac
rtl8192eu: prepend kernel.makeFlags to makeFlags 2022-03-07 12:23:49 +08:00
Nick Cao
c0ed14933f
r8168: prepend kernel.makeFlags to makeFlags 2022-03-07 12:23:49 +08:00
Nick Cao
a0f82198c7
rtl8814au: pass makeFlags from kernel, move moduleBuildDependencies to nativeBuildInputs 2022-03-07 12:23:49 +08:00
Nick Cao
e61b83cb60
rtl8821ce: pass makeFlags from kernel, move moduleBuildDependencies to nativeBuildInputs 2022-03-07 12:23:49 +08:00
Nick Cao
3f6359ac26
rtl8821cu: pass makeFlags from kernel, move moduleBuildDependencies to nativeBuildInputs 2022-03-07 12:23:48 +08:00
Nick Cao
b046f22da2
rtw89: prepend kernel.makeFlags to makeFlags, pass moduleBuildDependencies 2022-03-07 12:23:48 +08:00
Nick Cao
123882b6aa
rtw88: prepend kernel.makeFlags to makeFlags, pass moduleBuildDependencies 2022-03-07 12:23:48 +08:00
Nick Cao
0b302ffa47
v4l2loopback: prepend kernel.makeFlags to makeFlags and some cleanup 2022-03-07 12:23:48 +08:00
Nick Cao
d3943a84af
veikk-linux-driver: prepend kernel.makeFlags to makeFlags 2022-03-07 12:23:48 +08:00
Nick Cao
f45eebdb7e
xmm7360-pci: prepend kernel.makeFlags to makeFlags 2022-03-07 12:23:47 +08:00
Nick Cao
271699dcc5
rtl88x2bu: pass makeFlags from kernel 2022-03-07 12:23:47 +08:00
Nick Cao
86ec7c438c
xpadneo: prepend kernel.makeFlags to makeFlags 2022-03-07 12:23:47 +08:00
Nick Cao
03d4ac4e5b
openrazer: prepend kernel.makeFlags to makeFlags 2022-03-07 12:23:47 +08:00
Nick Cao
45e662bd95
netatop: pass makeFlags and moduleBuildDependencies from kernel 2022-03-07 12:23:46 +08:00
Nick Cao
4315bccd6a
mbp2018-bridge-drv: pass makeFlags and moduleBuildDependencies from kernel 2022-03-07 12:23:46 +08:00
Nick Cao
e1f487741f
mba6x_bl: prepend kernel.makeFlags to makeFlags 2022-03-07 12:23:46 +08:00
Nick Cao
c35ec1c031
lttng-modules: prepend kernel.makeFlags to makeFlags, move moduleBuildDependencies to nativeBuildInputs 2022-03-07 12:23:46 +08:00
Nick Cao
fd5ead0eed
jool: prepend kernel.makeFlags to makeFlags 2022-03-07 12:23:45 +08:00
Nick Cao
0341ed782c
hid-nintendo: prepend kernel.makeFlags to makeFlags 2022-03-07 12:23:45 +08:00
Nick Cao
697e54e3e2
gcadapter-oc-kmod: prepend kernel.makeFlags to makeFlags 2022-03-07 12:23:45 +08:00
Nick Cao
77e2c0324c
fwts-efi-runtime: prepend kernel.makeFlags to makeFlags 2022-03-07 12:23:45 +08:00
Nick Cao
490bf9cae5
evdi: prepend kernel.makeFlags to makeFlags 2022-03-07 12:23:45 +08:00
Nick Cao
07d1ce68d4
ena: pass makeFlags from kernel 2022-03-07 12:23:44 +08:00
Nick Cao
694eef94d7
dpdk-kmods: prepend kernel.makeFlags to makeFlags 2022-03-07 12:23:44 +08:00
Nick Cao
98bd4307a6
digimend: prepend kernel.makeFlags to makeFlags 2022-03-07 12:23:44 +08:00
Nick Cao
fba1f47f00
can-isotop: prepend kernel.makeFlags to makeFlags 2022-03-07 12:23:44 +08:00
Nick Cao
8d715c1f78
batman_adv: prepend kernel.makeFlags to makeFLags 2022-03-07 12:23:44 +08:00
Nick Cao
07b06a7274
apfs: prepend kernel.makeFlags to makeFlags 2022-03-07 12:23:43 +08:00
Nick Cao
2bd89d95c6
akvcam: pass makeFlags and moduleBuildDependencies from kernel 2022-03-07 12:23:43 +08:00
Nick Cao
bd8917e7ea
cryptodev: pass moduleBuildDependencies from kernel 2022-03-07 12:23:43 +08:00
Nick Cao
72db02ec9e
kernel: add perl to moduleBuildDependencies 2022-03-07 12:23:43 +08:00
github-actions[bot]
137a689db1
Merge staging-next into staging 2022-03-07 00:02:59 +00:00
github-actions[bot]
b4b1ce4d4f
Merge master into staging-next 2022-03-07 00:02:12 +00:00
Florian Klink
57230883fb
Merge pull request #162949 from alyssais/systemd-typos
systemd: fix a whole bunch of typos
2022-03-06 19:59:42 +01:00
Vladimír Čunát
7075835950
Merge #159237: linuxKernel.packages.linux_4_4: drop 2022-03-06 19:38:07 +01:00
Vladimír Čunát
485c8dd876
Merge #161362: linux_zen: 5.16.8 -> 5.16.11 2022-03-06 19:38:00 +01:00
Alyssa Ross
a0bfc8e7c1 systemd: update patchShebangs comment
We can't remove this yet even though we're on 250.3, because some more
crept in and weren't fixed in time for the release.
2022-03-06 10:12:19 -08:00
markuskowa
4d163783ea
Merge pull request #162969 from r-ryantm/auto-update/earlyoom
earlyoom: 1.6.2 -> 1.7
2022-03-06 19:04:21 +01:00
github-actions[bot]
69e1d85d54
Merge staging-next into staging 2022-03-06 18:01:46 +00:00
github-actions[bot]
68a45fb1f2
Merge master into staging-next 2022-03-06 18:01:10 +00:00
Guillaume Girol
dfd24b1450
Merge pull request #160408 from r-burns/linux-pam-from-darwin
pam: fix cross-compilation from darwin
2022-03-06 15:32:25 +00:00
Artturi
ef67e135e9
Merge pull request #160539 from danielfullmer/kernel-iso9660
linux: enable ISO9660_FS module
2022-03-06 11:13:45 +02:00
github-actions[bot]
6933fb31ab
Merge staging-next into staging 2022-03-06 06:01:40 +00:00
github-actions[bot]
3f8e60728f
Merge master into staging-next 2022-03-06 06:01:06 +00:00
R. Ryantm
a8f6e92fdd earlyoom: 1.6.2 -> 1.7 2022-03-06 05:36:40 +00:00
Artturi
a0820a9d0d
Merge pull request #161007 from a-m-joseph/busybox-allow-disabling-applet-symlinks 2022-03-06 07:06:33 +02:00
Alyssa Ross
479b1cb510
systemd: fix a whole bunch of typos 2022-03-06 00:58:59 +00:00
Florian Klink
f5c243d6c2 systemd: drop -Defi-ld=gold
As reported in
https://github.com/NixOS/nixpkgs/pull/156096#pullrequestreview-900986176,
this fails to build on EFI enabled RISC-V because the requested EFI
linker (efi-ld=gold) is unsupported. According to Wikipedia gold only
supports x86, x86-64, ARM, PowerPC, TileGX.

Removing this option alltogether will cause meson to figure out the
default linker by itself.
2022-03-05 21:28:08 +01:00
Jörg Thalheim
f592c5a7c4 systemd: do not patch test files
We do not run them, so it is unnecessary work.
2022-03-05 21:27:45 +01:00
Andreas Rammhold
49267a99d2 systemd: add the release timestamp into the build
This helps systemd during runtime to make decisions about the sanity of
the system clock. See the references news article for more details on
the matter.
2022-03-05 21:27:45 +01:00
Andreas Rammhold
e6280a6397 systemd: introduce withTests flag
This allows us to make test-only dependencies optional in builds that
aren't running tests (sadly all of our builds).
2022-03-05 21:27:45 +01:00
Andreas Rammhold
0c852e1fa6 systemd: remove unused lvm2 input 2022-03-05 21:27:45 +01:00
Andreas Rammhold
3ceeae830d systemdMinimal: don't set {libfido2,p11-kit,libgcrypt} to null
We don't have to do that as we already set all the feature flags to
null. Setting individual libraries to null instead of disabling their
feature flag will lead with bad example that will cause each of the
features to be disabled with multiple flags in the systemdMinimal
variant.

If a dependency is pulled in via another feature we should disable that
rather than setting it to null. Overriding a given package should be the
last resort.
2022-03-05 21:27:45 +01:00
Andreas Rammhold
3869ce784e systemd: 249.7 -> 250.3 2022-03-05 21:27:44 +01:00
Andreas Rammhold
0423158e10 systemd: reformat code with nixpkgs-fmt 2022-03-05 21:26:05 +01:00
github-actions[bot]
47494ea53c
Merge staging-next into staging 2022-03-05 18:01:48 +00:00
github-actions[bot]
61655037aa
Merge master into staging-next 2022-03-05 18:01:16 +00:00
Martin Weinelt
84a11cdc0d
Merge pull request #162477 from mweinelt/dddvb 2022-03-05 15:33:14 +01:00
Malo Bourgon
62860b31ef Revert "darwin.apple_sdk.frameworks.IOSurface: use Libsystem instead of xpc (#161561)"
This reverts commit 92074a45f3.
2022-03-04 21:07:35 -05:00
github-actions[bot]
a072933f52
Merge staging-next into staging 2022-03-05 00:02:27 +00:00
github-actions[bot]
d4bfb57f40
Merge master into staging-next 2022-03-05 00:01:54 +00:00
Maximilian Bosch
cc38ba7cda
Merge pull request #162481 from TredwellGit/linux
Linux kernels 2022-03-03
2022-03-04 22:31:33 +01:00
github-actions[bot]
d3cf053b7f
Merge staging-next into staging 2022-03-04 18:01:54 +00:00
github-actions[bot]
437813752b
Merge master into staging-next 2022-03-04 18:01:19 +00:00
Jure Varlec
31077c9148 linuxPackages.rtl88x2bu: switch to the new, maintained repo
The new repo has the same maintainer and is the continuation of the repo
used prior to this commit.

Closes #147053
2022-03-04 09:26:39 -06:00
ajs124
affdcbca96
Merge pull request #161746 from helsinki-systems/upd/apparmor
apparmor: 3.0.3 -> 3.0.4
2022-03-04 15:17:51 +01:00
ajs124
e01960c7b1
Merge pull request #162431 from helsinki-systems/upd/nftables
nftables: 1.0.1 -> 1.0.2
2022-03-04 15:16:57 +01:00
TredwellGit
4556ebf12d linux/hardened/patches/5.4: 5.4.180-hardened1 -> 5.4.182-hardened1 2022-03-04 04:37:02 +00:00
TredwellGit
d7697b5795 linux/hardened/patches/5.15: 5.15.24-hardened1 -> 5.15.26-hardened1 2022-03-04 04:36:53 +00:00
TredwellGit
aa3c676b11 linux/hardened/patches/5.10: 5.10.101-hardened1 -> 5.10.103-hardened1 2022-03-04 04:36:44 +00:00
TredwellGit
aff940fa49 linux/hardened/patches/4.19: 4.19.230-hardened1 -> 4.19.232-hardened1 2022-03-04 04:36:35 +00:00
TredwellGit
481665d3b4 linux/hardened/patches/4.14: 4.14.267-hardened1 -> 4.14.269-hardened1 2022-03-04 04:36:27 +00:00
TredwellGit
ab27204ab6 linux: 5.4.181 -> 5.4.182 2022-03-04 04:35:31 +00:00
TredwellGit
b61740b76d linux: 5.16.11 -> 5.16.12 2022-03-04 04:35:23 +00:00
TredwellGit
e802ed8656 linux: 5.15.25 -> 5.15.26 2022-03-04 04:35:14 +00:00
TredwellGit
04ffdc56f5 linux: 5.10.102 -> 5.10.103 2022-03-04 04:35:05 +00:00
TredwellGit
480bf9b1da linux: 4.9.303 -> 4.9.304 2022-03-04 04:34:57 +00:00
TredwellGit
ad2c5846d3 linux: 4.19.231 -> 4.19.232 2022-03-04 04:34:50 +00:00
TredwellGit
d9dc2d6547 linux: 4.14.268 -> 4.14.269 2022-03-04 04:34:43 +00:00
github-actions[bot]
77eedbacb4
Merge staging-next into staging 2022-03-03 18:10:58 +00:00
github-actions[bot]
97eab40fb7
Merge master into staging-next 2022-03-03 18:05:45 +00:00
Alyssa Ross
e28c5cd7ac pkgsStatic.cryptsetup: don't --enable-static-cryptsetup
--enable-static-cryptsetup adds binaries suffixed with .static,
e.g. cryptsetup.static, and those binaries have extra flags set to
enable them to be built statically.  It doesn't change how the main
binaries are built — they're compiled correctly because pkgsStatic
sets up all the necessary compiler flag anyway.  So as far as I can
tell, all --enable-static-cryptsetup gets us is duplicate binaries
that take up disk space unnecessarily.
2022-03-03 13:57:32 +00:00
Felix Buehler
bcad3669e8 util-linuxMinimal: remove appendToName to have a consistent package name for repology 2022-03-02 11:07:45 -08:00
github-actions[bot]
b50d36a69a
Merge staging-next into staging 2022-03-02 18:11:00 +00:00
github-actions[bot]
a97d52b348
Merge master into staging-next 2022-03-02 18:05:41 +00:00
Kevin Cox
79862ae905
Merge pull request #161008 from rhysmdnz/xone
xone: init package and module
2022-03-02 11:26:51 -05:00
Martin Weinelt
b1a7001712
linuxPackages.dddvb: 0.9.33-404-ge9ccab3 -> 0.9.38-pre.4 2022-03-02 11:17:29 +01:00
github-actions[bot]
c69af5b31c
Merge staging-next into staging 2022-03-02 06:16:36 +00:00
github-actions[bot]
cd1f27794e
Merge master into staging-next 2022-03-02 06:11:13 +00:00
Thomas Boerger
80d6b6df01
dockutil: init at 2.0.5 (#155052) 2022-03-01 19:30:25 -05:00
ajs124
18c72c223a nftables: 1.0.1 -> 1.0.2 2022-03-02 01:24:33 +01:00
github-actions[bot]
bc6ab4854e
Merge staging-next into staging 2022-03-01 18:11:34 +00:00
github-actions[bot]
fbe95e7196
Merge master into staging-next 2022-03-01 18:05:48 +00:00
Jan Tojnar
f5d04780b2
Merge pull request #162229 from jtojnar/gnome-backports
GNOME: Backport fixes & stable updates from 42 branch
2022-03-01 13:56:26 +01:00
zowoq
64a89aac86 Merge staging-next into staging
Conflicts:
	pkgs/development/libraries/sqlite/default.nix
2022-03-01 16:20:52 +10:00
github-actions[bot]
3135db28cb
Merge master into staging-next 2022-03-01 06:08:33 +00:00
Artturi
ef65212571
Merge pull request #161825 from Luflosi/lsiutil-patch-phase
lsiutil: substituteInPlace in the patch phase instead of buildPhase
2022-03-01 06:37:11 +02:00
Jan Tojnar
dccf7b3dee upower: 0.99.13 → 0.99.15
https://gitlab.freedesktop.org/upower/upower/-/releases/v0.99.14
https://gitlab.freedesktop.org/upower/upower/-/releases/v0.99.15
2022-02-28 15:18:35 +01:00
Jonathan Ringer
3af9faf36d
Merge pull request #133431 from Ma27/glibc-2.34
glibc: 2.33-108 -> 2.34-115
2022-02-27 18:07:11 -08:00
github-actions[bot]
b178b1c43a
Merge staging-next into staging 2022-02-28 00:02:46 +00:00
github-actions[bot]
6787116890
Merge master into staging-next 2022-02-28 00:02:07 +00:00
zowoq
836c6353cc linux_5_15: mark as broken on i686 2022-02-27 15:04:37 -08:00
Renaud
35e6b714dc
Merge pull request #161170 from veprbl/pr/pam_p11_darwin_fix
pam_p11: fix on darwin
2022-02-27 21:27:32 +01:00
github-actions[bot]
39eff5d8a8
Merge staging-next into staging 2022-02-27 18:01:42 +00:00
github-actions[bot]
0a79f47878
Merge master into staging-next 2022-02-27 18:01:07 +00:00
Ryan Mulligan
7b0d66b3dd
Merge pull request #162024 from r-ryantm/auto-update/libtraceevent
libtraceevent: 1.5.0 -> 1.5.1
2022-02-27 06:23:18 -08:00
github-actions[bot]
3137554900
Merge staging-next into staging 2022-02-27 12:01:39 +00:00
github-actions[bot]
6fab7a16fa
Merge master into staging-next 2022-02-27 12:01:09 +00:00
Renaud
6896623f63
Merge pull request #161915 from jyooru/update/jool
jool: 4.1.6 -> 4.1.7
2022-02-27 11:48:21 +01:00
Maximilian Bosch
5f56cd5406
tiscamera: fix build w/glibc-2.34
Failing Hydra build: https://hydra.nixos.org/build/156249703
2022-02-27 10:26:52 +01:00
Maximilian Bosch
0bdcc48485
conky: fix build w/glibc-2.34
Failing Hydra build: https://hydra.nixos.org/build/155171697
2022-02-27 10:26:50 +01:00
Maximilian Bosch
f81f59dfce
autofs: fix build w/glibc-2.34
This build was also broken by a libc const that isn't a number anymore
and thus can't be used at places where a constant value is needed:

    automount.c:86:37: error: initializer element is not constant

Failing Hydra build: https://hydra.nixos.org/build/153253104
2022-02-27 10:25:37 +01:00
Maximilian Bosch
8631ba18ee
fuse: fix build w/glibc-2.34
`closefrom` is now a part of `glibc-2.34`[1]:

> * The function closefrom has been added.  It closes all file descriptors
>   greater than or equal to a given integer.  This function is a GNU extension,
>   although it is also present in other systems.

Failing Hydra build: https://hydra.nixos.org/build/152456339

[1] https://sourceware.org/pipermail/libc-alpha/2021-August/129718.html
2022-02-27 10:25:36 +01:00
Jan Tojnar
1316edc465 Merge branch 'staging-next' into staging 2022-02-27 09:24:31 +01:00
github-actions[bot]
d8e4025066
Merge master into staging-next 2022-02-27 06:01:19 +00:00
Artturi
7c50d01349
Merge pull request #162031 from wentasah/libtracefs-1.3.0
libtracefs: 1.2.5 -> 1.3.0
2022-02-27 06:40:14 +02:00
AndersonTorres
ed2b1b4b90 Merge branch 'master' into staging-next 2022-02-26 21:04:25 -03:00
Joel
e0819e3c50
jool: 4.1.6 -> 4.1.7
Also add missing license.
2022-02-27 09:54:34 +10:00
Michal Sojka
fe73c8276a libtracefs: 1.2.5 -> 1.3.0 2022-02-27 00:36:46 +01:00
R. Ryantm
e517d280c0 libtraceevent: 1.5.0 -> 1.5.1 2022-02-26 22:24:29 +00:00
Robert Scott
f582bd4363
Merge pull request #161681 from tnias/update/usbguard-1.1.0
usbguard: 1.0.0 -> 1.1.0
2022-02-26 16:33:30 +00:00
Fabian Affolter
18b37721d2
Merge pull request #161937 from r-ryantm/auto-update/cpuid
cpuid: 20211210 -> 20220224
2022-02-26 09:35:51 +01:00
R. Ryantm
623e8057cf cpuid: 20211210 -> 20220224 2022-02-26 08:04:46 +00:00
Artturi
ccebb010c9
Merge pull request #161287 from duxovni/linux-rt
linux-rt: Fix incorrect ordering of kernel version numbers when determining latest version
2022-02-26 05:34:23 +02:00
Maximilian Bosch
3439f50c69
Merge pull request #161748 from TredwellGit/linux
Linux kernels 2022-02-23
2022-02-25 23:27:32 +01:00
R. Ryantm
50705e9f0c openvswitch: 2.16.2 -> 2.17.0 2022-02-25 11:02:13 -08:00
Ivan Popovych
9e605c8d06 qmk-udev-rules: 0.13.23 -> 0.15.25 2022-02-25 16:09:57 +01:00
Luflosi
fa5bc848ed
lsiutil: substituteInPlace in the patch phase instead of buildPhase 2022-02-25 12:42:34 +01:00
TredwellGit
16b568a8fd linux_latest-libre: 18587 -> 18613 2022-02-25 00:47:39 +00:00
TredwellGit
8236ce5d1b linux: 5.4.180 -> 5.4.181 2022-02-25 00:47:20 +00:00
TredwellGit
5d84cca2bc linux: 5.16.10 -> 5.16.11 2022-02-25 00:47:13 +00:00
TredwellGit
5ecbcef8e9 linux: 5.15.24 -> 5.15.25 2022-02-25 00:47:04 +00:00
TredwellGit
4975bf0463 linux: 5.10.101 -> 5.10.102 2022-02-25 00:46:57 +00:00
TredwellGit
6dd9c2a588 linux: 4.9.302 -> 4.9.303 2022-02-25 00:46:48 +00:00
TredwellGit
8585beaf0a linux: 4.19.230 -> 4.19.231 2022-02-25 00:46:42 +00:00
TredwellGit
a8a1714ba0 linux: 4.14.267 -> 4.14.268 2022-02-25 00:46:35 +00:00
ajs124
68cf28cec7 apparmor: clean-up python path 2022-02-25 01:42:59 +01:00
ajs124
4322a39763 apparmor: 3.0.3 -> 3.0.4 2022-02-25 01:40:15 +01:00
R. RyanTM
cb7aad71e5
fscrypt-experimental: 0.3.1 -> 0.3.3
* fscrypt-experimental: 0.3.1 -> 0.3.2 (#160747)

* fscrypt-experimental: 0.3.2 -> 0.3.3

Fixes CVE-2022-25326
Fixes CVE-2022-25327
Fixes CVE-2022-25328

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-24 23:01:23 +01:00
Samuel Dionne-Riel
0adf99aee4
Merge pull request #156005 from zhaofengli/pi02
Update Raspberry Pi packages
2022-02-24 15:05:23 -05:00
Roman Volosatovs
eff76c2007
linux_zen: 5.16.8 -> 5.16.11 2022-02-24 20:54:23 +01:00
Jonathan Ringer
26c6b2eb79 linuxPackages.nvidia_x11: fix vulkan icd installation paths 2022-02-24 08:59:12 -08:00
Philipp Bartsch
eb85cca5ad usbguard: 1.0.0 -> 1.1.0 2022-02-24 16:45:04 +01:00
github-actions[bot]
7a0c5ae7a1
Merge staging-next into staging 2022-02-24 12:02:29 +00:00
Vladimír Čunát
f57be3c72a
linux: restrict option JOYSTICK_PSXPAD_SPI_FF
This broke older kernels in PR #155613 (commit 8aae7afa3e).
I only checked the kernel versions that we maintain,
so (>= 4.14) might be an imprecise condition.
2022-02-24 07:53:06 +01:00
github-actions[bot]
54a50a082c
Merge staging-next into staging 2022-02-24 06:01:49 +00:00
github-actions[bot]
79b5785bdf
Merge master into staging-next 2022-02-24 06:01:13 +00:00
zowoq
da1a40da75 Revert "apparmor: 3.0.3 -> 3.0.4"
This reverts commit bcf2265fea.

Causes mass rebuild on master
2022-02-24 11:16:20 +10:00
Dmitry Kalinkin
83b86a99b5
Merge pull request #161546 from reckenrode/moltenvk-1.1.8
moltenvk: 1.1.7 -> 1.1.8
2022-02-23 19:16:05 -05:00
github-actions[bot]
fa7e685342
Merge staging-next into staging 2022-02-24 00:02:43 +00:00
github-actions[bot]
cd6011bf17
Merge master into staging-next 2022-02-24 00:02:03 +00:00
ajs124
dc9bf840d3
Merge pull request #161410 from mweinelt/dddvb
linuxPackages.dddvb: init at 0.9.33-404-ge9ccab3
2022-02-24 00:52:02 +01:00
ajs124
5fb1068eaf
Merge pull request #161452 from TredwellGit/linux
Linux kernels 2022-02-22
2022-02-24 00:51:13 +01:00
ajs124
f6ada535c9
Merge pull request #160070 from helsinki-systems/upd/apparmor
apparmor: 3.0.3 -> 3.0.4
2022-02-24 00:23:32 +01:00
Lassulus
8d5bd4f345
Merge pull request #158174 from mweinelt/hostap-wnm
wpa_supplicant: enable 802.11v
2022-02-23 23:50:11 +01:00
Adam Joseph
78d815c5ef busybox: add enableAppletSymlinks?true
This commit adds an argument enableAppletSymlinks?true, which can be
set to false in order to turn off CONFIG_INSTALL_APPLET_SYMLINKS by
users if they only want the main busybox binary in their profile.
This is particularly useful when building pkgsStatic.busybox.
2022-02-23 14:36:12 -08:00
Finn Behrens
92074a45f3
darwin.apple_sdk.frameworks.IOSurface: use Libsystem instead of xpc (#161561) 2022-02-23 15:57:01 -05:00
Pascal Bach
e5a954e78c
Merge pull request #161448 from r-ryantm/auto-update/trace-cmd
trace-cmd: 2.9.6 -> 2.9.7
2022-02-23 21:19:19 +01:00
github-actions[bot]
37f89e2837
Merge master into staging-next 2022-02-23 18:01:10 +00:00
Randy Eckenrode
13c0a35fc1
moltenvk: 1.1.7 -> 1.1.8 2022-02-23 11:10:57 -05:00
Maciej Krüger
5ecd24b043
firmware-updater: update vendor hash 2022-02-23 15:10:59 +01:00
Maciej Krüger
82646d9499
firmware-updater: fix license 2022-02-23 15:02:42 +01:00
TredwellGit
73c5ccbf21 linux/hardened/patches/5.4: 5.4.177-hardened1 -> 5.4.180-hardened1 2022-02-23 03:15:10 +00:00
TredwellGit
d9a881c99b linux/hardened/patches/5.15: 5.15.21-hardened1 -> 5.15.24-hardened1 2022-02-23 03:15:01 +00:00
TredwellGit
99c4179120 linux/hardened/patches/5.10: 5.10.98-hardened1 -> 5.10.101-hardened1 2022-02-23 03:14:53 +00:00
TredwellGit
745de513d6 linux/hardened/patches/4.19: 4.19.227-hardened1 -> 4.19.230-hardened1 2022-02-23 03:14:44 +00:00
TredwellGit
16e2d243d0 linux/hardened/patches/4.14: 4.14.264-hardened1 -> 4.14.267-hardened1 2022-02-23 03:14:36 +00:00
R. Ryantm
5a3689c783 trace-cmd: 2.9.6 -> 2.9.7 2022-02-23 03:13:56 +00:00
TredwellGit
0e5ebf54d5 linux-rt_5_10: 5.10.78-rt55 -> 5.10.100-rt62 2022-02-23 03:13:40 +00:00
github-actions[bot]
4175f9cdcb
Merge master into staging-next 2022-02-23 00:01:51 +00:00
Renaud
293e93748b
Merge pull request #160993 from r-ryantm/auto-update/ryzenadj
ryzenadj: 0.8.3 -> 0.9.0
2022-02-22 23:18:34 +01:00
Martin Weinelt
730edb44a8
linuxPackages.dddvb: init at 0.9.33-404-ge9ccab3 2022-02-22 19:31:47 +01:00
github-actions[bot]
f8210665fc
Merge staging-next into staging 2022-02-22 00:02:51 +00:00
Faye
acf78131f7 linux-rt_5_10: 5.10.78-rt55 -> 5.10.100-rt62 2022-02-21 17:16:22 -05:00
Faye
a716a45b19 linux-rt: Fix incorrect sorting of kernel version numbers when determining latest version
When determining the latest linux-rt kernel version to update to, the list of filenames that `update-rt.sh` fetches from upstream is sorted lexicographically, while `update-rt.sh` assumes it's sorted in version order.  As a result, for example, 5.10.78 is considered newer than 5.10.100.  This change applies `sort --version-sort` to the extracted version numbers to properly identify the latest version.
2022-02-21 17:10:31 -05:00
Alyssa Ross
0100a75801
kmod-blacklist-ubuntu: don't refer to grep/xargs
64b4af5296 ("kmod-blacklist-ubuntu: 22-1.1ubuntu1 -> 28-1ubuntu4")
doubled the size of the default initramfs.  This happened because the
upgrade introduced this configuration:

	remove iwlwifi \
	(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
	&& /sbin/modprobe -r mac80211

This meant that the grep and xargs substitutions, which had been
inactive for years, suddenly became active again and became part of
kmod-blacklist-ubuntu's closure.

Since we're already using /run/booted-system for the kmod binaries,
I think it's okay to use it for grep and xargs as well.  Both are
required NixOS packages, so they're guaranteed to be there.

Large increases in initramfs size are problematic, because it's often
not possible for users to do anything about them.  It's not always
possible to increase the size of /boot, because some filesystems like
ZFS don't support being shrunk to make way for a bigger /boot.
2022-02-21 20:57:48 +00:00
Bernardo Meurer
c05bf8a9ce
Merge pull request #130615 from zhaofengli/ipoib-cm
kernel: Enable IPoIB Connected Mode
2022-02-21 10:55:24 -08:00
ajs124
5177d2aeef kernel/common-config: clean up after 4.4 removal 2022-02-21 17:32:05 +01:00
ajs124
64067cd3c5 linuxKernel.packages.linux_4_4: drop 2022-02-21 17:32:05 +01:00
R. RyanTM
dfab9e35c6
libv4l: 1.20.0 -> 1.22.1
* libv4l: 1.20.0 -> 1.22.1 (#143322)

* v4l-utils: build in parallel

and fix patching of shebangs under utils
and add meta.changelog URL
and clarify meta.license (libs are LGPL 2.1 but tools are GPL 2)

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-21 12:23:37 +01:00
Dmitry Kalinkin
377cfd903b
pam_p11: fix on darwin 2022-02-21 01:13:41 -05:00
github-actions[bot]
6ceaf1126b
Merge staging-next into staging 2022-02-20 12:01:51 +00:00
Maximilian Bosch
c5323960dc
Merge pull request #158505 from ncfavier/wpa_supplicant-fix-ids
wpa_supplicant: use unique IDs for networks and credentials
2022-02-20 11:54:24 +01:00
Rhys Davies
fb69e1763e xow_dongle-firmware: init at 2017-07 2022-02-20 18:25:06 +13:00
Rhys Davies
8f27371795 xone: init at 0.2 2022-02-20 18:23:25 +13:00
R. Ryantm
a7a964dddc ryzenadj: 0.8.3 -> 0.9.0 2022-02-20 02:06:48 +00:00
github-actions[bot]
2b6e1df1e9
Merge staging-next into staging 2022-02-20 00:02:56 +00:00
Alyssa Ross
1176525f87 treewide: remove obsolete kernel version checks
We don't support Linux kernels older than 4.4 in Nixpkgs.
2022-02-19 21:09:19 +00:00
github-actions[bot]
4f8c8f9497
Merge staging-next into staging 2022-02-19 18:02:01 +00:00
Maciej Krüger
4d900be80b
firmware-updater: init at unstable 2022-02-19 15:07:45 +01:00
github-actions[bot]
7f28a5962a
Merge staging-next into staging 2022-02-19 00:02:38 +00:00
Yana Timoshenko
c927a5e429
Merge pull request #154536 from qbit/virtio_vmmci
pkgs/os-specific/linux/virtio_vmmci: init at 0.4.0
2022-02-19 02:05:15 +03:00
Maximilian Bosch
716ab57e39
Merge pull request #159261 from TredwellGit/linux
Linux kernels 2022-02-16
2022-02-18 20:20:57 +01:00
github-actions[bot]
6d75bf658e
Merge staging-next into staging 2022-02-18 18:01:57 +00:00
Andrew Marshall
8027aebf37
apparmor: fix typo in comment; improve formatting
(#158630)
* apparmor: Fix typo in comment

* apparmor: Formatting

- Normal line length
- Idiomatic Nix
- More clearly separate “code”
2022-02-18 14:53:17 +01:00
github-actions[bot]
f5a542c766
Merge staging-next into staging 2022-02-18 06:01:57 +00:00
Daniel Fullmer
21babd5d52 linux: enable ISO9660_FS module 2022-02-17 17:26:55 -08:00
Sandro
27e7f0a4d9
Merge pull request #156843 from JCapucho/fix/quartus-usb-blaster 2022-02-18 01:10:35 +01:00
github-actions[bot]
705cd79939
Merge staging-next into staging 2022-02-18 00:02:26 +00:00
João Capucho
ba9b26144e
usb-blaster-udev-rules: init 2022-02-17 22:09:02 +00:00
Bernardo Meurer
d6052a6898
Merge pull request #158329 from fortuneteller2k/xanmod-tt
linux_xanmod: 5.15.19 -> 5.15.24
2022-02-17 13:24:34 -08:00
fortuneteller2k
a5ddeb2396 linux_xanmod: 5.15.19 -> 5.15.24 2022-02-18 03:31:25 +08:00
github-actions[bot]
fae9a3bb4f
Merge staging-next into staging 2022-02-17 18:01:43 +00:00