Conversation
Member
Author
|
Requested mention: @Eveeifyeve |
13 tasks
tailscale (1.92.3) * Fix panic in client during automatic WireGuard configuration. tailscale (1.92.1) * Feature: Support PROXY protocol in Tailscale Funnel and Serve to forward client source IP and port. * Feature: Add support for static Peer Relay endpoints via 'tailscale set --relay-server-static-endpoints'. * Feature: Add support for Workload Identity Federation authentication in 'tailscale up' via '--client-id' and '--id-token' flags. * Feature: Allow configuring remote targets as destinations for Tailscale Services. * Improvement: Enhance Peer Relay connection reliability by sending multiple forward bind packets per handshake. * Improvement: Include more candidate IP:port pairs in Peer Relay endpoint advertisements. * Improvement: Automatically record node peer information in network flow logs. * Improvement: Stabilize JSON output format for 'tailscale lock log'. (cherry picked from commit 7e7d0c9)
- add patch from merged upstream MR: https://gitlab.gnome.org/GNOME/seahorse/-/merge_requests/248 https://gitlab.gnome.org/GNOME/seahorse/-/commit/aa68522cc696fa491ccfdff735b77bcf113168d0 Upstream issue: https://gitlab.gnome.org/GNOME/seahorse/-/issues/410 Fixes build failure: ``` ../pgp/seahorse-gpgme.c: In function 'on_gpgme_event': ../pgp/seahorse-gpgme.c:487:14: error: 'GPGME_EVENT_NEXT_TRUSTITEM' undeclared (first use in this function); did you mean 'GPGME_EVENT_NEXT_KEY'? 487 | case GPGME_EVENT_NEXT_TRUSTITEM: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | GPGME_EVENT_NEXT_KEY ... ninja: build stopped: subcommand failed. ```
It specifies
find_dependency(LibGpgError "1.47")
find_dependency(Gpgme "2.0.0")
in lib/cmake/Gpgmepp/GpgmeppConfig.cmake.
This reverts commit 2f57d5c. After update in a394a72 we already have the patch in src: https://hydra.nixos.org/build/317517572/nixlog/2/tail
Member
Author
|
3 tasks
This was
linked to
issues
Dec 30, 2025
Member
|
How's the plan for this round? Do we continue to fix more packages or are there major blockers? |
Member
Author
|
We were just today discussing it in the chat: |
0x4A6F
pushed a commit
to 0x4A6F/nixpkgs
that referenced
this pull request
Jan 3, 2026
Privoxy 3.0.34 fails with the GCC update (NixOS#471587). Privoxy 4.0.0 seems to build and work fine. See NixOS#475479
jim-ww
pushed a commit
to jim-ww/nixpkgs
that referenced
this pull request
Jan 3, 2026
Privoxy 3.0.34 fails with the GCC update (NixOS#471587). Privoxy 4.0.0 seems to build and work fine. See NixOS#475479
0x4A6F
pushed a commit
to 0x4A6F/nixpkgs
that referenced
this pull request
Jan 4, 2026
Privoxy 3.0.34 fails with the GCC update (NixOS#471587). Privoxy 4.0.0 seems to build and work fine. See NixOS#475479
|
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: |
|
@vcunat any plans to merge this to the stable channel? |
Member
Author
|
This pull request certainly won't merge to stable. You can backport individual changes if they qualify. And assuming they're mass rebuilds, you'd target the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the first staging-next iteration after branching off stable, and we got quite big changes inside, e.g.
gcc15as default on linux.Helpful links
https://hydra.nixos.org/job/nixpkgs/staging-next/unstable#tabs-constituents
https://hydra.nixos.org/job/nixos/staging-next-small/tested
https://hydra.nixos.org/jobset/nixpkgs/staging-next
https://hydra.nixos.org/jobset/nixos/staging-next-small
Important breakages
nothing so far :-)