Skip to content
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

iwd: 0.20 -> 0.22 #70993

Merged
merged 2 commits into from Oct 15, 2019
Merged

iwd: 0.20 -> 0.22 #70993

merged 2 commits into from Oct 15, 2019

Conversation

flokli
Copy link
Contributor

@flokli flokli commented Oct 11, 2019

Motivation for this change

This bumps iwd to 0.22, which finally supports certificate domain matching.

Switched my systems' NetworkManager wifi backend to iwd via

networking.networkmanager.wifi.backend = "iwd";
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nix-review --run "nix-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.
Notify maintainers

cc @NixOS/backports for backporting

We need rst2man to build manpages.

I also removed revert-create-dirs-on-install.patch, as it doesn't apply
cleanly anymore, and is purely cosmetic anyway.
@ofborg ofborg bot requested review from dtzWill and Mic92 October 11, 2019 21:16
@worldofpeace worldofpeace changed the title iwd: 0.22 -> 0.24 iwd: 0.20 -> 0.22 Oct 11, 2019
@worldofpeace
Copy link
Contributor

@flokli Turns out that changelog is not out of date, just a mixup because of ell.

@worldofpeace
Copy link
Contributor

iwd changes
ver 0.22:
	Fix issue with hotplug and device capability detection.
	Add support for IPv6 network configuration handling.
	Add support for embedding certificates in profiles.

ver 0.21:
	Fix issue with cleartext ACK and tunneled EAP-Success.
	Fix issue with setting bits in extended capabilities.
	Fix issue with WPA-1 information element parsing.
	Add support for handling QoS Map IE and frames.
	Add support for STATE_DIRECTORY environment.
	Add support for CONFIGURATION_DIRECTORY environment.
ell changes
ver 0.24:
	Add support for extended groups in settings files.

ver 0.23:
	Add support for checking if uintset is empty.

ver 0.22:
	Fix issue with DHCP and T1 timeout handling.
	Fix issue with escape characters in peer identity string.
	Add support for setting peer certificate's subject CN mask.

Backporting doesn't really match the policy of security fixes and bug fixes, but it's pretty much experimental. I know with each release I notice it being less broken for people.

@flokli
Copy link
Contributor Author

flokli commented Oct 15, 2019

@GrahamcOfBorg build ell, iwd

@flokli flokli merged commit 514f21a into NixOS:master Oct 15, 2019
@flokli flokli deleted the iwd-0.24 branch October 15, 2019 13:01
@flokli
Copy link
Contributor Author

flokli commented Oct 15, 2019

backported to 19.09 in 76da71f, e160758.

@worldofpeace
Copy link
Contributor

@flokli module update should be fine too 👍

@flokli
Copy link
Contributor Author

flokli commented Oct 15, 2019

you mean #68147? It shouldn't hurt to backport this too, given it's behind a config flag - iwd is still somewhat experimental, but people enabling should know that, so fine for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants