R. Ryantm
27c9a66a98
qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12
...
(cherry picked from commit 140f351bfc
)
2024-11-17 13:29:08 +00:00
Masum Reza
37debf5e7d
[Backport release-24.11] nixos/hyprland: adds programs.hyprland.withUWSM option ( #356542 )
2024-11-17 17:37:31 +05:30
Emily
0e6ae0a757
[Backport release-24.11] nixos: remove boot.loader.raspberryPi ( #356698 )
2024-11-17 11:50:13 +00:00
Wolfgang Walther
a2b914e6e3
nixos: remove boot.loader.raspberryPi
...
This has been announced for 24.11 in #241534 , so let's follow through.
(cherry picked from commit 8ca24a7a2b
)
2024-11-17 11:50:01 +00:00
Maximilian Bosch
de06be4658
Merge: [Backport release-24.11] nixos/postgresql: extension based hardening relaxation ( #356574 )
2024-11-17 12:39:37 +01:00
Maximilian Bosch
f0def0a5de
Merge: [Backport release-24.11] nixos/rl-2411: fix version Grafana has been updated to ( #356550 )
2024-11-17 12:39:27 +01:00
github-actions[bot]
c5b561dcc4
[Backport release-24.11] rustdesk-flutter: fix build ( #356694 )
...
rustdesk-flutter: fix build (#356450 )
(cherry picked from commit 02d0071fa9
)
Co-authored-by: Bot_wxt1221 <3264117476@qq.com>
2024-11-17 12:33:03 +01:00
Florian Klink
19c8994e0c
[Backport release-24.11] talosctl: 1.8.2 -> 1.8.3 ( #356461 )
2024-11-17 12:36:54 +02:00
Martin Weinelt
96a97be743
[Backport release-24.11] go2rtc: 1.9.6 -> 1.9.7 ( #356675 )
2024-11-17 11:30:50 +01:00
Martin Weinelt
1a7524404b
go2rtc: 1.9.6 -> 1.9.7
...
https://github.com/AlexxIT/go2rtc/releases/tag/v1.9.7
(cherry picked from commit 3a475abf3c
)
2024-11-17 09:42:24 +00:00
Emily
f7ad229b11
[Backport release-24.11] jujutsu: skip a flaky test ( #356655 )
2024-11-17 07:45:05 +00:00
Austin Seipp
2f76d065e1
jujutsu: skip a flaky test
...
A user reported that there was nothing available in the binary cache for
`aarch64-linux` for the latest release, and some investigation turned up that
the runners ran into a flaky test that was fixed recently.
For simplicity (and so that we don't have to backport the upstream patch), skip
this test. The feature works perfectly fine, it is only the test itself that
is buggy.
This should be removed next month after the 0.24.0 release.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
(cherry picked from commit 9799fcd3ed
)
2024-11-17 07:43:21 +00:00
Felix Schröter
a5e324a39a
[Backport release-24.11] mullvad-browser: 13.5.9 -> 14.0 ( #356453 )
2024-11-16 22:30:50 +00:00
jopejoe1
c64acd5d91
[Backport release-24.11] {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work ( #356587 )
2024-11-16 23:26:08 +01:00
jopejoe1
97eff063b9
{firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work
...
(cherry picked from commit cfaf8f4627
)
2024-11-16 22:18:28 +00:00
Pol Dellaiera
cc103aca32
[Backport release-24.11] python311Packages.wandb: fix building on x86_64-darwin ( #356567 )
2024-11-16 23:10:26 +01:00
Leona Maroni
5f589546cf
[Backport release-24.11] python3Packages.weconnect-mqtt: fix build ( #356583 )
2024-11-16 22:57:24 +01:00
wxt
4ff7436647
python311Packages.weconnect-mqtt: fix build
...
(cherry picked from commit 7f7bdeffde
)
2024-11-16 21:56:36 +00:00
Leona Maroni
ec53167812
[Backport release-24.11] paperless-ngx: 2.13.4 -> 2.13.5 ( #356571 )
2024-11-16 22:52:30 +01:00
Leona Maroni
bd2677bc4d
[Backport release-24.11] matrix-appservice-irc: 3.0.2 -> 3.0.3 ( #356431 )
2024-11-16 22:47:19 +01:00
Fabián Heredia Montiel
32904a850e
[Backport release-24.11] metals: 1.4.0 -> 1.4.1 ( #356577 )
2024-11-16 15:46:10 -06:00
Jaakko Paju
a0ebf50e9f
metals: 1.4.0 -> 1.4.1
...
(cherry picked from commit 6f4b5b0228
)
2024-11-16 21:44:32 +00:00
Maximilian Bosch
0bd7e8585f
nixos/tests/postgresql: test plv8 hardening on non-JIT variants only
...
PostgreSQL with JIT support enabled doesn't work with plv8. Hence, we'd
get an evaluation failure for each
`nixosTests.postgresql.postgresql.postgresql_jit_X`.
This should be restructured in the future (less VM tests for custom
extensions, but a single VM test for this case to cover). For now, we
should get this fix out and this is a good-enough approach.
(cherry picked from commit 68d9643388
)
2024-11-16 21:30:02 +00:00
Martin Weinelt
830116313f
nixosTests.postgresql: test hardening gets relaxed
...
The plv8 plugin requires access to pkey syscalls. The execution will
crash hard when it is not allowed by the syscall filter.
Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
(cherry picked from commit e198536d26
)
2024-11-16 21:30:02 +00:00
Martin Weinelt
210f9b1546
nixos/postgresql: create infrastructure for relaxing systemd hardening
...
By matching on the package names of the plugins passed into the package
we can relax the systemd unit hardening as needed.
(cherry picked from commit d370af0785
)
2024-11-16 21:30:02 +00:00
Martin Weinelt
7d07116532
nixos/postgresql: rename extraPlugins to extensions
...
This is the upstream lingo, and it makes everything slightly less
confusing.
(cherry picked from commit 223a6c6ed0
)
2024-11-16 21:30:02 +00:00
Leona Maroni
ee202b2125
[Backport release-24.11] cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 ( #356291 )
2024-11-16 22:29:28 +01:00
Sandro Jäckel
5271281658
paperless-ngx: 2.13.4 -> 2.13.5
...
Diff: https://github.com/paperless-ngx/paperless-ngx/compare/refs/tags/v2.13.4...v2.13.5
Changelog: https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.13.5
(cherry picked from commit ace91b8273
)
2024-11-16 21:25:09 +00:00
Leona Maroni
44811d8cb9
[Backport release-24.11] thunderbird: 128.4.2 -> 128.4.3 ( #356169 )
2024-11-16 22:12:56 +01:00
seth
535362735b
python311Packages.wandb: fix building on x86_64-darwin
...
https://hydra.nixos.org/build/278208837
(cherry picked from commit 4b49bf8d3e
)
2024-11-16 21:07:15 +00:00
Adam C. Stephens
279f762528
[Backport release-24.11] mimir: 2.14.1 -> 2.14.2 ( #356558 )
2024-11-16 15:58:30 -05:00
Martin Weinelt
87632c8956
[Backport release-24.11] wyoming-openwakeword: migrate to tensorflow-bin ( #356562 )
2024-11-16 21:58:12 +01:00
Martin Weinelt
879d8a23fd
wyoming-openwakeword: migrate to tensorflow-bin
...
With Python 3.12 we don't have a working tensorflow source build, which
currently blocks usage of this package.
(cherry picked from commit f90cf46cb6
)
2024-11-16 20:54:59 +00:00
R. Ryantm
60d7aad3e7
mimir: 2.14.1 -> 2.14.2
...
(cherry picked from commit 7e01a3d1ec
)
2024-11-16 20:49:22 +00:00
Maximilian Bosch
4e88b60fe7
nixos/rl-2411: fix version Grafana has been updated to
...
(cherry picked from commit 3bad58ed01
)
2024-11-16 20:26:41 +00:00
jopejoe1
b719c30816
[Backport release-24.11] shairport-sync: enable additional features ( #356418 )
2024-11-16 20:17:10 +01:00
jopejoe1
001f7f088e
[Backport release-24.11] nixos/shairport-sync: add package option ( #356417 )
2024-11-16 20:16:53 +01:00
John Titor
eb5f38ea46
nixos/hyprland: adds programs.hyprland.withUWSM option
...
Bool: controls whether Hyprland is configured with UWSM or not.
Upstream recommends using UWSM for better compatibility with systemd integration.
https://wiki.hyprland.org/Useful-Utilities/Systemd-start/
(cherry picked from commit 04f223946c
)
2024-11-16 19:12:15 +00:00
John Titor
fa4cacd136
nixos/hyprland: format with nixfmt rfc style
...
(cherry picked from commit 48da44a481
)
2024-11-16 19:12:15 +00:00
Emily
1d6577f596
[Backport release-24.11] forgejo: 9.0.1 -> 9.0.2, forgejo-lts: 7.0.10 -> 7.0.11 ( #356354 )
2024-11-16 19:01:24 +01:00
Colin
fdf985b33a
[Backport release-24.11] nixos/teleport: add required utils to path ( #356200 )
2024-11-16 17:55:57 +00:00
Fabián Heredia Montiel
90953e605a
[Backport release-24.11] calibre: 7.20.0 -> 7.21.0 ( #356515 )
2024-11-16 11:16:57 -06:00
kilianar
275f309068
calibre: 7.20.0 -> 7.21.0
...
https://github.com/kovidgoyal/calibre/releases/tag/v7.21.0
(cherry picked from commit df4f16e2b2
)
2024-11-16 17:11:57 +00:00
Lin Jian
144cc4e1cd
[Backport release-24.11] emacsPackages.emacsql: fix build for versions >= 20241115.1939 ( #356505 )
2024-11-17 00:19:07 +08:00
Lin Jian
c61d9de893
emacsPackages.emacsql: fix build for versions >= 20241115.1939
...
7a79c2be3d
https://hydra.nix-community.org/build/1847911/nixlog/1
(cherry picked from commit 5f5e87e442
)
2024-11-16 16:17:39 +00:00
Gaétan Lepage
fefa64906a
[Backport release-24.11] nixos/g810-led: init ( #356226 )
2024-11-16 17:17:29 +01:00
Aleksana
c16401b7fd
[Backport release-24.11] speedtest: init at 1.3.0 ( #356327 )
2024-11-17 00:17:14 +08:00
Aleksana
e999025b64
[Backport release-24.11] python312Packages.khanaa: fix build ( #356294 )
2024-11-17 00:17:10 +08:00
Aleksana
f2e96fce64
[Backport release-24.11] python3Packages.lime: fix build ( #356302 )
2024-11-17 00:16:22 +08:00
Aleksana
d09c2b6b32
[Backport release-24.11] saber: init at 0.25.2 ( #356332 )
2024-11-17 00:15:13 +08:00