Commit Graph

547304 Commits

Author SHA1 Message Date
zzywysm
3f4c802d26 initrd/autofs4: remove legacy references to autofs4 kernel module
Back in 2018, the kernel decided to remove the autofs4 module.

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a2225d931f75ddd3c39f4d0d195fad99dfd68671

This caused immediate problems with systemd, so the kernel allowed autofs4 as a config option that would simply map back to autofs.

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d02d21ea007b6b33cdaf15c2f84fb1fea996ecc2

Earlier this year, in July 2023, the kernel got tired of people not adapting to the autofs change, and forced the issue by fixing it within the kernel defconfigs, which NixOS uses as a starting point for their own kernel configs.

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=1f2190d6b7112d22d3f8dfeca16a2f6a2f51444e

This commit reflects the post-2018 reality by changing the remaining autofs4 references to autofs. Since this change initially happened in kernel 4.18 and we no longer support 4.x kernels, we don't need any backwards-compatibility tweaks.
2023-11-14 15:37:50 -05:00
Gaetan Lepage
fc3626d3d3 python311Packages.transformers: 4.35.0 -> 4.35.1
Changelog: https://github.com/huggingface/transformers/releases/tag/v4.35.1
2023-11-14 20:34:11 +00:00
Nick Cao
ab4a6dc639
Merge pull request #263225 from pks-t/pks-ccid-fix-missing-strip
ccid: strip shared object to reduce closure size
2023-11-14 15:23:59 -05:00
Fabián Heredia Montiel
3a3571c3c3
Merge pull request #267355 from r-ryantm/auto-update/sssd
sssd: 2.9.2 -> 2.9.3
2023-11-14 14:18:20 -06:00
Fabián Heredia Montiel
42d5c5b9a3
Merge pull request #267368 from r-ryantm/auto-update/structorizer
structorizer: 3.32-12 -> 3.32-14
2023-11-14 14:17:56 -06:00
Fabián Heredia Montiel
37fa3e8d78
Merge pull request #267411 from claudiiii/feat/k9s-update
k9s: 0.28.0 -> 0.28.2
2023-11-14 14:17:24 -06:00
Fabián Heredia Montiel
6d5dfc06fc
Merge pull request #267439 from r-ryantm/auto-update/tailwindcss
tailwindcss: 3.3.3 -> 3.3.5
2023-11-14 14:16:29 -06:00
Fabián Heredia Montiel
3fed70b26a
Merge pull request #267483 from wjlroe/remove-wjlroe-maintainer
logstash: remove myself as a maintainer
2023-11-14 14:16:01 -06:00
Artturi
60f10be493
Merge pull request #267503 from Artturin/fixmistake 2023-11-14 22:05:03 +02:00
R. Ryantm
1a83628436 kops: 1.28.0 -> 1.28.1 2023-11-14 13:58:59 -06:00
0x4A6F
39c1b48127
Merge pull request #267430 from helsinki-systems/fix/proxysql-build
proxysql: use vendored re2
2023-11-14 20:30:27 +01:00
Léo Gaspard
b1c25de57b
nixos/acme: do not eat Let's Encrypt's request limits if misconfigured on first try (#266155) 2023-11-14 20:29:50 +01:00
Nick Cao
f7ac3fbf4e
Merge pull request #267468 from NickCao/tofu
opentofu: 1.6.0-alpha4 -> 1.6.0-alpha5
2023-11-14 14:23:44 -05:00
Yang, Bo
a9b36a5fb3 nixos/doc: release notes for waagent provisioning 2023-11-14 19:47:27 +01:00
Yang, Bo
bff548fef1 waagent: enable provisioning 2023-11-14 19:47:27 +01:00
Artturin
a28d96f47e libsForQt5: fix mistake 2023-11-14 20:39:17 +02:00
Stephen Huan
e1cb1dc257 backintime: fix backintime-qt_polkit 2023-11-14 19:34:44 +01:00
Nathan Henrie
6c69d3c9ca nixos/navidrome: add openFirewall option
This adds an option to the navidrome module to open the configured TCP
port in the firewall.
2023-11-14 19:29:08 +01:00
Ilan Joselevich
cd014bdb85
Merge pull request #266490 from Kranzes/nodePackages-update
nodePackages: update
2023-11-14 17:46:30 +00:00
Nick Cao
bcc70105ef
Merge pull request #266214 from dawidd6/multipass-1.12
multipass: 1.12.1 -> 1.12.2
2023-11-14 12:07:36 -05:00
Nick Cao
6e199d8e01
Merge pull request #267427 from ne9z/texworks-wayland
texworks: add qtwayland as dependency
2023-11-14 11:43:34 -05:00
William Roe
85e5e28c65 logstash: remove myself as a maintainer
I haven't used Logstash for many years, so cannot maintain this package.
2023-11-14 16:43:22 +00:00
Nick Cao
0525dc3b76
Merge pull request #267453 from SuperSandro2000/act
act: 0.2.53 -> 0.2.54
2023-11-14 11:42:57 -05:00
Pierre Bourdon
68367e66e1
Merge pull request #267037 from nbraud/nixos/sudo/assertion
nixos/sudo: Update `cfg.package` assertion
2023-11-14 17:26:08 +01:00
Martin Weinelt
cd32d803c0
Merge pull request #267464 from Madouura/pr/rocmSupport-followup
treewide: use 'config.(cuda|rocm)Support'
2023-11-14 17:24:44 +01:00
Félix Baylac Jacqué
f80b2b510d nixosTests/pleroma: fix test
Two issues:

1. We need a subjectAltName on the TLS cert. Stolen from the akkoma
   test. <3 illdefined
2. There's a bug in the current toot release wrt. date parsing. It's
   been fixed upstream but it's not been released yet. Using the
   current toot master for this VM test to work around this.

Note: I warned upstream we'd need a new toot release.

Fixes https://github.com/NixOS/nixpkgs/issues/264951
2023-11-14 16:45:54 +01:00
José Romildo Malaquias
c16a6fe286
Merge pull request #263788 from romildo/upd.utterly-round-plasma-style
utterly-round-plasma-style: init at 2.1
2023-11-14 12:37:56 -03:00
Fabian Affolter
0fe04a9442
Merge pull request #267353 from a-n-n-a-l-e-e/baboossh-fix-build
baboossh: fix build
2023-11-14 16:32:05 +01:00
Nick Cao
1a606d8c07
opentofu: 1.6.0-alpha4 -> 1.6.0-alpha5
Diff: https://github.com/opentofu/opentofu/compare/v1.6.0-alpha4...v1.6.0-alpha5

Changelog: https://github.com/opentofu/opentofu/blob/v1.6.0-alpha5/CHANGELOG.md
2023-11-14 10:08:39 -05:00
Peder Bergebakken Sundt
a2b6873f0b
Merge pull request #267346 from a-n-n-a-l-e-e/cdist-fix-build
cdist: add dependency to fix build
2023-11-14 16:45:19 +02:00
Madoura
9709e96e1e
treewide: make 'gpuBackend' use 'config.(cuda|rocm)Support' 2023-11-14 08:44:42 -06:00
Madoura
242544ca17
ucx: use 'config.rocmSupport' 2023-11-14 08:33:19 -06:00
Nick Cao
e01565fd5a
Merge pull request #265589 from Vonfry/update/fcitx5-1.5.4
fcitx5: 5.1.1 -> 5.1.5
2023-11-14 09:30:41 -05:00
Nick Cao
acf9bb5cb2
Merge pull request #267432 from oxalica/fix/qtwayland-freeze
qt6Packages.qtwayland: fix a freezing bug with fcitx5
2023-11-14 09:26:53 -05:00
K900
3461a8c9bd
Merge pull request #267449 from helsinki-systems/drop-qt4-docs
docs/hooks/qt-4: remove
2023-11-14 17:23:32 +03:00
Nick Cao
235a623035
Merge pull request #267303 from Mindavi/hydra/2023-10-20
hydra_unstable: 2023-08-23 -> 2023-10-20
2023-11-14 09:22:43 -05:00
Nick Cao
f0f97d41c3
Merge pull request #267243 from r-ryantm/auto-update/kaniko
kaniko: 1.17.0 -> 1.18.0
2023-11-14 09:12:50 -05:00
Nick Cao
8d1ddf4343
Merge pull request #267253 from mattmelling/gridtracker-1.23.1112
gridtracker: 1.23.0402 -> 1.23.1112
2023-11-14 09:12:00 -05:00
Nick Cao
0f4ed29ab5
Merge pull request #267255 from r-ryantm/auto-update/seafile-client
seafile-client: 9.0.3 -> 9.0.4
2023-11-14 09:10:47 -05:00
Nick Cao
725315ad7f
Merge pull request #267266 from impl/p4d-2023-1-2513900
p4d: 2022.1.2305383 -> 2023.1.2513900
2023-11-14 09:09:15 -05:00
Nick Cao
2026a5da6b
Merge pull request #267270 from r-ryantm/auto-update/ser2net
ser2net: 4.5.0 -> 4.5.1
2023-11-14 09:08:32 -05:00
Nick Cao
35f6fc9d38
Merge pull request #267364 from r-ryantm/auto-update/storj-uplink
storj-uplink: 1.90.1 -> 1.90.2
2023-11-14 09:02:37 -05:00
Nick Cao
4380b77568
Merge pull request #267350 from r-ryantm/auto-update/squashfuse
squashfuse: 0.4.0 -> 0.5.0
2023-11-14 09:01:30 -05:00
Nick Cao
8e09ca480b
Merge pull request #267359 from r-ryantm/auto-update/starboard
starboard: 0.15.16 -> 0.15.17
2023-11-14 08:59:31 -05:00
Nick Cao
56ea184e96
Merge pull request #267361 from r-ryantm/auto-update/static-web-server
static-web-server: 2.23.0 -> 2.24.0
2023-11-14 08:58:58 -05:00
Nick Cao
be8e33c005
Merge pull request #267377 from r-ryantm/auto-update/swaykbdd
swaykbdd: 1.2 -> 1.4
2023-11-14 08:56:40 -05:00
Artturi
e72e6a80e5
Merge pull request #267323 from Artturin/qt5presplicefix 2023-11-14 15:55:40 +02:00
Nick Cao
527fd3e677
Merge pull request #267410 from r-ryantm/auto-update/mongodb-tools
mongodb-tools: 100.7.5 -> 100.9.1
2023-11-14 08:54:28 -05:00
Nick Cao
2dd65392b0
Merge pull request #267448 from r-ryantm/auto-update/tektoncd-cli
tektoncd-cli: 0.32.1 -> 0.32.2
2023-11-14 08:51:19 -05:00
Nick Cao
729429a26a
Merge pull request #267443 from r-ryantm/auto-update/tbls
tbls: 1.70.2 -> 1.71.0
2023-11-14 08:50:31 -05:00