-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
networkmanager: 1.46.0 → 1.48.0 #316417
networkmanager: 1.46.0 → 1.48.0 #316417
Conversation
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/1.48.0/NEWS?ref_type=tags https://gitlab.gnome.org/GNOME/NetworkManager/-/compare/1.46.0...1.48.0 - fix-paths.patch: Resolve conflict with python.path() being replaced with a variable: https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/ef2438414fd3937d26a76e7e822fa477817ff776
- Format the expression - Reorder attributes - Use pname + version - Fix update script
Not including openvpn bump since it misses a tarball and there is an issue in Plasma with it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deployed to a variety of machines, covering the following scenarios:
- ethernet + wifi desktop
- wifi-only laptop
- wifi + cellular modem (pinephone)
- ethernet-only headless server
my relevant networking config is
systemd.network.enable = true;
networking.useNetworkd = true;
networking.networkmanager.enable = true;
the server uses networking.networkmanager.settings.main.dns = "systemd-resolved"
, while the others set that to "none"
and manage their own DNS with custom NetworkManager-dispatcher
scripts. each host also has various wireguard tunnels configured via systemd.network
-- not NetworkManager's responsibility, rather good to see it's not interfering with them :)
i mention all that because there are a lot of interactions in this area. i didn't test any desktop interactions beyond sway + nmcli + firefox/epiphany, but i wouldn't be concerned there so long as everything compiles.
also, if you'd like to test NM next time without having to recompile everything take a look at this PR :)
Description of changes
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/1.48.0/NEWS?ref_type=tags
https://gitlab.gnome.org/GNOME/NetworkManager/-/compare/1.46.0...1.48.0
Fixes: #227788
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.