Alyssa Ross
fbb902a1c7
firmware-manager: remove unused arguments
2023-05-09 23:27:23 +00:00
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
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
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