Commit graph

1,005,713 commits

Author SHA1 Message Date
OPNA2608
609fe56b54 {palemoon-bin,palemoon-gtk2-bin}: 34.2.2 -> 34.3.0
(cherry picked from commit b765e8c678)
2026-06-06 14:22:34 +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
Patrizio Bekerle
c0987120f8 proton-authenticator: add maintainer
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
(cherry picked from commit ae6296ca6e)
2026-06-05 20:03:02 +00:00
nixpkgs-ci[bot]
dbd5596f8b
[Backport release-26.05] lockbook: 26.5.22 -> 26.6.1 (#528480) 2026-06-05 19:58:35 +00:00
Markus Kowalewski
83888082fe
[Backport release-26.05] gromacs: 2026.1 -> 2026.2 (#527967) 2026-06-05 18:54:11 +00:00
R. Ryantm
707e30d931 proton-authenticator: 1.1.4 -> 1.1.5
(cherry picked from commit d1a7d6f00f)
2026-06-05 18:11:39 +00:00
Philip Taron
4b84d62f05
[Backport release-26.05] git: fix cross compilation (#528509) 2026-06-05 18:08:06 +00:00
Palmer Cox
0803055632 git: Fix cross compilation
The problem was that Cargo didn't have a way to find a linker for the
build platform which is required to link the build script. So, when
cross compiling we add in the standard build -> build compiler so that
it can compile the build script.

This fix was taken from the ideas of @magicquark and @nwf in
https://github.com/NixOS/nixpkgs/issues/523378.

Fixes #523378

(cherry picked from commit bbe694f8ea)
2026-06-05 17:32:46 +00:00
nixpkgs-ci[bot]
e0dfd85345
[Backport release-26.05] lockbook-desktop: 26.5.22 -> 26.6.1 (#528479) 2026-06-05 17:30:51 +00:00
R. Ryantm
5991f55ffd prl-tools: 26.3.2-57398 -> 26.3.3-57507
(cherry picked from commit 5dd1cda59e)
2026-06-05 16:52:54 +00:00
nixpkgs-ci[bot]
f95d2fb869
[Backport release-26.05] tor-browser: 15.0.14 -> 15.0.15 (#528464) 2026-06-05 16:45:58 +00:00
Vincent Laporte
6e6d05a768
[Backport release-26.05] hol_light: move to by-name/ (#528475) 2026-06-05 16:27:57 +00:00