Commit graph

22831 commits

Author SHA1 Message Date
Raito Bezarius 99e65bb00d linux_*, except testing, 4.14: apply patch for CVE-2023-32233
This applies the patch for CVE-2023-32233 from kernel 4.19 until 6.3,
testing (6.4-rc1 at the moment) is excluded because it already have the
fix and 4.14 doesn't have this fix queued for the next stable kernel.
2023-05-09 22:50:32 +02:00
John Ericson 47d50c9586
Merge pull request #227914 from emilytrau/trusting-trust
stdenv: begin work on 256b bootstrap i.e. Trusting Trust
2023-05-09 16:14:41 -04:00
ajs124 d0c8f68a50 pam_p11: fix against openssl_3 2023-05-09 22:09:20 +02:00
Kiskae 1e1b8c5a8d linuxPackages.nvidia_x11_production: 525.116.03 -> 525.116.04 2023-05-09 21:19:16 +02:00
github-actions[bot] b5b52a946a
Merge staging-next into staging 2023-05-09 18:02:32 +00:00
Travis Staton f15d0ecc32
raspberrypi-wireless-firmware: fix broken firmware symlink 2023-05-09 12:21:12 -04:00
Weijia Wang 419d7f9c8d
Merge pull request #230753 from fetsorn/typos
several typos
2023-05-09 19:16:12 +03:00
Filippo Berto 6ad2536494
xp-pen-deco-01-v2-driver: 3.3.9 -> 3.2.4
Update to currently released version of the software.
2023-05-09 17:24:28 +02:00
s1341 f15f947cf5 pam: add sssd-ldap as a pam test 2023-05-09 18:13:45 +03:00
fetsorn 16bfccf49f tpacpi-bat: fix typo
"thesholds" -> "thresholds"
2023-05-09 18:02:16 +04:00
Alexandre Acebedo f5252cb7e0 linux: fix 6.4-rc1 build 2023-05-09 13:22:29 +02:00
Sandro e840c93ea7
Merge pull request #230762 from mweinelt/ipu6-drivers-6.3 2023-05-09 13:21:49 +02:00
Ryan Hendrickson 6c85165958 zenpower: fix homepage 2023-05-09 05:12:16 -04:00
github-actions[bot] 5b562cf621
Merge staging-next into staging 2023-05-09 00:02:44 +00:00
Sandro 6de7db3eb1
Merge pull request #229753 from otavio/rtl88x2bu
rtl88x2bu: 2023-02-24 -> 2023-03-17
2023-05-09 00:02:28 +02:00
Jared Baur 8d4f643c66 linux: enable CR50 TPM found on chromebooks
Along with other ChromeOS related configs, this change
enables TPM support for Chromebook/Chromebox devices.
2023-05-08 20:29:43 +00:00
Martin Weinelt 17189a5996
linuxPackages.ipu6-drivers: Mark broken on 6.3+
Fails to build because of removed functions in the kernel.
2023-05-08 22:08:08 +02:00
fetsorn 849897fa30 perf-linux: fix typo
"embeded" -> "embedded"
2023-05-08 22:11:18 +04:00
github-actions[bot] 54295bf976
Merge staging-next into staging 2023-05-08 18:02:09 +00:00
Martin Weinelt 87124068e3
linuxPackages.ddvb: Mark broken on 6.2+
Newer versions fail to build as well and cause regressions.
2023-05-08 19:58:06 +02:00
Ryan Lahfa 6d69f3e3e1
Merge pull request #230678 from alyssais/linux-6.4-rc1
linux_testing: 6.3-rc7 -> 6.4-rc1
2023-05-08 16:15:23 +02:00
Alyssa Ross 4d15632caf
linuxManualConfig: fix inaccurate FIXME comment
I read this comment, checked out 4.19, saw that it didn't have any
instances of /bin/pwd, and rejoiced, assuming that the removal must
have been backported to the affected kernels.  But actually, /bin/pwd
was just removed earlier, in 4.15, so kernels older than that are
still affected.

Fix the version number in the comment so I don't go through exactly
the same process again a few months from now next time I'm working on
this file.
2023-05-08 13:08:44 +00:00
Alyssa Ross 86eb7dfb25
linux_testing: 6.3-rc7 -> 6.4-rc1 2023-05-08 13:06:56 +00:00
Alyssa Ross ecc1ec2c72 llvmPackages_latest: move to aliases.nix
Because llvmPackages_latest is used in Nixpkgs, by quite a few
packages, it's difficult to keep it up to date, because updating it
requires some level of confidence that every package that uses it is
going to keep working after the update.  The result of this is that
llvmPackages_latest is not updated, and so we end up in the situation
that "latest" is two versions older than the latest version we
actually provide.  This is confusing and unexpected.

"But won't this end up fragmenting our LLVM versions, if every package
previously using _latest is separately pinned to LLVM 14?", I hear you
ask.  No.  That fragmentation is already happening, even with an
llvmPackages_latest, because packages that actually require the
_latest_ version of LLVM (15/16), have already been decoupled from
llvmPackages_latest since it hasn't been upgraded.  So like it or not,
we can't escape packages depending on specific recent LLVMs.  The only
real fix is to get better at keeping the default LLVM up to
date (which I'm reasonably confident we're getting into a better
position to be feasibly better able to do).

So, unless we want to double down on providing a confusingly named
"llvmPackages_latest" attribute that refers to some arbitrary LLVM
version that's probably not the latest one (or even the latest one
available in Nixpkgs), we only have two options here: either we don't
provide such an attribute at all, or we don't use it in Nixpkgs so we
don't become scared to bump it as soon as we have a new LLVM available.
2023-05-08 13:05:33 +00:00
github-actions[bot] 7b8084a6b9
Merge staging-next into staging 2023-05-07 12:02:13 +00:00
github-actions[bot] 5844313b95
Merge master into staging-next 2023-05-07 12:01:30 +00:00
Jörg Thalheim cfe5a79639 zfs: make kernel packages overridable
We do not have callPackages (notice the s) for kernel packages. Hence
it's not override zfs dependencies as we do not have an override
function. This is fixed by splitting of the file into a generic builder
function and 2 files for zfsStable and zfsUnstable.
2023-05-07 13:17:38 +02:00
Weijia Wang 3e6feb2096
Merge pull request #230450 from r-ryantm/auto-update/sssd
sssd: 2.8.2 -> 2.9.0
2023-05-07 11:01:39 +03:00
github-actions[bot] 69b5f7b838
Merge staging-next into staging 2023-05-07 06:01:46 +00:00
github-actions[bot] 9446898622
Merge master into staging-next 2023-05-07 06:01:08 +00:00
R. Ryantm fbb80b65c5 sssd: 2.8.2 -> 2.9.0 2023-05-07 05:39:33 +00:00
Bernardo Meurer 84549cb054
Merge pull request #229947 from lovesegfault/rpi-updates 2023-05-06 21:53:36 -04:00
Martin Weinelt d760529edd
Merge pull request #228918 from r-ryantm/auto-update/iproute2
iproute2: 6.2.0 -> 6.3.0
2023-05-06 20:16:13 +02:00
Robert Scott 3d40c1b0e9
Merge pull request #229458 from martinetd/libbpf
libbpf: upgrade to 1.2.0
2023-05-06 16:39:29 +01:00
github-actions[bot] 1fd0032ce6
Merge staging-next into staging 2023-05-06 12:01:42 +00:00
github-actions[bot] 805ffdeca7
Merge master into staging-next 2023-05-06 12:01:05 +00:00
7c6f434c 29f4bc528b
Merge pull request #230176 from Mic92/sysdig
sysdig: 0.31.4 -> 0.31.5
2023-05-06 11:51:41 +00:00
github-actions[bot] 76e7973d1c
Merge staging-next into staging 2023-05-06 00:02:57 +00:00
github-actions[bot] f62c3cbbdc
Merge master into staging-next 2023-05-06 00:02:06 +00:00
Weijia Wang 13cd3df3b2
Merge pull request #227307 from r-ryantm/auto-update/xf86_input_wacom
xf86_input_wacom: 1.1.0 -> 1.2.0
2023-05-06 01:12:42 +03:00
Dominique Martinet 2376eb8d7e libbpf: 1.1.0 -> 1.2.0 2023-05-06 06:40:03 +09:00
Jörg Thalheim 9781ade7e2 sysdig: 0.31.4 -> 0.31.5
Diff: https://github.com/draios/sysdig/compare/0.31.4...0.31.5
2023-05-05 21:29:18 +02:00
Weijia Wang 6177f779a4 utm: 4.1.6 -> 4.2.5 2023-05-05 19:47:58 +03:00
github-actions[bot] 2181c1e956
Merge staging-next into staging 2023-05-05 12:02:09 +00:00
github-actions[bot] 1ea042cf3e
Merge master into staging-next 2023-05-05 12:01:30 +00:00
Will Fancher fb66a26b75 ddcci-driver: 0.4.2 -> 0.4.3 2023-05-05 01:37:23 -04:00
github-actions[bot] 1b8f2397cf
Merge staging-next into staging 2023-05-05 00:02:42 +00:00
github-actions[bot] 33859d6094
Merge master into staging-next 2023-05-05 00:02:09 +00:00
Martin Weinelt 9bcdfd65bb
Merge pull request #228224 from risicle/ris-openvswitch-3.1.1-2.17.6
openvswitch: 3.0.3 -> 3.1.1, openvswitch-lts: 2.17.5 -> 2.17.6
2023-05-04 23:57:46 +02:00
Veselin Ivanov 91071ad0ff
yabai: 5.0.2 -> 5.0.4 2023-05-04 21:23:50 +02:00
Bernardo Meurer 228b2cd449
linux_rpi{1,2,3,4}: 1.20230106 -> 1.20230405 2023-05-04 14:56:42 -04:00
Bernardo Meurer 6c0773fc34
raspberrypiWirelessFirmware: 2022-07-06 -> unstable-2023-05-04 2023-05-04 14:19:35 -04:00
Bernardo Meurer f4e0f22a2b
raspberrypifw: 1.20230106 -> 1.20230405 2023-05-04 14:03:29 -04:00
github-actions[bot] 519b94e7dd
Merge staging-next into staging 2023-05-04 12:02:09 +00:00
github-actions[bot] bf19e21376
Merge master into staging-next 2023-05-04 12:01:18 +00:00
Otavio Salvador acd926d3d1 rtl88x2bu: add myself on maintainers list
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-05-04 08:12:45 -03:00
Otavio Salvador bbeedcedc7 rtl88x2bu: 2023-02-24 -> 2023-03-17
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-05-04 08:12:27 -03:00
Vladimír Čunát d36cd8587b
Revert "linux_6_1: rebuild on x86_64-linux"
This reverts commit fa8367c2d5.
2023-05-04 11:06:54 +02:00
Thiago Kenji Okada 12f1ce9ae1
Merge pull request #228511 from PedroHLC/zen-kernels-6.2.13
zen-kernels: 6.2.12 -> {6.3.1-zen1,6.2.14-lqx1}
2023-05-04 09:41:49 +01:00
PedroHLC ☭ 12a4c5db15
hwdata: 0.369 -> 0.370 2023-05-03 21:09:49 -03:00
PedroHLC ☭ be06db870f
linuxKernel.kernels.linux_zen: 6.2.12-zen1 -> 6.3.1-zen1 2023-05-03 20:57:00 -03:00
PedroHLC ☭ 2deb6be6f6
linuxKernel.kernels.linux_lqx: 6.2.12-lqx1 -> 6.2.14-lqx1 2023-05-03 20:55:33 -03:00
Emily Trau c5432d1f96 minimal-bootstrap: move utils out of stage0-posix 2023-05-03 15:29:31 +10:00
Emily Trau 1e88aa2594 minimal-bootstrap.mes: generate list of source files 2023-05-03 14:31:40 +10:00
Artturin 06e21ebba5 minimal-bootstrap: dont use top-level newScope to prevent accidentally using top-level attrs
Co-authored-by: Emily Trau <me@angus.ws>
2023-05-03 13:42:11 +10:00
Pierre Bourdon d2b3b4121e
Merge pull request #228471 from r-ryantm/auto-update/libcap
libcap: 2.67 -> 2.68
2023-05-03 02:43:23 +02:00
github-actions[bot] e7d9c8250f
Merge master into staging-next 2023-05-03 00:02:12 +00:00
Bernardo Meurer e6fae1264d
Merge pull request #229390 from LibreCybernetics/update-linux 2023-05-02 15:22:11 -07:00
github-actions[bot] bdb79914d6
Merge master into staging-next 2023-05-02 18:01:20 +00:00
Bernardo Meurer b04b3345f1
Merge pull request #195082 from cmm/system76-scheduler 2023-05-02 09:25:05 -07:00
Artturi add1a5c2cf
Merge pull request #229473 from Artturin/libnvmerepro 2023-05-02 19:00:27 +03:00
Emily Trau 365597483f minimal-bootstrap: remove redundant definition 2023-05-02 23:45:02 +10:00
Artturin 00ff258edb libnvme: fix manpage reproducibility 2023-05-02 15:55:59 +03:00
Lassulus 6d17be1750
Merge pull request #228538 from parthy/fix-ax99100-linux-6-2
linuxPackages.ax99100: fix build with Linux >= 6.2
2023-05-02 14:41:10 +02:00
Emily Trau dc975fd1b6 minimal-bootstrap.stage0: unstable-2023-04-24 -> unstable-2023-05-02 2023-05-02 13:00:34 +10:00
Fabián Heredia Montiel 30974ae135 linux: 6.3 -> 6.3.1 2023-05-01 20:14:08 -06:00
Fabián Heredia Montiel 48d8cfdd36 linux: 6.2.13 -> 6.2.14 2023-05-01 20:14:08 -06:00
Fabián Heredia Montiel b94146bbe4 linux: 6.1.26 -> 6.1.27 2023-05-01 20:14:08 -06:00
Fabián Heredia Montiel 784e0fcc12 linux: 5.15.109 -> 5.15.110 2023-05-01 20:14:08 -06:00
Emily Trau 5f4f945cff minimal-bootstrap: refactor out bootstrap-sources.nix 2023-05-02 10:59:15 +10:00
Emily Trau c2fd974d5b minimal-bootstrap.stage0-posix: highlight hex0-seed 2023-05-02 10:41:58 +10:00
Emily Trau c0566f82e5 minimal-bootstrap: rebase onto master 2023-05-02 10:23:24 +10:00
Emily Trau f08154ac04 minimal-bootrap: init make-bootstrap-sources.nix 2023-05-02 10:18:35 +10:00
Emily Trau ebbc6ea8b3 minimal-bootstrap.stage0-posix: assert hex0 result 2023-05-02 10:18:35 +10:00
Emily Trau f519f097e4 minimal-libc.tinycc-mes: refactor into common.nix 2023-05-02 10:18:35 +10:00
Emily Trau 1b065103f5 minimal-bootstrap.mes: split out mes-libc package 2023-05-02 10:18:34 +10:00
Emily Trau e055a75edd minimal-bootstrap.ln-boot: init at unstable-2023-05-01 2023-05-02 10:18:34 +10:00
Emily Trau 0cbdbdc20d minimal-bootstrap.mescc-tools: formatting 2023-05-02 10:18:34 +10:00
Emily Trau ae7bbb0e4d minimal-bootstrap.mes: major rewrite for readability 2023-05-02 10:18:34 +10:00
Emily Trau 7ed2e9a660 minimal-bootstrap: be more explicit when declaring "system" 2023-05-02 10:18:34 +10:00
Emily Trau a4caff6ea4 minimal-bootstrap: remove confusing fetchtarball abstraction 2023-05-02 10:18:34 +10:00
Emily Trau 760ab35487 minimal-bootstrap.nyacc: init at 1.00.2, split from mes 2023-05-02 10:18:34 +10:00
Emily Trau d59fb08f64 minimal-bootstrap: makeDerivationWithMeta supports passthru 2023-05-02 10:18:34 +10:00
Emily Trau 8950041e2b minimal-bootstrap.mes: inline config.h 2023-05-02 10:18:34 +10:00
Emily Trau 8ef86405b6 minimal-bootstrap.writeTextFile: remove extra derivations 2023-05-02 10:18:33 +10:00
Emily Trau 8ea19fbc18 minimal-bootstrap: inherit system from hostPlatform 2023-05-02 10:18:33 +10:00
Emily Trau 773cadd5e7 minimal-bootstrap.kaem: move definition 2023-05-02 10:18:33 +10:00
Emily Trau 60ebcafd47 minimal-bootstrap.stage0-posix: remove mkKaemDerivation0 abstration 2023-05-02 10:18:33 +10:00
Emily Trau 59e11ad4e4 minimal-bootstrap: add meta attributes 2023-05-02 10:18:33 +10:00
Emily Trau dc11b48d10 minimal-bootstrap.tinycc: refactor mes-libc into separate file 2023-05-02 10:18:33 +10:00
Emily Trau 5d423c3ac0 minimal-bootstrap: add source attribution 2023-05-02 10:18:33 +10:00
Emily Trau ba346eb8ac minimal-bootstrap.stage0-posix: remove builtins.fetchTarball 2023-05-02 10:18:33 +10:00
Emily Trau 71dcd60557 minimal-bootstrap: remove most uses of builtins.fetchTarball 2023-05-02 10:18:32 +10:00
Emily Trau c8ecd8ed57 minimal-bootstrap.stage0-posix: replace mkKaemDerivation with runCommand 2023-05-02 10:18:32 +10:00
Emily Trau b390cba84b minimal-bootstrap.stage0-posix: replace runBareCommand with raw derivation 2023-05-02 10:18:32 +10:00
Emily Trau d0594d2f42 minimal-bootstrap: rename from trusting-trust 2023-05-02 10:18:32 +10:00
Emily Trau ccafb8b110 trusting-trust.tinycc-with-mes-libc: init at unstable-2023-04-20 2023-05-02 10:18:32 +10:00
Emily Trau ba4a163e61 trusting-trust.mes: init at 0.24.2 2023-05-02 10:18:32 +10:00
Emily Trau 1b8e690824 trusting-trust.stage0-posix: init at unstable-2023-04-16 2023-05-02 10:18:32 +10:00
Michael Livshin e12ac41279 system76-scheduler: init at 2.0.1 2023-05-02 00:22:55 +03:00
github-actions[bot] 7783054bd0
Merge staging-next into staging 2023-05-01 18:01:56 +00:00
Maciej Krüger ccde02e9ff
Merge pull request #229163 from gilice/update-firmware-updater 2023-05-01 15:30:11 +02:00
github-actions[bot] cff4be2a2b
Merge staging-next into staging 2023-05-01 12:01:54 +00:00
Alyssa Ross 2af4b551c1 musl: tighten platforms
This will make it possible to check whether we can use pkgsStatic
opportunistically, in places like busybox-sandbox-shell, which
currently decides not to use pkgsStatic based on a hard-coded set of
platforms.
2023-05-01 11:25:04 +00:00
Vladimír Čunát 8663481786
Merge #228476: staging-next 2023-04-27 2023-05-01 11:20:22 +02:00
Nick Cao 0323a27cca
Merge pull request #229071 from misuzu/rtl8189es-update
linuxPackages.rtl8189es: 2022-10-30 -> 2023-03-14
2023-05-01 16:08:08 +08:00
gilice ce838d944f firmware-updater: unstable(unversioned) -> unstable-2023-04-30 2023-04-30 21:15:28 +02:00
github-actions[bot] a4ec253789
Merge staging-next into staging 2023-04-30 00:02:59 +00:00
github-actions[bot] 3d5144e385
Merge master into staging-next 2023-04-30 00:02:27 +00:00
R. Ryantm e31fb376a7 mbpfan: 2.3.0 -> 2.4.0 2023-04-29 15:54:25 +00:00
R. Ryantm 352e17b8d0 iproute2: 6.2.0 -> 6.3.0 2023-04-29 13:13:49 +00:00
github-actions[bot] ebc6e9ed96
Merge staging-next into staging 2023-04-29 12:02:02 +00:00
github-actions[bot] 9701323277
Merge master into staging-next 2023-04-29 12:01:20 +00:00
Lana Black 1314174d3a solo5: 0.7.5 -> 0.8.0 2023-04-29 11:18:44 +00:00
misuzu 997011915d linuxPackages.rtl8189es: 2022-10-30 -> 2023-03-14 2023-04-29 12:50:57 +03:00
github-actions[bot] 47e57e29f7
Merge staging-next into staging 2023-04-29 06:01:46 +00:00
github-actions[bot] 33176679ce
Merge master into staging-next 2023-04-29 06:01:04 +00:00
Nick Cao c74792d219
Merge pull request #228805 from nikstur/systemd-assert-ukify
systemd: assert withUkify -> withEfi
2023-04-29 11:17:59 +08:00
Nick Cao f70e8280b1
Merge pull request #228757 from r-ryantm/auto-update/pscircle
pscircle: 1.3.1 -> 1.4.0
2023-04-29 11:06:24 +08:00
Nick Cao 6244c3cc38
Merge pull request #228762 from Luflosi/update/can-utils
can-utils: 20170830 -> 2023.03
2023-04-29 11:05:08 +08:00
github-actions[bot] bf42aabf99
Merge staging-next into staging 2023-04-29 00:02:37 +00:00
github-actions[bot] 534c4a7623
Merge master into staging-next 2023-04-29 00:02:00 +00:00
nikstur 716ed92c8e systemd: assert withUkify -> withEfi 2023-04-28 23:51:03 +02:00
StepBroBD 0fc5fdce84
raycast: 1.49.3 -> 1.50.0 2023-04-28 12:04:19 -06:00
Luflosi 43a0f4801e
can-utils: 20170830 -> 2023.03
https://github.com/linux-can/can-utils/releases/tag/v2023.03
2023-04-28 19:13:01 +02:00
Luflosi cdc53e9ab6
can-utils: add Luflosi as maintainer 2023-04-28 19:13:00 +02:00
R. Ryantm 3145f07746 pscircle: 1.3.1 -> 1.4.0 2023-04-28 16:29:58 +00:00
github-actions[bot] e1fd5ee13e
Merge staging-next into staging 2023-04-28 12:01:49 +00:00
github-actions[bot] 85a45c2a04
Merge master into staging-next 2023-04-28 12:01:08 +00:00
Weijia Wang b2ef7956b6
Merge pull request #227560 from jackyliu16/loongnix-commit
lib.platforms.loongarch64: init
2023-04-28 13:21:42 +03:00
github-actions[bot] 2b389844b8
Merge staging-next into staging 2023-04-28 06:01:44 +00:00
github-actions[bot] 0872ce03f2
Merge master into staging-next 2023-04-28 06:01:06 +00:00
Nick Cao 3900478b9e
Merge pull request #228603 from Kiskae/patch-1
linuxPackages.nvidia_x11_vulkan_beta: 525.47.18 -> 525.47.22
2023-04-28 09:46:58 +08:00
github-actions[bot] 4de8043e93
Merge staging-next into staging 2023-04-28 00:02:40 +00:00
github-actions[bot] bb7e037425
Merge master into staging-next 2023-04-28 00:02:07 +00:00
Kiskae fd48d7c336 linuxPackages.nvidia_x11_vulkan_beta: 525.47.18 -> 525.47.22 2023-04-28 00:00:16 +02:00
Jonas Heinrich 28fb1e5a60
Merge pull request #228375 from onny/wifihotspot-fix
linux-wifi-hotspot: Fix desktop file path
2023-04-27 21:38:01 +02:00
Weijia Wang 0db685d18a fuse: patch against loongarch64-linux 2023-04-27 20:06:21 +03:00
Markus Partheymüller 13836ea146 linuxPackages.ax99100: fix build with Linux >= 6.2 2023-04-27 17:09:25 +02:00
github-actions[bot] 95a06f7eab
Merge staging-next into staging 2023-04-27 12:01:47 +00:00
github-actions[bot] 4ad6839f0c
Merge master into staging-next 2023-04-27 12:01:14 +00:00
Maximilian Bosch cdc30af3f6
Merge pull request #228354 from Ma27/linux-kernel-updates
Linux kernel updates 2023-04-26
2023-04-27 12:02:58 +02:00
Sergei Trofimovich 8ce3ef6b64
Merge pull request #228025 from trofi/numactl-dev-output
numactl: move headers and mans to "dev" and "man" outputs
2023-04-27 10:08:22 +01:00
R. Ryantm 293b0f4b1c libcap: 2.67 -> 2.68 2023-04-27 07:36:13 +00:00
Atemu 574319531e
Merge pull request #228367 from Shawn8901/xanmod-maintainer
linux_xanmod: add shawn8901 as maintainer
2023-04-27 09:14:19 +02:00
Jonas Heinrich 8436c5fac4 linux-wifi-hotspot: Fix file paths in polkit rule 2023-04-26 21:30:35 +02:00
Jonas Heinrich 1b3c684808 linux-wifi-hotspot: Fix desktop file path 2023-04-26 21:20:06 +02:00
Shawn8901 33a4803b3c linux_xanmod: add shawn8901 as maintainer 2023-04-26 20:23:19 +02:00
Maximilian Bosch 3f02834f90
linux/hardened/patches/6.1: 6.1.24-hardened2 -> 6.1.25-hardened1 2023-04-26 19:18:43 +02:00
Maximilian Bosch bfdb671cd5
linux/hardened/patches/5.4: 5.4.240-hardened1 -> 5.4.241-hardened1 2023-04-26 19:18:29 +02:00
Maximilian Bosch 1c41b1af7c
linux/hardened/patches/5.15: 5.15.107-hardened1 -> 5.15.108-hardened1 2023-04-26 19:18:17 +02:00
Maximilian Bosch 7a21026a95
linux/hardened/patches/5.10: 5.10.177-hardened1 -> 5.10.178-hardened1 2023-04-26 19:18:04 +02:00
Maximilian Bosch 44167600c6
linux/hardened/patches/4.19: 4.19.280-hardened1 -> 4.19.281-hardened1 2023-04-26 19:17:52 +02:00
Maximilian Bosch 857a4a111f
linux/hardened/patches/4.14: 4.14.312-hardened1 -> 4.14.313-hardened1 2023-04-26 19:17:40 +02:00
Maximilian Bosch 9af09ebb3d
linux_latest-libre: 19172 -> 19204 2023-04-26 19:16:49 +02:00
Maximilian Bosch 7a97895091
linux: 6.2.12 -> 6.2.13 2023-04-26 19:16:23 +02:00
Maximilian Bosch 3f8dd842b6
linux: 6.1.25 -> 6.1.26 2023-04-26 19:16:11 +02:00
Maximilian Bosch d9487020e9
linux: 5.4.241 -> 5.4.242 2023-04-26 19:15:59 +02:00
Maximilian Bosch 81bc93e6d1
linux: 5.15.108 -> 5.15.109 2023-04-26 19:15:49 +02:00
Maximilian Bosch 1bb2f9aac3
linux: 5.10.178 -> 5.10.179 2023-04-26 19:15:38 +02:00
Maximilian Bosch 59c26aa791
linux: 4.19.281 -> 4.19.282 2023-04-26 19:15:27 +02:00
Maximilian Bosch fc490fffe6
linux: 4.14.313 -> 4.14.314 2023-04-26 19:15:17 +02:00
Vladimír Čunát 6e76368439
Merge #227417: lvm2: 2.03.20 -> 2.03.21
...into staging
2023-04-26 15:54:53 +02:00
github-actions[bot] 3ce5f1b230
Merge staging-next into staging 2023-04-26 12:01:54 +00:00
github-actions[bot] ee9f5f7307
Merge master into staging-next 2023-04-26 12:01:17 +00:00
Nick Cao 21c7a6c42a
Merge pull request #228199 from Kiskae/patch-1
linuxPackages.nvidia_x11_production: 525.105.17 -> 525.116.03
2023-04-26 19:27:21 +08:00
Nick Cao f95db0ee14
Merge pull request #228218 from Kiskae/nvidia-470.182.03
linuxPackages.nvidia_x11_legacy470: 470.161.03 -> 470.182.03
2023-04-26 19:26:04 +08:00
7c6f434c 21b0737c31
Merge pull request #226900 from lovesegfault/fbterm-update
fbterm: update and use debian-maintained version
2023-04-26 11:15:37 +00:00
K900 d5180de754 bcc: disable libdebuginfod integration
See https://github.com/iovisor/bpftrace/pull/2413
2023-04-26 12:57:41 +03:00
github-actions[bot] bf4c42e07e
Merge staging-next into staging 2023-04-26 00:02:34 +00:00
github-actions[bot] 134b2c3768
Merge master into staging-next 2023-04-26 00:02:00 +00:00
Robert Scott 0807433107 openvswitch: 3.0.3 -> 3.1.1 2023-04-26 00:19:46 +01:00
Kiskae 3f8fc9c28b linuxPackages.nvidia_x11_legacy470: 470.161.03 -> 470.182.03 2023-04-26 00:51:46 +02:00
Weijia Wang 3cbbd5c313
Merge pull request #228181 from r-ryantm/auto-update/oci-seccomp-bpf-hook
oci-seccomp-bpf-hook: 1.2.8 -> 1.2.9
2023-04-26 01:08:49 +03:00
Weijia Wang 21509f40f0
Merge pull request #228145 from r-ryantm/auto-update/bpftrace
bpftrace: 0.17.0 -> 0.17.1
2023-04-26 00:55:24 +03:00
Robert Scott be518ad707 openvswitch-lts: 2.17.5 -> 2.17.6 2023-04-25 22:48:18 +01:00
Kiskae 144e1ae7d5 linuxPackages.nvidia_x11_production: 525.105.17 -> 525.116.03 2023-04-25 23:17:41 +02:00
Weijia Wang 12b91012e5 darwin.darling: drop 2023-04-25 22:45:59 +03:00
R. Ryantm 3071232f9f oci-seccomp-bpf-hook: 1.2.8 -> 1.2.9 2023-04-25 19:32:13 +00:00
Weijia Wang a02917d9da darwin.dtrace: get rid of darling 2023-04-25 22:30:55 +03:00
R. Ryantm 00fbb07c96 bpftrace: 0.17.0 -> 0.17.1 2023-04-25 14:02:46 +00:00
github-actions[bot] c9a253ff7f
Merge staging-next into staging 2023-04-25 12:02:03 +00:00
github-actions[bot] a39805cda2
Merge master into staging-next 2023-04-25 12:01:31 +00:00
Sergei Trofimovich 167731fc9e
Merge pull request #228090 from trofi/perf-fix-for-6.3
linuxPackages_latest.perf: fix python shebangs on 6.3+
2023-04-25 12:55:12 +01:00
Sergei Trofimovich e205b43f47 linuxPackages_latest.perf: fix python shebangs on 6.3+
Without the change `perf` build fails as:

    sh: line 1: pmu-events/metric_test.py: cannot execute: required file not found
    make[3]: *** [pmu-events/Build:32: pmu-events/metric_test.log] Error 1

Full build log: https://hydra.nixos.org/log/mp5a0fr1jhw3rvkp8azbh5xh0g1cjqhj-perf-linux-6.3.drv
2023-04-25 07:30:18 +01:00
github-actions[bot] 26e826e1f8
Merge staging-next into staging 2023-04-25 06:02:14 +00:00
github-actions[bot] 497ac06266
Merge master into staging-next 2023-04-25 06:01:40 +00:00
hacker1024 c4cbf526e9 Merge remote-tracking branch 'NixOS/master' into feature/futter-linux-desktop 2023-04-25 12:51:56 +10:00
Sergei Trofimovich efe64155a2 numactl: move headers and mans to "dev" and "man" outputs 2023-04-24 22:14:42 +01:00
natsukium aac51377f0
sketchybar: 2.14.4 -> 2.15.1
https://github.com/FelixKratz/SketchyBar/releases/tag/v2.15.1
2023-04-24 22:41:53 +09:00
github-actions[bot] 7793ab9e8f
Merge staging-next into staging 2023-04-24 12:02:15 +00:00
github-actions[bot] be318b7673
Merge master into staging-next 2023-04-24 12:01:38 +00:00
Atemu d5cc80cbc8
Merge pull request #227410 from Atemu/update/xanmod
linux_xanmod: update
2023-04-24 13:37:51 +02:00
K900 15fdac8845 linux_6_3: init 2023-04-24 11:25:05 +03:00
Nick Cao 111356666f
Merge pull request #220911 from bertof/xp-pen
xp-pen-deco-01-v2-driver: 3.2.3 -> 3.3.9
2023-04-24 14:46:31 +08:00
Vladimír Čunát 011bf8f5d9
Merge branch 'master' into staging-next 2023-04-24 08:10:21 +02:00
Ryan Lahfa 144acaabd8
Merge pull request #227279 from toastal/zfs-2.1.11
zfs: 2.1.9 → 2.1.11
2023-04-23 22:29:59 +02:00
github-actions[bot] ce0215422a
Merge staging-next into staging 2023-04-23 12:02:08 +00:00
github-actions[bot] fdc53d6aaa
Merge master into staging-next 2023-04-23 12:01:35 +00:00
Alyssa Ross 513975ec4b systemd: disable libbpf if compiler-rt unsupported
If we can't build compiler-rt, we can't have a clang for that
platform.  Example affected architecture: s390, which is useful for
testing assumptions in Nixpkgs because it's a Linux architecture that
we can't emulate.

I've written buildPackages.targetPackages.llvmPackages even though
it's the same thing as llvmPackages because of the comment in this
file that warns people against relying on splicing for llvmPackages.
Taking llvmPackages as an input directly would make it easier for
people to make that mistake without seeing the comment.
2023-04-23 12:51:12 +02:00
github-actions[bot] 79193f92b0
Merge staging-next into staging 2023-04-23 00:03:04 +00:00
github-actions[bot] cf8e955712
Merge master into staging-next 2023-04-23 00:02:24 +00:00
Thiago Kenji Okada ccda947d62
Merge pull request #227652 from PedroHLC/zen-kernels-6.2.12
zen-kernels: 6.2.11 -> 6.2.12
2023-04-22 21:49:41 +01:00
github-actions[bot] a3f8dae8a6
Merge staging-next into staging 2023-04-22 18:01:32 +00:00
github-actions[bot] c1093794b3
Merge master into staging-next 2023-04-22 18:00:58 +00:00
PedroHLC ☭ 2029c3fa2a
linuxKernel.kernels.linux_lqx: 6.2.11-lqx1 -> 6.2.12-lqx1 2023-04-22 13:48:43 -03:00
PedroHLC ☭ 1aab61ecfe
linuxKernel.kernels.linux_zen: 6.2.11-zen1 -> 6.2.12-zen1 2023-04-22 13:47:14 -03:00
Vladimír Čunát 6c43a3495a
linux_6_1: fixup evaluation without aliases
I'm sorry, really.  Broken by me in fa8367c2d5
2023-04-22 18:46:28 +02:00
Vladimír Čunát fa8367c2d5
linux_6_1: rebuild on x86_64-linux
Just one-off work around these hash mismatches:
https://hydra.nixos.org/build/216994032#tabs-buildsteps
(I don't know a better way, I'm afraid)
2023-04-22 17:34:13 +02:00
Artturi 4b697ae086
Merge pull request #226247 from trofi/kbd-dev-output 2023-04-22 17:33:56 +03:00
hacker1024 9f05297dc8 flutter.buildFlutterApplication: Manually supply the dependency list
This removes the need for IFD.
2023-04-23 00:12:45 +10:00
github-actions[bot] 1f0a791ab1
Merge staging-next into staging 2023-04-21 18:01:57 +00:00
github-actions[bot] ca0f3efdbe
Merge master into staging-next 2023-04-21 18:01:26 +00:00
Pierre Bourdon 3a9a093dc6
Merge pull request #226680 from apfelkuchen6/libnvme-cross
libnvme: fix cross
2023-04-21 18:47:00 +02:00
github-actions[bot] 8af3c74004
Merge staging-next into staging 2023-04-21 12:01:48 +00:00
github-actions[bot] aac843d611
Merge master into staging-next 2023-04-21 12:01:11 +00:00
Ryan Lahfa d231d9b521
Merge pull request #226871 from apeschar/zfs-curl
zfs: enable keylocation=http://
2023-04-21 13:11:17 +02:00
ajs124 149b6c5859 lvm2: 2.03.20 -> 2.03.21
https://github.com/lvmteam/lvm2/blob/v2_03_21/WHATS_NEW
2023-04-21 11:28:53 +02:00
Maximilian Bosch e55e3a962f
Merge pull request #227353 from LibreCybernetics/update-kernels
Linux kernel updates 2023-04-20
2023-04-21 11:11:38 +02:00
Atemu 40a5c0a058 linux_xanmod: 6.1.24 -> 6.1.25 2023-04-21 09:58:52 +02:00
Atemu a9f4dfc895 linux_xanmod_latest: 6.2.11 -> 6.2.12 2023-04-21 09:58:17 +02:00
github-actions[bot] 04bdd4bbaf
Merge staging-next into staging 2023-04-21 06:01:51 +00:00
github-actions[bot] 2994ad0fdd
Merge master into staging-next 2023-04-21 06:01:08 +00:00
Anderson Torres ffef4e3148 hid-nintendo: change self to finalAttrs 2023-04-20 22:22:23 -03:00
Anderson Torres f196593951 alsa-tools: change self to finalAttrs 2023-04-20 22:22:23 -03:00
github-actions[bot] 654835445d
Merge staging-next into staging 2023-04-21 00:03:05 +00:00
github-actions[bot] 7fea76bc9d
Merge master into staging-next 2023-04-21 00:02:18 +00:00
Fabián Heredia Montiel c717b15f18 linux/hardened/patches/6.1: 6.1.24-hardened1 -> 6.1.24-hardened2 2023-04-20 16:25:53 -06:00
Fabián Heredia Montiel adcc9746ae linux-rt_5_15: 5.15.96-rt61 -> 5.15.107-rt62 2023-04-20 16:25:53 -06:00
Fabián Heredia Montiel fdcc3c4b95 linux: 6.2.11 -> 6.2.12 2023-04-20 16:25:53 -06:00
Fabián Heredia Montiel b888e9904b linux: 6.1.24 -> 6.1.25 2023-04-20 16:25:53 -06:00
Fabián Heredia Montiel a99a62f754 linux: 5.4.240 -> 5.4.241 2023-04-20 16:25:53 -06:00
Fabián Heredia Montiel d300db394a linux: 5.15.107 -> 5.15.108 2023-04-20 16:25:53 -06:00
Fabián Heredia Montiel 8c8861f5fb linux: 5.10.177 -> 5.10.178 2023-04-20 16:25:53 -06:00
Fabián Heredia Montiel b3b414f3cb linux: 4.19.280 -> 4.19.281 2023-04-20 16:25:52 -06:00
Fabián Heredia Montiel 8d82c860a4 linux: 4.14.312 -> 4.14.313 2023-04-20 16:25:52 -06:00
Weijia Wang d64b57b7c6
Merge pull request #226769 from r-ryantm/auto-update/fwts
fwts: 23.01.00 -> 23.03.00
2023-04-20 22:37:49 +03:00
Weijia Wang e853e38d66
Merge pull request #226704 from r-ryantm/auto-update/ima-evm-utils
ima-evm-utils: 1.4 -> 1.5
2023-04-20 22:19:53 +03:00
Weijia Wang 22c841b616
Merge pull request #226681 from r-ryantm/auto-update/mmc-utils
mmc-utils: unstable-2023-02-09 -> unstable-2023-04-17
2023-04-20 21:58:38 +03:00
Weijia Wang 3af739459d
Merge pull request #226572 from r-ryantm/auto-update/pam_u2f
pam_u2f: 1.2.1 -> 1.3.0
2023-04-20 21:52:10 +03:00
R. Ryantm 4200374b14 xf86_input_wacom: 1.1.0 -> 1.2.0 2023-04-20 18:00:17 +00:00
toastal abd2c44097 zfs: 2.1.9 → 2.1.11
Skipping over 2.1.10 now that it was found to have possible data
corruptions

Release notes @ OpenZFS’s Git forge: https://github.com/openzfs/zfs/releases/tag/zfs-2.1.11
2023-04-20 21:47:38 +07:00
github-actions[bot] 325e7839c8
Merge staging-next into staging 2023-04-20 12:02:02 +00:00
github-actions[bot] e2ba84f234
Merge master into staging-next 2023-04-20 12:01:27 +00:00
Henri Rosten 01e2469142 kexec-tools: 2.0.25 -> 2.0.26
Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
2023-04-20 09:07:08 +00:00
Weijia Wang 7f055c0c2d
Merge pull request #227062 from wegank/utm-bump
utm: 4.1.5 -> 4.1.6
2023-04-20 11:26:30 +03:00
Jörg Thalheim f2238df2c8
Merge pull request #227167 from r-ryantm/auto-update/nix-ld
nix-ld: 1.0.3 -> 1.1.0
2023-04-20 09:16:46 +01:00
github-actions[bot] 6d833d0055
Merge staging-next into staging 2023-04-20 06:01:45 +00:00
github-actions[bot] 62b0fc144a
Merge master into staging-next 2023-04-20 06:01:11 +00:00
Nick Cao 799ef751cd
Merge pull request #227193 from r-ryantm/auto-update/ksmbd-tools
ksmbd-tools: 3.4.7 -> 3.4.8
2023-04-20 13:53:57 +08:00
Artturi 305d1e3887
Merge pull request #227119 from alyssais/same-triple
Avoid same-triple cross in tests
2023-04-20 07:57:03 +03:00
R. Ryantm 8533286f7d ksmbd-tools: 3.4.7 -> 3.4.8 2023-04-20 04:24:34 +00:00
R. Ryantm a8f6d10169 nix-ld: 1.0.3 -> 1.1.0 2023-04-20 00:21:50 +00:00
github-actions[bot] 3fb2e4810a
Merge staging-next into staging 2023-04-20 00:02:45 +00:00
github-actions[bot] e3d1e50acd
Merge master into staging-next 2023-04-20 00:02:04 +00:00
Weijia Wang dbe369f0f9
Merge pull request #227061 from wegank/rectangle-bump
rectangle: 0.67 -> 0.68
2023-04-20 01:34:53 +03:00
Alyssa Ross 4025014f57
systemd.tests.cross: fix on aarch64-linux
We shouldn't try compiling to aarch64-unknown-linux-gnu from
aarch64-unknown-linux-gnu, because that tends to confuse things and is
not representative of actual cross compilation usage.  In this case,
kexec-tools didn't compile.
2023-04-19 18:36:05 +00:00
Alyssa Ross 4caa00594c systemd: fix precedence in withLibBPF condition
The Clang version check was being ignored, as long as the CPU version
was greater than 6.  Oops.

