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

wireguard: 0.0.20161209 -> 0.0.20161218 #21277

Closed
wants to merge 1 commit into from
Closed

Conversation

Mic92
Copy link
Member

@Mic92 Mic92 commented Dec 19, 2016

Motivation for this change
Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@mention-bot
Copy link

@Mic92, thanks for your PR! By analyzing the history of the files in this pull request, we identified @ericsagnes, @fpletz and @womfoo to be potential reviewers.

{ stdenv, fetchurl, libmnl, iproute, kernel ? null }:

# 0.0.20161216 introduced a non-backwards protocol change.
# this version is kept around to have a version compatible with nixos stable.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No. This is not okay. Do not keep this old version around. Stability with the wireguard snapshots has NEVER been guaranteed and there have been several warnings about it. It will be broken away. Absolutely do not merge this old version into Nix.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with this comment. Any reply, @Mic92?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry @Mic92, I see you didn't merge this. :)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Judging by the fact that he closed the pull request, I believe this terrible idea is dead.

@@ -11213,7 +11213,9 @@ in
virtualbox = pkgs.virtualboxHardened;
};

wireguard = callPackage ../os-specific/linux/wireguard { };
# kept for backwards compatibility with nixos 16.03
wireguard_0_0_20161209 = callPackage ../os-specific/linux/wireguard/0.0.20161209.nix { };
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No no no no no

@zx2c4
Copy link
Contributor

zx2c4 commented Dec 19, 2016

Hi -- upstream here.

WireGuard has never had a guarantee about protocol stability between snapshots. At some point a 1.0 will be announced, and then things will be stable. Until then, WireGuard is experimental. This has been warned in several places. Keeping old versions around is dangerous. You must not keep around 20161209 around.

Do not merge this pull request.

@Mic92
Copy link
Member Author

Mic92 commented Dec 19, 2016

delayed until #21145 is fixed.

@Mic92 Mic92 closed this Dec 19, 2016
@Mic92 Mic92 deleted the wireguard branch June 7, 2017 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants