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

vde2: fix build with latest openssl #80986

Merged
merged 2 commits into from Feb 25, 2020
Merged

Conversation

worldofpeace
Copy link
Contributor

Motivation for this change

#80746

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • 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 nixpkgs-review --run "nixpkgs-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.

Copy link
Member

@andir andir left a comment

Choose a reason for hiding this comment

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

The project seems to be using wolfssl nowadays: virtualsquare/vde-2@8599321

This hasn't landed yet but might as well pick that patch from upstream (if it applies) instead of another downstream patch?

Nitpick: While we touch this the new home of the project is https://github.com/virtualsquare/vde-2. Can you update that?

@andir
Copy link
Member

andir commented Feb 24, 2020

Just noticed that if we go with the upstream patch (not really biased at this time) we might want to pick virtualsquare/vde-2#11 as well.

@worldofpeace
Copy link
Contributor Author

The project seems to be using wolfssl nowadays: virtualsquare/vde-2@8599321

This hasn't landed yet but might as well pick that patch from upstream (if it applies) instead of another downstream patch?

@andir I'm not really familiar with this package, but I do see it being used in the actual python testing driver. Those sound like major changes, not really great for a stable release even if we're still in BETA.

Nitpick: While we touch this the new home of the project is https://github.com/virtualsquare/vde-2. Can you update that?

I always fix the nits 👍

@andir
Copy link
Member

andir commented Feb 25, 2020 via email

@flokli
Copy link
Contributor

flokli commented Feb 25, 2020

Let's merge this with archlinux' patches for now. Once the project finished moving to wolfssl, we can do so too.

@flokli flokli merged commit 2debd30 into NixOS:master Feb 25, 2020
@flokli
Copy link
Contributor

flokli commented Feb 25, 2020

backported to 20.03 in 1a450f0, c5e6fbd.

@worldofpeace worldofpeace deleted the vde2-openssl branch February 25, 2020 23:34
@worldofpeace
Copy link
Contributor Author

backported to 20.03 in 1a450f0, c5e6fbd.

Thank you soo much @flokli.

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

3 participants