Fixes: 0da24fa3ba ("systemd: disable BPF for ARMv5")
2023-04-19 18:31:01 +00:00
github-actions[bot] 48facba08b
Merge staging-next into staging 2023-04-19 18:01:46 +00:00
github-actions[bot] 10c9ad1b8c
Merge master into staging-next 2023-04-19 18:01:13 +00:00
Alyssa Ross 084a9e0885 fwupd,power-profiles-daemon: remove pkexec hack
This isn't needed since Meson 1.1.0.
2023-04-19 14:09:01 +00:00
Weijia Wang d5553d8198 rectangle: 0.67 -> 0.68 2023-04-19 16:51:00 +03:00
Weijia Wang b344f6cee0 rectangle: refactor 2023-04-19 16:50:16 +03:00
Weijia Wang 6fa82f8ec0 utm: 4.1.5 -> 4.1.6 2023-04-19 16:48:38 +03:00
Weijia Wang 5608f9dbad
Merge pull request #220144 from Intuinewin/rectangle-0.66
rectangle: 0.59 -> 0.67
2023-04-19 16:28:03 +03:00
Nick Cao ac413afd08
Merge pull request #226782 from r-ryantm/auto-update/hwdata
hwdata: 0.368 -> 0.369
2023-04-19 09:02:45 +08:00
github-actions[bot] 93e4495c3e
Merge master into staging-next 2023-04-19 00:01:56 +00:00
Luke Granger-Brown ca497b3c7d
Merge pull request #226397 from delroth/ethq-0.6.2
ethq: init at 0.6.2
2023-04-18 20:16:20 +01:00
Artturi 9a1f5d4248
Merge pull request #226889 from Artturin/fixlints2 2023-04-18 21:52:21 +03:00
Bernardo Meurer 812b738e2c
fbterm: update and use debian-maintained version
Since upstream has been abandoned for years, let's use the source that's
currently maintained by Debian devs.

