Nick Cao
8a1899e995
[Backport release-24.11] mautrix-whatsapp: 0.11.0 -> 0.11.1 ( #357211 )
2024-11-19 09:42:54 -05:00
Philip Taron
91f85a507b
[Backport release-24.11] freebsd stdenv: be more principled about portioning out bootstrap libraries ( #357167 )
2024-11-19 06:22:23 -08:00
R. Ryantm
4b8ad4e2d9
trivy: 0.57.0 -> 0.57.1
...
(cherry picked from commit b2d20baecb
)
2024-11-19 14:18:25 +00:00
Martin Weinelt
e3ce039444
[Backport release-24.11] nixos/snapserver: restart systemd service on failure ( #357278 )
2024-11-19 15:11:44 +01:00
techknowlogick
43fd32d0ae
flyctl: 0.3.29 -> 0.3.37
...
Diff: https://github.com/superfly/flyctl/compare/v0.3.29...v0.3.37
(cherry picked from commit 74989eae3c
)
2024-11-19 14:11:16 +00:00
Jordan Williams
9308c5efcf
cbconvert: 1.0.4 -> 1.1.0
...
(cherry picked from commit 45599a3be4
)
2024-11-19 14:10:48 +00:00
Jordan Williams
97639a5790
nixos/snapserver: restart the systemd service on failure
...
(cherry picked from commit 7031d0fdd0
)
2024-11-19 14:08:38 +00:00
Emily
3b9b50532f
[Backport release-24.11] nixos/doc/rl-2411: add highlight for the Darwin changes ( #357269 )
2024-11-19 13:26:11 +00:00
Emily
4bbfba14d8
nixos/doc/rl-2411: add highlight for the Darwin changes
...
(cherry picked from commit 5113c488af
)
2024-11-19 13:25:30 +00:00
Marcus Ramberg
e840d574ea
gh-dash: 4.7.1 -> 4.7.3
...
Signed-off-by: Marcus Ramberg <marcus@means.no>
(cherry picked from commit 91012254f9
)
2024-11-19 12:33:26 +00:00
Emily
88e01de7dc
[Backport release-24.11] nixos/acme: make address families in systemd service less restrictive ( #357234 )
2024-11-19 11:57:16 +00:00
Malte Voos
9018408f4a
nixos/acme: make address families in systemd service less restrictive
...
This change is to support LEGO's capability to spawn an external process that
solves the DNS-01 challenge. In particular, this enables a setup where LEGO
runs a shell script that uses nsd-control to add an appropriate zone to a
local NSD instance.
(cherry picked from commit d9bf91700e
)
2024-11-19 11:57:02 +00:00
Maximilian Bosch
aa14b4ac4c
mautrix-whatsapp: 0.11.0 -> 0.11.1
...
ChangeLog: https://github.com/mautrix/whatsapp/releases/tag/v0.11.1
(cherry picked from commit 8a95027e71
)
2024-11-19 09:53:47 +00:00
Martin Joerg
f46acb4670
python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1
...
https://github.com/magic-wormhole/magic-wormhole-mailbox-server/compare/refs/tags/0.4.1...refs/tags/0.5.1
https://github.com/magic-wormhole/magic-wormhole-mailbox-server/blob/0.5.1/NEWS.md
Python 3.12 is now supported
(cherry picked from commit 0afba0d517
)
2024-11-19 09:46:48 +00:00
Olli Helenius
c074a6e5bc
python3Packages.term-image: fix build
...
The package does not allow pillow v11, but works just fine with it.
(cherry picked from commit 927846eeff
)
2024-11-19 09:32:18 +00:00
Sergei Trofimovich
dda07e7f3c
wget: use nuke-refs to avoid runtime depeneds
...
That way we still preserve the compilation flags but don't retain
development headers in final closure.
(cherry picked from commit 0d59db6c85
)
2024-11-19 09:06:42 +00:00
Sergei Trofimovich
b04fac768e
wget: enable parallel building
...
(cherry picked from commit a9b6686b4f
)
2024-11-19 09:06:42 +00:00
Sergei Trofimovich
38520adb62
wget: 1.24.5 -> 1.25.0
...
Changes: https://lists.gnu.org/archive/html/info-gnu/2024-11/msg00000.html
(cherry picked from commit 1830f82831
)
2024-11-19 09:06:42 +00:00
Sefa Eyeoglu
bdb84ef77d
[Backport release-24.11] legcord: 1.0.2 -> 1.0.4 ( #357200 )
2024-11-19 09:56:58 +01:00
Winston R. Milling
8756193a47
legcord: 1.0.2 -> 1.0.4
...
https://github.com/Legcord/Legcord/releases/tag/v1.0.4
(cherry picked from commit 02cc2a7b03
)
2024-11-19 08:55:43 +00:00
natsukium
661acb8d34
python312Packages.ansible-core: 2.17.5 -> 2.17.6
...
Diff: https://github.com/ansible/ansible/compare/v2.17.5...v2.17.6
Changelog: https://github.com/ansible/ansible/releases/tag/v2.17.6
(cherry picked from commit 70266f1d0b
)
2024-11-19 08:46:53 +00:00
natsukium
e6a93104a2
ansible_2_15: drop
...
Ansible 2.15 goes end of life in 2024/11 and can't be supported
throughout the 24.11 release cycle
(cherry picked from commit 132b5f592d
)
2024-11-19 08:46:52 +00:00
Yueh-Shun Li
ba7101ffe8
python3Packages.scikit-image: fix tests with overridePythonAttrs
...
buildPythonPackage no longer provide local .override attribute. Use
overridePythonAttrs instead.
(cherry picked from commit 38e7722035
)
2024-11-19 08:46:00 +00:00
Yueh-Shun Li
5e26356aa3
python3Packages.pythonCatchConflictsHook: fix tests with lib.overrideDerivation
...
Use lib.overrideDerivation instead of <pkg>.overrideDerivation
to fix the evaluation of
python3Packages.pythonCatchConflictsHook.tests.catches-conflict-multiple-chains,
as buildPythonPackage and buildPythonApplication no longer provide
<pkg>.overrideDerivation
Clean up the leftover of commit 58bfe74123
("buildPython*:
Deprecate and remove (buildPython* { ... }).override")
(cherry picked from commit 3e8d53b9e8
)
2024-11-19 08:46:00 +00:00
Yueh-Shun Li
23669eccf2
rl-2411.section.md: update to inform the removal of (buildPythonPackage { ... }).overrideDerivation
...
Clean up the leftover of commit 58bfe74123
("buildPython*:
Deprecate and remove (buildPython* { ... }).override")
(cherry picked from commit b4e9f423f4
)
2024-11-19 08:46:00 +00:00
Wolfgang Walther
569c78e8e0
nixos/yabar: remove reference to nixos 18.03
...
No need to mention that anymore - it's just a fact by now.
(cherry picked from commit 7076d32d23
)
2024-11-19 08:11:19 +00:00
Wolfgang Walther
bf67c23dcc
docs: remove references before 22.11
...
Stuff that has been in for many years doesn't need to be mentioned
explicitly anymore.
(cherry picked from commit 1dd9c32b18
)
2024-11-19 08:11:19 +00:00
Wolfgang Walther
e8ceba04c5
docs/dotnet.section.md: fix accidentally localized example output
...
(cherry picked from commit 54aee07891
)
2024-11-19 08:11:18 +00:00
natsukium
baf0f072d1
python312Packages.pyro5: disable failing tests
...
(cherry picked from commit 5aa3f1650c
)
2024-11-19 07:51:05 +00:00
Audrey Dutcher
31268cc461
libuv: disable some tests on FreeBSD
...
(cherry picked from commit cacfa997c1
)
2024-11-19 07:34:55 +00:00
Audrey Dutcher
74749e77cb
freebsd stdenv: be more principled about portioning out bootstrap libraries
...
(cherry picked from commit 2ca435a540
)
2024-11-19 06:58:22 +00:00
Will Fancher
8d48200ead
[Backport release-24.11] nixos/networkd: warn about naively replacing IPForward ( #357149 )
2024-11-18 20:11:39 -08:00
Maximilian Bosch
63e1dc6ace
nixos/networkd: warn about naively replacing IPForward
...
See https://github.com/systemd/systemd/issues/33414 .
The way this was phrased sounded like a dumb search/replace operation to
me. This resulted in random parts of my routing being broken (forward
from if X -> Y being fine, but the opposite direction being broken).
This change makes it explicit that it's a little more complicated and
you should really consult the docs before making that change.
(cherry picked from commit 06f50f4adf
)
2024-11-19 04:11:16 +00:00
tomberek
2eec61e84f
[Backport release-24.11] nixVersions.nix_2_25: init at 2.25.2 ( #356984 )
2024-11-18 22:59:04 -05:00
Will Fancher
7a0ef9249a
[Backport release-24.11] nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target ( #357146 )
2024-11-18 19:34:03 -08:00
Will Fancher
b798b0d694
nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target
...
Without this, boot could proceed to the initrd cleanup step before the
closure was found, killing the service and breaking boot.
(cherry picked from commit af8279fe38
)
2024-11-19 03:33:43 +00:00
Ramses
58b22d18bd
[Backport release-24.11] niri: 0.1.10 -> 0.1.10.1 ( #357144 )
2024-11-19 04:30:28 +01:00
r-vdp
4e6353bbf5
niri: 0.1.10 -> 0.1.10.1
...
(cherry picked from commit fade592271
)
2024-11-19 03:07:43 +00:00
kirillrdy
8e47f44299
[Backport release-24.11] flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' ( #357130 )
2024-11-19 13:56:28 +11:00
Masum Reza
a2439d07ae
[Backport release-24.11] jetbrains: 2024.2.4 -> 2024.3 ( #357137 )
2024-11-19 08:04:51 +05:30
James Ward
4d3615e1d2
jetbrains.plugins: update
...
(cherry picked from commit fcbba9b996
)
2024-11-19 02:33:02 +00:00
James Ward
d958d48915
jetbrains: 2024.2.2 -> 2024.3
...
jetbrains.datagrip: 2024.2.2 -> 2024.3
jetbrains.gateway: 2024.2.3 -> 2024.3
jetbrains.goland: 2024.2.3 -> 2024.3
jetbrains.idea-community: 2024.2.4 -> 2024.3
jetbrains.idea-ultimate: 2024.2.4 -> 2024.3
jetbrains.phpstorm: 2024.2.4 -> 2024.3
jetbrains.pycharm-community: 2024.2.4 -> 2024.3
jetbrains.pycharm-professional: 2024.2.4 -> 2024.3
jetbrains.rider: 2024.2.7 -> 2024.3
jetbrains.ruby-mine: 2024.2.4 -> 2024.3
(cherry picked from commit a6e2c95931
)
2024-11-19 02:33:02 +00:00
Florian Agbuya
99e26dd556
flarum: fix 'mysql' has been renamed to/replaced by 'mariadb'
...
(cherry picked from commit 75a6be1684
)
2024-11-19 01:25:40 +00:00
OPNA2608
5abbce1f45
lomiri.lomiri-clock-app: 4.0.4 -> 4.1.0
...
(cherry picked from commit 3e59945443
)
2024-11-18 22:57:43 +00:00
OPNA2608
6da2870d5c
lomiri.suru-icon-theme: nixfmt
...
(cherry picked from commit 72dd60d9cf
)
2024-11-18 22:57:43 +00:00
OPNA2608
3574f94a9d
lomiri.suru-icon-theme: Modernise
...
(cherry picked from commit 4e91715e64
)
2024-11-18 22:57:43 +00:00
OPNA2608
e85ae96d39
lomiri.suru-icon-theme: 2024.02.1 -> 2024.10.13
...
(cherry picked from commit dfcc70216e
)
2024-11-18 22:57:43 +00:00
OPNA2608
8cb1c3fcdc
lomiri.lomiri-history-service: Rename from lomiri.history-service
...
(cherry picked from commit 87d70198ea
)
2024-11-18 22:57:42 +00:00
OPNA2608
78aa75520f
lomiri.history-service: nixfmt
...
(cherry picked from commit 4fd4d62c11
)
2024-11-18 22:57:42 +00:00
OPNA2608
c8140c5fa6
lomiri.history-service: Modernise
...
(cherry picked from commit 2fdce28dab
)
2024-11-18 22:57:42 +00:00