Commit graph

1,005,727 commits

Author SHA1 Message Date
Doron Behar
2152e7caa5
[Backport release-26.05] pizauth: use upstream's install targets (#528884) 2026-06-06 17:57:47 +00:00
Doron Behar
882750e2fe pizauth: use upstream's install targets
Removes systemd files from Darwin builds.

(cherry picked from commit 4b0398fd2c)
2026-06-06 17:36:11 +00:00
Doron Behar
601e88b58d pizauth: add doronbehar to maintainers
(cherry picked from commit 96526e68b0)
2026-06-06 17:36:10 +00:00
Maximilian Bosch
c9f344136f
[Backport release-26.05] php: 8.5.6 -> 8.5.7, 8.4.21 -> 8.4.22 (#528810) 2026-06-06 17:35:32 +00:00
Vladimír Čunát
8402b6d0f7
[Backport release-26.05] exim: 4.99.3 -> 4.99.4 (#525904) 2026-06-06 17:26:01 +00:00
sternenseemann
7152c6e7f1
[Backport release-26.05] inspircd: 4.10.1 -> 4.11.0 (#528857) 2026-06-06 16:01:51 +00:00
sterni
e62811ae08 inspircd: 4.10.1 -> 4.11.0
https://docs.inspircd.org/4/change-log/#inspircd-4100
https://docs.inspircd.org/security/2026-01/
(cherry picked from commit 67dac1e20d)
2026-06-06 15:57:01 +00:00
Bobby Rong
50302b1541
[Backport release-26.05] pantheon.xdg-desktop-portal-pantheon: 8.2.0 -> 8.2.0-unstable-2026-06-04 (#528012) 2026-06-06 15:12:23 +00:00
Bobby Rong
97183b40ca
[Backport release-26.05] webkitgtk_6_0: 2.52.3 → 2.52.4 (#527646) 2026-06-06 14:56:34 +00:00
Maximilian Bosch
eabd9a3853 php85: 8.5.6 -> 8.5.7
ChangeLog: https://www.php.net/ChangeLog-8.php#8.5.7
(cherry picked from commit fc47b4549b)
2026-06-06 14:16:02 +00:00
Maximilian Bosch
f07570ce76 php84: 8.4.21 -> 8.4.22
ChangeLog: https://www.php.net/ChangeLog-8.php#8.4.22
(cherry picked from commit 6eec1807f1)
2026-06-06 14:16:02 +00:00
Martin Weinelt
912b6445d4
[Backport release-26.05] python3: include ABI debug suffix d in executable (fixes FT+debug) (#528775) 2026-06-06 12:22:15 +00:00
Jonas Rembser
21f3c36499 python3: include ABI debug suffix d in executable (fixes FT+debug)
When instantiating an environment with the Python interpreter built
with both free threading (aka. without GIL) and `pydebug`, the value
of `passthru.executable` doesn't match any installed file. This was
noticed when building CI pipelines that require the Python interpreter
built with both debug features and free threading.

The cause is that `executable` was built from `libPrefix`, which only
tracks the `t` suffix from `--without-gil` and not the `d` suffix from
`--with-pydebug`. `libPrefix` doubles as the stdlib install directory,
and cpython deliberately shares that directory between debug and
non-debug builds of a given version, so the `d` is intentionally
absent there.

This slipped through because cpython only ever installs a
`python$VERSION -> python$LDVERSION` symlink (e.g. `python3.13 ->
python3.13d`). For debug-only builds the old code happened to ask for
`python3.13`, which is that symlink, so it worked by accident. For
FT+debug, `libPrefix` is `python3.13t`, but cpython installs no such
file; only `python3.13` (symlink) and `python3.13td` (binary).

Fix: append `d` to `executable` (and to the `cp<ver>` wheel ABI tag in
`pythonABITags`) when `enableDebug` is true.

Reproducer for the problem as a bash script:

```bash
set -euo pipefail

nixpkgs="${1:-<nixpkgs>}" # Either custom path if provided, or just <nixpkgs>

read -r -d '' expr <<EOF || true
let
  pkgs = import ${nixpkgs} { };
  py = pkgs.python313FreeThreading.override {
    enableDebug = true;
    self = py;
    pythonAttr = "python313FreeThreading";
  };
in py
EOF

executable=$(nix-instantiate --eval --json --expr "($expr).executable" | tr -d '"')
echo "passthru.executable = ${executable}"

out=$(nix-build --no-out-link --expr "$expr")
echo "store path:           ${out}"

if [[ -e "${out}/bin/${executable}" ]]; then
  echo "result:               OK (binary exists)"
  exit 0
fi

echo "result:               FAIL (${out}/bin/${executable} not found)"
echo "actually installed:"
ls "${out}/bin/" | grep '^python3\.' | sed 's/^/  /'
exit 1
```

(cherry picked from commit fa6a2e8f1f)
2026-06-06 12:16:29 +00:00
nixpkgs-ci[bot]
6218be7281
[Backport release-26.05] frankenphp: 1.12.3 -> 1.12.4 (#528681) 2026-06-06 11:42:32 +00:00
Gaétan Lepage
4d2b5e50eb
[Backport release-26.05] zabbix.server: add timescaledb support (#526790) 2026-06-06 11:06:46 +00:00
nixpkgs-ci[bot]
9b696460ac
[Backport release-26.05] splayer: 3.0.0 -> 3.1.1 (#528682) 2026-06-06 08:29:55 +00:00
ccicnce113424
806105cc98 splayer: 3.0.0 -> 3.1.1
(cherry picked from commit dc0b6d4e05)
2026-06-06 07:21:00 +00:00
R. Ryantm
43458aa7e5 frankenphp: 1.12.3 -> 1.12.4
(cherry picked from commit 98d6a0920b)
2026-06-06 07:15:56 +00:00
nixpkgs-ci[bot]
3e0bc51c2b
[Backport release-26.05] prl-tools: 26.3.2-57398 -> 26.3.3-57507 (#528497) 2026-06-06 06:19:30 +00:00
Ramses
81ad4742c4
[Backport release-26.05] uutils-coreutils-noprefix: 0.8.0 -> 0.9.0 (#528230) 2026-06-06 04:32:42 +00:00
Ramses
51e4993931
[Backport release-26.05] nom: 3.3.0 -> 3.3.1 (#528335) 2026-06-06 04:31:30 +00:00
Ramses
3dc83396c4
[Backport release-26.05] upterm: 0.20.0 -> 0.24.0 (#528615) 2026-06-06 04:21:15 +00:00
nixpkgs-ci[bot]
d23bcb0116
[Backport release-26.05] gogup: 1.1.4 -> 1.2.0 (#528644) 2026-06-06 03:33:27 +00:00
R. Ryantm
d83bfb5b70 gogup: 1.1.4 -> 1.2.0
(cherry picked from commit 01e2b2072d)
2026-06-06 02:45:55 +00:00
nixpkgs-ci[bot]
22a840cbef
[Backport release-26.05] brave: 1.90.124 -> 1.90.128 (#527270) 2026-06-06 00:12:59 +00:00
Felix Bargfeldt
e636a95d56
[Backport release-26.05] hyfetch: 2.0.5 -> 2.1.0 (#528627) 2026-06-06 00:05:58 +00:00
Rine Amakawa
cdb16195ed hyfetch: 2.0.5 -> 2.1.0
Changelog: https://github.com/hykilpikonna/hyfetch/releases/tag/2.1.0
(cherry picked from commit 052f82e811)
2026-06-05 23:58:32 +00:00
Rine Amakawa
90ddf633c6 hyfetch: add Misaka13514 to maintainers
(cherry picked from commit e92eb24f38)
2026-06-05 23:58:31 +00:00
Felix Bargfeldt
7892305945
[Backport release-26.05] chhoto-url: 7.1.5 -> 7.2.1 (#528622) 2026-06-05 23:42:00 +00:00
Defelo
146dac3bc8 chhoto-url: 7.1.5 -> 7.2.1
Changelog: https://github.com/SinTan1729/chhoto-url/releases/tag/7.2.1
Diff: https://github.com/SinTan1729/chhoto-url/compare/7.1.5...7.2.1
(cherry picked from commit 1c791e2b49)
2026-06-05 23:34:25 +00:00
Cobalt
0e7caa74db upterm: 0.20.0 -> 0.24.0
For the changelogs refer to:

- https://github.com/owenthereal/upterm/releases/tag/v0.24.0
- https://github.com/owenthereal/upterm/releases/tag/v0.23.0
- https://github.com/owenthereal/upterm/releases/tag/v0.22.0
- https://github.com/owenthereal/upterm/releases/tag/v0.21.1
- https://github.com/owenthereal/upterm/releases/tag/v0.21.0

This also updates the corresponding NixOS tests for the current CA handling and SSH command output format.

(cherry picked from commit dfd908e838)
2026-06-05 22:38:36 +00:00
Ramses
55b7012130
[Backport release-26.05] reaction: 2.4.0 -> 2.4.1 (#527140) 2026-06-05 21:59:44 +00:00
Ramses
f3594431f5
[Backport release-26.05] nixos/tests: fix tests that use direct bootctl call to be compatible with new ESP layout (#528598) 2026-06-05 21:49:48 +00:00
r-vdp
9d33e8a548 nixosTests/zfs: replace direct bootctl call with switch-to-configuration invocation
(cherry picked from commit 074f246ca9)
2026-06-05 21:44:51 +00:00
r-vdp
c52f73ffa7 nixosTests/systemd-initrd-swraid: replace direct bootctl call with switch-to-configuration invocation
(cherry picked from commit 395784d0ef)
2026-06-05 21:44:51 +00:00
r-vdp
6d483d3d0b nixosTests/systemd-initrd-luks-unl0kr: replace direct bootctl call with switch-to-configuration invocation
(cherry picked from commit b7e0810560)
2026-06-05 21:44:51 +00:00
r-vdp
55821a2c87 nixosTests/systemd-initrd-luks-tpm2: replace direct bootctl call with switch-to-configuration invocation
(cherry picked from commit cf30cd9b67)
2026-06-05 21:44:50 +00:00
r-vdp
2ee654b989 nixosTests/systemd-initrd-luks-password: replace direct bootctl call with switch-to-configuration invocation
(cherry picked from commit 52e9fde3d4)
2026-06-05 21:44:50 +00:00
r-vdp
fa5560aa0d nixosTests/systemd-initrd-luks-keyfile: replace direct bootctl call with switch-to-configuration invocation
(cherry picked from commit 1954609d88)
2026-06-05 21:44:50 +00:00
r-vdp
8057a2a515 nixosTests/systemd-initrd-luks-fido2: replace direct bootctl call with switch-to-configuration invocation
(cherry picked from commit 050b24a35b)
2026-06-05 21:44:50 +00:00
r-vdp
eafa065980 nixosTests/systemd-initrd-btrfs-raid: replace direct bootctl call with switch-to-configuration invocation
(cherry picked from commit fc890171ad)
2026-06-05 21:44:49 +00:00
r-vdp
ad1aef5382 nixosTests/lvm2: replace direct bootctl call with switch-to-configuration invocation
(cherry picked from commit 709f14a90c)
2026-06-05 21:44:49 +00:00
r-vdp
82f64ad378 nixosTests/luks: replace direct bootctl call with switch-to-configuration invocation
(cherry picked from commit ec10ce872e)
2026-06-05 21:44:49 +00:00
r-vdp
c4d6d13b69 nixosTests/initrd-luks-empty-passphrase: replace direct bootctl call with switch-to-configuration invocation
(cherry picked from commit 923a32a64f)
2026-06-05 21:44:49 +00:00
r-vdp
4222368a3d nixos/tests/lvm2: switch to runTest
(cherry picked from commit 7e7ed65f29)
2026-06-05 21:44:49 +00:00
r-vdp
897b813dbb nixos/tests/zfs: switch to runTest
(cherry picked from commit 133e0e4438)
2026-06-05 21:44:48 +00:00
Niklas Korz
833cb7c3fd
[Backport release-26.05] boringssl: 0.20260508.0 -> 0.20260526.0 (#527512) 2026-06-05 20:45:22 +00:00
Felix Schröter
8b9c7a9d95
[Backport release-26.05] proton-authenticator: 1.1.4 -> 1.1.5 (#528524) 2026-06-05 20:15:30 +00:00
Felix Schröter
e183646465
[Backport release-26.05] proton-authenticator: add maintainer (#528553) 2026-06-05 20:15:11 +00:00
Marcin Serwin
0c3fbadc4c
[Backport release-26.05] signal-desktop: 8.9.1 -> 8.13.0 (#528421) 2026-06-05 20:12:37 +00:00