This also incorporates patches used by the Arch Linux packaging of
fbterm, and cleans up the derivation
2023-04-18 15:23:33 -03:00
Pierre Bourdon 348d8de2eb
ethq: init at 0.6.2 2023-04-18 20:23:11 +02:00
Artturin eac28f38d6 treewide: fix lints
Arg to lib.optional is a list

build time tool in buildInputs

*Flags not a list

https://github.com/nix-community/nixpkgs-lint
2023-04-18 20:20:56 +03:00
Albert Peschar 0f05321d78 zfs: enable keylocation=http://
When ZFS is built with cURL, it allows retrieving encryption keys from
URLs automatically.
2023-04-18 17:44:25 +03:00
github-actions[bot] ee5e6a6453
Merge master into staging-next 2023-04-18 12:01:29 +00:00
Franz Pletz 76879f30c7
Merge pull request #226461 from SebTM/fix/powertop_xset 2023-04-18 08:19:49 +02:00
R. Ryantm 15f4972e88 hwdata: 0.368 -> 0.369 2023-04-18 04:48:08 +00:00
R. Ryantm 3e9f808073 fwts: 23.01.00 -> 23.03.00 2023-04-18 03:34:37 +00:00
R. Ryantm e94f9d0d4c ima-evm-utils: 1.4 -> 1.5 2023-04-17 20:14:17 +00:00
R. Ryantm 270107e9da mmc-utils: unstable-2023-02-09 -> unstable-2023-04-17 2023-04-17 17:35:30 +00:00
apfelkuchen06 7cdd1f3ebf libnvme: fix cross
without this, pkgsCross.armv7l-hf-multiplatform.libnvme fails to build with

[93/811] Compiling C object libnvme/_nvme.cpython-310-x86_64-linux-gnu.so.p/meson-generated_.._nvme_wrap.c.o
FAILED: libnvme/_nvme.cpython-310-x86_64-linux-gnu.so.p/meson-generated_.._nvme_wrap.c.o
armv7l-unknown-linux-gnueabihf-gcc -Ilibnvme/_nvme.cpython-310-x86_64-linux-gnu.so.p -Ilibnvme -I../libnvme -I. -I.. -Iccan -I../ccan -Isrc -I../src -Iinternal -I../internal -I/nix/store/fg4hibxylq2lhfc2xx2asaih8c02c77m-json-c-armv7l-unknown-linux-gnueabihf-0.16-dev/include -I/nix/store/fg4hibxylq2lhfc2xx2asaih8c02c77m-json-c-armv7l-unknown-linux-gnueabihf-0.16-dev/include/json-c -I/nix/store/fdqpyj613dr0v1l1lrzqhzay7sk4xg87-python3-3.10.10/include/python3.10 -fvisibility=hidden -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -fomit-frame-pointer -D_GNU_SOURCE -include internal/config.h -fPIC -MD -MQ libnvme/_nvme.cpython-310-x86_64-linux-gnu.so.p/meson-generated_.._nvme_wrap.c.o -MF libnvme/_nvme.cpython-310-x86_64-linux-gnu.so.p/meson-generated_.._nvme_wrap.c.o.d -o libnvme/_nvme.cpython-310-x86_64-linux-gnu.so.p/meson-generated_.._nvme_wrap.c.o -c libnvme/nvme_wrap.c
In file included from /nix/store/fdqpyj613dr0v1l1lrzqhzay7sk4xg87-python3-3.10.10/include/python3.10/Python.h:50,
                 from libnvme/nvme_wrap.c:149:
/nix/store/fdqpyj613dr0v1l1lrzqhzay7sk4xg87-python3-3.10.10/include/python3.10/pyport.h:746:2: error: #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
  746 | #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
      |  ^~~~~
2023-04-17 19:00:15 +02:00
github-actions[bot] a86662bfc9
Merge staging-next into staging 2023-04-17 12:01:45 +00:00
Alyssa Ross d1f5735744 linux_testing: 6.3-rc6 -> 6.3-rc7
This includes the fix for debug info causing output reference cycles
on RISC-V.
2023-04-17 11:54:39 +00:00
natsukium 4a831cda4a
sketchybar: 2.14.1 -> 2.14.4
https://github.com/FelixKratz/SketchyBar/releases/tag/v2.14.2
https://github.com/FelixKratz/SketchyBar/releases/tag/v2.14.3
https://github.com/FelixKratz/SketchyBar/releases/tag/v2.14.4
2023-04-17 12:40:22 +09:00
natsukium df496ea67e
sketchybar: fix build 2023-04-17 12:27:58 +09:00
R. Ryantm afec2906ea pam_u2f: 1.2.1 -> 1.3.0 2023-04-17 02:30:45 +00:00
github-actions[bot] 3d3f04baba
Merge staging-next into staging 2023-04-17 00:02:39 +00:00
Adam Joseph 9e3b2a5822
Merge pull request #226366 from mmlb/rename-gnatboot
gnatboot: rename to gnat-bootstrap
2023-04-16 22:37:53 +00:00
Sebastian Sellmeier 670a632529
powertop: change substitute for xset 2023-04-16 21:56:18 +02:00
Nicolas Benes 91de60e122 batman-adv: 2022.3 -> 2023.0 2023-04-16 21:46:38 +02:00
Florian Klink 503149ba12
Merge pull request #226192 from flokli/systemd-reintroduce-config-method-disable
systemd: reintroduce "hostnamed, localed, timedated: disable methods that change system settings" patch
2023-04-16 21:21:07 +02:00